@charset "UTF-8";
: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: 32, 32, 32;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Noto Sans JP", "Noto Sans", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --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: #202020;
  --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;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --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: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  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 > * {
  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);
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #202020;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #202020;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: none;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-text:last-child {
  margin-bottom: 0;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.border-0 {
  border: 0 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0d6efd;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-simple {
  position: relative;
}
@media (max-width: 767.98px) {
  .swiper-simple {
    overflow: hidden;
  }
}
.swiper-simple .swiper-pagination {
  position: static;
  margin-top: 5px;
}
.swiper-simple .swiper-pagination .swiper-pagination-bullet {
  margin-right: 6px;
  margin-left: 6px;
  background-color: #c6c6c6;
  opacity: 1;
}
.swiper-simple .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e75399;
}
.swiper-simple img {
  width: 100%;
}

.gallery-thumbs {
  overflow: visible;
}
.gallery-thumbs .swiper-slide img {
  opacity: 0.2;
  transition: 0.3s all ease;
}
.gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}
.gallery-thumbs .swiper-slide:hover img, .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

body {
  position: relative;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
}

.sans-serif {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a,
a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a,
  a img {
    transition: none;
  }
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}
a.link {
  font-size: 14px;
  color: #e75399;
}
@media (min-width: 768px) {
  a.link {
    font-size: 16px;
  }
}
a.link.external:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  background: url("/svcsol/campaign/images/mio_biz_202306/icon/external-pink.svg") no-repeat 50% 50%;
  content: "";
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

.page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .page-header {
    height: 200px;
  }
}
.page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

ul,
ol {
  padding-left: 1.5em;
}

.list-inline {
  margin-left: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  border-right: 1px solid #999;
}
.list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}

.list-data {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list-data {
    min-height: 196px;
  }
}
.list-data li {
  width: 100%;
  max-width: 75px;
  min-height: 65px;
  margin-bottom: 8px;
  margin-right: 1px;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .list-data li {
    max-width: 85px;
    min-height: 90px;
  }
}
.list-data li.list-inline-item:not(:last-child) {
  margin-right: 2px;
}
.list-data .card {
  display: inline-flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #eef5fb 25%, #ebf2f8 25%, #ebf2f8 50%, #eef5fb 50%, #eef5fb 75%, #ebf2f8 75%, #ebf2f8 100%);
  background-size: 14.14px 14.14px;
  border-radius: 10px;
}
.list-data .card.card-disable {
  background: #f8f5f0;
}
.list-data .card.card-disable,
.list-data .card.card-disable span {
  color: #ababab !important;
}
.list-data .card.card-disable img {
  opacity: 0.5;
  filter: grayscale(100%);
}
.list-data .caption {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2px !important;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.167;
}
@media (min-width: 768px) {
  .list-data .caption {
    font-size: 11px;
  }
}
.list-data .caption span {
  width: 100%;
}
.list-data .caption span.fs-sm {
  font-size: 9px;
}
@media (max-width: 767.98px) {
  .list-data .caption span.fs-sm {
    font-size: 8px;
  }
}
.list-data .caption small, .list-data .caption .small {
  font-size: 9px;
}
.list-data .card-body {
  padding: 10px 5px 1px;
}
@media (max-width: 767.98px) {
  .list-data .card-body {
    padding-bottom: 8px;
  }
}

.dl-list-indent {
  margin-bottom: 0;
}
.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  vertical-align: top;
}
.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.dl-list-indent dt img {
  display: block;
}
.dl-list-indent dd {
  width: 10000px;
}
@media (max-width: 767.98px) {
  .dl-list-indent.cleared-md dt {
    display: block;
  }
  .dl-list-indent.cleared-md dd {
    padding-top: 0;
  }
}

.text-pink {
  color: #e75399 !important;
}

.text-light-pink {
  color: #e4007f !important;
}

.text-dark-blue {
  color: #3d62ad !important;
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}
.row-0 > div,
.row-0 > li {
  padding-right: 0;
  padding-left: 0;
}

.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-5 > div,
.row-5 > li {
  padding-right: 5px;
  padding-left: 5px;
}

.row-6 {
  margin-right: -6px;
  margin-left: -6px;
}
.row-6 > div,
.row-6 > li {
  padding-right: 6px;
  padding-left: 6px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > div,
.row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}

.row-16 {
  margin-right: -16px;
  margin-left: -16px;
}
.row-16 > div,
.row-16 > li {
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 767.98px) {
  .row-5-md {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-md > div,
  .row-5-md > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .row-45-lg {
    margin-right: -45px;
    margin-left: -45px;
  }
  .row-45-lg > div,
  .row-45-lg > li {
    padding-right: 45px;
    padding-left: 45px;
  }
  .row-46-lg {
    margin-right: -46px;
    margin-left: -46px;
  }
  .row-46-lg > div,
  .row-46-lg > li {
    padding-right: 46px;
    padding-left: 46px;
  }
  .row-18-lg {
    margin-right: -18px;
    margin-left: -18px;
  }
  .row-18-lg > div,
  .row-18-lg > li {
    padding-right: 18px;
    padding-left: 18px;
  }
  .row-16-lg {
    margin-right: -16px;
    margin-left: -16px;
  }
  .row-16-lg > div,
  .row-16-lg > li {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  .row-26-xl {
    margin-right: -26px;
    margin-left: -26px;
  }
  .row-26-xl > div,
  .row-26-xl > li {
    padding-right: 26px;
    padding-left: 26px;
  }
}
.container {
  max-width: 984px;
}

.btn-multiline {
  white-space: normal;
}

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn.btn-light-blue {
  color: #fff;
  background-color: #0fb0c6;
  border-color: #0fb0c6;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
}
.btn.btn-light-blue:focus, .btn.btn-light-blue.focus {
  color: #0fb0c6;
  background-color: #fff;
}
.btn.btn-light-blue:hover {
  color: #0fb0c6;
  background-color: #fff;
}
.btn.btn-light-blue:active, .btn.btn-light-blue.active, .open > .btn.btn-light-blue.dropdown-toggle {
  color: #0fb0c6;
  background-color: #fff;
}
.btn.btn-light-blue:active:hover, .btn.btn-light-blue:active:focus, .btn.btn-light-blue:active.focus, .btn.btn-light-blue.active:hover, .btn.btn-light-blue.active:focus, .btn.btn-light-blue.active.focus, .open > .btn.btn-light-blue.dropdown-toggle:hover, .open > .btn.btn-light-blue.dropdown-toggle:focus, .open > .btn.btn-light-blue.dropdown-toggle.focus {
  color: #0fb0c6;
  background-color: #fff;
}
.btn.btn-light-blue:active, .btn.btn-light-blue.active {
  background-image: none;
}
.open > .btn.btn-light-blue .dropdown-toggle {
  background-image: none;
}
.btn.btn-light-blue.disabled:hover, .btn.btn-light-blue.disabled:focus, .btn.btn-light-blue.disabled.focus, .btn.btn-light-blue[disabled]:hover, .btn.btn-light-blue[disabled]:focus, .btn.btn-light-blue[disabled].focus, fieldset[disabled] .btn.btn-light-blue:hover, fieldset[disabled] .btn.btn-light-blue:focus, fieldset[disabled] .btn.btn-light-blue.focus {
  background-color: #0fb0c6;
}
@media (max-width: 767.98px) {
  .btn.btn-light-blue {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
}
.btn.btn-light-blue.icon-external {
  position: relative;
  padding-right: 34px;
}
@media (max-width: 767.98px) {
  .btn.btn-light-blue.icon-external {
    padding-right: 25px;
  }
}
.btn.btn-light-blue.icon-external:hover:after, .btn.btn-light-blue.icon-external:focus:after {
  filter: none;
}
.btn.btn-light-blue.icon-external:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 12px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("/svcsol/campaign/images/mio_biz_202306/icon/external-light-blue.svg") no-repeat 50% 50%/contain;
  content: "";
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .btn.btn-light-blue.icon-external:after {
    right: 10px;
  }
}
.btn.btn-light-blue.btn-md {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .btn.btn-light-blue.btn-md {
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .btn.btn-light-blue.btn-md.icon-external:after {
    right: 23px;
  }
}
.btn.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0178d5;
  --bs-btn-border-color: #0178d5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0166b5;
  --bs-btn-hover-border-color: #0160aa;
  --bs-btn-focus-shadow-rgb: 39, 140, 219;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0160aa;
  --bs-btn-active-border-color: #015aa0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0178d5;
  --bs-btn-disabled-border-color: #0178d5;
  padding: 16px 39px 14px 20px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 10px;
  text-align: right;
  color: #fff;
}
@media (max-width: 767.98px) {
  .btn.btn-blue {
    padding: 6px 26px 5px 5px;
    font-size: 11px;
  }
}
.btn.btn-blue span {
  display: block;
}
@media (max-width: 767.98px) {
  .btn.btn-blue img {
    max-width: 122px;
  }
}
.btn.btn-blue.icon-external {
  position: relative;
}
.btn.btn-blue.icon-external:hover, .btn.btn-blue.icon-external:focus {
  background-color: #0164b1;
  border-color: #0164b1;
}
.btn.btn-blue.icon-external:after {
  position: absolute;
  right: 23px;
  bottom: 17px;
  width: 12px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("/svcsol/campaign/images/mio_biz_202306/icon/external-light-blue.svg") no-repeat 50% 50%/contain;
  content: "";
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .btn.btn-blue.icon-external:after {
    right: 10px;
  }
}

.btn-gradient {
  position: relative;
  color: #fff !important;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
  text-decoration: none;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 0;
}
@media (min-width: 768px) {
  .btn-gradient {
    padding: 18px 12px;
    font-size: 14px;
  }
}
.btn-gradient:hover, .btn-gradient:focus {
  text-decoration: none;
}
.btn-gradient:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 10px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("/svcsol/campaign/images/mio_biz_202306/icon/external-white.svg") 50% 50%/cover no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .btn-gradient:after {
    width: 12px;
    height: 11px;
  }
}
.btn-gradient .text {
  display: block;
  isolation: isolate;
}
.btn-gradient .text:before {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 24%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  content: "";
}
.btn-gradient.btn-lg {
  padding: 21px 40px;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .btn-gradient.btn-lg {
    padding: 18px 40px 15px;
    font-size: 16px;
  }
}
.btn-gradient.btn-lg:after {
  top: 4px;
  right: 18px;
  width: 18px;
  height: 16px;
}
.btn-gradient.btn-lg small, .btn-gradient.btn-lg .small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: -0.04em;
}
@media (max-width: 991.98px) {
  .btn-gradient.btn-lg small, .btn-gradient.btn-lg .small {
    font-size: 11px;
  }
}
.btn-gradient.btn-lg.pink {
  padding: 13px 40px 10px;
  letter-spacing: 0.05em;
  text-align: center;
}
.btn-gradient.btn-lg.pink:after {
  top: 20px;
  right: 42px;
  bottom: auto;
}
@media (max-width: 767.98px) {
  .btn-gradient.btn-lg.pink:after {
    top: 15px;
    right: 30px;
  }
}
.btn-gradient.arrow-right {
  position: relative;
}
.btn-gradient.arrow-right:before {
  position: absolute;
  top: 4px;
  left: 16px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  content: "";
}
.btn-gradient:hover, .btn-gradient:active, .btn-gradient:focus {
  color: #fff !important;
  opacity: 0.8;
}
.btn-gradient.green {
  background-image: linear-gradient(-1deg, rgb(145, 205, 54) 0%, rgb(140, 202, 52) 100%);
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.66);
}
.btn-gradient.green .text:before {
  background-image: linear-gradient(180deg, #afdb72 -24%, #d3edae 5%, #90cc36 23%);
}
.btn-gradient.pink {
  background-image: linear-gradient(-1deg, rgb(255, 101, 168) 0%, rgb(255, 65, 148) 100%);
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.66);
}
.btn-gradient.pink .text:before {
  background-image: linear-gradient(180deg, #ff7cb6 -24%, #ffb0d3 5%, rgba(255, 65, 148, 0.2) 23%);
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .container {
  max-width: 975px;
  align-items: start;
}
@media (max-width: 767.98px) {
  .navbar .logo {
    width: 122px;
  }
}
.navbar .navbar-collapse {
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .navbar .navbar-collapse {
    align-items: center;
  }
}
.navbar .navbar-brand {
  padding: 30px 0 32px;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    padding: 20px 0 0;
  }
}
.navbar .navbar-nav {
  justify-content: flex-end;
  flex-grow: 1;
  padding-right: 18px;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    padding-right: 8px;
    padding-left: 10px;
  }
}
.navbar .iij-link {
  display: block;
  padding: 12px 13px;
  margin-inline: auto 0;
  background-color: #000;
}

.nav-tabs-price {
  position: relative;
  top: 1px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 7px;
       column-gap: 7px;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .nav-tabs-price {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.nav-tabs-price .nav-item {
  flex: 1 0 15%;
  background-color: #ece5d9;
  border: solid #e7dccb;
  border-width: 0 1px;
}
.nav-tabs-price .nav-item a {
  position: relative;
  display: block;
  text-align: center;
  transition: none;
}
.nav-tabs-price .nav-item a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  height: 3px;
  background-color: #ece5d9;
  content: "";
}
.nav-tabs-price .nav-item a.active {
  background-color: #fff;
}
.nav-tabs-price .nav-item a.active:before {
  opacity: 1;
}
.nav-tabs-price .nav-item a.active .img-on {
  display: block;
}
.nav-tabs-price .nav-item a.active .img-off {
  display: none;
}
.nav-tabs-price .nav-item a.pink:before {
  background-color: #de569a;
}
.nav-tabs-price .nav-item a.green:before {
  background-color: #64b01f;
}
.nav-tabs-price .nav-item a.blue:before {
  background-color: #3d74c6;
}
.nav-tabs-price .nav-item .img-on,
.nav-tabs-price .nav-item .img-off {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.nav-tabs-price .nav-item .img-on {
  display: none;
}

.nav-tabs-faq {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 31px;
       column-gap: 31px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .nav-tabs-faq {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 20px;
  }
}
.nav-tabs-faq .nav-item {
  flex: 1 0 15%;
}
.nav-tabs-faq .nav-item a {
  display: block;
  padding: 8px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #868686;
  border-bottom: 2px solid;
  text-decoration: none;
}
.nav-tabs-faq .nav-item a.active, .nav-tabs-faq .nav-item a:hover {
  color: #e75399;
}

.tab-content-price {
  padding: 10px 0;
  background: #fff;
  border: 1px solid #e7dccb;
}
.tab-content-price .note {
  width: 95.7%;
  margin: 20px auto 8px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .tab-content-price .note {
    font-size: 12px;
  }
}

.bg-none {
  background: none !important;
}

.rounded-start-end-0 {
  border-top-right-radius: 0 !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.badge {
  text-decoration: none;
}
.badge.has-space {
  margin-bottom: 3px;
}

.badge-blue {
  width: 97px;
  height: 21px;
  padding: 2px;
  font-size: 14px;
  font-weight: 500;
  background-color: #3d62ad;
  border-radius: 12px;
  display: block;
}
@media (min-width: 768px) {
  .badge-blue {
    font-size: 16px;
  }
}

.card-collapse + .card-collapse {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .card-collapse + .card-collapse {
    margin-top: 16px;
  }
}
.card-collapse .collapse,
.card-collapse .collapsing,
.card-collapse .card-body {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .card-collapse .collapse,
  .card-collapse .collapsing,
  .card-collapse .card-body {
    border-radius: 30px;
  }
}
.card-collapse .card-title {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #ebe6de;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .card-collapse .card-title {
    border-radius: 40px;
  }
}
.card-collapse .card-title:before {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  width: 25px;
  height: 25px;
  padding-top: 3px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #e75399;
  border-radius: 50%;
  content: "Q";
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .card-collapse .card-title:before {
    left: 33px;
    width: 31px;
    height: 31px;
    padding-top: 5px;
    font-size: 16px;
  }
}
.card-collapse .card-title a {
  position: relative;
  display: block;
  padding: 12px 35px 12px 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #000;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .card-collapse .card-title a {
    padding: 19px 85px;
    font-size: 20px;
    line-height: 1.6;
    border-radius: 50px;
  }
}
.card-collapse .card-title a[aria-expanded=true]:after {
  bottom: -4px;
  transform: rotate(-45deg);
}
.card-collapse .card-title a:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 6px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border: solid #e75399;
  border-width: 2px 2px 0 0;
  content: "";
  transition: 300ms all ease;
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .card-collapse .card-title a:after {
    right: 34px;
    width: 13px;
    height: 13px;
    border-width: 3px 3px 0 0;
  }
}
.card-collapse .card-body {
  padding: 8px 12px 8px 20px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .card-collapse .card-body {
    padding: 13px 86px;
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.625;
  }
}
.card-collapse .card-body ul,
.card-collapse .card-body ol {
  line-height: 1.1875;
}

a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a.card {
    transition: none;
  }
}

.card.border-radius-base {
  border-radius: 0.375rem;
}
.card.card-title-on-border {
  position: relative;
  padding-top: 35px;
}
.card.card-title-on-border .title {
  position: absolute;
  top: -0.75em;
  right: 0;
  left: 0;
  padding-right: 1.5%;
  padding-left: 1.5%;
  margin: 0;
}
.card.card-title-on-border .title .bg {
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #000;
}

.title-blue {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #3d62ad;
}
@media (max-width: 767.98px) {
  .title-blue {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.title-border-left-gradient {
  position: relative;
  padding-left: 20px;
  margin-top: 42px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}
.title-border-left-gradient:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 5px;
  width: 4px;
  background-image: linear-gradient(180deg, #ed5eae 50%, #f38cc4 50%);
  content: "";
}

.section-price {
  padding: 50px 0 78px;
  background: #f9f6f1;
}
@media (max-width: 767.98px) {
  .section-price {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.section-price .section-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 2em;
  padding-bottom: 30px;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .section-price .section-title {
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.section-price .section-title small, .section-price .section-title .small {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .section-price .section-title small, .section-price .section-title .small {
    font-size: 18px;
  }
}
.section-price .section-title.line-next {
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
  border-bottom: 1px solid #e2d6c3;
  line-height: 1.6em;
}
@media (max-width: 767.98px) {
  .section-price .section-title.line-next {
    padding-bottom: 10px;
  }
}
.section-price .section-title.line-next:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #d6c8b3;
  content: "";
  transform: translateX(-50%);
}
.section-price .section-title.line-next:after {
  position: absolute;
  bottom: -29px;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #f7f5f1;
  content: "";
  transform: translateX(-50%);
}
.section-price .section-title.section-title-sm {
  padding-bottom: 4px;
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .section-price .section-title.section-title-sm {
    font-size: 19px;
  }
}
.section-price .title-yellow {
  position: relative;
  padding: 6px 10px 8px;
  width: 96%;
  margin: 26px auto 24px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff499;
}
@media (max-width: 767.98px) {
  .section-price .title-yellow {
    margin-top: 16px;
    margin-bottom: 26px;
  }
}
.section-price .title-yellow:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #fff499 transparent transparent;
  content: "";
  transform: translateX(-50%);
}
.section-price .table-price {
  display: flex;
  justify-content: space-around;
  width: 95%;
  margin: 10px auto;
}
@media (max-width: 767.98px) {
  .section-price .table-price {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-price .table-price .table-price-column {
  width: 25%;
  padding: 11px 10px 9px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  border-right: solid 1px #e7dccb;
}
@media (max-width: 767.98px) {
  .section-price .table-price .table-price-column {
    padding: 7px 5px;
    font-size: 16px;
  }
}
.section-price .table-price .table-price-column:first-child {
  border-left: solid 1px #e7dccb;
}
@media (max-width: 767.98px) {
  .section-price .table-price .table-price-column:first-child {
    border-left-width: 0;
  }
}
@media (max-width: 767.98px) {
  .section-price .table-price .table-price-column:last-child {
    border-right-width: 0;
  }
}
.section-price .table-price .table-price-column .number {
  margin-bottom: 4px;
}
.section-price .table-price .table-price-column .price {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .section-price .table-price .table-price-column .price {
    font-size: 20px;
  }
}
.section-price .table-price .table-price-column small, .section-price .table-price .table-price-column .small {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .section-price .table-price .table-price-column small, .section-price .table-price .table-price-column .small {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .section-price .table-price .table-price-column small + small, .section-price .table-price .table-price-column .small + small, .section-price .table-price .table-price-column small + .small, .section-price .table-price .table-price-column .small + .small {
    display: block;
  }
}
.section-price .table-cost {
  width: 100%;
  margin-bottom: 8px;
}
.section-price .table-cost > thead > tr > th,
.section-price .table-cost > thead > tr > td,
.section-price .table-cost > tbody > tr > th,
.section-price .table-cost > tbody > tr > td {
  padding: 8px 0;
}
.section-price .table-cost > thead > tr > th .cell-inner,
.section-price .table-cost > thead > tr > td .cell-inner,
.section-price .table-cost > tbody > tr > th .cell-inner,
.section-price .table-cost > tbody > tr > td .cell-inner {
  padding: 6px 0;
  border-left: 1px solid #fff;
}
.section-price .table-cost > thead > tr > th,
.section-price .table-cost > tbody > tr > th {
  font-weight: normal;
  text-align: center;
}
.section-price .table-cost > thead > tr > th .text-lg,
.section-price .table-cost > tbody > tr > th .text-lg {
  font-size: 21px;
}
@media (max-width: 767.98px) {
  .section-price .table-cost > thead > tr > th .text-lg,
  .section-price .table-cost > tbody > tr > th .text-lg {
    font-size: 16px;
  }
}
.section-price .table-cost > thead > tr > th {
  font-size: 15px;
  text-align: center;
  color: #111;
  background: #ece5d9;
  border-top: 3px solid #ece5d9;
}
@media (max-width: 767.98px) {
  .section-price .table-cost > thead > tr > th {
    padding: 5px;
    font-size: 12px;
  }
}
.section-price .table-cost > tbody > tr:last-child > th,
.section-price .table-cost > tbody > tr:last-child > td {
  color: #111;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.section-price .table-cost > tbody > tr:last-child > .cell-pink {
  color: #e4007f;
  background-color: #fff7b7;
  border-bottom: 3px solid #e75399;
}
.section-price .table-cost > tbody > tr > th,
.section-price .table-cost > tbody > tr > td {
  background-color: #fff;
  border: solid #e2d6c3;
  border-width: 1px 0 0;
}
.section-price .table-cost > tbody > tr > th {
  width: 20%;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  letter-spacing: 1px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #111;
}
@media (max-width: 767.98px) {
  .section-price .table-cost > tbody > tr > th {
    width: 18%;
    padding: 5px;
    font-size: 12px;
  }
}
.section-price .table-cost > tbody > tr > th:first-child {
  border-left-width: 1px;
}
.section-price .table-cost > tbody > tr > td {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #666;
}
@media (max-width: 767.98px) {
  .section-price .table-cost > tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.section-price .table-cost > tbody > tr > td:last-child {
  border-right-width: 1px;
}
.section-price .table-cost > tbody > tr > td .cell-inner {
  border-left-color: #e7dccb;
}
.section-price .table-cost > tbody > tr > td .price {
  padding: 0 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-price .table-cost > tbody > tr > td .price {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 16px;
  }
}
.section-price .table-cost > tbody > tr > td .price .number {
  margin-bottom: 0;
}
.section-price .table-cost > tbody > tr > td .price .text-lg {
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .section-price .table-cost > tbody > tr > td .price .text-lg {
    font-size: 18px;
  }
}
.section-price .table-cost > tbody > tr > td .price small, .section-price .table-cost > tbody > tr > td .price .small {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .section-price .table-cost > tbody > tr > td .price small, .section-price .table-cost > tbody > tr > td .price .small {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .section-price .table-cost > tbody > tr > td .price small + small, .section-price .table-cost > tbody > tr > td .price .small + small, .section-price .table-cost > tbody > tr > td .price small + .small, .section-price .table-cost > tbody > tr > td .price .small + .small {
    display: block;
  }
}
.section-price .table-cost > tbody > tr > .cell-pink {
  border-left: 3px solid #e75399;
  border-right: 3px solid #e75399;
}
.section-price .table-cost > tbody > tr > .cell-pink .cell-inner {
  border-left-width: 0;
}
.section-price .table-cost .price-total {
  background-color: #fff7b7;
  color: #e4007f;
}
.section-price .table-cost .logo-bg-pink {
  background-color: #e75399;
  border-width: 3px;
  border-color: #e75399;
}
.section-price .table-caption {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .section-price .table-caption {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-price .number-md {
    margin-top: 4px;
    font-size: 19px;
  }
}
.section-price .price-lg {
  padding: 8px 10px;
  margin-bottom: 58px;
  font-size: 26px;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .section-price .price-lg {
    font-size: 20px;
  }
}
.section-price .price-lg small, .section-price .price-lg .small {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .section-price .price-lg small, .section-price .price-lg .small {
    font-size: 23px;
  }
}
.section-price .btn-container {
  max-width: 796px;
}
@media (max-width: 767.98px) {
  .section-price .btn-container {
    text-align: center;
  }
}
.section-price .btn-container .btn {
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-price .btn-container .btn {
    max-width: 280px;
    margin-bottom: 20px;
  }
}

.section-faq {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f8f5f0;
}
@media (min-width: 768px) {
  .section-faq {
    padding-top: 84px;
    padding-bottom: 60px;
  }
}
.section-faq .title-section {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-faq .title-section {
    margin-bottom: 55px;
    font-size: 32px;
  }
}
.section-faq .link-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-faq .link-container {
    margin-top: 40px;
  }
}

.section-nav {
  background-color: #fff;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.section-nav .container {
  max-width: 986px;
}
@media (max-width: 767.98px) {
  .section-nav .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.section-nav ul > li {
  flex: 1 0 0;
}
@media (min-width: 768px) {
  .section-nav ul > li {
    border-right: 1px solid #c1c1c1;
  }
}
@media (max-width: 767.98px) {
  .section-nav ul > li {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-nav ul > li:first-child > a {
    border-left: 1px solid #c1c1c1;
  }
}
@media (max-width: 767.98px) {
  .section-nav ul > li:nth-child(2n+1) > a {
    border-right: 1px solid #c1c1c1;
  }
}
@media (max-width: 767.98px) {
  .section-nav ul > li:nth-last-of-type(-n+2) > a {
    border-bottom: 0;
  }
}
.section-nav ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  text-decoration: none;
  transition: 0.3s all ease;
}
@media (max-width: 767.98px) {
  .section-nav ul > li > a {
    min-height: 54px;
    border-bottom: 1px solid #c1c1c1;
  }
}
.section-nav ul > li > a:hover {
  color: #fff;
  background-color: #e75399;
}
.section-nav ul > li > a:hover .icon {
  filter: brightness(0) invert(1);
}
.section-nav ul > li > a .icon {
  margin-right: 10px;
}
.section-nav ul > li > a.price .icon-hover {
  display: none;
}
.section-nav ul > li > a.price:hover .icon {
  display: none;
  filter: brightness(1) invert(0);
}
.section-nav ul > li > a.price:hover .icon-hover {
  display: block;
}

.section-sim {
  color: #202020;
  background-image: linear-gradient(135deg, #eef5fb 25%, #ebf2f8 25%, #ebf2f8 50%, #eef5fb 50%, #eef5fb 75%, #ebf2f8 75%, #ebf2f8 100%);
  background-size: 14.14px 14.14px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section-sim {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
.section-sim .container {
  max-width: 986px;
}
.section-sim .lead,
.section-sim .caption {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-sim .lead,
  .section-sim .caption {
    font-size: 16px;
    line-height: 2;
  }
}
.section-sim .lead.blue,
.section-sim .caption.blue {
  color: #3d62ad;
}
.section-sim .caption {
  padding-top: 9px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-sim .caption {
    line-height: 1.45;
  }
}
.section-sim .card {
  position: relative;
  width: 100%;
  max-width: 186px;
  margin: 0 auto;
}
.section-sim .card-body img {
  width: 100%;
  max-width: 186px;
  border-radius: 50%;
}
.section-sim .card-title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.231;
  color: #e75399;
  text-align: center;
}
@media (min-width: 768px) {
  .section-sim .card-title {
    font-size: 26px;
    margin-bottom: 56px;
  }
}
.section-sim .circle-blue {
  position: absolute;
  top: 0;
  left: -8px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 51px;
  height: 51px;
  font-size: 12px;
  line-height: 1.1;
  border-radius: 50%;
  color: #fff;
  background-color: #3d62ad;
  text-align: center;
}
.section-sim .circle-blue .number {
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767.98px) {
  .section-sim .circle-blue .number {
    font-size: 22px;
  }
}
.section-sim .box {
  padding: 40px 15px;
  background-color: #fff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .section-sim .box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-sim .title-section {
  margin-bottom: 20px;
}
.section-sim .inner {
  max-width: 740px;
  margin: 52px auto 0;
}

.section-fv {
  overflow: hidden;
  background-image: linear-gradient(135deg, #eef5fb 25%, #ebf2f8 25%, #ebf2f8 50%, #eef5fb 50%, #eef5fb 75%, #ebf2f8 75%, #ebf2f8 100%);
  background-size: 14.14px 14.14px;
}
.section-fv .container {
  max-width: 986px;
}
@media (max-width: 1199.98px) {
  .section-fv .container {
    max-width: 700px;
  }
}
@media (max-width: 991.98px) {
  .section-fv .container {
    max-width: 600px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-fv .container-swiper-button {
  position: relative;
  margin-inline: auto;
  max-width: 1006px;
}
.section-fv .container-swiper-button .swiper-button-prev,
.section-fv .container-swiper-button .swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.section-fv .container-swiper-button .swiper-button-prev:hover:before,
.section-fv .container-swiper-button .swiper-button-next:hover:before {
  border-color: #e75399;
}
.section-fv .container-swiper-button .swiper-button-prev:before,
.section-fv .container-swiper-button .swiper-button-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
}
.section-fv .container-swiper-button .swiper-button-prev:after,
.section-fv .container-swiper-button .swiper-button-next:after {
  display: none;
}
.section-fv .container-swiper-button .swiper-button-prev {
  left: -20px;
}
@media (max-width: 1199.98px) {
  .section-fv .container-swiper-button .swiper-button-prev {
    left: 0;
  }
}
.section-fv .container-swiper-button .swiper-button-prev:before {
  right: -4px;
  transform: rotate(-135deg);
}
@media (max-width: 1199.98px) {
  .section-fv .container-swiper-button .swiper-button-prev:before {
    right: -2px;
  }
}
.section-fv .container-swiper-button .swiper-button-next {
  right: -20px;
}
@media (max-width: 1199.98px) {
  .section-fv .container-swiper-button .swiper-button-next {
    right: 0;
  }
}
.section-fv .container-swiper-button .swiper-button-next:before {
  left: -4px;
  transform: rotate(45deg);
}
@media (max-width: 1199.98px) {
  .section-fv .container-swiper-button .swiper-button-next:before {
    left: -2px;
  }
}

.container-all-slider-thumbs {
  margin-inline: auto;
  max-width: 962px;
  border: 1px solid #fff;
}
.container-all-slider-thumbs .container-slider-thumbs {
  max-width: 194px;
  margin-inline: auto;
}

.section-cta {
  position: fixed;
  z-index: 11;
  right: -1px;
  bottom: 0;
  width: 158px;
  transition: 0.3s all ease;
}
@media (min-width: 768px) {
  .section-cta {
    top: 50%;
    bottom: auto;
    width: 241px;
  }
}
.section-cta.hide-banner {
  transform: translateX(100%);
}
.section-cta .box {
  padding: 10px 5px 6px;
  background-color: #3d62ad;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 768px) {
  .section-cta .box {
    padding: 22px 16px 12px;
  }
}
.section-cta .box .title-section {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-cta .box .title-section {
    margin-bottom: 15px;
  }
}
.section-cta .box .title-section img {
  width: 100%;
  max-width: 109px;
}
.section-cta .box .btn {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.section-cta .btn-container {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .section-cta .btn-container {
    margin-top: 8px;
  }
}
.section-cta .btn-container .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.section-apply {
  padding-top: 40px;
  padding-bottom: 50px;
  color: #202020;
  background-image: linear-gradient(135deg, #e75399 25%, #e45297 25%, #e45297 50%, #e75399 50%, #e75399 75%, #e45297 75%, #e45297 100%);
  background-size: 14.14px 14.14px;
}
@media (min-width: 768px) {
  .section-apply {
    padding-top: 70px;
    padding-bottom: 82px;
  }
}
.section-apply .title-section {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .section-apply .title-section {
    font-size: 32px;
  }
}
.section-apply .lead {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.556;
}
@media (min-width: 768px) {
  .section-apply .lead {
    margin-bottom: 43px;
    font-size: 18px;
  }
}
.section-apply .card {
  background-color: #fff;
  border-radius: 20px;
}
.section-apply .card + div {
  margin-top: 30px;
}
.section-apply .card:not(:last-child) {
  position: relative;
}
.section-apply .card:not(:last-child):after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -16px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 17px 20px 0;
  border-color: #fff transparent transparent;
  content: "";
}
.section-apply .card-title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #3d62ad;
  line-height: 1.231;
  text-align: center;
}
@media (min-width: 768px) {
  .section-apply .card-title {
    font-size: 26px;
    margin-bottom: 19px;
  }
}
.section-apply .card-title .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #3d62ad;
}
@media (min-width: 768px) {
  .section-apply .card-title .number {
    margin-right: 14px;
    font-size: 22px;
    width: 51px;
    height: 51px;
  }
}
.section-apply .card-body {
  padding: 25px 15px 30px;
}
@media (min-width: 768px) {
  .section-apply .card-body {
    padding: 28px 20px 50px;
  }
}
@media (min-width: 992px) {
  .section-apply .card-body {
    padding-right: 78px;
    padding-left: 78px;
  }
}
.section-apply .card-text {
  margin-bottom: 0;
}
.section-apply .card-text-sm {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-apply .card-text-sm {
    font-size: 14px;
  }
}
.section-apply a {
  display: inline-flex;
  align-items: center;
  color: #e75399;
  text-decoration: none;
}
@media (min-width: 768px) {
  .section-apply a {
    margin-left: 5px;
  }
}
.section-apply a:hover {
  text-decoration: underline;
}
.section-apply a img {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .section-apply a img {
    margin-right: 11px;
  }
}
.section-apply a,
.section-apply .card-text {
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .section-apply a,
  .section-apply .card-text {
    font-size: 16px;
  }
}
.section-apply dl {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  background-color: #eef5fb;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .section-apply dl {
    padding-left: 16px;
  }
}
@media (max-width: 767.98px) {
  .section-apply dl {
    max-width: 320px;
    margin: 0 auto 10px;
  }
}
.section-apply dl dt,
.section-apply dl dd {
  vertical-align: middle;
}
.section-apply dl dt {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .section-apply dl dt {
    padding-right: 15px;
  }
}
.section-apply dl dt img {
  max-width: 35px;
}
@media (min-width: 992px) {
  .section-apply dl dt img {
    max-width: 38px;
  }
}
.section-apply dl dd {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.429;
  color: #3d62ad;
}
@media (min-width: 768px) {
  .section-apply dl dd {
    font-size: 16px;
  }
}
.section-apply .row {
  margin-top: 6px;
  margin-bottom: 2px;
}
.section-apply .row .col-base {
  float: left;
}
@media (min-width: 768px) {
  .section-apply .row .col-base-1 {
    width: 31.3%;
  }
}
@media (min-width: 768px) {
  .section-apply .row .col-base-2 {
    width: 31.4%;
  }
}
@media (min-width: 768px) {
  .section-apply .row .col-base-3 {
    width: 37%;
  }
}
@media (min-width: 768px) {
  .section-apply .row > div:last-child dl:last-child dd {
    font-size: 14px;
  }
}
.section-apply .d-flex-btn {
  margin-bottom: 12px;
}
.section-apply .d-flex-btn .btn-gradient {
  color: #fff;
  font-size: 16px;
  padding: 10px 45px;
}
@media (min-width: 768px) {
  .section-apply .d-flex-btn .btn-gradient {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .section-apply .d-flex-btn .btn-gradient {
    line-height: 1.3;
  }
}
.section-apply .d-flex-btn .btn-gradient:before {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  content: "";
}
@media (min-width: 768px) {
  .section-apply .d-flex-btn .btn-gradient:before {
    width: 13px;
    height: 13px;
    left: 17px;
  }
}
@media (max-width: 767.98px) {
  .section-apply .d-flex-btn .btn-gradient:before {
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
.section-apply .d-flex-btn .btn-gradient:after {
  right: 15px;
  width: 16px;
  height: 14px;
  background-image: url("/svcsol/campaign/images/mio_biz_202306/icon/external-white.svg");
}
@media (min-width: 768px) {
  .section-apply .d-flex-btn .btn-gradient:after {
    width: 18px;
    height: 16px;
    right: 23px;
  }
}
.section-apply .d-flex-btn .btn-gradient:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .section-apply .flex-btn-left {
    width: 62.5%;
  }
}
.section-apply .flex-btn-left .btn + .btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-apply .flex-btn-right {
    margin-left: 4px;
  }
}
@media (max-width: 767.98px) {
  .section-apply .flex-btn-right {
    margin-top: 10px;
  }
}
.section-apply .flex-btn-right .btn {
  display: flex;
  align-items: center;
  height: 100%;
}
.section-apply .flex-btn-right .btn.pink .text:before {
  height: 12%;
}

.section-specification {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section-specification {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.section-specification .title-section {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section-specification .title-section {
    margin-bottom: 25px;
  }
}
.section-specification .table {
  --bs-table-border-color: #e5d6c1;
  margin-bottom: 46px;
}
@media (max-width: 767.98px) {
  .section-specification .table {
    margin-bottom: 30px;
  }
}
.section-specification .table > tbody > tr > th,
.section-specification .table > tbody > tr > td {
  padding: 14px 20px 14px 26px;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .section-specification .table > tbody > tr > th,
  .section-specification .table > tbody > tr > td {
    padding: 10px 5px;
    font-size: 13px;
  }
}
.section-specification .table > tbody > tr > th {
  width: 28.5%;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #f8f5f0;
}
.section-specification .table > tbody > tr > td {
  line-height: 1.563;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .section-specification .table > tbody > tr > td {
    padding-left: 30px;
  }
}
.section-specification ul {
  padding-left: 0;
  list-style: none;
}
.section-specification ul > li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.438;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .section-specification ul > li {
    font-size: 13px;
  }
}
.section-specification ul > li:before {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #202020;
  content: "";
}
@media (max-width: 767.98px) {
  .section-specification ul > li:before {
    top: 7px;
  }
}

.section-btn {
  padding-top: 66px;
  padding-bottom: 66px;
}
@media (max-width: 767.98px) {
  .section-btn {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.section-btn .container {
  max-width: 796px;
}
.section-btn .btn {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-btn .btn {
    max-width: 280px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}

.section-list-terminals {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-list-terminals {
    padding-top: 60px;
    padding-bottom: 95px;
  }
}
.section-list-terminals .container {
  max-width: 1022px;
}
.section-list-terminals .title-section {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .section-list-terminals .title-section {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.section-list-terminals .lead {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-list-terminals .lead {
    margin-bottom: 56px;
    font-size: 14px;
  }
}
.section-list-terminals .price {
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #e75399;
}
@media (min-width: 768px) {
  .section-list-terminals .price {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .section-list-terminals .price {
    margin-top: -5px;
  }
}
@media (max-width: 991.98px) {
  .section-list-terminals .price {
    display: block;
    margin-top: 5px;
  }
}
.section-list-terminals .price small, .section-list-terminals .price .small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-list-terminals .price small, .section-list-terminals .price .small {
    font-size: 14px;
  }
}
.section-list-terminals .price.price-coming-soon {
  margin: 0 27px 0 0;
  font-size: 14px;
  font-weight: normal;
  color: #9d9d9d;
}
@media (min-width: 768px) {
  .section-list-terminals .price.price-coming-soon {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .section-list-terminals .price.price-coming-soon {
    margin-top: 5px;
  }
}
.section-list-terminals .d-flex-container {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-list-terminals .d-flex-container {
    margin-bottom: 14px;
  }
}
.section-list-terminals .flex-img img {
  width: 100%;
  margin-top: 4px;
}
.section-list-terminals .flex-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #3d62ad;
}
@media (min-width: 768px) {
  .section-list-terminals .flex-title {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .section-list-terminals .flex-title {
    font-size: 32px;
  }
}
.section-list-terminals .flex-title small, .section-list-terminals .flex-title .small {
  display: block;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .section-list-terminals .flex-title small, .section-list-terminals .flex-title .small {
    font-size: 16px;
  }
}
.section-list-terminals .flex-title .text-sm {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .section-list-terminals .flex-title .text-sm {
    font-size: 13px;
  }
}
.section-list-terminals .flex-text {
  margin-left: 15px;
  font-size: 18px;
  line-height: 1.273;
}
@media (min-width: 768px) {
  .section-list-terminals .flex-text {
    margin-left: 27px;
  }
}
@media (min-width: 992px) {
  .section-list-terminals .flex-text {
    font-size: 22px;
  }
}
.section-list-terminals .flex-text .box {
  position: relative;
  display: inline-flex;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #e75399;
  background-color: #fbebf3;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .section-list-terminals .flex-text .box {
    font-size: 16px;
  }
}
.section-list-terminals .flex-text .box.strong-pink {
  padding: 5px 14px 6px;
  margin-bottom: 8px;
  color: #fff;
  background-color: #e75399;
}
@media (max-width: 991.98px) {
  .section-list-terminals .flex-text .box.strong-pink {
    margin-bottom: 12px;
  }
}
.section-list-terminals .flex-text .box.strong-pink:after {
  right: 4px;
  border-top-color: #e75399;
  transform: skew(-53deg, -5deg);
}
.section-list-terminals .flex-text .box:after {
  position: absolute;
  bottom: -11px;
  right: 39px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 13px 12px 0;
  border-color: #fbebf3 transparent transparent;
  content: "";
  transform: skew(-55deg, -3deg);
}
.section-list-terminals .flex-text dl {
  display: inline-block;
  padding: 5px 12px;
}
@media (max-width: 1199.98px) {
  .section-list-terminals .flex-text dl {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.section-list-terminals .flex-text dl dt,
.section-list-terminals .flex-text dl dd {
  vertical-align: middle;
}
.section-list-terminals .flex-text dl dt {
  padding-right: 9px;
}
.section-list-terminals .flex-text dl dd {
  width: auto;
}
.section-list-terminals .row > div {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-list-terminals .row > div {
    margin-bottom: 62px;
  }
}
@media (min-width: 768px) {
  .section-list-terminals .row > div:nth-child(odd) ul {
    margin-right: 10px;
  }
}
.section-list-terminals .row > div:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-list-terminals .row > div:last-child {
    margin-bottom: 42px;
  }
}
.section-list-terminals .text-guide {
  margin-bottom: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media (max-width: 767.98px) {
  .section-list-terminals .text-guide {
    margin-bottom: 25px;
    font-size: 13px;
  }
}
.section-list-terminals .btn-container {
  margin-inline: auto;
  max-width: 475px;
}
.section-list-terminals .btn-container .btn {
  display: block;
  padding-top: 22px;
  padding-bottom: 18px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-list-terminals .btn-container .btn {
    padding-top: 20px;
  }
}
.section-list-terminals .btn-container .btn:after {
  top: 4px;
  right: 25px;
  bottom: 0;
}
.section-list-terminals .link-blue {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #3d62ad;
}
@media (min-width: 768px) {
  .section-list-terminals .link-blue {
    margin-right: 2px;
    font-size: 16px;
  }
}
.section-list-terminals .link-blue img {
  margin-left: 5px;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .section-list-terminals .link-blue img {
    margin-left: 3px;
  }
}
.section-list-terminals .icon {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .section-list-terminals .text-link {
    margin-right: 20px;
  }
}

.section-microsoft365 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .section-microsoft365 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-microsoft365 a {
  display: block;
}
.section-microsoft365 a:hover {
  opacity: 0.7;
}
.section-microsoft365 a img {
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .section-microsoft365 a img {
    border-radius: 12px;
  }
}

footer {
  background: #000;
  border-top: 1px solid #707070;
}
footer .in_foot {
  padding: 20px 0;
}
@media (min-width: 768px) {
  footer .in_foot {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
footer .in_foot .foot_nav ul {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .in_foot .foot_nav ul {
    justify-content: flex-start;
  }
}
footer .in_foot .foot_nav ul li:before {
  margin-right: 20px;
  color: #fff;
  content: "|";
}
footer .in_foot .foot_nav ul li + li {
  margin-left: 22px;
}
footer .in_foot .foot_nav ul li:last-child:after {
  margin-left: 20px;
  color: #fff;
  content: "|";
}
footer .in_foot .foot_nav ul li a {
  font-size: 11px;
  color: #fff;
  text-underline-position: under;
}
@media (min-width: 768px) {
  footer .in_foot .foot_nav ul li a {
    font-size: 12px;
  }
}
footer .in_foot .foot_nav ul li a:after {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 10px;
  background: url("/svcsol/campaign/images/mio_biz_202306/icon/external.svg") 50% 50%/contain no-repeat;
  content: "";
}
footer .in_foot .foot_nav.foot_nav_en ul li:before {
  content: none;
}
footer .in_foot .foot_nav.foot_nav_en ul li + li {
  margin-left: 50px;
}
@media (max-width: 767.98px) {
  footer .in_foot .foot_nav.foot_nav_en ul li + li {
    margin-left: 15px;
  }
}
footer .in_foot .foot_nav.foot_nav_en ul li + li:after {
  content: none;
}
footer .in_foot .foot_nav.foot_nav_en ul li a:after {
  content: none;
}
footer .in_foot_en {
  align-items: center;
}
footer .copyright {
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767.98px) {
  footer .copyright {
    margin-top: 20px;
    text-align: center;
  }
}

#footer-bottom {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  #footer-bottom {
    font-size: 12px;
  }
}
#footer-bottom ul,
#footer-bottom ol,
#footer-bottom p {
  margin-bottom: 0;
}
#footer-bottom ul,
#footer-bottom ol {
  padding-left: 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  #footer-bottom ul,
  #footer-bottom ol {
    line-height: 1.5;
  }
}