@charset "UTF-8";
/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
html {
    scroll-behavior: smooth;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  background-color: #FFFCEF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding-top: 72px;
  counter-reset: number 0;
}
@media screen and (min-width: 1290px) {
  body {
    padding-top: 116px;
    min-width: 1080px;
  }
}

h1,
h2,
h3,
h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
}
@media screen and (min-width: 1290px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 1.6rem;
  }
}

table {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.8;
}

p,
li {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 1290px) {
  p,
  li {
    font-size: 1.6rem;
  }
}

a {
  color: #222;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1290px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #222222;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}
img, svg {
  vertical-align: bottom;
  max-width: 100%;
}
input,
button,
textarea {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  outline: none;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #DBDBDB;
  outline: none;
  background: #fff;
  color: #000;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  background-image: url(../images/icon/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  background-size: 12px auto;
  font-size: 1.4rem;
  font-weight: 700;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
  border: none;
  background-color: #E2E2E2;
  height: 1px;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
  margin: 0 2px;
}

.headerGlobal {
  background-color: #fff;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
@media screen and (min-width: 1290px) {
  .headerGlobal {
    min-width: 1100px;
  }
}

.headerGlobal-logo {
  padding: 20px;
}
@media screen and (min-width: 1290px) {
  .headerGlobal-logo {
    padding: 36px 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .headerGlobal-logo img {
    width: 220px;
  }
}

@media screen and (min-width: 1290px) {
  .headerGlobal-inner {
    display: flex;
    justify-content: space-between;
    min-height: 116px;
  }
}

@media screen and (max-width: 1290px) {
  .headerGlobal-right {
    pointer-events: none;
    transition: height 0.3s ease;
    overflow: hidden;
    height: 0;
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 1290px) {
  .headerGlobal-right.-show {
    pointer-events: initial;
    height: calc(100vh - 72px);
  }
}

@media screen and (max-width: 1290px) {
  .headerGlobal-right-inner {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: calc(100vh - 72px);
    overflow: auto;
  }
}
@media screen and (min-width: 1290px) {
  .headerGlobal-right-inner {
    padding: 30px 40px 0 0;
  }
}

.headerGlobal-navButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #F0AA39;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1290px) {
  .headerGlobal-navButton {
    display: none;
  }
}

.headerGlobal-navButton-line {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 7px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.headerGlobal-navButton-line:nth-of-type(1) {
  top: 8px;
}
.-show .headerGlobal-navButton-line:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.headerGlobal-navButton-line:nth-of-type(2) {
  top: 15px;
}
.-show .headerGlobal-navButton-line:nth-of-type(2) {
  opacity: 0;
}
.headerGlobal-navButton-line:nth-of-type(3) {
  bottom: 8px;
}
.-show .headerGlobal-navButton-line:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.headerGlobal-nav a {
  text-decoration: none;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1290px) {
  .headerGlobal-nav a {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
  .headerGlobal-nav > ul {
    border-top: 1px solid #E6E6E6;
  }
  .headerGlobal-nav > ul > li + li {
    border-top: 1px solid #E6E6E6;
  }
  .headerGlobal-nav > ul > li ul {
    transition: max-height 0.5s ease;
  }
}
@media screen and (max-width: 1290px) and (max-width: 1290px) {
  .headerGlobal-nav > ul > li ul {
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1290px) and (max-width: 1290px) {
  .headerGlobal-nav > ul > li ul.-show {
    max-height: 400px;
  }
}
@media screen and (max-width: 1290px) {
  .headerGlobal-nav > ul > li li {
    border-top: 1px dotted #ccc;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media screen and (min-width: 1290px) {
  .headerGlobal-nav {
    margin-top: 20px;
  }
  .headerGlobal-nav > ul {
    display: flex;
    gap: 0px;
  }
  .headerGlobal-nav > ul a {
    font-size: 1.5rem;
  }
  .headerGlobal-nav > ul a:hover {
    opacity: 0.7;
  }
  .headerGlobal-nav > ul > li a {
    padding: 0 8px 10px;
  }
  .headerGlobal-nav > ul > li:has(ul) > a {
    background-image: url(../images/common/icon/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: top 11px right 6px;
    padding-right: 22px;
  }
  .headerGlobal-nav > ul > li:hover ul {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .headerGlobal-nav > ul ul {
    position: absolute;
    left: 0;
    top: 116px;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid #E6E6E6;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

@media screen and (max-width: 1290px) {
  .headerGlobal-nav-accordion-sp {
    position: relative;
  }
  .headerGlobal-nav-accordion-sp:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../images/common/icon/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 50%;
  }
  .headerGlobal-nav-accordion-sp.-show:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.headerGlobal-logo-pharma {
  text-align: center;
}
@media screen and (max-width: 1290px) {
  .headerGlobal-logo-pharma {
    padding: 16px 0;
    border-top: 1px solid #E6E6E6;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1290px) {
  .headerGlobal-logo-pharma {
    text-align: right;
  }
}
.cofirmModal .headerGlobal-logo-pharma{
  margin-top: 30px;
  margin-right: 30px;
}

.confirm-header{
  background:#fff;
  border-bottom:1px solid #e5e5e5;
}
.confirm-header-inner{
  max-width:1200px;
  margin:0 auto;
  padding:20px 24px;

  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.confirm-header-logo img{
  display:block;
  max-width:320px;
  width:100%;
  height:auto;
}
.confirm-header-pharma img{
  display:block;
  max-width:180px;
  width:100%;
  height:auto;
}
@media (max-width:768px){
  .confirm-header-inner{
    padding:16px;
  }
  .confirm-header-logo{
    flex:1;
  }
  .confirm-header-logo img{
    max-width:220px;
  }
  .confirm-header-pharma img{
    max-width:120px;
  }
}


.footerGlobal {
  background-color: #F0AA39;
}

.footerGlobal-nav {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .footerGlobal-nav {
    padding: 60px 0;
    background-color: #F0AA39;
  }
}
.footerGlobal-nav a,
.footerGlobal-nav span {
  color: #fff;
  text-decoration: none;
}
.footerGlobal-nav > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerGlobal-nav > ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footerGlobal-nav > ul > li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .footerGlobal-nav > ul > li {
    width: 25%;
  }
}
.footerGlobal-nav > ul > li:first-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerGlobal-nav > ul > li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .footerGlobal-nav > ul > li:first-child {
    margin-bottom: 20px;
  }
}
.footerGlobal-nav > ul > li > a,
.footerGlobal-nav > ul > li > span {
  font-weight: 700;
}
.footerGlobal-nav > ul > li li {
  font-size: 1.3rem;
  margin-top: 8px;
  color: #fff;
}
.footerGlobal-nav > ul > li li::before {
  content: "・";
}

.footerGlobal-bottom {
  background-color: #fff;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .footerGlobal-bottom .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footerGlobal-sitemap {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footerGlobal-sitemap {
    text-align: center;
    margin-top: 20px;
  }
}
.footerGlobal-sitemap a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footerGlobal-logo {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footerGlobal-logo img {
    width: 200px;
  }
}

.footerGlobal-copyright {
  color: #ADADAD;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footerGlobal-copyright {
    margin-top: 8px;
    text-align: center;
  }
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrapper {
    width: 1100px;
  }
}

.button {
  background-color: #F0AA39;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 60px;
  text-decoration: none;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
@media screen and (min-width: 769px) {
  .button {
    font-size: 1.6rem;
  }
}
.button.-download {
  background-image: url(../images/common/icon/download.svg);
}

.title-orange {
  font-weight: 700;
  color: #F0AA39;
  margin-bottom: 12px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .title-orange {
    font-size: 1.8rem;
  }
}

.topicpath {
  padding: 12px 0;
}
@media screen and (min-width: 769px) {
  .topicpath {
    padding: 40px 0;
  }
}
.topicpath ul {
  display: flex;
  flex-wrap: wrap;
}
.topicpath li {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .topicpath li {
    font-size: 1.4rem;
  }
}
.topicpath li::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-image: url(../images/common/icon/arrow-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin: 0 8px;
}
.topicpath li:last-child::after {
  display: none;
}
.topicpath li a {
  color: #FF8900;
  text-decoration: none;
}

.tab ul {
  display: flex;
  border-bottom: 1px solid #F0AA39;
}
.tab li {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tab li {
    flex: 1;
  }
}
.tab a {
  display: block;
  background-color: #F0AA39;
  color: #fff;
  font-weight: 700;
  padding: 8px 20px 6px 10px;
  line-height: 1.4;
  text-decoration: none;
  background-image: url(../images/common/icon/arrow-small-white.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 14px;
  font-size: 1.3rem;
  border: 1px solid #F0AA39;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .tab a {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .tab a {
    font-size: 1.6rem;
    padding: 10px 40px 10px 40px;
  }
}
.tab a.-current {
  background-color: #fff;
  color: #222;
  background-image: url(../images/common/icon/arrow-bottom.svg);
}
.tab + * {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .tab + * {
    margin-top: 40px;
  }
}

.tabButtons {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .tabButtons {
    margin-top: 20px;
  }
}
.tabButtons ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (min-width: 769px) {
  .tabButtons ul {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.tabButtons li {
  overflow: hidden;
}
.tabButtons a {
  display: block;
  background-color: #F0AA39;
  color: #fff;
  font-weight: 700;
  padding: 0px;
  line-height: 1.4;
  text-decoration: none;
  background-image: url(../images/common/icon/arrow-small-white.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #F0AA39;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height:50px;
}
@media screen and (max-width: 768px) {
  .tabButtons a {
    height: 100%;
    box-sizing: border-box;
    min-height:41px;
  }
}
@media screen and (min-width: 769px) {
  .tabButtons a {
    font-size: 1.5rem;
    padding: 0;
  }
}
.tabButtons a.-current {
  background-color: #fff;
  color: #222;
  background-image: url(../images/common/icon/arrow-bottom.svg);
}
.tabButtons + * {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .tabButtons + * {
    margin-top: 40px;
  }
}

.orangeFrameLink a {
  text-align: center;
  display: block;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  padding: 20px;
  background-image: url(../images/common/icon/arrow-circle.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.orangeFrameLink a:hover{
  border-color:#F0AA39;
}
@media screen and (min-width: 769px) {
  .orangeFrameLink a {
    background-position: top 50% right 40px;
    padding: 20px 40px;
  }
}
.orangeFrameLink a p {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .orangeFrameLink a p {
    font-size: 2rem;
  }
}

/* ======================================================
   Cards
====================================================== */

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

@media (min-width:769px){
  .cards{
    grid-template-columns:repeat(3,1fr);
    gap:36px;
  }
}
.cards-ttl{
  margin-top:20px;
  margin-bottom:20px;
  font-size:min(calc((22 / 390) * 100vw), 22px);
  line-height:1.2857142857;
  letter-spacing:0.05em;
  font-weight:700;
}
@media screen and (max-width: 767px){
  .cards-ttl{
    text-align:center;
  }
}

/* ---------- Card ---------- */

.cards-item{
  height:100%;
  border:1px solid #c9c9c9;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}
.cards-item:hover{
  border-color:#f4a62a;
}
.cards-item a{
  display:flex;
  flex-direction:column;
  height:100%;
  color:#222;
  text-decoration:none;
}
.cards-item a:hover{
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

/* ---------- head ---------- */
.cards-item-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding-right:20px;
  padding-bottom:20px;
}
.cards-item-icon{
  display:flex;
  justify-content:center;
  align-items:center;
  width:72px;
  height:72px;
  background:#F0AA39;
  flex-shrink:0;
}
.cards-item-icon img{
  width:64px;
  height:64px;
  display:block;
}
.cards-item-head h2{
  margin-top:0;
  padding-top:4px;
  line-height:1.4;
  font-weight: 700;
  font-size: 1.8rem;
}

/* ---------- Body ---------- */
.cards-item-body{
  padding:0 20px 10px;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  flex:1;
}
.cards-item-body p{
  margin:0;
  font-size:1.5rem;
  line-height:1.9;
  color:#333;
}
.cards-item-arrow{
  margin-left:auto;
  flex-shrink:0;
}



/* ---------- SP ---------- */

@media screen and (max-width:767px){

  .cards{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }
  .cards-item-head{
    align-items: flex-start;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .cards-item-icon{
    width:100%;
    height:44px;
  }
  .cards-item-icon img{
    width:36px;
    height:36px;
  }
  .cards-item-head h2{
    font-size:1.6rem;
  }
  .cards-item-body p{
    font-size:1.3rem;
    line-height:1.7;
  }
  .cards-item-arrow{
    width:34px;
    height:34px;
    padding-top:14px;
  }
  .ar-center{
    margin: auto !important;;
  }
  .cards-item-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
  }

  .cards-item-head h2{
    margin:0;
    text-align:center;
    padding: 0 15px;
  }

}

/* ==========================================================================
   Disease Links
========================================================================== */

.disease-links{
  margin-top:80px;
}
.disease-links .sec-ttl{
  margin-top:20px;
  margin-bottom:20px;
  font-size:min(calc((22 / 390) * 100vw), 22px);
  line-height:1.2857142857;
  letter-spacing:0.05em;
  font-weight:700;
}

@media screen and (max-width: 767px){
  .disease-links .sec-ttl{
    font-size:min(calc((18 / 390) * 100vw), 18px);
    text-align:center;
  }
}
.disease-links__list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px 24px;
}
.disease-links__item{
  display:flex;
  align-items:center;
  min-height:100px;
  padding:6px 18px;
  border:1px solid #cfcfcf;
  border-radius: 10px;
  background:#fff;
  text-decoration:none;
  transition:.3s;
}
.disease-links__item:hover{
  border-color:#f4a62a;
}
.disease-links__item .image{
  flex-shrink:0;
  width:100px;
  margin-right:20px;
}
.disease-links__item .image img{
  width:100%;
  display:block;
}
.disease-links__item .ttl{
  flex:1;
  margin-top:0;
  padding-top:4px;
  line-height:1.4;
  font-weight: 700;
  font-size: 1.8rem;
}


/* ==========================================
   SP
========================================== */

@media screen and (max-width:767px){

  .disease-links{
    margin-top:48px;
  }
  .disease-links .sec-ttl{
    margin-bottom:20px;
    font-size:2.4rem;
  }
  .disease-links__list{
    gap:12px;
  }
  .disease-links__item{
    flex-direction: column;
    min-height:82px;
    padding:10px 14px;
  }
  .disease-links__item .image{
    width:56px;
    margin-right: 0px;
    margin-bottom:14px;
  }
  .disease-links__item .ttl{
    font-size:1.6rem;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .disease-links__item .arrow,
  .disease-links__movie .arrow{
    width:34px;
    height:34px;
  }
  .disease-links__movie{
    min-height:60px;
    margin-top:16px;
    padding:0 16px;
  }
  .disease-links__movie span:first-child{
    font-size:1.8rem;
  }
}

/*============================
SP固定フッターナビ
============================*/
.sp-footer-nav{
  display:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(30px);
  transition:opacity .4s ease, transform .4s ease, visibility .4s ease;
}

@media screen and (max-width:767px){

  .footerGlobal-nav{
    display:none;
  }
  .footerGlobal-bottom{
    padding-bottom:20px;
  }
  .sp-footer-nav{
    display:block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background:#fff;
    border-top:1px solid #d9d9d9;
    z-index:9999;
  }
  .sp-footer-nav.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }
  .sp-footer-nav ul{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    margin:0;
    padding:0;
    list-style:none;
  }
  .sp-footer-nav li{
    flex:1;
  }
  .sp-footer-nav a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    min-height:68px;
    padding:12px 2px 8px;
    text-decoration:none;
    color:#333;
    font-size:10px;
    line-height:1.3;
  }
  .sp-footer-nav img{
    width:46px;
    height:46px;
    margin-bottom:4px;
    object-fit:contain;
  }
  .sp-footer-nav span{
    display:block;
  }
  .sitemap{
    margin-bottom: 120px;
    padding-top: 20px;
  }
}

.sitemap-nav a,
.sitemap-nav span {
  color: #000;
}
.sitemap-nav > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sitemap-nav > ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-nav > ul > li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .sitemap-nav > ul > li {
    width: 33.3333333333%;
  }
}
.sitemap-nav > ul > li:first-child,
.sitemap-nav > ul > li:last-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sitemap-nav > ul > li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .sitemap-nav > ul > li:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .sitemap-nav > ul > li:last-child {
    margin-top: 30px;
  }
}
.sitemap-nav > ul > li > a,
.sitemap-nav > ul > li > span {
  font-weight: 700;
}
.sitemap-nav > ul > li li {
  font-size: 1.4rem;
  margin-top: 8px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .sitemap-nav > ul > li li {
    font-size: 1.6rem;
  }
}
.sitemap-nav > ul > li li::before {
  content: "・";
}

.topMV img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topMV img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.topMV p {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 8px;
}

.topContents {
  padding: 40px 16px;
}
@media screen and (min-width: 769px) {
  .topContents {
    padding: 60px 0;
  }
}

.cofirmModal{
  position: fixed;
  inset:0;
  z-index:1000;
  background:#fff;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.cofirmModal.-hide {
  opacity: 0;
  pointer-events: none;
}

.cofirmModal-inner {
  max-width: 800px;
  margin: 100px auto 50px;
}
@media screen and (max-width: 768px) {
  .cofirmModal-inner {
    padding: 0 16px;
  }
}
.cofirmModal-inner h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cofirmModal-inner h2 {
    font-size: 2rem;
  }
}
.cofirmModal-inner > p {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cofirmModal-inner > p {
    margin-top: 40px;
  }
}

.cofirmModal-buttons {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cofirmModal-buttons {
    margin-top: 40px;
    padding: 0 80px;
  }
}
.cofirmModal-buttons ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .cofirmModal-buttons ul {
    gap: 20px;
  }
}
.cofirmModal-buttons li {
  flex: 1;
  text-align: center;
}
.cofirmModal-buttons p {
  font-size: 1.2rem;
  margin-top: 8px;
}
.cofirmModal-buttons .button {
  text-align: center;
  display: block;
}

.cofirmModal-footer {
  osition: static;
  width:100%;
  margin:40px 0 20px;
  padding:0 16px;
  box-sizing:border-box;
}
@media screen and (min-width: 769px) {
  .cofirmModal-footer {
    padding-right: 40px;
  }
}
.cofirmModal-footer p {
  text-align: center;
  color: #ADADAD;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .cofirmModal-footer p {
    text-align: right;
  }
}

.contentsWrapper {
  background-color: #fff;
  padding: 24px 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contentsWrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 769px) {
  .contentsWrapper {
    padding: 70px;
    margin-bottom: 80px;
  }
}
.contentsWrapper h1 {
  font-size: 1.8rem;
  font-weight: 700;
  background-image: url(../images/contents/h1-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .contentsWrapper h1 {
    background-size: 24px auto;
  }
}
@media screen and (min-width: 769px) {
  .contentsWrapper h1 {
    padding-left: 44px;
    font-size: 2.8rem;
  }
}
.contentsWrapper h1 + * {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .contentsWrapper h1 + * {
    margin-top: 60px;
  }
}
.contentsWrapper > section + section {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .contentsWrapper > section + section {
    margin-top: 80px;
  }
}
.contentsWrapper p + p {
  margin-top: 1em;
}

.sectionTitle {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 2px solid #F0AA39;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .sectionTitle {
    font-size: 2.2rem;
  }
}
.sectionTitle + * {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .sectionTitle + * {
    margin-top: 36px;
  }
}

.dotTitle {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .dotTitle {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
.dotTitle:after {
  margin-top: 4px;
  content: "";
  display: block;
  height: 2px;
  background-image: linear-gradient(to right, #F0AA39, #F0AA39 2px, transparent 2px, transparent 8px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.dotTitle + * {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .dotTitle + * {
    margin-top: 20px;
  }
}

.borderFrame {
  border: 1px solid #F0AA39;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .borderFrame {
    border-radius: 20px;
    margin-top: 40px;
    padding: 48px;
  }
}
@media screen and (min-width: 769px) {
  .borderFrame.-narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.borderFrame.-orange {
  background-color: #FFFCEF;
}
.borderFrame h3 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .borderFrame h3 {
    font-size: 1.8rem;
  }
}
.borderFrame h3:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #F0AA39;
}
@media screen and (min-width: 769px) {
  .borderFrame h3:before {
    width: 10px;
    height: 10px;
  }
}
.borderFrame h3.-noDot {
  padding-left: 0;
}
.borderFrame h3.-noDot::before {
  display: none;
}
.borderFrame h3 span {
  background-color: #F0AA39;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 8px 4px;
  border-radius: 20px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.borderFrame h3 + * {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .borderFrame h3 + * {
    margin-top: 24px;
  }
}

.borderFrame-title-border {
  border-bottom: 1px dotted #aaa;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .borderFrame-title-border {
    font-size: 1.6rem;
  }
}
.borderFrame-title-border + * {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .tableWrapper {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 10px 16px;
  }
}

.table {
  width: 100%;
}
.table caption {
  font-size: 1.4rem;
  font-weight: 700;
  color: #F0AA39;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .table caption {
    font-size: 1.8rem;
  }
}
.table th,
.table td {
  padding: 8px 16px;
  border: 1px solid #F0AA39;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .table th,
  .table td {
    font-size: 1.6rem;
  }
}
.table th {
  font-weight: normal;
  background-color: #FFFCEF;
  white-space: nowrap;
  vertical-align: middle;
}
.table thead th {
  background-color: #F0AA39;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.table thead th:first-child {
  border-left: 1px solid #F0AA39;
}
.table thead th:last-child {
  border-right: 1px solid #F0AA39;
}

.note {
  font-size: 1.3rem;
  margin-top: 12px;
}

.list-indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-indent li + li {
  margin-top: 4px;
}
.list-indent.-square li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .list-indent-col2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .list-indent-col2 li {
    width: 40%;
  }
}

.list-row {
  display: flex;
  gap: 4px 2em;
  flex-wrap: wrap;
}
.list-row li {
  font-weight: 700;
}

.pageNav {
  text-align: right;
  border-top: 1px solid #E5E5E5;
  margin-top: 28px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .pageNav {
    margin-top: 52px;
    padding-top: 40px;
  }
}
.pageNav a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #F0AA39;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .pageNav a {
    font-size: 1.8rem;
  }
}
.pageNav a img {
  margin-left: 16px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 768px) {
  .pageNav a img {
    margin-left: 12px;
    width: 24px;
  }
}

.hasImage {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hasImage {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width: 769px) {
  .hasImage-left {
    flex: 1;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .hasImage-right {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hasImage-right img {
    max-width: 280px;
  }
}

.notesTable {
  margin-top: 28px;
}
.notesTable th {
  font-weight: normal;
  padding-right: 0.5em;
  white-space: nowrap;
}
.notesTable td {
  overflow-wrap: anywhere;
}
.notesTable th, .notesTable td {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .notesTable th, .notesTable td {
    font-size: 1.4rem;
  }
}

.polycythemia-image {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .polycythemia-image {
    margin-top: 24px;
    flex-direction: column;
  }
}
.polycythemia-image p:first-child {
  font-weight: 700;
  color: #666;
}
@media screen and (max-width: 768px) {
  .polycythemia-image > div:last-child {
    margin-top: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .polycythemia-image img {
    margin-left: 20px;
  }
}

.diagnose-list-item {
  display: flex;
}
@media screen and (min-width: 769px) {
  .diagnose-list-item {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .diagnose-list-item {
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .diagnose-list-item h4 {
    text-align: center;
  }
}
.diagnose-list-item h4 img {
  width: 100px;
}
@media screen and (min-width: 769px) {
  .diagnose-list-item h4 img {
    width: 133px;
  }
}
.diagnose-list-item ul {
  margin-top: 12px;
}
.diagnose-list-item > div:nth-child(2) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .diagnose-list-item > div:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .diagnose-list-item > div:nth-child(2) {
    padding: 0 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .diagnose-list-item > div:nth-child(3) {
    text-align: center;
    margin-top: 12px;
  }
}
.diagnose-list-item.-line p:nth-child(1) {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 12px 0;
}
@media screen and (min-width: 769px) {
  .diagnose-list-item.-line p:nth-child(1) {
    padding: 20px 0;
  }
}
.diagnose-list-item + .diagnose-list-item {
  margin-top: 36px;
  border-top: 1px dotted #999;
  padding-top: 36px;
}

.tabcontents > * {
  display: none;
}
.tabcontents > *.-current {
  display: block;
}

.disease-images {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .disease-images {
    gap: 12px;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .disease-images img {
    width: 200px;
    height: auto;
  }
}

.sideeffect-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sideeffect-content {
    flex-direction: column;
  }
}
.sideeffect-content > div:nth-child(1) {
  flex: 1;
}
.sideeffect-content > div:nth-child(2) {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sideeffect-content > div:nth-child(2) {
    width: 25%;
  }
}
.sideeffect-content p + ul {
  margin-top: 12px;
}
.sideeffect-content ul {
  display: flex;
  gap: 0px 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .sideeffect-content ul {
    gap: 4px 20px;
  }
}

.teaser {
  background-color: #FFFCEF;
  text-align: center;
  padding: 80px 0;
}
@media screen and (min-width: 769px) {
  .teaser {
    padding: 120px 0;
  }
}
.teaser p {
  font-size: 2rem;
}

.info h1 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .info h1 {
    font-size: 3.5rem;
    margin-top: 60px;
  }
}

.info-nav {
  margin-top: 20px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (min-width: 769px) {
  .info-nav {
    margin-top: 52px;
  }
}
.info-nav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .info-nav li {
    flex: 1;
    font-size: 1.3rem;
  }
}
.info-nav li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .info-nav li a {
    line-height: 1.5;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .info-nav li a:hover:hover {
    opacity: 0.7;
  }
}
.info-nav li.-current {
  position: relative;
  bottom: -1px;
  pointer-events: none;
}
.info-nav li.-current a {
  color: #2396D3;
  font-weight: 700;
  border-bottom: 1px solid #2396D3;
}
@media screen and (min-width: 769px) {
  .info-nav li + li {
    margin-left: 30px;
  }
}

.info-list {
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .info-list {
    padding-bottom: 100px;
  }
}

.info-list-monthly {
  position: absolute;
  right: 0;
  top: -50px;
}
@media screen and (min-width: 769px) {
  .info-list-monthly {
    right: 0;
    top: -110px;
  }
}

@media screen and (min-width: 769px) {
  .info-list-items {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .info-list-item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .info-list-item + .info-list-item {
    margin-top: 30px;
  }
}
.info-list-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .info-list-item a:hover:hover {
    opacity: 0.7;
  }
}
.info-list-item h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 8px;
}
.info-list-item h2 span {
  display: block;
  font-size: 1.3rem;
}
.info-list-item p {
  margin-top: 8px;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.info-list-item img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .info-list-item img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.info-list-item-bottom {
  display: flex;
  margin-top: auto;
}
.info-list-item-bottom p {
  color: #999;
  line-height: 1.2;
}
.info-list-item-bottom p:first-child {
  border-right: 1px solid #aaa;
  padding-right: 10px;
  margin-right: 10px;
}

.infoDetail {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .infoDetail {
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .infoDetail article {
    width: 750px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .infoDetail aside {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .infoDetail aside {
    flex: 1;
  }
}
.infoDetail aside h2 {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #979797;
  padding-bottom: 4px;
}
.infoDetail aside li {
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
}
.infoDetail aside li a {
  display: block;
  text-decoration: none;
  padding: 12px 0;
}
.infoDetail aside li a span {
  color: #999;
  display: block;
  font-size: 1.2rem;
}
@media (any-hover: hover) {
  .infoDetail aside li a:hover:hover {
    opacity: 0.7;
  }
}
.infoDetail h1 {
  position: relative;
  padding: 4px 0 4px 12px;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .infoDetail h1 {
    padding: 8px 0 8px 20px;
  }
}
.infoDetail h1:before {
  content: "";
  display: block;
  border-radius: 5px;
  width: 3px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .infoDetail h1:before {
    width: 5px;
  }
}
.infoDetail h1 span {
  display: block;
}
.infoDetail h1 span:nth-child(1) {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .infoDetail h1 span:nth-child(1) {
    font-size: 1.6rem;
  }
}
.infoDetail h1 span:last-child {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .infoDetail h1 span:last-child {
    font-size: 2.6rem;
  }
}
.infoDetail h1 + p {
  color: #999;
  font-size: 1.2rem;
  margin-top: 4px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .infoDetail h1 + p {
    font-size: 1.4rem;
  }
}
.infoDetail h1 + p span {
  display: inline-block;
  padding: 0 10px;
}
.infoDetail h1 + p span:nth-child(2) {
  padding-right: 0;
}

.infoDetail-body {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .infoDetail-body {
    margin-top: 40px;
  }
}
.infoDetail-body > p,
.infoDetail-body > img {
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .infoDetail-body > p,
  .infoDetail-body > img {
    margin-top: 24px;
  }
}
.infoDetail-body > p {
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .infoDetail-body > p {
    font-size: 1.6rem;
  }
}
.infoDetail-body > p em {
  font-weight: 700;
}
.infoDetail-body > *:nth-child(1) {
  margin-top: 0;
}
.infoDetail-body > hr {
  margin: 30px 0;
}
@media screen and (min-width: 769px) {
  .infoDetail-body > hr {
    margin: 48px 0;
  }
}
.infoDetail-body > h2 {
  font-weight: 700;
  margin-top: 36px;
  font-size: 1.8rem;
  padding-left: 12px;
  background-color: #f3f3f3;
  padding: 8px 8px 8px 24px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .infoDetail-body > h2 {
    margin-top: 48px;
    font-size: 2.1rem;
    padding: 12px 8px 12px 26px;
  }
}
.infoDetail-body > h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  height: calc(100% - 18px);
  width: 3px;
  border-radius: 2px;
  background-color: #000;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .infoDetail-body > h2:before {
    width: 4px;
  }
}
.infoDetail-body > h2:nth-child(1) {
  margin-top: 0;
}
.infoDetail-body h3 {
  font-weight: 700;
  margin-top: 24px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .infoDetail-body h3 {
    margin-top: 36px;
    font-size: 1.9rem;
  }
}
.infoDetail-body h3:nth-child(1) {
  margin-top: 0;
}
.infoDetail-body h4 {
  font-weight: 700;
  margin-top: 21px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .infoDetail-body h4 {
    margin-top: 32px;
    font-size: 1.6rem;
  }
}
.infoDetail-body table {
  margin-top: 18px;
}
.infoDetail-body table th, .infoDetail-body table td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .infoDetail-body table th, .infoDetail-body table td {
    font-size: 1.6rem;
  }
}

.infoDetail-body-col2 {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .infoDetail-body-col2 {
    margin-top: 24px;
    gap: 20px;
  }
}
.infoDetail-body-col2 > div {
  flex: 1;
}

.feature-index {
  border: 3px solid #F2F2F2;
  padding: 20px;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .feature-index {
    margin-top: 24px;
    padding: 32px;
  }
}
.feature-index h2 {
  font-size: 1.6rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #666;
  font-weight: 700;
}

.feature-index-list {
  margin-top: 16px;
}
.feature-index-list li {
  font-size: 1.4rem;
  margin-top: 8px;
}
.feature-index-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.feature-index-list > li:before {
  content: "■";
}
.feature-index-list > li > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.feature-index-list > li > ul > li:before {
  content: "｜";
}
.feature-index-list > li > ul > li > ul > li {
  padding-left: 0em;
  text-indent: 0em;
}

.feature-textOnImage {
  position: relative;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .feature-textOnImage {
    margin-top: 24px;
  }
}
.feature-textOnImage p {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .feature-textOnImage p {
    font-size: 2.5rem;
  }
}
.feature-textOnImage.-center p {
  justify-content: center;
  text-align: center;
}

.feature-appstep {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .feature-appstep {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 769px) {
  .feature-appstep {
    margin-top: 30px;
  }
}
.feature-appstep .swiper-wrapper {
  padding: 5px 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .feature-appstep .swiper-wrapper {
    gap: 20px;
  }
}
.feature-appstep .swiper-slide {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 20px 12px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .feature-appstep .swiper-slide {
    flex: 1;
    min-height: 270px;
  }
}
.feature-appstep .swiper-slide h3 {
  color: #AA0003;
  font-weight: 700;
}
.feature-appstep .swiper-slide p {
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .feature-appstep .swiper-slide p {
    font-size: 1.1rem;
  }
}
.feature-appstep .swiper-slide img {
  width: 76%;
  margin-top: 20px;
}
.feature-appstep .swiper-slide em {
  color: #1CAAD7;
}
.feature-appstep .swiper-slide a {
  color: #1CAAD7;
}

.feature-download {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .feature-download {
    margin-top: 30px;
  }
}
.feature-download ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .feature-download ul {
    gap: 30px;
  }
}
.feature-download li {
  text-align: center;
}
.feature-download a {
  display: block;
}
@media screen and (min-width: 769px) {
  .feature-download a {
    margin-top: 20px;
  }
}
.feature-download a img {
  height: 50px;
}

.feature-noteblock {
  background-color: #F2F2F2;
  padding: 20px;
  border-radius: 10px;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .feature-noteblock {
    margin-top: 24px;
    padding: 32px;
  }
}
.feature-noteblock h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #666;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .feature-noteblock h3 {
    font-size: 1.4rem;
  }
}
.feature-noteblock ul {
  margin-top: 16px;
}
.feature-noteblock ul li {
  font-size: 1.3rem;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .feature-noteblock ul li {
    font-size: 1.4rem;
  }
}
.feature-noteblock p {
  margin-top: 16px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .feature-noteblock p {
    font-size: 1.4rem;
  }
}

.feature-noteblock-cols {
  display: flex;
  margin-top: 12px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .feature-noteblock-cols {
    flex-direction: column;
  }
}
.feature-noteblock-cols > div {
  flex: 1;
}

.feature-noteblock-point {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding: 12px;
  text-align: center;
}
.feature-noteblock-point h4 {
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .feature-noteblock-point img {
    width: 100px;
  }
}
.feature-noteblock-point p {
  line-height: 1.5;
}
.feature-noteblock-point p:nth-of-type(1) {
  margin-top: 8px;
  font-size: 1.2rem;
}
.feature-noteblock-point p:nth-of-type(1) em {
  font-weight: 700;
  font-size: 1.4rem;
}
.feature-noteblock-point p:nth-of-type(2) {
  font-size: 1.2rem;
  margin-top: 12px;
}

.feature-aboutpay {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .feature-aboutpay {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .feature-aboutpay {
    margin-top: 30px;
    margin-left: -32px;
    margin-right: -32px;
  }
}
.feature-aboutpay > div {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-aboutpay > div:first-child {
    border-bottom: 1px solid #C8C9CA;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .feature-aboutpay > div:first-child {
    border-right: 1px solid #C8C9CA;
  }
}
.feature-aboutpay > div img {
  height: 140px;
}
@media screen and (min-width: 769px) {
  .feature-aboutpay > div img {
    height: 160px;
    width: auto;
  }
}

/*
utils
---------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 500px) {
  .sp02 {
    display: none !important;
  }
}
@media screen and (min-width: 1290px) {
  .sp1290 {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

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

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

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

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

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

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

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

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

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

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

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

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 769px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
@media screen and (max-width: 768px) {
  .mw-150-sp {
    max-width: 150px;
  }
  .mw-200-sp {
    max-width: 200px;
  }
  .mw-250-sp {
    max-width: 250px;
  }
  .mw-300-sp {
    max-width: 300px;
  }
}
.mb-10{
margin-bottom:10px!important;
}
.mb-30{
margin-bottom:30px!important;
}
.align-left {
  text-align: left !important;
}

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

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

@media screen and (min-width: 769px) {
  .align-center-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .align-center-sp {
    text-align: center !important;
  }
}

.color-red {
  color: #AD0003 !important;
}

.relative {
  position: relative !important;
}

.rounded {
  border-radius: 8px !important;
}

.indent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.auxiliary {
  margin-top: 0px;
  color: #F0AA39;
  font-size: 1.6rem;
  font-weight: 500;
}
.nows {
  white-space: nowrap;
}

/*# ---------------- TOP support ---------------- */

.support{
  margin:100px auto 68px;
}

.sec .support-ttl{
  margin-bottom:20px;
  font-size:min(calc((22 / 390) * 100vw),22px);
  line-height:1.2857;
  letter-spacing:.05em;
  font-weight:700;
  text-align:center;
}

@media screen and (max-width:767px){
  .sec .support-ttl{
    font-size:min(calc((18 / 390) * 100vw),18px);
  }
}

.support-txt{
  text-align:center;
}

@media screen and (max-width:767px){
  .support-txt{
    text-align:left;
  }
}

/* ---------------- list ---------------- */

.support-list{
  display:flex;
  width:100%;
  max-width:1080px;
  margin:32px auto 0;
}

.support-list > li{
  flex:1;
}

.gap-24{
  gap:24px;
}

.w-688{
  max-width:688px;
  margin:0 auto;
}

/* ---------------- card ---------------- */

.support-list .item,
.support-list .dial{
  padding:12px;
  border-radius:12px;
  background:#fff;
}

/* ---------------- image ---------------- */

.support-list .image{
  position:relative;
  padding:0;
  text-align:center;
  border-radius:6px;
  background:#fff;
}

.support-list .image img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

.support-list .image figcaption{
  position:absolute;
  top:0;
  left:0;
  padding:2px 10px;
  border-radius:8px 0 8px 0;
  background:#f39b1b;
  color:#fff;
  font-size:min(calc((13 / 390) * 100vw),13px);
  line-height:1.54;
  letter-spacing:.03em;
}
.support-web .image img:not(.icon){

}
.support-call .image img:not(.icon){
    width:55%;
}

/* ---------------- text ---------------- */

.support-list .item-txt{
  margin:12px auto 0;
  text-align:center;
  font-size:min(calc((13 / 390) * 100vw),13px);
  font-weight:700;
}

.support-list .item-dialtxt{
  margin-top:6px;
  text-align:center;
  font-size:min(calc((18 / 390) * 100vw),18px);
  font-weight:700;
  color:#f39b1b;
}

.support-list .item-subtxt{
  margin-top:0;
  text-align:center;
  font-size:min(calc((14 / 390) * 100vw),14px);
  font-weight:700;
  color:#f39b1b;
}

.support-list .item .item-txt{
  position:relative;
  margin-top:26px;
  font-size:min(calc((20 / 390) * 100vw),20px);
}

.support-list .item .item-txt::after{
  content:"";
  position:absolute;
  top:0;
  right:8px;
  bottom:0;
  margin:auto;
  width:20px;
  height:20px;
  background:url("../images/common/icon/arrow-right.svg") no-repeat center/cover;
}

/* ---------------- hover ---------------- */

@media screen and (min-width:768px){

  .support-list .item:hover{
    box-shadow:0 0 0 1px #F0AA39;
  }

  .support-list .item:hover .item-txt{
    color:#F0AA39;
    transition:.4s;
  }

  .support-list .item:hover .item-txt::after{
    animation:arrowRight .6s ease-out forwards;
  }

}

/* ---------------- link ---------------- */

.support-list a{
  text-decoration:none;
}

/* ---------------- icon ---------------- */

.icon{
  position:absolute;
  top:0;
  right:0;
  width:18px !important;
  height:18px !important;
  z-index:20;
}

/* ---------------- SP ---------------- */

@media screen and (max-width:767px){

  .support-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    max-width:344px;
  }
  .support-list .image{
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .support-list .image img:not(.icon){
    width:80%;
  }
  .support-web .image img:not(.icon){
    width:100%;
  }
}

/*# ---------------- TOP support ---------------- */

/*# ---------------- popup ---------------- */

.popupArea {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  width:100%;
  max-width:640px;
  padding:15px 0px;
  margin: 0;
  position:relative;
  text-align:center;
}
.popupArea03 {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  width:100%;
  max-width:720px;
  padding: 0px;
  margin: 0;
  position:relative;
  text-align:center;
}
.popupArea .popupTitle {
  margin-bottom:20px;
  font-size:min(calc((22 / 390) * 100vw), 22px);
  line-height:1.2857142857;
  letter-spacing:0.05em;
  font-weight:700;
  text-align:center;
  color: #fff;
  background: #F0AA39;
  padding: 0.5em 1.5em;
  margin: 0px 15px;
}

.popupArea .popupImage{
  width: 75%;
  margin: 40px auto;
  font-size:42px;
  text-align:center;
}
.popupArea .popupCaption {
  padding: 0.5em 1.5em;
  font-size:14px;
  text-align:left;
  margin: 0px 15px;
}
.popupArea .continue {
    display: inline-block;
    color: #fff;
    background: #F0AA39;
    border-radius: 5px;
    padding: 0.75em 4em;
    text-decoration: none;
    margin: 20px 10px 0px;
}
@media screen and (max-width: 790px){
  .popupArea .continue{
    padding: 0.75em 3em;
  }
}
.popupArea .close {
    display: inline-block;
    color: #fff;
    background: #999;
    border-radius: 5px;
    padding: 0.75em 4em;
    text-decoration: none;
    margin: 20px 10px 0px;
}
@media screen and (max-width: 790px){
  .popupArea .close{
    padding: 0.75em 3em;
  }
}
.popupArea a:hover {
    opacity: 0.7;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: auto !important;
}
/* mfp-bg（overlay） */
.mfp-fade01.mfp-bg,
.mfp-fade02.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.6;
}
.mfp-fade02.mfp-bg.mfp-ready {
	opacity: 0.6;
}
.mfp-fade01.mfp-bg.mfp-removing,
.mfp-fade02.mfp-bg.mfp-removing {
	opacity: 0;
}

/* mfp-content */
.mfp-fade01.mfp-wrap .mfp-content,
.mfp-fade02.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade02.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade02.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*# ---------------- popup ---------------- */

/*# ---------------- download ---------------- */

.DLImage {
  display: flex;
}
@media screen and (max-width: 768px) {
  .DLImage {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width: 769px) {
  .DLImage-left {
    margin-right: 40px;
    min-width: 500px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .DLImage-left {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .DLImage-rigth {
    padding: 0.75em 1.5em;
  }
}
.DLImage h3 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
}
@media screen and (min-width: 769px) {
  .DLImage h3 {
    font-size: 1.9rem;
  }
}
.DLImage h3 span {
  background-color: #666666;
  color: #fff;
  display:inline-block;
  font-size: 1.2rem;
  padding: 4px 16px 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  max-height:20px;
  white-space: nowrap;
}
.orange {
  color: #F0AA39;
}
.sectionSubTitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .sectionSubTitle {
    font-size: 2.0rem;
  }
}
.sectionSubTitle:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #F0AA39;
}
@media screen and (min-width: 769px) {
  .sectionSubTitle:before {
    width: 10px;
    height: 10px;
  }
}
.pageGuide {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .pageGuide {
  }
}
.pageGuide a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #444;
  font-weight: 600;
  border: 1px solid #F0AA39;
  border-radius: 5px;
  padding: 10px 10px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pageGuide a {
    font-size: 2.0rem;
    padding: 10px 20px;
  }
}
.pageGuide a img {
  margin-left: 16px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .pageGuide a img {
    margin-left: 6px;
    width: 20px;
  }
}
.txt-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .txt-right {
    text-align: left;
  }
}
.txt-left {
  text-align: left;
}
.movieArea {
    width: clamp(320px, 90vw, 720px);
}


/*# ---------------- download ---------------- */

/*# ---------------- top ---------------- */
.noticeArea {
  padding-bottom: 40px;
  display:flex;
  gap:30px;
}
.noticeArea .notice {
  font-size: 2.0rem;
  font-weight: 700;
  padding-right: 30px;
  border-right: 3px solid #F0AA39;
  line-height:1em;
  white-space: nowrap;
}
.noticeArea .time {
  font-size: 1.6rem;
  padding-top: 2px;
  line-height:1.1em;
  margin-bottom: 5px;
  padding-left: 6.2em;
  text-indent: -6.2em;
}
.noticeArea .time .pdf {
    column-gap: 10px;
    display: flex;
}
.noticeArea .time .pdf:after {
    background: url(/besremi/PV/assets/images/top/icon-pdf.svg) no-repeat 50% / cover;
    content: "";
    width: 20px;
}
@media screen and (max-width: 768px) {
  .noticeArea {
    display:flex;
    gap:10px;
    flex-direction: column;
  }
  .noticeArea .notice {
    display:flex;
    border-bottom: 3px solid #F0AA39;
    border-right: none;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .noticeArea .notice {
    font-size: 1.8em;
  }
  .noticeArea .time {
    font-size: 1.35rem;
  }
  .noticeArea .time .pdf {
    display: flex;
    align-items: center;
  }
  .noticeArea .time .pdf:after {
    width: 20px;
    height: 20px;
  }
}
/*# ---------------- top ---------------- */

/*# ---------------- cost-simulation ---------------- */
.doctor-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-column-gap:28px;
  -moz-column-gap:28px;
  column-gap:28px;
  margin-bottom:48px;
}
@media screen and (max-width: 790px){
  .doctor-wrap{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    row-gap:min(calc((22 / 390) * 100vw), 22px);
    margin-bottom:min(calc((28 / 390) * 100vw), 28px);
  }
}
.doctor-wrap.-goal .image{
  width:clamp(240px, 21.9619326501vw, 300px);
}
@media screen and (max-width: 790px){
  .doctor-wrap.-goal .image{
    width:min(calc((300 / 390) * 100vw), 300px);
  }
}
.doctor-wrap.-goal .balloon::before, .doctor-wrap.-goal .balloon::after{
  content:none;
}
.doctor-wrap.-bills .image{
  width:clamp(240px, 27.8184480234vw, 380px);
}
@media screen and (max-width: 790px){
  .doctor-wrap.-bills .image{
    width:min(calc((300 / 390) * 100vw), 300px);
  }
}
.doctor-wrap.-bills .balloon::before, .doctor-wrap.-bills .balloon::after{
  content:none;
}
.doctor-wrap .image{
  -ms-flex-negative:0;
  flex-shrink:0;
  width:162px;
}
@media screen and (max-width: 790px){
  .doctor-wrap .image{
    width:min(calc((128 / 390) * 100vw), 128px);
  }
}
.doctor-wrap .balloon{
  position:relative;
  display:inline-block;
  padding:28px;
  background-color:#fff;
  border:2px solid #F0AA39;
  border-radius:12px;
}
@media screen and (max-width: 790px){
  .doctor-wrap .balloon{
    padding:min(calc((24 / 390) * 100vw), 24px);
  }
}
.doctor-wrap .balloon::before, .doctor-wrap .balloon::after{
  content:"";
  position:absolute;
  top:28px;
  left:-20px;
  width:20px;
  height:20px;
  -webkit-clip-path:polygon(100% 0, 0 50%, 100% 100%);
  clip-path:polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 790px){
  .doctor-wrap .balloon::before, .doctor-wrap .balloon::after{
    top:-20px;
    left:0;
    right:0;
    margin:auto;
    -webkit-clip-path:polygon(50% 0, 0 100%, 100% 100%);
    clip-path:polygon(50% 0, 0 100%, 100% 100%);
  }
}
.doctor-wrap .balloon::before{
  background-color:#A3C31D;
}
.doctor-wrap .balloon::after{
  left:-16px;
  background-color:#fff;
}
@media screen and (max-width: 790px){
  .doctor-wrap .balloon::after{
    top:-16px;
    left:0;
  }
}

.dashed-wrap{
  padding:10px 20px;
  margin-top:30px;
  border:2px dashed #e1dfd5;
}
.sim-area{
  width:100%;
  margin-top:30px;
  border:2px solid #e1dfd5;
}
.sim-wrap{
  padding:10px 20px;
}
.sim-wrap h3{
  text-align:center;
  font-size: min(calc((24 / 390)* 100vw), 24px);
  font-weight: bold;
}
.sim-wrap h4{
  margin-top:30px;
  font-size: min(calc((24 / 390)* 100vw), 24px);
  font-weight: bold;
}
.sim-wrap h4 .req{
  background-color:#F55820;
  color: #FFF;
  margin-left:10px;
  padding:1px 6px 2px;
  border-radius: 6px;
  font-size: min(calc((14 / 390)* 100vw), 14px);
  font-weight: normal;
  position: relative;
  bottom: 4px;
  white-space: nowrap;
}
.number{
  position: relative;
  padding-left: 1.6em;
}
.number::before{
  content: attr(data-no);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 5px;
  color: #f39b1b;
}
.sim-wrap .sim-btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  row-gap:12px;
  margin:24px 0 10px;
}
.sim-wrap .sim-btn.-column{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));
}
@media screen and (max-width: 790px){
  .sim-wrap .sim-btn.-column{
    gap:min(calc((12 / 390) * 100vw), 12px);
  }
}
.sim-wrap .sim-btn.-column .item.-current{
  background-color:#f39b1b;
  color:#fff;
}
.sim-wrap .sim-btn.-column .item.-current p{
  color:#fff;
}
.sim-wrap .sim-btn.-column .item.-current a{
  pointer-events:none;
}
@media screen and (max-width: 790px){
  .sim-wrap .sim-btn.-column .item .item-inner{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
}
.sim-wrap .sim-btn.-column .item .item-ttl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  row-gap:4px;
  margin-bottom:0;
  font-size:min(calc((15 / 390) * 100vw), 15px);
  letter-spacing:0.001em;
}
@media screen and (max-width: 790px){
  .sim-wrap .sim-btn.-column .item .item-ttl{
    margin-bottom:0;
    font-size:min(calc((16 / 390) * 100vw), 16px);
  }
}
.sim-wrap .sim-btn .item{
  border-radius:12px;
  background-color:#fff;
  border: 1px solid #f39b1b;
  text-align: center;
}
.sim-wrap .sim-btn .item p{
  font-size:min(calc((18 / 390) * 100vw), 18px);
  font-weight:700;
  color:#f39b1b;
  padding:12px 20px 12px 12px;
}
.sim-wrap .sim-btn .item p:hover{
  color:#fff;
}
@media screen and (max-width: 790px){
  .sim-wrap .sim-btn .item{
    padding:6px;
  }
}
.sim-wrap .sim-btn .item:hover{
  background-color:#f39b1b;
  color:#fff;
}
.sim-wrap .sim-btn .item .item-inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  justify-content: center;
}
@media screen and (max-width: 790px){
  .sim-wrap .sim-btn .item .item-inner{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
  }
}
.sim-wrap .sim-btn02{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  justify-content: center;
  gap: 20px;
  margin:30px 0 10px;
}
@media screen and (max-width: 640px){
  .sim-wrap .sim-btn02{
  flex-direction: column;
  }
}
.sim-wrap .sim-btn02 .item{
  min-width:260px;
  padding:12px 20px 12px 12px;
  border-radius:12px;
  background-color:#fff;
  border: 1px solid #f39b1b;
  font-size:min(calc((18 / 390) * 100vw), 18px);
  font-weight:700;
  color:#f39b1b;
  text-align:center;
}
.sim-wrap .sim-btn02 .item:hover{
  background-color:#f39b1b;
  color:#fff;
}
.sim-wrap .sim-btn02 .item.-current{
  background-color:#f39b1b;
  color:#fff;
}
.sim-wrap .sim-btn02 .item.-current a{
  pointer-events:none;
}
.sim-wrap .sim-btn02 .item .item-inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  justify-content: center;
}
@media screen and (max-width: 790px){
  .sim-wrap .sim-btn02 .item .item-inner{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
  }
}
.smalltxt{
font-size: 1.4rem;
font-weight:500;
}
.resulttxt{
  margin:60px 0px 10px;
  font-size:min(calc((22 / 390) * 100vw), 22px);
  letter-spacing:0.03em;
  font-weight:700;
  text-align:center;
}
.popuptxt{
margin:6px 0px;

display:flex;
justify-content: flex-end;
}
.popuptxt:before{
content:"";
width:20px;
height:20px;
margin-top:1px;
margin-right:4px;
background:url("/besremi/PV/assets/images/common/icon/icon_question.png") no-repeat center/cover;
}
.popuptxt a{
font-size: 1.4rem;
font-weight:700;
color:#8f9399;
text-decoration: none;
}
.formArea{
display:flex;
justify-content: center;
margin:30px auto;
width:100%;
}
form {
max-width:420px;
}
form::after{
position: absolute;
content:"円";
margin-top: 16px;
margin-left: 5px;
color: #f39b1b;
font-size: min(calc((20 / 390)* 100vw), 20px);
font-weight:600;
}
.feedback-input {
color:#f39b1b;
font-family: Helvetica, Arial, sans-serif;
font-weight:600;
font-size: min(calc((20 / 390)* 100vw), 20px);
line-height: 22px;
background-color: transparent;
border:2px solid #f39b1b;
transition: all 0.3s;
padding:20px 13px;
margin-bottom: 15px;
box-sizing: border-box;
outline:0;
text-align:center;
min-width: 340px;
}
@media screen and (max-width: 500px){
  .feedback-input {
  min-width: 260px;
  font-size: min(calc((18 / 390)* 100vw), 18px);
  }
}
.feedback-input:focus {
border:2px solid #f39b1b;
}
.textarea {
height: 150px;
line-height: 150%;
resize:vertical;
}
.btn-calculation {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom:30px;
}
.btn-calculation .btn {
    background-color: #f39b1b;
    min-width: 320px;
    word-break: break-word;
    cursor: pointer;
    text-align: center;
    padding: 14px 0;
    border: none;
    border-radius: 8px;

}
@media screen and (max-width: 790px){
  .btn-calculation .btn{
    min-width: 260px;
  }
}
.more-txt{
    font-size: 20px;
    font-weight:bold;
    color: #fff;
}
.btn-calculation .btn.-exclusive {
    position: relative;
    width: auto;
}
.btn-calculation .btn.-exclusive:after {
    background: url("/besremi/PV/assets/images/contents/arrow-white.svg") no-repeat 50%/cover;
    bottom: 0;
    content: "";
    height: 18px;
    width: 18px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 0;
}
.t-right{
display:flex;
justify-content: flex-end;
}
.t-left{
display:flex;
justify-content: flex-start;
}
.nowrap{
white-space: nowrap;
}
.sim-wrap .result{
display:flex;
justify-content: center;
}
@media screen and (max-width: 640px){
  .sim-wrap .result{
  flex-direction: column;
  }
}
.sim-wrap .result .item{
  padding:2px;
}
.sim-wrap .result .item:first-child{
  min-width:220px;
}
.sim-wrap .result .item:last-child{
  min-width:200px;
}
@media screen and (max-width: 640px){
  .sim-wrap .result .item{
  display:flex;
  justify-content: center;
  font-size:min(calc((22 / 390) * 100vw), 22px);
  }
}
.sim-wrap .result02{
display:flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.sim-wrap .result02 .item{
  padding:2px;
  font-size:min(calc((24 / 390) * 100vw), 24px);
  font-weight:700;
  color:#f39b1b;
  text-align: center;
}
.sim-wrap .listArea{
padding-left:30px;
}
.sim-wrap .listTxt{
list-style: disc;
}
.amounttxt{
margin-top:0px;
font-size: min(calc((18 / 390)* 100vw), 18px);
font-weight:700;
color:#f39b1b;
}
.msgtxt{
font-size: min(calc((20 / 390)* 100vw), 20px);
font-weight:700;
color:#f39b1b;
}
.msgtxt02{
font-size: min(calc((24 / 390)* 100vw), 24px);
font-weight:700;
color:#f39b1b;
}
.msgtxt03{
font-size: min(calc((20 / 390)* 100vw), 20px);
font-weight:700;
}
@media screen and (max-width: 767px){
  .msgtxt03{
  font-size: min(calc((18 / 390)* 100vw), 18px);
  }
  .amounttxt{
  font-size: min(calc((17 / 390)* 100vw), 17px);
  }
}
.arrow_down{
margin:30px auto;
width:100%;
display:flex;
justify-content: center;
}
.arrow_down img{
width:83px;
}
.popupArea02 {
  border-radius: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  max-width:960px;
  padding:15px 20px 30px;
  margin: 0;
  position:relative;
  text-align:center;
}
.popupArea02 .popupTitle {
  margin-bottom:20px;
  font-size:min(calc((20 / 390) * 100vw), 20px);
  line-height:1.2857142857;
  letter-spacing:0.05em;
  font-weight:700;
  text-align:left;
  color: #f39b1b;
  background: #fff;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid #e1dfd5;
}

.popupArea02 .popupImage{
  width: 100%;
  margin: 0px auto 20px;
  text-align:center;
}
.popupArea02 .popupCaption {
  padding: 0.5em 0.75em;
  font-size:16px;
  text-align:left;
}
.popupArea02 .continue {
    display: inline-block;
    color: #fff;
    background: #f39b1b;
    border-radius: 5px;
    padding: 0.75em 4em;
    text-decoration: none;
    margin: 20px 10px 0px;
}
@media screen and (max-width: 790px){
  .popupArea02 .continue{
    padding: 0.75em 3em;
  }
}
.popupArea02 .close {
    display: inline-block;
    color: #fff;
    background: #999;
    border-radius: 5px;
    padding: 0.75em 4em;
    text-decoration: none;
    margin: 20px 10px 0px;
}
@media screen and (max-width: 790px){
  .popupArea02 .close{
    padding: 0.75em 3em;
  }
}
.popupArea02 a:hover {
    opacity: 0.7;
}
.bg-green{
  margin-top:40px;
  padding:28px 32px;
  background-color:#fffae1;
  border-radius:8px;
}
@media screen and (max-width: 790px){
  .bg-green{
    margin-top:min(calc((28 / 390) * 100vw), 28px);
    padding:18px 10px;
  }
}
.selectArea{
display:flex;
}
.selectArea02{
display:flex;
}
@media screen and (max-width: 767px){
    .selectArea02{
    flex-direction: column;
}
}
.seltxt{
display:flex;
align-items: center;
font-size:min(calc((20 / 390) * 100vw), 20px);
font-weight:600;
margin:0px 10px;
}
.selectbox-2 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-2::after {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 12px;
    background-color: #f39b1b;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-2 select {
    appearance: none;
    min-width: 260px;
    height: 3.2em;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    background-color: #fff;
    color: #333333;
    font-size: 1.8em;
    cursor: pointer;
    text-align:center;
}
@media screen and (max-width: 767px){
    .selectbox-2 select {
    min-width: 230px;
    }
}
.orangeFrameLink02 a {
  display: block;
  border: 1px solid #F0AA39;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  padding: 20px 60px 20px 20px;
  background-image: url(../images/common/icon/arrow-circle.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
@media screen and (min-width: 769px) {
  .orangeFrameLink02 a {
    background-position: top 50% right 40px;
    padding: 20px 40px 20px 30px;
  }
}
.orangeFrameLink02 div{
    width: 100%;
    content: "";
    margin-top: 1px;
    background: url(/besremi/PV/assets/images/common/icon/subsidy02.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top 50% left 0px;
}
.msgtxt04{
font-size: 22px;
font-weight:700;
color:#f39b1b;
padding-left: 70px;
}
.msgtxt05{
padding-left: 70px;
}
@media screen and (max-width: 767px){
  .msgtxt04{
  font-size: 18px;
  }
}
@media screen and (max-width: 500px){
  .msgtxt04{
  padding-left: 0px;
  padding-bottom: 10px;
  text-align: center;
  }
  .msgtxt05{
    padding-right: 40px;
  }
  .orangeFrameLink02 a {
    padding: 20px;
  }
  .orangeFrameLink02 div{
    background-position: top 46px left 0px;
  }
}
.maatTtl01{
font-size: 20px;
font-weight:700;
color:#84b71c;
}
.maatTtl02{
font-size: 20px;
font-weight:700;
color:#ef8200;
}
.maatTtl03{
font-size: 20px;
font-weight:700;
color:#956800;
}
.maatTtl04{
font-size: 17px;
font-weight:600;
color:#956800;
}
@media screen and (max-width: 767px){
  .maatTtl01,
  .maatTtl02,
  .maatTtl03{
  font-size: 16px;
  }
  .maatTtl04{
  font-size: 13px;
  }
}
h5 {
  position: relative;
  padding-left: 128px;
  font-size: 16px;
  color: #956800;
  margin-top: 24px;
}

h5:before {
  position: absolute;
  left: 0px;
  width: 120px;
  height: 24px;
  content: '';
  background: #956800;
  border-radius: 6px;
}

h5 span {
  font-size: 14px;
  font-weight:500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 1px;
  padding-left: 12px;
  color: #fff;
}
.cp_qa01 dt {
  position: relative;
  margin: 0 0 6px 30px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  border-bottom: 1px dotted #956800;
  color: #956800;
}
.cp_qa01 dd {
  position: relative;
  margin: 0 0 2.5em 0;
  padding: 0 0 10px 60px;
  font-size: 16px;
}
.cp_qa01 dt::before{
  position: absolute;
  margin: 0 0.5em 0 -60px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  clip-path: circle(50% at 50% 50%);
}
.cp_qa01 dt::before {
  counter-increment: number 1;
  content: "Q"counter(number);
  background: #956800;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
a.anchorTop{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}
@media screen and (max-width: 768px){
  a.anchor{
    padding-top: 10px;
    margin-top: -10px;
  }
  a.anchorTop{
    padding-top: 70px;
    margin-top: -70px;
  }
}
.ml-10{
margin-left: 10px;
}
.ml-20{
margin-left: 20px;
}
.arrowL{
  background-image: url(../images/common/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: top 6px left -6px;
  padding-left: 0px;
  background-size: 12px auto;
}
@media screen and (max-width: 1290px){
  .arrowL{
    background-position: top 18px left 4px;

  }
}
.bg-orange{
  margin-top:40px;
  padding:20px;
  background-color:#fffae1;
  border-radius:8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 790px){
  .bg-orange{
      padding:20px 30px;
    flex-direction: column;
  }
  .bg-orange p{
    text-align: center;
  }
}
.bg-orange p{
  font-size: 1.7rem;
  font-weight:bold;
  line-height: 1.4em;
}
.btn-column {
    display: flex;
}
.btn-column .btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight:bold;
    color: #fff;
    height: 34px;
    justify-content: center;
    min-width: 200px;
    padding: 0px;
    text-align: center;
    word-break: break-word;
    text-decoration: none;
}
@media screen and (max-width: 790px){
  .btn-column .btn{
    margin-top:20px;
  }
}
.btn-column .btn.-exclusive {
    background-color: #f39b1b;
    border: none;
    border-radius: 10px;
    color: #fff;
    position: relative;
    width: auto;
}
.btn-column .btn.-exclusive p {
    align-items: center;
    display: flex;
}
.btn-column .btn.-exclusive:after {
    background: url("../images/contents/arrow-white.svg") no-repeat 50%/cover;
    bottom: 0;
    content: "";
    height: 18px;
    width: 18px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
}
.hcmebBox{
border-radius: 0 0 10px 10px;
border: 1px solid #956800;
padding: 0px 20px 20px 20px;
}
.hcmebTtl{
border-radius: 10px 10px 0px 0px;
background-color: #956800;
padding: 8px 20px 4px;
margin-top: 28px;
}
.hcmebBox02{
border-radius: 0 0 10px 10px;
border: 1px solid #84b71c;
padding: 0px 20px 20px 20px;
}
.hcmebTtl02{
border-radius: 10px 10px 0px 0px;
background-color: #84b71c;
padding: 8px 20px 4px;
margin-top: 28px;
}
.hcmebBox03{
border-radius: 0 0 10px 10px;
border: 1px solid #f29600;
padding: 0px 20px 20px 20px;
}
.hcmebTtl03{
border-radius: 10px 10px 0px 0px;
background-color: #f29600;
padding: 8px 20px 4px;
margin-top: 28px;
}
.hcmebTxt{
color: #fff;
font-size: 20px;
font-weight:bold;
}
@media screen and (max-width: 767px){
  .hcmebTxt{
  font-size: 16px;
  }
}
.txtC{
text-align: center;
}
@media screen and (max-width: 767px){
  .txtC{
  font-size: 13px !important;
  }
  .pd-20{
    padding: 0 25px 0 15px;
  }
}
.txtB{
font-weight:bold;
}
.sim-area .txt{
font-size: 1.4rem;
}
.figBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2em;
    margin-top: 16px;
}
@media screen and (max-width: 767px){
  .figBox {
    gap: 0.5em;
  }
  .figBox img{
  width: 100%;
  }
}
.scroll-box {
  overflow-x: hidden;
}
@media screen and (max-width: 767px){
  .scroll-box {
    display:flex;
    overflow-x:scroll;
    padding-bottom: 10px;
  }
  .scroll-box .f_area {
    min-width:960px;
  }
}
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 10px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*# ---------------- cost-simulation ---------------- */

.agenda{
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 70px;
}
.agenda p.ttl{
    font-size: 2.0rem;
    font-weight:bold;
    letter-spacing : 3px;
}
.col_2{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.col_2 > *{
    width: calc( 50% - 40px ) ;
    margin-right: 40px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.col_2 > *:nth-child(2n){
    margin-right: auto;
}
.col_2 > *{
    background: #fff;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 720px) {
    .col_2{
	width: auto;
	padding-right: 30px;
    }
    .col_2 > *{
        width: 100%;
        margin-right: auto;
    }
    .bottom-borderSP{
	border-bottom: 2px dotted #ccc!important;
    }
    .col_2 a,
    .col_2 .nolink{
    font-size: 1.4rem!important;
    }
    .col_2 a::before{
    top: 5px!important;
    }
    .col_2 .nolink::before{
    top: 8px!important;
    }
    .agenda p.ttl{
    font-size: 1.8rem;
    }
}
.col_2 a{
    font-size: 1.6rem;
    font-weight:bold;
    text-decoration: none;
    position: relative;
    padding-left: 14px;
}
.col_2 a::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FF8900;
    border-right: 2px solid #FF8900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.col_2 .nolink{
    font-size: 1.6rem;
    font-weight:bold;
    text-decoration: none;
    position: relative;
    padding-left: 14px;
    color: #FF8900;
}
.col_2 .nolink::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FF8900;
    border-right: 2px solid #FF8900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bottom-border{
    border-bottom: 2px dotted #ccc;
}
.bottom-borderSP{
    border-bottom: 0px dotted #ccc;
}
.col_2 .item1{order: 1;}
.col_2 .item2{order: 3;}
.col_2 .item3{order: 5;}
.col_2 .item4{order: 2;}
.col_2 .item5{order: 4;}
.col_2 .item6{order: 6;}

@media screen and (max-width: 720px) {
    .col_2 .item1,.col_2 .item2,.col_2 .item3,.col_2 .item4,.col_2 .item5,.col_2 .item6{
    order: 0;
    }
}
.txt_spac{
    padding-left: 2px;
}


.external{
  margin:100px auto 68px;
}
.sec .external-ttl{
  margin-bottom:20px;
  font-size:min(calc((22 / 390) * 100vw), 22px);
  line-height:1.2857142857;
  letter-spacing:0.05em;
  font-weight:700;
  text-align:center;
}
@media screen and (max-width: 768px){
  .sec .external-ttl{
    font-size:min(calc((18 / 390) * 100vw), 18px);
  }
}

.external-list{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(230px, 250px));
  gap: 15px;
}
@media screen and (max-width: 1107px){
  .external-list{
    grid-template-columns: repeat(auto-fit, minmax(230px, 344px));
  }
}
.external-list .item{
  padding:12px;
  border-radius:12px;
  background-color:#fff;
}
.external-list .item:last-child{
  margin-right: 0px;
}
@media screen and (min-width: 790px){
  .external-list .item:hover{
    -webkit-box-shadow:0 0 0 1px #f39b1b;
    box-shadow:0 0 0 1px #f39b1b;
  }
  .external-list .item:hover .item-txt{
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
    color:#f39b1b;
  }
  .external-list .item:hover .item-txt::after{
    -webkit-animation:arrowRight ease-out 0.6s forwards;
    animation:arrowRight ease-out 0.6s forwards;
  }
}
.external-list .item .image{
  position:relative;
  padding:0 40px;
  border-radius:6px;
  background-color:#fff;
}
@media screen and (max-width: 790px){
  .external-list .item .image{
    display:-webkit-box;
    display:-ms-externalbox;
    display:external;
    -webkit-box-align:center;
    -ms-external-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-external-pack:center;
    justify-content:center;
  }
}
@media screen and (max-width: 790px){
  .external-list .item .image img{
    width:min(calc((220 / 390) * 100vw), 220px);
    -o-object-fit:cover;
    object-fit:cover;
  }
}
.external-list .item .image figcaption{
  position:absolute;
  top:0;
  left:0;
  padding:2px 10px;
  border-radius:8px 0 8px 0;
  background-color:#f39b1b;
  font-size:min(calc((13 / 390) * 100vw), 13px);
  line-height:1.5384615385;
  letter-spacing:0.03em;
  color:#fff;
}
.external-list .item .item-txt{
  position:relative;
  margin-top:12px;
  font-size:min(calc((17 / 390) * 100vw), 17px);
  font-weight:700;
  text-align:center;
}
.external-list .item .item-subtxt{
  position:relative;
  margin:12px 20px 0px;
  font-size:min(calc((14 / 390) * 100vw), 14px);
  font-weight:500;
}
.external-list .item a{
  text-decoration: none;
}
.external-list .item.-preparation{
  pointer-events:none;
}
.external-list .item.-preparation .image{
  background-color:#D2D3CF;
}
.external-list .item.-preparation .item-txt{
  text-align:center;
  color:#898989;
}
.external-list .item.-preparation .item-txt::after{
  content:none;
}

.external-list-row{
  display:-webkit-box;
  display:-ms-externalbox;
  display:external;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-external-direction:column;
  external-direction:column;
  row-gap:12px;
  margin-top:32px;
}
.external-list-row.-column{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));
}
@media screen and (max-width: 790px){
  .external-list-row.-column{
    gap:min(calc((12 / 390) * 100vw), 12px);
  }
}
.external-list-row.-column .item{
  padding:12px 16px 12px 12px;
}
.external-list-row.-column .item.-current{
  border:2px solid #f39b1b;
}
.external-list-row.-column .item.-current a{
  pointer-events:none;
}
@media screen and (max-width: 790px){
  .external-list-row.-column .item .item-inner{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-external-direction:row;
    external-direction:row;
    -webkit-box-align:center;
    -ms-external-align:center;
    align-items:center;
  }
}
@media screen and (max-width: 790px){
  .external-list-row.-column .item .image-wrap{
    display:-webkit-box;
    display:-ms-externalbox;
    display:external;
    -webkit-box-align:center;
    -ms-external-align:center;
    align-items:center;
    -webkit-column-gap:0;
    -moz-column-gap:0;
    column-gap:0;
    margin-bottom:0;
    margin-right:min(calc((12 / 390) * 100vw), 12px);
  }
}
.external-list-row.-column .item .image-wrap .image{
  width:86px;
  height:86px;
}
@media screen and (max-width: 790px){
  .external-list-row.-column .item .image-wrap .image{
    width:80px;
    height:80px;
    margin-right:0;
  }
}
.external-list-row.-column .item .image-wrap .image.-big img{
  width:150%;
}
.external-list-row.-column .item .image-wrap .image img{
  width:120%;
  -o-object-fit:cover;
  object-fit:cover;
}
.external-list-row.-column .item .item-ttl{
  display:-webkit-box;
  display:-ms-externalbox;
  display:external;
  -webkit-box-align:start;
  -ms-external-align:start;
  align-items:external-start;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-external-direction:column;
  external-direction:column;
  row-gap:4px;
  margin-bottom:0;
  font-size:min(calc((15 / 390) * 100vw), 15px);
  letter-spacing:0.001em;
}
@media screen and (max-width: 790px){
  .external-list-row.-column .item .item-ttl{
    margin-bottom:0;
    font-size:min(calc((16 / 390) * 100vw), 16px);
  }
}
.external-list-row.-column .item .more-txt{
  padding-left:8px;
}
.external-list-row.-column .item .more-txt::after{
  width:20px;
  height:20px;
}
.external-list-row .item{
  padding:12px 20px 12px 12px;
  border-radius:12px;
  background-color:#fff;
}
@media screen and (max-width: 790px){
  .external-list-row .item{
    padding:min(calc((20 / 390) * 100vw), 20px);
  }
}
@media screen and (min-width: 790px){
  .external-list-row .item:hover{
    -webkit-box-shadow:0 0 0 1px #f39b1b;
    box-shadow:0 0 0 1px #f39b1b;
  }
  .external-list-row .item:hover .item-ttl{
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
    color:#f39b1b;
  }
  .external-list-row .item:hover .more-txt::after{
    -webkit-animation:arrowRight ease-out 0.6s forwards;
    animation:arrowRight ease-out 0.6s forwards;
  }
}
.external-list-row .item .item-inner{
  display:-webkit-box;
  display:-ms-externalbox;
  display:external;
  -webkit-box-align:center;
  -ms-external-align:center;
  align-items:center;
}
@media screen and (max-width: 790px){
  .external-list-row .item .item-inner{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-external-direction:column;
    external-direction:column;
    -webkit-box-align:start;
    -ms-external-align:start;
    align-items:external-start;
  }
}
@media screen and (max-width: 790px){
  .external-list-row .item .image-wrap{
    display:-webkit-box;
    display:-ms-externalbox;
    display:external;
    -webkit-box-align:center;
    -ms-external-align:center;
    align-items:center;
    -webkit-column-gap:min(calc((12 / 390) * 100vw), 12px);
    -moz-column-gap:min(calc((12 / 390) * 100vw), 12px);
    column-gap:min(calc((12 / 390) * 100vw), 12px);
    margin-bottom:min(calc((16 / 390) * 100vw), 16px);
  }
}
.external-list-row .item .image-wrap .image{
  display:-webkit-box;
  display:-ms-externalbox;
  display:external;
  -webkit-box-align:center;
  -ms-external-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-external-pack:center;
  justify-content:center;
  -ms-external-negative:0;
  external-shrink:0;
  width:100px;
  height:100px;
  margin-right:20px;
  border-radius:6px;
  background-color:#F0F5E1;
  overflow:hidden;
}
@media screen and (max-width: 790px){
  .external-list-row .item .image-wrap .image{
    width:70px;
    height:70px;
    margin-right:0;
  }
}
.external-list-row .item .image-wrap .image.-big img{
  width:150%;
}
.external-list-row .item .image-wrap .image.-small img{
  width:100%;
}
.external-list-row .item .image-wrap .image img{
  width:120%;
  -o-object-fit:cover;
  object-fit:cover;
}
@media screen and (max-width: 790px){
  .external-list-row .item .txt-wrap{
    margin-bottom:0;
  }
}
.external-list-row .item .item-ttl{
  display:-webkit-box;
  display:-ms-externalbox;
  display:external;
  -webkit-box-align:center;
  -ms-external-align:center;
  align-items:center;
  margin-bottom:8px;
  font-size:min(calc((20 / 390) * 100vw), 20px);
  font-weight:700;
}
@media screen and (max-width: 790px){
  .external-list-row .item .item-ttl{
    font-size:min(calc((18 / 390) * 100vw), 18px);
  }
}
.external-list-row .item .item-ttl span{
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  margin-right:8px;
  padding:3px 8px;
  font-size:min(calc((12 / 390) * 100vw), 12px);
  letter-spacing:0.03em;
  border-radius:6px;
  background-color:#f39b1b;
  color:#fff;
}
@media screen and (max-width: 790px){
  .external-list-row .item .item-ttl span{
    display:block;
    margin-bottom:min(calc((4 / 390) * 100vw), 4px);
  }
}
.external-list-row .item .more-txt{
  display:-webkit-box;
  display:-ms-externalbox;
  display:external;
  -webkit-box-align:center;
  -ms-external-align:center;
  align-items:center;
  -webkit-column-gap:4px;
  -moz-column-gap:4px;
  column-gap:4px;
  -ms-external-negative:0;
  external-shrink:0;
  margin-left:auto;
  padding-left:40px;
  color:#f39b1b;
}
.grayBorder{
  border: 1px solid #ccc;
}

/* 監修医より */
.supervisorBox {
  margin-top: 32px;
  border: 2px solid #8bc34a;
  border-radius: 16px;
  padding: 24px 20px 20px;
  position: relative;
  background: #fff;
}
.supervisorLabel {
  position: absolute;
  top: -16px;
  left: 30px;
  background: #8bc34a;
  color: #fff;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 1.6rem;
}
.supervisorInner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 10px 30px;
}
.supervisorPhoto img {
  width: 160px;
  height: auto;
}
.supervisorText p {
  margin: 0;
  line-height: 1.7;
  font-size: 1.6rem;
}
/* SP対応 */
@media (max-width: 768px) {
  .supervisorInner {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px 10px;
  }
  .supervisorLabel {
    left: 50%;
    transform: translateX(-50%);
  }
  .supervisorPhoto img {
    width: 80px;
  }
}
