@charset "UTF-8";
@import 'fontello/css/fontello.css';
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-md {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container {
    max-width: 1230px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --bs-blue: #40bef6;
  --bs-red: #e86264;
  --bs-primary: #e470a5;
  --bs-secondary: #f5be66;
  --bs-body-color: #4e4e4e;
  --bs-body-color-rgb: 78 78 78;
  --bs-body-bg: #fff;
  --bs-link-color: #e470a5;
  --bs-link-hover-color: #f7a52a;
  --bs-font-sans-serif: "Zen Maru Gothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  --bs-font-serif: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  --bs-root-font-size: calc(100vw / 32);
  --bs-root-font-size-md: 62.5%;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.2rem;
  --bs-body-font-size-md: 1.6rem;
  --font-no-zen-maru: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

/* スタイル
------------------------------- */
.font-serif {
  font-family: var(--bs-font-serif);
}

.font-no-zen-maru {
  font-family: var(--font-no-zen-maru);
}

@media (min-width: 768px), print {
  .container {
    width: 1230px;
  }
}

html {
  font-size: var(--bs-root-font-size);
}
@media (min-width: 768px), print {
  html {
    font-size: var(--bs-root-font-size-md);
  }
}

body {
  color: var(--bs-body-color);
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  font-family: var(--bs-body-font-family);
  line-height: 1.7;
  letter-spacing: 0.04em;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
@media (min-width: 768px), print {
  body {
    font-size: var(--bs-body-font-size-md);
    line-height: 1.85;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 768px), print {
  body {
    min-width: 1230px;
  }
}
@media (min-width: 768px), print {
  body:not(.page-index).is-fixed {
    padding-top: 7.4rem;
  }
}

a {
  overflow: hidden;
  color: var(--bs-link-color);
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  margin-top: 3em;
  margin-bottom: 0.8em;
}

p {
  margin-bottom: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin-bottom: 1.2em;
  padding-left: 2.2rem;
}
ul.-expanded > li,
ol.-expanded > li {
  margin-bottom: 0.7em;
}

dd {
  margin-bottom: 1.2em;
}

figure {
  margin: 0 0 1.2em;
}

figcaption {
  margin: 0.5em 0;
  line-height: 1.3;
}

blockquote {
  margin: 0 0 1.2em;
}

hr {
  margin: 1.65em auto;
  border: none;
  border-bottom: 2px solid #ccc;
}
hr.-short {
  max-width: 33.3333%;
}

small,
.small {
  font-size: 80%;
}

.svg-hidden {
  position: absolute;
  width: 0;
  height: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 768px), print {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
.d-inline-table {
  display: inline-table;
}

@media (min-width: 768px), print {
  .d-md-inline-table {
    display: inline-table;
  }
}

.ov-h {
  overflow: hidden;
}

.ti-1 {
  text-indent: 1em;
}

.td-u {
  text-decoration: underline;
}

.td-n {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

@media (min-width: 768px), print {
  .text-md-nowrap {
    white-space: nowrap;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
.align-top {
  vertical-align: top !important;
}

.text-red {
  color: var(--bs-red) !important;
}
.text-red a {
  color: var(--bs-red) !important;
}

.text-blue {
  color: var(--bs-blue) !important;
}

.text-pink {
  color: var(--bs-primary) !important;
}

.text-orange {
  color: var(--bs-secondary) !important;
}

.text-orange2 {
  color: #f5a423 !important;
}

.text-gray {
  color: rgb(var(--bs-body-color-rgb)/70%);
}

.text-highlight {
  padding: 0 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #f9f27f));
  background: linear-gradient(transparent, transparent 63%, #f9f27f 0);
}
.text-highlight.-color02 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #f7d7e3));
  background: linear-gradient(transparent, transparent 63%, #f7d7e3 0);
}

.fw-n {
  font-weight: 400 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fz-0 {
  font-size: 0;
}

.fz-sm {
  font-size: 80%;
}

.fz-n {
  font-size: 100%;
}

.fz-lg {
  font-size: 120%;
}

.fz-2l {
  font-size: 140%;
}

.fz-3l {
  font-size: 160%;
}

.fz-4l {
  font-size: 180%;
}

@media (min-width: 768px), print {
  .fz-md-sm {
    font-size: 80%;
  }
  .fz-md-n {
    font-size: 100%;
  }
  .fz-md-lg {
    font-size: 120%;
  }
  .fz-md-2l {
    font-size: 140%;
  }
  .fz-md-3l {
    font-size: 160%;
  }
  .fz-md-4l {
    font-size: 180%;
  }
}
.lts-0 {
  letter-spacing: 0;
}

.hover-opacity:hover {
  opacity: 0.85;
}

.hover-lighten {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.hover-lighten:hover {
  -webkit-filter: brightness(107%);
          filter: brightness(107%);
}

.hover-darken {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.hover-darken:hover {
  -webkit-filter: brightness(96%);
          filter: brightness(96%);
}

.rounded {
  border-radius: 1.2rem;
}
@media (min-width: 768px), print {
  .rounded {
    border-radius: 2rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.break-before {
  page-break-before: always;
  -webkit-column-break-before: page;
     -moz-column-break-before: page;
          break-before: page;
}

.header {
  padding: 1.3rem 0 0.9rem;
  border-top: 0.6rem solid var(--bs-primary);
}
@media (min-width: 768px), print {
  .header {
    padding: 0;
    border-top-width: 1rem;
  }
}
@media (min-width: 768px), print {
  .page-index .header {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px), print {
  .page-index .header::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(50% - 12.3rem);
    height: 18.5rem;
    background: #fff;
    border-radius: 0 0 5rem;
    content: "";
  }
}

.header-row {
  margin: 0 -15px;
  padding: 0 1rem 1.3rem;
}
@media (min-width: 768px), print {
  .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 1.8rem 0 0.8rem;
  }
}
@media (min-width: 768px), print {
  .page-index .header-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.5rem;
  }
}

.header-logo-wrap {
  width: 19rem;
  margin: 0 auto 1rem;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px), print {
  .header-logo-wrap {
    width: 30.8rem;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px), print {
  .page-index .header-logo-wrap {
    width: 41.8rem;
    margin-top: 0.2rem;
    margin-bottom: -5.1rem;
  }
}

.header-logo {
  width: 100%;
}

@media (min-width: 768px), print {
  .header-col-right {
    margin-left: auto;
  }
}

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19rem;
  margin: 0 auto 0.7rem;
  padding: 0.5rem 0 0.6rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: var(--bs-primary);
  border-radius: 10rem;
}
@media (min-width: 768px), print {
  .header-tel {
    width: 22.2rem;
    margin: 0.5rem 0 1.2rem auto;
    padding: 0.85rem 0 0.95rem;
    font-size: 2.1rem;
  }
}
.header-tel i::before {
  margin: 0 0.31em 0 -0.2em;
  color: #fff;
}
.header-tel a {
  color: #fff;
}

.header-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-info > li {
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 768px), print {
  .header-info > li {
    font-size: 1.6rem;
    text-align: right;
  }
}

@media screen and (max-width: 767.98px) {
  .navbar .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 0.8rem;
    list-style: none;
  }
  .navbar .gNav > li {
    position: relative;
    width: 33.3333%;
  }
  .navbar .gNav > li [class^=icon-],
  .navbar .gNav > li [class*=" icon-"] {
    display: none;
  }
  .navbar .gNav > li > a::before, .navbar .gNav > li:last-child::after, .navbar .gNav > li:nth-child(3n)::after {
    position: absolute;
    top: 50%;
    left: -0.3rem;
    width: 0.6rem;
    height: 3.4rem;
    background: radial-gradient(#dec8b2 28%, transparent 28%) repeat 50% 3%/0.5rem 0.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .navbar .gNav > li:last-child::after, .navbar .gNav > li:nth-child(3n)::after {
    right: -0.3rem;
    left: auto;
  }
  .navbar .gNav > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4.4rem;
    padding: 0;
    overflow: visible;
    color: var(--bs-body-color);
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .navbar .en-caption {
    display: block;
    margin-top: 0.35em;
    color: var(--bs-primary);
    font-size: 1rem;
    text-transform: none;
  }
}
@media (min-width: 768px), print {
  .navbar {
    z-index: 1;
    display: block;
    width: 100%;
    min-width: 1230px;
    background: #fff;
  }
}
@media (min-width: 768px), print {
  .page-index .navbar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateY(77.4rem);
            transform: translateY(77.4rem);
  }
}
@media screen and (min-width: 768px) {
  .navbar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 768px), print {
  .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .gNav li {
    padding: 0;
  }
  .gNav > li {
    position: relative;
    z-index: 1;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .gNav > li > a::before, .gNav > li:last-child::after {
    position: absolute;
    top: 50%;
    left: -0.3rem;
    width: 0.6rem;
    height: 4.5rem;
    background: radial-gradient(#dec8b2 28%, transparent 28%) repeat 50% 3%/0.7rem 0.7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .gNav > li:last-child::after {
    right: -0.3rem;
    left: auto;
  }
  .gNav > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7.4rem;
    padding: 0;
    overflow: visible;
    color: var(--bs-body-color);
    font-size: 1.7rem;
    line-height: 1.1;
    letter-spacing: 0.015em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .gNav > li > a::after {
    position: absolute;
    bottom: 10px;
    left: 74px;
    width: calc(100% - 148px);
    height: 2px;
    background: var(--bs-primary);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 0.35s 0.05s ease-out;
    transition: -webkit-transform 0.35s 0.05s ease-out;
    transition: transform 0.35s 0.05s ease-out;
    transition: transform 0.35s 0.05s ease-out, -webkit-transform 0.35s 0.05s ease-out;
    content: "";
  }
  .gNav > li > a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: 0.25s cubic-bezier(0, 0.29, 0, 0.91);
    transition: 0.25s cubic-bezier(0, 0.29, 0, 0.91);
  }
  .gNav .en-caption {
    display: block;
    margin-top: 0.35em;
    color: var(--bs-primary);
    font-size: 1.2rem;
    text-transform: none;
  }
  .gNav i {
    display: none;
  }
}
.main {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: url("../images/main_bg06@2x.png") repeat-x left 50% bottom 1.8rem/auto 4.6rem, url("../images/a_main_bg05@2x.webp") no-repeat right -2.3rem top 70rem/9.7rem, url("../images/a_main_bg04@2x.webp") no-repeat -2.3rem 38rem/9.7rem, url("../images/a_main_bg03@2x.webp") no-repeat right 0.8rem top 14.2rem/6.3rem, url("../images/a_main_bg02@2x.webp") no-repeat -0.7rem 11.8rem/8.2rem, url("../images/main_bg01@2x.png") repeat-x 50% 11rem/auto 1.4rem;
}
@media (min-width: 768px), print {
  .main {
    background-position: left 50% bottom 3rem, right -9rem top 95.4rem, -9rem 95.4rem, calc(50% + 84.8rem) 37.6rem, calc(50% - 88.2rem) 37.6rem, 50% 28rem;
    background-size: 71.4rem, 36rem, 36rem, 23.6rem, 30.5rem, 5rem;
  }
}
.page-index .main {
  background: url("../images/main_bg06@2x.png") repeat-x left 50% bottom 1.8rem/auto 4.6rem, url("../images/main_bg01@2x.png") repeat-x 50% 0/auto 1.4rem;
}
@media (min-width: 768px), print {
  .page-index .main {
    background-position: left 50% bottom 3rem, 50% 8.1rem;
    background-size: 71.4rem, 5rem;
  }
}
.main::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: repeating-linear-gradient(-63deg, #fbeb9d 0 0.42rem, #fff 0.42rem 0.84rem, #bde6e5 0.84rem 1.26rem, #fff 1.26rem 1.68rem);
  -webkit-box-shadow: 0 -0.6rem 0 #fff;
          box-shadow: 0 -0.6rem 0 #fff;
  content: "";
}
@media (min-width: 768px), print {
  .main::after {
    height: 2rem;
    background: repeating-linear-gradient(-63deg, #fbeb9d 0 0.7rem, #fff 0.7rem 1.4rem, #bde6e5 1.4rem 2.1rem, #fff 2.1rem 2.8rem);
    -webkit-box-shadow: 0 -1rem 0 #fff;
            box-shadow: 0 -1rem 0 #fff;
  }
}

.contents {
  padding: 3.4rem calc(15px + 0.2rem) 10.6rem;
}
@media (min-width: 768px), print {
  .contents {
    width: 1130px;
    margin: 0 auto;
    padding: 5rem 15px 20rem;
  }
}
.page-index .contents {
  padding: 0;
}
@media (min-width: 768px), print {
  .page-index .contents {
    width: 100%;
    padding-top: 7.4rem;
  }
}

.footer {
  background: #fff3f3;
}
@media (min-width: 768px), print {
  .footer {
    padding: 3.3rem 0 0;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 768px), print {
  .footer-nav {
    display: block;
    margin: 0 0 2.6rem;
    padding: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
}
.footer-nav > li {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.footer-nav > li:not(:first-child) {
  border-left: 1px solid rgb(var(--bs-body-color-rgb)/50%);
}
.footer-nav a {
  display: inline-block;
  padding: 0 0.8em 0 0.85em;
  overflow: visible;
  color: var(--bs-body-color);
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav.-gnav > li {
  position: relative;
  border: none;
}
.footer-nav.-gnav > li::after {
  position: absolute;
  top: 0;
  left: 0.75em;
  color: var(--bs-primary);
  font-family: fontello, sans-serif;
  font-variant: normal;
  text-transform: none;
  -webkit-transform: scale(0.8) translateY(0.1em);
          transform: scale(0.8) translateY(0.1em);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "j";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-nav.-gnav a {
  padding: 0 1.85em;
}
.footer-nav br {
  display: none;
}
.footer-nav [class^=icon-],
.footer-nav [class*=" icon-"] {
  display: none;
}
.footer-nav .en-caption {
  display: none;
}
.footer-nav .sub {
  display: none;
}

.copyright {
  padding: 0.7rem 0 4.6rem;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  background: var(--bs-primary);
}
@media (min-width: 768px), print {
  .copyright {
    margin-top: 3.3rem;
    padding: 2.5rem 0;
  }
}
.copyright small {
  font-size: 1rem;
}
@media (min-width: 768px), print {
  .copyright small {
    font-size: 1.9rem;
  }
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

.link-tel {
  text-decoration: none;
}
.link-tel:hover {
  text-decoration: none;
}

.page-tit-bg {
  width: 100%;
  background: url("../images/tit_pagetitle02@2x.webp") no-repeat 106% 100%/13rem, #fff3f9 url("../images/tit_pagetitle01@2x.webp") no-repeat -10% 100%/13rem;
}
@media (min-width: 768px), print {
  .page-tit-bg {
    background-position: calc(50% + 69.8rem) 100%, calc(50% - 69.8rem) 100%;
    background-size: 60.5rem, 60.5rem;
  }
}
@media (min-width: 2001px) {
  .page-tit-bg {
    background-position: 100% 100%, 0 100%;
  }
}

.page-tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11rem;
  margin: 0 -15px;
  padding: 0 0.3rem;
  color: var(--bs-body-color);
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.2em #fff, 0 0 0.23em #fff, 0 0 0.26em #fff, 0 0 0.29em #fff, 0 0 0.32em #fff, 0 0 0.35em #fff, 0 0 0.38em #fff, 0 0 0.41em #fff, 0 0 0.44em #fff, 0 0 0.47em #fff, 0 0 0.5em #fff, 0 0 0.53em #fff, 0 0 0.56em #fff, 0 0 0.59em #fff;
}
@media (min-width: 768px), print {
  .page-tit {
    height: 28rem;
    margin: 0;
    padding: 0.1em 0 0;
    font-size: 3.5rem;
  }
}

.tit-basic01 {
  margin: 4.6rem 0 1.7rem;
  padding: 0 0 1.9rem;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  background: url("../images/tit_basic01.svg") no-repeat 50% 100%/auto 1rem;
}
@media (min-width: 768px), print {
  .tit-basic01 {
    margin: 9.6rem 0 3rem;
    padding: 0 0 2.7rem;
    font-size: 3.2rem;
    background-size: auto;
  }
}
.page-index .tit-basic01 {
  font-size: 2.2rem;
}
@media (min-width: 768px), print {
  .page-index .tit-basic01 {
    font-size: 3.5rem;
  }
}
.tit-basic01.-treatment {
  padding-bottom: 3rem;
  background-image: url("../images/tit_index01_01.svg");
  background-size: auto 2.6rem;
}
@media (min-width: 768px), print {
  .tit-basic01.-treatment {
    padding-bottom: 6.5rem;
    background-size: auto;
  }
}
.tit-basic01.-feature {
  padding-bottom: 2.2rem;
  background-image: url("../images/tit_index01_02.svg");
  background-size: auto 1.1rem;
}
@media (min-width: 768px), print {
  .tit-basic01.-feature {
    padding-bottom: 3.6rem;
    background-size: auto;
  }
}

.tit-basic02 {
  margin: 3.6rem 0 1.4rem;
  padding: 0.8rem 0.9rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  background: var(--bs-primary);
  border-radius: 0.36rem;
}
@media (min-width: 768px), print {
  .tit-basic02 {
    margin: 5.6rem 0 1.9rem;
    padding: 0.9rem 1.7rem;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    border-radius: 0.6rem;
  }
}

.tit-basic03 {
  position: relative;
  margin: 2.1rem 0 0.9rem;
  padding: 0 0 0.9rem 1.3em;
  color: #212529;
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.3;
}
@media (min-width: 768px), print {
  .tit-basic03 {
    margin: 3.3rem 0 1.4rem;
    padding: 0 0 1.3rem 1.3em;
    font-size: 2.1rem;
    letter-spacing: 0.08em;
  }
}
.tit-basic03::before {
  position: absolute;
  left: 0;
  color: #f5be66;
  font-weight: 400;
  font-family: fontello, sans-serif;
  font-variant: normal;
  text-transform: none;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  content: "x";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}
.tit-basic03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: radial-gradient(#aaa 25%, transparent 25%);
  background-size: 0.65rem 0.65rem;
  content: "";
}
@media (min-width: 768px), print {
  .tit-basic03::after {
    height: 0.6rem;
    background-size: 0.9rem 0.9rem;
  }
}

.contents > section:first-child > .tit-basic01,
.tit-basic01 + section:first-of-type > .tit-basic02,
.tit-basic02 + section:first-of-type > .tit-basic03,
.tit-basic03 + section:first-of-type > .tit-basic04 {
  margin-top: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px), print {
  .breadcrumb {
    margin: 2.9rem 0 0;
  }
}
.breadcrumb > li {
  font-size: 1.1rem;
}
@media (min-width: 768px), print {
  .breadcrumb > li {
    font-size: 1.4rem;
  }
}
.breadcrumb > li:first-child {
  text-transform: uppercase;
}
.breadcrumb > li + li {
  padding-left: 0.55em;
}
.breadcrumb > li + li::before {
  float: left;
  padding-right: 0.55em;
  color: var(--bs-primary);
  font-family: fontello, sans-serif;
  font-variant: normal;
  text-transform: none;
  content: "2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li.active {
  color: #7d7d7d;
}
.breadcrumb a {
  color: var(--bs-body-color);
}
.breadcrumb a:hover {
  color: var(--bs-primary);
}
.breadcrumb br {
  display: none;
}

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-collapse: collapse;
}
@media (min-width: 768px), print {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #5f5e4e;
  text-align: center;
  background-color: #fffcdb;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px), print {
  .table-basic th {
    padding: 1.6rem 2rem;
  }
}
.table-basic th.-color02 {
  color: #515043;
  background-color: #fdf2b4;
  border-right-color: #cfcfcf;
  border-bottom-color: #cfcfcf;
}
.table-basic td {
  padding: 0.8rem;
  background: #fff;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px), print {
  .table-basic td {
    padding: 1.6rem 2.2rem;
  }
}
.table-basic .disabled {
  background-image: linear-gradient(to top left, transparent, transparent calc(50% - 0.5px), #bbb calc(50% - 0.5px), #bbb calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
}
.table-basic.-table-fixed {
  table-layout: fixed;
}
.table-basic.-caption-top caption {
  caption-side: top;
}
.table-basic.-price tr td:not(:only-child):last-child {
  text-align: right;
}
.table-basic.-price tr > :not(:only-child):last-child {
  width: 34%;
}
@media (min-width: 768px), print {
  .table-basic.-price tr > :not(:only-child):last-child {
    width: 31%;
  }
}
.table-basic.-th-left th {
  text-align: left;
}
.table-basic.-vaccination {
  font-size: 1.1rem;
}
@media (min-width: 768px), print {
  .table-basic.-vaccination {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px), print {
  .table-basic.-vaccination tr > :last-child {
    width: 222px;
  }
}
.table-basic.-vaccination th,
.table-basic.-vaccination td {
  padding: 0.7rem 0.4rem;
}
@media (min-width: 768px), print {
  .table-basic.-vaccination th,
  .table-basic.-vaccination td {
    padding: 1.6rem 2.2rem;
  }
}

.scroll-area {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 768px), print {
  .scroll-area {
    overflow: visible;
  }
}

.list-basic {
  padding-left: 0.3rem;
  list-style: none;
}
.list-basic > li {
  position: relative;
  margin-bottom: 0.15em;
  padding-left: 1.05em;
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: var(--bs-secondary);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "●";
}
.list-basic.-color02 > li::before {
  color: var(--bs-primary);
}
.list-basic.-notice > li {
  padding-left: 1.05em;
}
@media (min-width: 768px), print {
  .list-basic.-notice > li {
    padding-left: 1.15em;
  }
}
.list-basic.-notice > li::before {
  color: inherit;
  -webkit-transform: none;
          transform: none;
  content: "※";
}
.list-basic.-square > li {
  padding-left: 1.4em;
}
.list-basic.-square > li::before {
  color: #959baf;
  -webkit-transform: none;
          transform: none;
  content: "□";
}
.list-basic.-expanded > li {
  margin-bottom: 0.8em;
}
.list-basic.-inline-block {
  margin-bottom: calc(var(--bs-body-font-size) * 1.2);
  margin-left: -15px;
  padding-left: 0;
  font-size: 0;
}
@media (min-width: 768px), print {
  .list-basic.-inline-block {
    margin-bottom: calc(var(--bs-body-font-size-md) * 1.2);
  }
}
.list-basic.-inline-block > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 15px;
  font-size: var(--bs-body-font-size);
}
@media (min-width: 768px), print {
  .list-basic.-inline-block > li {
    margin-right: 15px;
    font-size: var(--bs-body-font-size-md);
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled.-expanded > li {
  margin-bottom: 0.7em;
}

.list-parentheses {
  padding-left: 0.1em;
  list-style: none;
}
.list-parentheses > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.2em;
  counter-increment: parenNum;
}
.list-parentheses > li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
  content: counter(parenNum) ") ";
}
.list-parentheses.-expanded > li {
  margin-bottom: 0.8em;
}

ol.-expanded > li {
  margin-bottom: 0.8em;
}

.notice-area {
  position: relative;
  padding: 4rem 0 6.4rem;
}
@media (min-width: 768px), print {
  .notice-area {
    padding: 13rem 0 13.7rem;
  }
}
.notice-area::before {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url("../images/index_notice_bg.svg") no-repeat 50% 100%/250%;
  content: "";
}
@media (min-width: 768px), print {
  .notice-area::before {
    height: 9.1rem;
    background-size: 2000px;
  }
}
@media (min-width: 2001px) {
  .notice-area::before {
    height: 25rem;
    background-size: 100%;
  }
}

@media (min-width: 768px), print {
  .notice-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.notice-tit {
  margin: 0 0 0.7rem;
  padding: 3.8rem 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0em 0.152em #fff, 0.026394523em 0.1496907785em #fff, 0.0519870618em 0.1428332784em #fff, 0.076em 0.1316358614em #fff, 0.0977037167em 0.1164387554em #fff, 0.1164387554em 0.0977037167em #fff, 0.1316358614em 0.076em #fff, 0.1428332784em 0.0519870618em #fff, 0.1496907785em 0.026394523em #fff, 0.152em 0em #fff, 0.1496907785em -0.026394523em #fff, 0.1428332784em -0.0519870618em #fff, 0.1316358614em -0.076em #fff, 0.1164387554em -0.0977037167em #fff, 0.0977037167em -0.1164387554em #fff, 0.076em -0.1316358614em #fff, 0.0519870618em -0.1428332784em #fff, 0.026394523em -0.1496907785em #fff, 0em -0.152em #fff, -0.026394523em -0.1496907785em #fff, -0.0519870618em -0.1428332784em #fff, -0.076em -0.1316358614em #fff, -0.0977037167em -0.1164387554em #fff, -0.1164387554em -0.0977037167em #fff, -0.1316358614em -0.076em #fff, -0.1428332784em -0.0519870618em #fff, -0.1496907785em -0.026394523em #fff, -0.152em 0em #fff, -0.1496907785em 0.026394523em #fff, -0.1428332784em 0.0519870618em #fff, -0.1316358614em 0.076em #fff, -0.1164387554em 0.0977037167em #fff, -0.0977037167em 0.1164387554em #fff, -0.076em 0.1316358614em #fff, -0.0519870618em 0.1428332784em #fff, -0.026394523em 0.1496907785em #fff, 0em 0.152em #fff, 0em 0.08em #fff, 0.0138918542em 0.0787846202em #fff, 0.0273616115em 0.0751754097em #fff, 0.04em 0.0692820323em #fff, 0.0514230088em 0.0612835554em #fff, 0.0612835554em 0.0514230088em #fff, 0.0692820323em 0.04em #fff, 0.0751754097em 0.0273616115em #fff, 0.0787846202em 0.0138918542em #fff, 0.08em 0em #fff, 0.0787846202em -0.0138918542em #fff, 0.0751754097em -0.0273616115em #fff, 0.0692820323em -0.04em #fff, 0.0612835554em -0.0514230088em #fff, 0.0514230088em -0.0612835554em #fff, 0.04em -0.0692820323em #fff, 0.0273616115em -0.0751754097em #fff, 0.0138918542em -0.0787846202em #fff, 0em -0.08em #fff, -0.0138918542em -0.0787846202em #fff, -0.0273616115em -0.0751754097em #fff, -0.04em -0.0692820323em #fff, -0.0514230088em -0.0612835554em #fff, -0.0612835554em -0.0514230088em #fff, -0.0692820323em -0.04em #fff, -0.0751754097em -0.0273616115em #fff, -0.0787846202em -0.0138918542em #fff, -0.08em 0em #fff, -0.0787846202em 0.0138918542em #fff, -0.0751754097em 0.0273616115em #fff, -0.0692820323em 0.04em #fff, -0.0612835554em 0.0514230088em #fff, -0.0514230088em 0.0612835554em #fff, -0.04em 0.0692820323em #fff, -0.0273616115em 0.0751754097em #fff, -0.0138918542em 0.0787846202em #fff, 0em 0.08em #fff;
  background: url("../images/logo_symbol_a40.svg") no-repeat 50% 50%/contain;
}
@media (min-width: 768px), print {
  .notice-tit {
    width: 19rem;
    margin: 3.2rem 0 0;
    padding: 6.4rem 0 7rem;
    font-size: 2.8rem;
  }
}
.notice-tit::after {
  display: block;
  color: #f9bfeb;
  font-size: 53.5714%;
  text-transform: uppercase;
  content: attr(data-en);
}

.notice-frame {
  width: 100%;
  margin: 0;
  padding: 1.4rem 0;
  overflow: hidden;
  border-top: 2px solid #e3bbce;
  border-bottom: 2px solid #e3bbce;
}
@media (min-width: 768px), print {
  .notice-frame {
    width: 97.5rem;
    padding: 3rem 0;
  }
}
.notice-frame .notice-box {
  position: relative;
  height: 30rem;
  margin: 0;
  padding: 0 0.6rem 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 768px), print {
  .notice-frame .notice-box {
    height: 43.4rem;
    padding-right: 3.6rem;
  }
}
.notice-frame .notice-box::-webkit-scrollbar {
  width: 4px;
}
.notice-frame .notice-box::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.notice-frame .notice-box::-webkit-scrollbar-thumb {
  background-color: #f3b5d2;
}
.notice-frame .news_title {
  position: relative;
  margin: 0;
  padding: 1.4rem 0 0.6rem 2.1rem;
  color: var(--bs-primary);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  border-top: 1px solid #d5d5d5;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 768px), print {
  .notice-frame .news_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 2.8rem 0 1rem 4.9rem;
    font-size: 1.8rem;
  }
}
.notice-frame .news_title:first-of-type {
  padding-top: 0.2rem;
  border-top: none;
}
.notice-frame .news_title .i-toggle {
  position: absolute;
  left: 0.2rem;
  font-size: 0;
}
@media (min-width: 768px), print {
  .notice-frame .news_title .i-toggle {
    left: 1.8rem;
  }
}
.notice-frame .news_title .i-toggle::before {
  display: inline-block;
  color: #e470a5;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: fontello, sans-serif;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: color 0.25s, -webkit-transform 0.25s ease;
  transition: color 0.25s, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s;
  transition: transform 0.25s ease, color 0.25s, -webkit-transform 0.25s ease;
  content: "j";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px), print {
  .notice-frame .news_title .i-toggle::before {
    font-size: 1.8rem;
  }
}
.notice-frame .news_title[aria-selected=true] .i-toggle::before {
  -webkit-transform: rotate(90deg) scale(1.1);
          transform: rotate(90deg) scale(1.1);
}
.notice-frame .news_date {
  display: block;
  padding-right: 0.8em;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 768px), print {
  .notice-frame .news_date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 1.4em;
  }
}
.notice-frame .news_body {
  margin: 0;
  padding: 0 0 0.8rem 2.1rem;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 768px), print {
  .notice-frame .news_body {
    padding: 0 0 1.2rem 4.9rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.overview {
  padding: 3.2rem 0 3rem;
  background: #fff;
}
@media (min-width: 768px), print {
  .overview {
    padding: 8.1rem 0 7.4rem;
  }
}

.overview-row {
  padding: 0 1.3rem;
}
@media (min-width: 768px), print {
  .overview-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}

.overview-col-left {
  padding-bottom: 2.7rem;
}
@media (min-width: 768px), print {
  .overview-col-left {
    width: 55rem;
    padding: 0.7rem 0 0;
  }
}

@media (min-width: 768px), print {
  .overview-col-right {
    width: 55rem;
    padding: 0.8rem 0 0;
  }
}

.overview-logo {
  display: block;
  width: 22rem;
  margin: 0 auto 1.4rem;
}
@media (min-width: 768px), print {
  .overview-logo {
    width: 40.4rem;
    margin: 0 auto 2.5rem;
  }
}

.overview-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19rem;
  margin: 0 auto 2rem;
  padding: 0.5rem 0 0.6rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: var(--bs-primary);
  border-radius: 10rem;
}
@media (min-width: 768px), print {
  .overview-tel {
    width: 22.2rem;
    margin: 0 auto 5.1rem;
    padding: 0.85rem 0 0.95rem;
    font-size: 2.1rem;
  }
}
.overview-tel i::before {
  margin: 0 0.31em 0 -0.2em;
  color: #fff;
}
.overview-tel a {
  color: #fff;
}

.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 0.9rem;
  line-height: 1.45;
}
@media (min-width: 768px), print {
  .overview-list {
    margin-bottom: 0.9rem;
    line-height: 1.5;
  }
}
.overview-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 6rem;
  padding: 0 0 0.9rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px), print {
  .overview-list dt {
    width: 10rem;
    padding: 0 0 1rem;
    font-size: 1.7rem;
  }
}
.overview-list dt > span {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  background: var(--bs-primary);
  border-radius: 0.3rem;
}
@media (min-width: 768px), print {
  .overview-list dt > span {
    padding: 0.4em 0;
    border-radius: 0.5rem;
  }
}
.overview-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 6rem);
  margin: 0;
  padding: 0 0 0.8rem 0.9rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  word-break: break-all;
}
@media (min-width: 768px), print {
  .overview-list dd {
    width: calc(100% - 10rem);
    padding: 0 0 1rem 1.9rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px), print {
  .overview-list .address-br {
    display: none;
  }
}

.timetable {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 768px), print {
  .timetable {
    font-size: 1.6rem;
  }
}
.timetable caption {
  padding: 0.7rem 0 0;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.036em;
  caption-side: bottom;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (min-width: 768px), print {
  .timetable caption {
    padding: 1rem 0 0;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.timetable tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.timetable tr > :last-child {
  padding-right: 0.6rem;
}
@media (min-width: 768px), print {
  .timetable tr > :last-child {
    padding-right: 1.5rem;
  }
}
.timetable th {
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0.24rem solid var(--bs-primary);
}
@media (min-width: 768px), print {
  .timetable th {
    padding: 0.8rem 0;
    font-size: 2rem;
    border-bottom-width: 0.4rem;
  }
}
.timetable th.time {
  width: 8.6rem;
  letter-spacing: 0.01em;
}
@media (min-width: 768px), print {
  .timetable th.time {
    width: 169px;
  }
}
.timetable td {
  height: 3.4rem;
  padding: 0;
  color: var(--bs-secondary);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 768px), print {
  .timetable td {
    height: 5.1rem;
    font-size: 1.6rem;
  }
}
.timetable td.time2 {
  color: var(--bs-body-color);
  font-size: 1.2rem;
}
@media (min-width: 768px), print {
  .timetable td.time2 {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
}
.timetable td .fz-sm {
  font-size: 1rem;
}
@media (min-width: 768px), print {
  .timetable td .fz-sm {
    font-size: 1.4rem;
  }
}
.timetable .sun {
  width: 3.5rem;
}
@media (min-width: 768px), print {
  .timetable .sun {
    width: 7rem;
  }
}
.timetable .closed {
  color: var(--bs-body-color);
}
@media (min-width: 768px), print {
  .main .timetable caption {
    padding-top: 1.3rem;
    font-size: 1.8rem;
  }
  .main .timetable tr > :last-child {
    padding-right: 2.6rem;
  }
  .main .timetable th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
  .main .timetable th.time {
    width: 26rem;
    letter-spacing: 0.08em;
  }
  .main .timetable td {
    height: 7rem;
    font-size: 2rem;
  }
  .main .timetable td.time2 {
    font-size: 2.1rem;
  }
  .main .timetable .sun {
    width: 14.2rem;
  }
}

.google-map {
  position: relative;
  z-index: 0;
  height: 0;
  margin: 0;
  padding-bottom: 118%;
  overflow: hidden;
  border-radius: 1.2rem;
}
@media (min-width: 768px), print {
  .google-map {
    width: 100%;
    padding-bottom: 127.3%;
    border-radius: 2rem;
  }
}
.page-access .google-map {
  margin: 3rem 0 0;
  padding-bottom: 125%;
}
@media (min-width: 768px), print {
  .page-access .google-map {
    height: 0;
    margin-top: 4.2rem;
    padding-bottom: 60%;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.google-map-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19rem;
  margin: 1.6rem auto 0;
  padding: 0.7rem 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background: var(--bs-primary);
  border-radius: 10rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px), print {
  .google-map-link {
    width: 35rem;
    margin-top: 4.3rem;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
.google-map-link i::before {
  margin: 0 0.55em 0 0;
  font-size: 154%;
}
.google-map-link:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.page-top {
  position: fixed;
  right: 0.7rem;
  bottom: 4.7rem;
  z-index: 999;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-indent: 100%;
  background: #eea059;
  border: 0.16rem solid #fff;
  border-radius: 50%;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s, visibility 0s 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px), print {
  .page-top {
    right: 2rem;
    bottom: 3.7rem;
    width: 6.6rem;
    height: 6.6rem;
    font-size: 1.6rem;
    border-width: 2px;
  }
}
.page-top.is-scroll {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.page-top.is-scroll:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: background-color 0.25s, color 0.25s, opacity 0.25s;
  transition: background-color 0.25s, color 0.25s, opacity 0.25s;
}
.page-top:focus {
  outline: none;
}
.page-top:focus-visible {
  outline: 1px solid #4b81f3;
}
.page-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-top i::before {
  margin: 0;
  font-size: 2.4rem;
  -webkit-transform: translateY(-0.06em);
          transform: translateY(-0.06em);
}
@media (min-width: 768px), print {
  .page-top i::before {
    font-size: 4.5rem;
  }
}

.sticky-btn {
  display: none;
}
@media (min-width: 768px), print {
  .sticky-btn {
    position: fixed;
    top: calc(50% + 4rem);
    right: 0;
    z-index: 9;
    display: block;
    width: 5.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (min-height: 550px), print and (min-height: 550px) {
  .sticky-btn {
    top: 19rem;
    -webkit-transform: none;
            transform: none;
  }
}
.sticky-btn > li {
  margin-bottom: 2rem;
}
.sticky-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 18rem;
  padding: 0 0 0 0.2rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  text-orientation: upright;
  background: #fbb13c;
  border: 2px solid #fff;
  border-right: 0;
  border-radius: 1rem 0 0 1rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sticky-btn a:hover {
  text-decoration: none;
  -webkit-filter: brightness(107%);
          filter: brightness(107%);
}
.sticky-btn i::before {
  margin: 0 0 0.7rem;
  font-size: 135%;
  letter-spacing: 0;
}
.sticky-btn .text-upright {
  text-combine-upright: all;
}

.sticky-contact {
  position: fixed;
  bottom: 0;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ddd;
  -webkit-box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px), print {
  .sticky-contact {
    display: none !important;
  }
}
.sticky-contact > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.sticky-contact > li.-tel a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  background-color: var(--bs-primary);
}
.sticky-contact > li.-reserve a {
  text-transform: uppercase;
  background-color: #fbb13c;
}
.sticky-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
}
.sticky-contact i::before {
  margin: 0 0.5rem 0 0;
  font-size: 1.5rem;
}

.js-fadeIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83);
}
.js-fadeIn.active {
  visibility: visible;
  opacity: 1;
}
.js-fadeIn.-delay01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fadeIn.-delay02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-fadeIn.-fadeInUp {
  -webkit-transform: translateY(1.7rem);
          transform: translateY(1.7rem);
}
.js-fadeIn.-fadeInUp.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInDown {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.js-fadeIn.-fadeInDown.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInLeft {
  -webkit-transform: translate3d(-2rem, 0, 0);
          transform: translate3d(-2rem, 0, 0);
}
.js-fadeIn.-fadeInLeft.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInRight {
  -webkit-transform: translate3d(2rem, 0, 0);
          transform: translate3d(2rem, 0, 0);
}
.js-fadeIn.-fadeInRight.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInBlur {
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}
.js-fadeIn.-fadeInBlur.active {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.low-img-basic {
  display: block;
  width: 92%;
  margin: 0.2em auto 1.2em;
}
@media (min-width: 768px), print {
  .low-img-basic {
    width: auto;
    margin: 0.3em 0 1.2em;
  }
}
.low-img-basic.-doctor {
  width: 70%;
}
@media (min-width: 768px), print {
  .low-img-basic.-doctor {
    width: auto;
    margin-left: auto;
  }
}
.low-img-basic img {
  width: 100%;
}

.low-img-basic02 {
  display: block;
  width: 84%;
  margin: 0.2em auto 1.2em;
}
@media (min-width: 768px), print {
  .low-img-basic02 {
    float: right;
    width: calc((100% + 30px) * 0.5 - 30px);
    margin: 0.3em 0 1.2em 3rem;
  }
}
.low-img-basic02 img {
  width: 100%;
}
.low-img-basic02.-doctor {
  width: 68%;
}
@media (min-width: 768px), print {
  .low-img-basic02.-doctor {
    width: auto;
  }
}
@media (min-width: 768px), print {
  .low-img-basic02.-left {
    float: left;
    margin: 0 3rem 1.2em 0;
  }
}
@media (min-width: 768px), print {
  .low-img-basic02.-lg {
    width: calc((100% + 30px) * 0.5 - 30px);
  }
}

.bg-highlight {
  margin-bottom: 1.9rem;
  padding: 1.4rem 1.8rem;
  background: #fffcdb;
  border-radius: 1.2rem;
}
@media (min-width: 768px), print {
  .bg-highlight {
    margin-bottom: 2.4rem;
    padding: 2.2rem 2.8rem;
    border-radius: 2rem;
  }
}
.bg-highlight.-color02 {
  background-color: #fff3f9;
}
.bg-highlight.-color03 {
  background-color: #ffebeb;
}
.bg-highlight > :last-child {
  margin-bottom: 0;
}
.bg-highlight > :last-child > :last-child {
  margin-bottom: 0;
}

.list-frame {
  margin: 1.8rem 0;
}
@media (min-width: 768px), print {
  .list-frame {
    margin: 2.2rem 0;
  }
}
.list-frame dt {
  padding: 0.8rem 1.4rem;
  color: #fff;
  font-size: 112.5%;
  line-height: 1.4;
  text-shadow: 0 0 0.3em #e89a22;
  background: #f7ba5e;
}
@media (min-width: 768px), print {
  .list-frame dt {
    padding: 1rem 2rem;
  }
}
.list-frame dt:first-child {
  border-radius: 0.36rem 0.36rem 0 0;
}
@media (min-width: 768px), print {
  .list-frame dt:first-child {
    border-radius: 0.6rem 0.6rem 0 0;
  }
}
.list-frame dd {
  margin: 0;
  padding: 0.8rem 1.3rem 1.4rem;
  border: 2px solid #f7ba5e;
  border-top: 0;
  border-bottom-width: 0;
}
@media (min-width: 768px), print {
  .list-frame dd {
    padding: 1.1rem 1.9rem 1.9rem;
  }
}
.list-frame dd:last-child {
  border-bottom-width: 2px;
  border-radius: 0 0 0.36rem 0.36rem;
}
@media (min-width: 768px), print {
  .list-frame dd:last-child {
    border-radius: 0 0 0.6rem 0.6rem;
  }
}
.list-frame dd > :last-child {
  margin-bottom: 0;
}
.list-frame dd > :last-child > :last-child {
  margin-bottom: 0;
}

.btn-basic {
  z-index: 0;
  display: inline-block;
  margin: 0 0.3rem 0.6rem;
  padding: 0.8rem 2.2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: var(--bs-secondary);
  border-radius: 10rem;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media (min-width: 768px), print {
  .btn-basic {
    padding: 1.2rem 2.8rem;
    font-size: 1.6rem;
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(106%);
          filter: brightness(106%);
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}

.treatment-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  padding: 0 1.5rem;
  list-style: none;
}
@media (min-width: 768px), print {
  .treatment-index-list {
    padding: 0 9.5rem;
  }
}
@media (min-width: 768px), print {
  body:not(.page-index) .treatment-index-list {
    margin-top: -1rem;
    padding: 0 4.5rem 4rem;
  }
}
.treatment-index-list.active > li {
  -webkit-animation: show-pop 0.5s cubic-bezier(0.6, 0.24, 0.31, 0.75) 0s both;
          animation: show-pop 0.5s cubic-bezier(0.6, 0.24, 0.31, 0.75) 0s both;
}
.treatment-index-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  margin-bottom: 1rem;
  padding: 0;
  opacity: 0;
}
@media (min-width: 768px), print {
  .treatment-index-list > li {
    width: 25%;
    margin-bottom: 2.4rem;
  }
}
body:not(.page-index) .treatment-index-list > li {
  opacity: 1;
}
@media (min-width: 768px), print {
  .treatment-index-list > li:nth-child(4n+2), .treatment-index-list > li:nth-child(4n+3) {
    margin-top: 5rem;
    margin-bottom: -2.6rem;
  }
}
.treatment-index-list > li:nth-child(2) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}
.treatment-index-list > li:nth-child(3) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.treatment-index-list > li:nth-child(4) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.treatment-index-list > li:nth-child(5) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.treatment-index-list > li:nth-child(6) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.treatment-index-list > li:nth-child(7) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.treatment-index-list > li:nth-child(8) {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s;
}
.treatment-index-list > li:nth-child(9) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
@-webkit-keyframes show-pop {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 0.32, 0.15, 1.36);
            animation-timing-function: cubic-bezier(0, 0.32, 0.15, 1.36);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes show-pop {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 0.32, 0.15, 1.36);
            animation-timing-function: cubic-bezier(0, 0.32, 0.15, 1.36);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.treatment-index-list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12.1rem 0 1.1rem;
  color: var(--bs-body-color);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 768px), print {
  .treatment-index-list a {
    padding: 23.1rem 0 1.7rem;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
}
.treatment-index-list a:hover {
  color: var(--bs-primary);
}
.treatment-index-list a:hover i::before {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
.treatment-index-list a:hover i::after {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.treatment-index-list i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.6rem;
  height: 11.6rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 768px), print {
  .treatment-index-list i {
    top: 0;
    width: 21.9rem;
    height: 21.9rem;
  }
}
.treatment-index-list i::before {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0;
  background: no-repeat 50% 50%/contain;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  content: "";
}
@media (min-width: 768px), print {
  .treatment-index-list i::before {
    width: 10.2rem;
    height: 10.2rem;
  }
}
.treatment-index-list i.i-pediatrics {
  background-color: #ffe8f3;
}
.treatment-index-list i.i-pediatrics::before {
  background-image: url("../images/icon_pediatrics.svg");
}
.treatment-index-list i.i-vaccination {
  background-color: #ffe5f8;
}
.treatment-index-list i.i-vaccination::before {
  background-image: url("../images/icon_vaccination.svg");
}
.treatment-index-list i.i-infant {
  background-color: #f3e8ff;
}
.treatment-index-list i.i-infant::before {
  background-image: url("../images/icon_infant.svg");
}
.treatment-index-list i.i-allergy {
  background-color: #d6ebff;
}
.treatment-index-list i.i-allergy::before {
  background-image: url("../images/icon_allergy.svg");
}
.treatment-index-list i.i-constipation {
  background-color: #d5f2ff;
}
.treatment-index-list i.i-constipation::before {
  background-image: url("../images/icon_constipation.svg");
}
.treatment-index-list i.i-enuresis {
  background-color: #e2f3b2;
}
.treatment-index-list i.i-enuresis::before {
  background-image: url("../images/icon_enuresis.svg");
}
.treatment-index-list i.i-skincare {
  background-color: #f6f0af;
}
.treatment-index-list i.i-skincare::before {
  background-image: url("../images/icon_skincare.svg");
}
.treatment-index-list i.i-orthostatic-dysregulation {
  background-color: #feeaca;
}
.treatment-index-list i.i-orthostatic-dysregulation::before {
  background-image: url("../images/icon_orthostatic-dysregulation.svg");
}
.treatment-index-list i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 94.5205%;
  height: 94.5205%;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
}

#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 600px;
  max-width: 90%;
  height: auto;
  max-height: 80%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
#c-modal h3:first-of-type {
  margin-top: 0;
}
#c-modal #c-modal_check {
  border-top: 1px solid #dee2e6;
  text-align: center;
  padding: 1.2em 0 0;
  margin: 0 0 0.6em;
}
#c-modal #c-modal_check input {
  margin-right: 0.3em;
}
#c-modal #c-modal_close {
  display: block;
  margin: 0 auto;
  padding: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7em;
}
#c-modal #c-modal_close::before {
  display: inline-block;
  content: "×";
  padding-right: 0.25em;
}

.sp_n {
  display: none;
}
@media (min-width: 768px), print {
  .sp_n {
    display: block;
  }
}

@media (min-width: 768px), print {
  .pc_n {
    display: none;
  }
}

.cf::after {
  display: block;
  clear: both;
  content: "";
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.page-index .keyv {
  position: relative;
}
@media (min-width: 768px), print {
  .page-index .keyv {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-index .keyv-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.page-index .keyv-slider > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: keyv-fade 20s infinite;
          animation: keyv-fade 20s infinite;
}
.page-index .keyv-slider > li:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.page-index .keyv-slider > li:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.page-index .keyv-slider > li:nth-child(4) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.page-index .keyv-slider > li:nth-child(5) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
@-webkit-keyframes keyv-fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  22.5% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes keyv-fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  22.5% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-index .keyv-slider img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 58% 50%;
     object-position: 58% 50%;
}
@media (min-width: 768px), print {
  .page-index .keyv-slider img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.page-index .keyv-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 24rem;
  padding: 0 0.7rem 0.8rem 0;
}
@media (min-width: 768px), print {
  .page-index .keyv-inner {
    height: 66rem;
    padding: 0 15px 3.5rem;
  }
}
.page-index .keyv-copy {
  padding: 0.8rem 1.1rem 0.6rem;
  font-size: 1.3rem;
  line-height: 1.4827;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.2rem;
}
@media (min-width: 768px), print {
  .page-index .keyv-copy {
    padding: 2.2rem 3.1rem 1.9rem;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    border-radius: 2rem;
  }
}
.page-index .keyv-copy p {
  margin: 0;
}
.page-index .keyv-copy .em {
  margin: 0 -0.5rem 0.3rem;
  padding: 0.3rem 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
  background: var(--bs-primary);
  border-radius: 10rem;
}
@media (min-width: 768px), print {
  .page-index .keyv-copy .em {
    margin: 0 -0.9rem 0.9rem;
    padding: 0.5rem 0;
    font-size: 1.9rem;
  }
}
.page-index .keyv-open {
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.2rem;
  height: 9.2rem;
  padding: 0 0 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  background: url("../images/index_keyv_open.svg") no-repeat 50% 50%/contain;
}
@media (min-width: 768px), print {
  .page-index .keyv-open {
    top: 3.95rem;
    right: 1.45rem;
    width: 19.2rem;
    height: 19.2rem;
    padding: 0 0 1.1rem;
    font-size: 2.6rem;
  }
}
.page-index .keyv-open .fz-xs {
  font-size: 53.8461%;
}
.page-index .keyv-open .fz-sm {
  font-size: 96.1538%;
}
.page-index .keyv-open .fz-lg {
  font-size: 165.3846%;
}
.page-index .treatment-area {
  position: relative;
  padding: 4.6rem 0 4rem;
  background: url("../images/index_treatment_bg03.svg") no-repeat 50% 100%/191%, url("../images/index_treatment_bg02@2x.webp") no-repeat right -3rem top 53.4rem/8rem, url("../images/index_treatment_bg01@2x.webp") no-repeat -2.1rem 19.7rem/7rem, -webkit-gradient(linear, left top, left bottom, color-stop(42rem, #fff3f9), color-stop(65rem, #fff));
  background: url("../images/index_treatment_bg03.svg") no-repeat 50% 100%/191%, url("../images/index_treatment_bg02@2x.webp") no-repeat right -3rem top 53.4rem/8rem, url("../images/index_treatment_bg01@2x.webp") no-repeat -2.1rem 19.7rem/7rem, linear-gradient(#fff3f9 42rem, #fff 65rem);
}
@media (min-width: 768px), print {
  .page-index .treatment-area {
    padding: 9.8rem 0 13.1rem;
    background: url("../images/index_treatment_bg03.svg") no-repeat 50% 100%/auto, url("../images/index_treatment_bg02@2x.webp") no-repeat right calc(50% - 91rem) top 23.5rem/43.3rem, url("../images/index_treatment_bg01@2x.webp") no-repeat calc(50% - 85.5rem) 23.5rem/33rem, -webkit-gradient(linear, left top, left bottom, color-stop(47rem, #fff3f9), color-stop(83rem, #fff));
    background: url("../images/index_treatment_bg03.svg") no-repeat 50% 100%/auto, url("../images/index_treatment_bg02@2x.webp") no-repeat right calc(50% - 91rem) top 23.5rem/43.3rem, url("../images/index_treatment_bg01@2x.webp") no-repeat calc(50% - 85.5rem) 23.5rem/33rem, linear-gradient(#fff3f9 47rem, #fff 83rem);
  }
}
.page-index .i-treatment-garland01,
.page-index .i-treatment-garland02 {
  position: absolute;
  top: 2.2rem;
  width: 8.6rem;
  height: 4.68614rem;
  background: no-repeat 50% 50%/contain;
  content: "";
}
@media (min-width: 768px), print {
  .page-index .i-treatment-garland01,
  .page-index .i-treatment-garland02 {
    top: 5.1rem;
    width: 32.3rem;
    height: 17.6rem;
  }
}
.page-index .i-treatment-garland01.active,
.page-index .i-treatment-garland02.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page-index .i-treatment-garland01 {
  left: 0.6rem;
  background-image: url("../images/index_treatment_garland01@2x.webp");
  -webkit-transform: translate(-0.6rem, -2rem);
          transform: translate(-0.6rem, -2rem);
}
@media (min-width: 768px), print {
  .page-index .i-treatment-garland01 {
    left: calc(50% - 60rem);
    -webkit-transform: translate(-1rem, -4rem);
            transform: translate(-1rem, -4rem);
  }
}
.page-index .i-treatment-garland02 {
  right: 0.6rem;
  background-image: url("../images/index_treatment_garland02@2x.webp");
  -webkit-transform: translate(0.6rem, -2rem);
          transform: translate(0.6rem, -2rem);
}
@media (min-width: 768px), print {
  .page-index .i-treatment-garland02 {
    right: calc(50% - 60rem);
    -webkit-transform: translate(1rem, -4rem);
            transform: translate(1rem, -4rem);
  }
}
.page-index .feature-area {
  position: relative;
  padding: 4.2rem 0 9rem;
  overflow: hidden;
  background: url("../images/a_main_bg05@2x.webp") no-repeat right -2.3rem top 137rem/9.7rem, url("../images/a_main_bg04@2x.webp") no-repeat -2.3rem 91rem/9.7rem, url("../images/a_main_bg03@2x.webp") no-repeat right 0.8rem top 52.3rem/6.3rem, url("../images/a_main_bg02@2x.webp") no-repeat -0.7rem 28.7rem/8.2rem, url("../images/index_feature_bg.webp") no-repeat 50% 5.8rem/200%;
}
@media (min-width: 768px), print {
  .page-index .feature-area {
    padding: 11.6rem 0 17.2rem;
    background-position: right -9rem top 121.9rem, -9rem 121.9rem, calc(50% + 84.8rem) 64.1rem, calc(50% - 88.2rem) 64.1rem, 50% 9.9rem;
    background-size: 36rem, 36rem, 23.6rem, 30.5rem, auto;
  }
}
@media (min-width: 2001px) {
  .page-index .feature-area {
    background-size: 36rem, 36rem, 23.6rem, 30.5rem, 100%;
  }
}
.page-index .i-feature-balloon {
  position: absolute;
  top: 2rem;
  left: 0.6rem;
  width: 5rem;
  height: 5.4285rem;
  background: url("../images/index_feature_balloon.svg") no-repeat 50% 50%/contain;
  -webkit-transform: translate(-0.6rem, 2.4rem);
          transform: translate(-0.6rem, 2.4rem);
  content: "";
}
@media (min-width: 768px), print {
  .page-index .i-feature-balloon {
    top: 8.6rem;
    left: calc(50% - 60rem);
    width: 10.5rem;
    height: 11.4rem;
    -webkit-transform: translate(-1.2rem, 4rem);
            transform: translate(-1.2rem, 4rem);
  }
}
.page-index .i-feature-balloon.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page-index .i-feature-bird {
  position: absolute;
  top: 9rem;
  right: 0.6rem;
  width: 5.6rem;
  height: 4.1188rem;
  background: url("../images/index_feature_bird.svg") no-repeat 50% 50%/contain;
  -webkit-transform: translate(3rem, 2rem);
          transform: translate(3rem, 2rem);
  content: "";
}
@media (min-width: 768px), print {
  .page-index .i-feature-bird {
    top: 8.6rem;
    right: calc(50% - 60rem);
    width: 12.1rem;
    height: 8.9rem;
    -webkit-transform: translate(4rem, 3rem);
            transform: translate(4rem, 3rem);
  }
}
.page-index .i-feature-bird.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page-index .feature-box {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .page-index .feature-box {
    margin-top: 6.3rem;
  }
}
.page-index .feature-item {
  margin-bottom: 3.6rem;
}
@media (min-width: 768px), print {
  .page-index .feature-item {
    margin-bottom: -4.1rem;
  }
}
@media (min-width: 768px), print {
  .page-index .feature-item:nth-child(2n) {
    margin-bottom: 9.2rem;
  }
}
@media (min-width: 768px), print {
  .page-index .feature-item:nth-child(2n) .feature-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 2rem;
  }
}
.page-index .feature-item:nth-child(2n) .feature-img > img {
  border-radius: 15rem 1rem 10rem;
}
@media (min-width: 768px), print {
  .page-index .feature-item:nth-child(2n) .feature-img > img {
    border-radius: 30rem 2rem 20rem;
  }
}
@media (min-width: 768px), print {
  .page-index .feature-item:nth-child(2n) .feature-body {
    padding: 0 0 0.6rem;
  }
}
.page-index .feature-item:nth-child(4n+2) .feature-img img {
  border-color: #f3dcb7;
}
.page-index .feature-item:nth-child(4n+2) .feature-tit .prefix {
  color: #e29f33;
  background-image: url("../images/index_feature_tit02.svg");
}
.page-index .feature-item:nth-child(4n+3) .feature-img img {
  border-color: #ceebf8;
}
.page-index .feature-item:nth-child(4n+3) .feature-tit .prefix {
  color: #33aadf;
  background-image: url("../images/index_feature_tit03.svg");
}
.page-index .feature-item:nth-child(4n) .feature-img img {
  border-color: #e7eed4;
}
.page-index .feature-item:nth-child(4n) .feature-tit .prefix {
  color: #a1c53d;
  background-image: url("../images/index_feature_tit04.svg");
}
@media (min-width: 768px), print {
  .page-index .feature-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-index .feature-img {
  margin-bottom: 2rem;
}
@media (min-width: 768px), print {
  .page-index .feature-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 57rem;
    margin-bottom: 0;
  }
}
.page-index .feature-img > img {
  border: 0.48rem solid #f9e3ed;
  border-radius: 1rem 15rem 1rem 10rem;
}
@media (min-width: 768px), print {
  .page-index .feature-img > img {
    border-width: 0.8rem;
    border-radius: 2rem 30rem 2rem 20rem;
  }
}
@media (min-width: 768px), print {
  .page-index .feature-body {
    width: 55rem;
    padding-top: 3.9rem;
  }
}
.page-index .feature-body p {
  font-size: 1.3rem;
  line-height: 1.6667;
  letter-spacing: 0.02em;
}
@media (min-width: 768px), print {
  .page-index .feature-body p {
    font-size: 1.8rem;
  }
}
.page-index .feature-tit {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.4583;
  letter-spacing: 0;
  border-bottom: 2px solid #c4c4c4;
}
@media (min-width: 768px), print {
  .page-index .feature-tit {
    margin: 0 0 1.2rem;
    padding: 0 0 1.5rem;
    font-size: 2.4rem;
  }
}
.page-index .feature-tit .prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  height: 3.6228rem;
  margin-bottom: 0.2rem;
  padding: 0 0.1rem 1rem 0;
  color: var(--bs-primary);
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  background: url("../images/index_feature_tit01.svg") no-repeat 50% 50%/contain;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (min-width: 768px), print {
  .page-index .feature-tit .prefix {
    width: 21.2rem;
    height: 6.4rem;
    margin-bottom: 0.9rem;
    padding: 0 0.1rem 2rem 0;
    font-size: 1.9rem;
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}
.page-index .feature-tit .fz-lg {
  margin-left: 0.45em;
  font-size: 147.3684%;
  -webkit-transform: translateY(-0.08em);
          transform: translateY(-0.08em);
}

a[href=""] {
  pointer-events: none;
}

@media print {
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #adb5bd;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1230px !important;
  }
  .container {
    min-width: 1230px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  abbr[title]::after {
    content: normal;
  }
  .navbar {
    display: block;
  }
  .page-top {
    display: none !important;
  }
  .sticky-btn {
    position: absolute;
  }
}