@charset "Shift_JIS";

/* ----------------------------------------------------------------
    ?¿½J?¿½?¿½?¿½[?¿½p?¿½?¿½?¿½b?¿½g
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    ?¿½u?¿½?¿½?¿½[?¿½N?¿½|?¿½C?¿½?¿½?¿½g
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    ?¿½?¿½?¿½f?¿½B?¿½P?¿½A?¿½Åƒu?¿½?¿½?¿½[?¿½N?¿½|?¿½C?¿½?¿½?¿½g
----------------------------------------------------------------- */
.list-desc-b._icon-a > dt::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/common/images/icon_sprite.png);
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-family: '?¿½?¿½?¿½C?¿½?¿½?¿½I', 'Meiryo',"?¿½?¿½?¿½S?¿½V?¿½b?¿½N", "Yu Gothic",'Hiragino Kaku Gothic ProN W3',Meiryo,sans-serif;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

em,
strong {
  font-weight: normal;
}

em {
  color: #000000;
  font-weight: bold;
}

strong {
  color: #ff4a4a;
}

a {
  color: #4b4b4b;
  text-decoration: none;
}

ul li,
ol li {
  list-style: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a img:hover,
a img:focus,
a img:active {
  opacity: 1;
}

a:visited {
  color: #000000;
}

button {
  padding: 0;
  color: #666666;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

@media (max-width: 768px) {
  .br-sp {
    display: none;
  }
}

p {
  line-height: 1.5;
}

p + p {
  margin-top: 15px;
}

p + .media > p {
  margin-bottom: 40px;
}

/* ----------------------------------------------------------------
    base-adjustment
----------------------------------------------------------------- */
body {
  min-width: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  p {
    font-size: 2.8rem;
  }
}

.main {
  margin-top: 39px;
}

@media (min-width: 769px) {
  .main {
    margin-top: 0;
  }
}

#content-area [class*="list-notice__txt"]:not(:first-child) {
  margin-top: 0;
}

#content-area [class*="list-notice__txt"]:not(:first-child) {
  margin-top: 0;
}

#content-area [class*="list-notice__item"]:not(:first-child) {
  margin-top: 12px;
}

.list-notice {
  margin-top: 40px !important;
}

@media (min-width: 769px) {
  .list-notice {
    margin-top: 20px !important;
  }
}

/* ----------------------------------------------------------------
    lazyload
----------------------------------------------------------------- */
html:not([data-script-enabled="true"]) .lazyload {
  display: none;
}

/* ----------------------------------------------------------------
    mv
----------------------------------------------------------------- */
/* .mv-hdg
----------------------------------------------- */
.mv-hdg {
  padding: 22px 10px 0;
  position: relative;
  z-index: 2;
  max-width: 375px;
  margin: 0 auto;
}

.mv-hdg__main-head {
  display: block;
}

.mv-hdg__main-body {
  margin-top: 20px;
  display: block;
}

.mv-hdg__main-bodycontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mv-hdg__img01 {
  display: block;
  margin: 0 auto;
}

.mv-hdg__treatment {
  position: absolute;
  top: 144px;
}

.mv-hdg__treatment:first-child {
  left: 5%;
}

.mv-hdg__treatment:nth-child(2) {
  right: 2%;
}

.mv-hdg__treatment:nth-child(3) {
  display: none;
}

.mv-hdg__treatment:nth-child(4) {
  display: none;
}

@media (max-width: 1024px) {
  .mv-hdg__treatment {
    top: 64px;
  }
}

@media (max-width: 768px) {
  .mv-hdg__treatment {
    top: 62px;
  }
}

@media (min-width: 1024px) {
  .mv-hdg {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 53px;
  }
  .mv-hdg__main {
    max-width: 867px;
    margin: 0 auto;
  }
  .mv-hdg__main-body {
    margin: 35px auto 0;
    max-width: 786px;
  }
  .mv-hdg__img01 {
    max-width: 867px;
    max-height: auto;
  }
  .mv-hdg__img02 {
    max-width: 437px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .mv-hdg__img03 {
    max-width: 306px;
    margin-left: 10px;
  }
  .mv-hdg__img01, .mv-hdg__img02, .mv-hdg__img03 {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  .mv-hdg__main-bodycontent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mv-hdg__treatment > img {
    width: 100%;
    height: auto;
  }
  .mv-hdg__treatment:first-child {
    top: 165px;
    left: 18.4%;
  }
  .mv-hdg__treatment:first-child > img {
    max-width: 125px;
  }
  .mv-hdg__treatment:nth-child(2) {
    top: 149px;
    right: 14.4%;
  }
  .mv-hdg__treatment:nth-child(2) > img {
    width: 111%;
    max-width: 191px;
  }
  .mv-hdg__treatment:nth-child(3) {
    display: block;
    top: 47px;
    left: 0;
  }
  .mv-hdg__treatment:nth-child(3) > img {
    width: 111%;
    max-width: 85px;
  }
  .mv-hdg__treatment:nth-child(4) {
    display: block;
    top: 60px;
    right: 3.5%;
  }
  .mv-hdg__treatment:nth-child(4) > img {
    width: 111%;
    max-width: 39px;
  }
}

/* .mv-box
----------------------------------------------- */
.mv-box__head {
  background: #a0c81e;
  border-radius: 5px 5px 0 0;
  padding: 7px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mv-box__hdg {
  font-size: 1.5rem;
  letter-spacing: -0.09rem;
}

.mv-box__hdg b {
  color: #004831;
}

.mv-box__body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 15px 30px;
}

.mv-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mv-box__content-item:first-child {
  margin-right: 5px;
}

.mv-box__content-item:last-child {
  margin-left: 5px;
}

.mv-box__subtxt, .mv-box__maintxt {
  font-weight: bold;
}

.mv-box__subtxt {
  font-size: 1.4rem;
  color: #004831;
}

.mv-box__maintxt {
  margin-top: 0;
  font-size: 32px;
  color: #fa8200;
}

@media (min-width: 769px) {
  .mv-box__head {
    padding-bottom: 0;
  }
  .mv-box__hdg {
    font-size: 3.6rem;
    line-height: 1.6;
    letter-spacing: -0.32rem;
  }
  .mv-box__body {
    padding: 21px 40px;
  }
  .mv-box__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mv-box__subtxt {
    font-size: 2.4rem;
    line-height: 1.1;
  }
  .mv-box__maintxt {
    font-size: 6.4rem;
    line-height: 1.2;
    margin-left: 20px;
  }
  .mv-box__unittxt {
    font-size: 3.2rem;
    margin-left: 7px;
  }
}

/* ----------------------------------------------------------------
    hdg
----------------------------------------------------------------- */
/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  padding-top: 30px;
}

.hdg-l3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 14px 0 32px;
  background: #aecd00;
  background: linear-gradient(127deg, #aecd00 35%, #69b800 100%);
  margin-top: 30px;
  margin-bottom: 20px;
}

.hdg-l3__wrap::before, .hdg-l3__wrap::after {
  content: "";
  display: block;
  width: 50vw;
  height: 10px;
  position: absolute;
  bottom: 0;
  border-bottom: 10px solid #f3f7cc;
}

.hdg-l3__wrap::before {
  left: 0;
  border-right: 50vw solid transparent;
}

.hdg-l3__wrap::after {
  right: 0;
  border-left: 50vw solid transparent;
}

.hdg-l3__main {
  font-size: 2rem;
  color: #fff;
  line-height: 1.48;
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .hdg-l3 {
    padding-top: 60px;
  }
  .hdg-l3__wrap {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 35px 0 42px;
  }
  .hdg-l3__wrap::before, .hdg-l3__wrap::after {
    height: 31px;
    border-bottom-width: 31px;
  }
  .hdg-l3__main {
    font-size: 5rem;
  }
  .hdg-l3__icn > img {
    width: 58px;
    height: auto;
  }
}

.hdg-l3--02 .hdg-l3__wrap {
  position: relative;
  margin-top: 20px;
}

.hdg-l3--02 .hdg-l3__balloon {
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #004831;
  border-radius: 25px;
  padding: 7px 24px;
  top: -20px;
  z-index: 3;
  max-width: 300px;
  width: 100%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.hdg-l3--02 .hdg-l3__balloon + .hdg-l3__icn {
  margin-top: 14px;
}

.hdg-l3--02 .hdg-l3__balloon + .hdg-l3__icn + .hdg-l3__main {
  margin-top: 14px;
}

.hdg-l3--02 .hdg-l3__balloon::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #004831;
  top: 20px;
  right: 50%;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

@media (min-width: 769px) {
  .hdg-l3--02 .hdg-l3__balloon {
    max-width: none;
    width: 460px;
  }
}

@media (min-width: 769px) {
  .hdg-l3--02 {
    padding-top: 93px;
  }
  .hdg-l3--02 .hdg-l3__balloon {
    font-size: 2.6rem;
    padding: 3px 49px;
    border-radius: 5rem;
    top: -33px;
  }
  .hdg-l3--02 .hdg-l3__balloon + .hdg-l3__icn {
    margin-top: 0;
  }
  .hdg-l3--02 .hdg-l3__balloon + .hdg-l3__icn + .hdg-l3__main {
    margin-top: 0;
  }
  .hdg-l3--02 .hdg-l3__balloon::after {
    top: 14px;
    width: 45px;
    height: 45px;
  }
}

.hdg-l3--03 {
  margin: 0 -10px;
}

.hdg-l3--03 .hdg-l3__wrap {
  padding-top: 8px;
  padding-bottom: 12px;
  margin-top: 0;
}

.hdg-l3--03 .hdg-l3__wrap::before, .hdg-l3--03 .hdg-l3__wrap::after {
  display: none;
}

@media (min-width: 769px) {
  .hdg-l3--03 {
    padding-top: 30px;
  }
  .hdg-l3--03 .hdg-l3__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 33px 37px 67px;
    background: #aecd00;
    background: linear-gradient(127deg, #aecd00 35%, #69b800 100%);
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .hdg-l3--03 .hdg-l3__wrap::before, .hdg-l3--03 .hdg-l3__wrap::after {
    content: "";
    display: block;
    width: 50%;
    height: 38px;
    position: absolute;
    bottom: 0;
    border-bottom: 38px solid #f3f7cc;
  }
  .hdg-l3--03 .hdg-l3__wrap::before {
    left: 0;
    border-right: 50vw solid transparent;
  }
  .hdg-l3--03 .hdg-l3__wrap::after {
    right: 0;
    border-left: 50vw solid transparent;
  }
  .hdg-l3--03 .hdg-l3__main {
    font-size: 5rem;
    color: #fff;
    line-height: 1.48;
    position: relative;
    top: 2px;
    margin-left: 5px;
    font-weight: bold;
    letter-spacing: -0.37rem;
  }
}

.hdg-l3--04 {
  margin-top: 32px;
  margin-bottom: 18px;
  padding: 10px 30px 10px 16px;
  background: #f3f7cc;
  border-left: 2px solid #a0c81e;
}

.hdg-l3--04__main {
  font-size: 1.6rem;
  color: #004831;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}

.hdg-l3--04 + .list-bullet-a {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l3--04 + * + *:not[class*="hdg"] {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l3--04 + * + p {
  margin-left: 17px;
  margin-right: 17px;
}

@media (min-width: 769px) {
  .hdg-l3--04__main {
    font-size: 2.8rem;
  }
}

.hdg-l3--05 {
  margin-top: 23px;
  margin-bottom: 21px;
  padding-left: 9px;
  border-left: 2px solid #a0c81e;
}

.hdg-l3--05__main {
  font-size: 1.4rem;
  font-weight: bold;
  color: #004831;
}

@media (min-width: 769px) {
  .hdg-l3--05__main {
    font-size: 2.6rem;
  }
}

.hdg-l4 {
  margin-top: 33px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #a0c81e;
}

.hdg-l4__main {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #004831;
}

@media (min-width: 769px) {
  .hdg-l4 {
    margin-top: 60px;
    margin-bottom: 26px;
  }
  .hdg-l4__main {
    font-size: 2.6rem;
  }
}

.hdg-l5 {
  position: relative;
  font-size: 1.5rem;
  padding-left: 15px;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.hdg-l5::before {
  content: "";
  display: block;
  width: 7px;
  height: 15px;
  position: absolute;
  top: .5rem;
  left: 0;
  background: url("../images/icn-hdg-burette.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.hdg-l5-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 17px;
  background: #f3f7cc;
  border-bottom: 2px solid #a0c81e;
  margin-top: 30px;
  margin-bottom: 22px;
}

.hdg-l5-02__icn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -0.25rem;
}

.hdg-l5-02__main {
  font-size: 1.8rem;
  margin-left: 7px;
  color: #004831;
  font-weight: bold;
}

.hdg-l5-02 + *:not[class*="hdg"] {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + *:not[class*="hdg"] + * {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + *:not[class*="hdg"] + * + * {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + *:not[class*="hdg"] + * + * + * {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + *:not[class*="hdg"] + .list-bullet-a {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + *:not[class*="hdg"] + .list-notice {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + p {
  margin: auto 17px;
}

.hdg-l5-02 + p + .media {
  margin: 20px 17px auto;
}

.hdg-l5-02 + p + .media + .link-list-02 {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + p + .link-list-02 {
  margin: auto 17px;
}

.hdg-l5-02 + p + .list-bullet-a {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + p + .list-notice {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + .list-bullet-a {
  margin-left: 17px;
  margin-right: 17px;
}

.hdg-l5-02 + .list-notice {
  margin-left: 17px;
  margin-right: 17px;
}

@media (min-width: 769px) {
  .hdg-l5-02 {
    margin-top: 57px;
    margin-bottom: 40px;
  }
  .hdg-l5-02__main {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .hdg-l5-02__icn > img {
    width: 37px;
    height: 34px;
  }
}

@media (min-width: 769px) {
  .hdg-l5 {
    font-size: 2.4rem;
    padding-left: 30px;
    margin-top: 57px;
  }
  .hdg-l5::before {
    width: 14px;
    height: 30px;
  }
  .hdg-l5 .btn-modal__icn {
    margin-left: 10px;
  }
}

.hdg-l5-03 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #a0c81e;
}

.hdg-l5-03__main {
  font-size: 1.6;
  font-weight: bold;
  color: #004831;
  padding-left: 12px;
  border-left: 3px solid #004831;
}

@media (min-width: 769px) {
  .hdg-l5-03__main {
    font-size: 2.8rem;
  }
}

/*
 * .hdg-b-wrap
** ------------------------------------------------------ */
.hdg-b-wrap {
  background: #FFE9DC;
  color: #FF6E14;
  border-left: 3px solid #FF6E14;
  margin: 74px 0 24px;
  padding: 13px 20px;
}

@media only screen and (max-width: 768px) {
  .hdg-b-wrap {
    padding: 17px 20px;
    margin-top: 64px;
  }
}

.hdg-a-wrap + .hdg-b-wrap {
  margin-top: 34px;
}

[class^="panel-"] + .hdg-b-wrap, [class^="tbl-"] + .hdg-b-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  [class^="panel-"] + .hdg-b-wrap, [class^="tbl-"] + .hdg-b-wrap {
    margin-top: 70px;
  }
}

.hdg-b-wrap + [class^="panel-"], .hdg-b-wrap + [class^="tbl-"] {
  margin-top: 30px;
}

.list-anchor-b + .hdg-b-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .list-anchor-b + .hdg-b-wrap {
    margin-top: 30px;
  }
}

.toggle-a .hdg-b-wrap {
  margin: 0;
}

[data-script-enabled="true"] .toggle-a .hdg-b-wrap {
  padding: 0;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

[data-script-enabled="true"] .toggle-a .hdg-b-wrap::before, [data-script-enabled="true"] .toggle-a .hdg-b-wrap::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 18px;
  margin-top: -1px;
  z-index: 1;
  pointer-events: none;
}

[data-script-enabled="true"] .toggle-a .hdg-b-wrap::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-script-enabled="true"] .toggle-a.is-open .hdg-b-wrap::after {
  display: none;
}

.hdg-b-wrap._has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdg-b-wrap._has-icon > .hdg-b {
  margin-right: 15px;
}

.hdg-b {
  font-size: 2.6rem;
  line-height: 1.3;
}

.hdg-b sup {
  top: -1.2em;
}

@media only screen and (max-width: 768px) {
  .hdg-b {
    font-size: 2.2rem;
  }
  .hdg-b sup {
    top: -1em;
  }
}

[data-script-enabled="true"] .toggle-a .hdg-b {
  padding: 13px 50px 13px 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  [data-script-enabled="true"] .toggle-a .hdg-b {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

[data-script-enabled="true"] .toggle-a .hdg-b::before {
  display: block;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #FF6E14;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}

/*
 * .hdg-c-wrap
** ------------------------------------------------------ */
.hdg-c-wrap {
  border-bottom: 2px solid #DAD3D0;
  padding-bottom: 10px;
  margin: 44px 0 24px;
}

@media only screen and (max-width: 768px) {
  .hdg-c-wrap {
    margin: 40px 0 20px;
  }
}

@media only screen and (min-width: 769px) {
  .hdg-b-wrap + .hdg-c-wrap, .hdg-g-wrap + .hdg-c-wrap {
    margin-top: 50px;
  }
}

.second-nav-a .col-inner .hdg-c-wrap {
  margin: 26px 0 12px;
  padding-bottom: 12px;
}

.second-nav-a .col-inner .hdg-c-wrap .hdg-c {
  padding-left: 13px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.hdg-c {
  font-size: 2rem;
  line-height: 1.4;
  border-left: 3px solid #FF6E14;
  padding-left: 20px;
}

.hdg-c sup {
  top: -.8rem;
}

.hdg-c._icon-a, .hdg-c._icon-b, .hdg-c._icon-c {
  border-left: 0;
  padding-left: 34px;
  position: relative;
}

.hdg-c._icon-a::before {
  display: block;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border: 3px solid #FF6E14;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 0;
}

.hdg-c._icon-b::before, .hdg-c._icon-b::after {
  display: block;
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #FF6E14;
  top: 13px;
  left: -2px;
}

.hdg-c._icon-b::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hdg-c._icon-b::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hdg-c._icon-c::before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #FFE9DC;
  border-radius: 2px;
  top: 5px;
  left: 0;
}

.hdg-c._icon-c::after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 9px;
  border-bottom: 3px solid #FF6E14;
  border-left: 3px solid #FF6E14;
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg);
  top: 6px;
  left: 3px;
}

.hdg-c > a {
  text-decoration: none;
  font-weight: bold;
}

.hdg-c > a:hover, .hdg-c > a:active, .hdg-c > a:focus {
  color: #5B3D2D;
}

/*
 * .hdg-d-wrap
** ------------------------------------------------------ */
.hdg-d-wrap {
  border-left: 3px solid #C1B8B3;
  background: #ECE5E1;
  margin: 40px 0 24px;
  padding: 6px 20px;
}

@media only screen and (max-width: 768px) {
  .hdg-d-wrap {
    margin-bottom: 25px;
  }
}

.hdg-c-wrap + .hdg-d-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .hdg-c-wrap + .hdg-d-wrap {
    margin-top: 25px;
  }
}

.hdg-d {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* ----------------------------------------------------------------
    layout
----------------------------------------------------------------- */
/* .section
----------------------------------------------- */
.section {
  background: #f3f7cc;
  padding-top: 30px;
  padding-bottom: 70px;
}

.section__inner {
  position: relative;
  padding: 0 10px;
  z-index: 2;
}

.section__inner + .section__inner {
  padding-top: 30px;
}

.section__inner > p {
  font-weight: bold;
  color: #004831;
}

.section__inner > *:first-child {
  margin-top: 0;
}

.section__inner > *:last-child {
  margin-bottom: 0;
}

.section-mv {
  background: #dbe88e;
}

.section-mv + .section {
  padding-top: 0;
  overflow: hidden;
  margin-top: -60px;
}

.section-mv + .section > .section__inner:first-child {
  margin-top: 10px;
}

.section-mv + .section::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 10vw 100vw;
  border-color: transparent transparent #f3f7cc #dbe88e;
  z-index: 1;
}

@media (min-width: 769px) {
  .section {
    padding-top: 61px;
  }
  .section-mv + .section {
    margin-top: -170px;
  }
  .section-mv + .section > .section__inner:first-child {
    margin-top: 63px;
  }
  .section-mv + .section::before {
    min-height: 140px;
    border-width: 0 0 7vw 100vw;
  }
  .section__inner {
    max-width: 807px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

/*
 * .lyt-col-a
** ------------------------------------------------------ */
.lyt-col-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -15px;
}

.lyt-col-a > .col {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .lyt-col-a > .col {
    width: 100%;
  }
}

.lyt-col-a > .col > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .lyt-col-a._col-2, .lyt-col-a._col-4 {
    margin-left: -40px;
  }
  .lyt-col-a._col-2 > .col, .lyt-col-a._col-4 > .col {
    padding-left: 40px;
  }
  .lyt-col-a._col-3 {
    margin-left: -35px;
  }
  .lyt-col-a._col-3 > .col {
    width: 33.3333%;
    padding-left: 35px;
  }
  .lyt-col-a._col-4 > .col {
    width: 25%;
  }
}

/* ----------------------------------------------------------------
    box
----------------------------------------------------------------- */
/* .box
----------------------------------------------- */
.box {
  margin-top: 44px;
  position: relative;
}

.box__head {
  position: relative;
}

.box__hdg {
  position: relative;
  margin-top: 15px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: #fa8200;
}

.box__hdg-img {
  position: relative;
  top: -15px;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 14px 0 31px;
}

.box__body {
  padding: 20px 10px;
  border-radius: 0 0 8px 8px;
  background: #fff;
  z-index: 2;
  position: relative;
  margin-top: -14px;
}

.box__body > *:first-child {
  margin-top: 0;
}

@media (min-width: 769px) {
  .box {
    margin-top: 81px;
  }
  .box__hdg-img {
    max-width: 722px;
    width: 100%;
    top: -38px;
    padding: 0 37px 0 67px;
  }
  .box__body {
    margin-top: -27px;
    padding: 60px 130px;
  }
}

.box-03 {
  background: #fef2e5;
  margin-bottom: 30px;
  padding: 24px 35px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-03__hdg-txt {
  font-size: 1.6rem;
  background: #fa8200;
  padding: 7px 18px 5px;
  color: #fff;
  line-height: 1.1;
  border-radius: 15px;
  text-align: center;
}

.box-03__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}

.box-03__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-03__item:first-child {
  margin-right: 5px;
}

.box-03__item:last-child {
  margin-left: 5px;
}

.box-03__link {
  position: relative;
  font-size: 1.5rem;
  color: #004831;
  font-weight: bold;
  margin-top: 8px;
  text-decoration: underline;
  padding-left: 10px;
}

.box-03__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 13px;
  top: 50%;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icn-arrow-black.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.box-simulation-result {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-simulation-result__hdg {
  color: #004831;
  font-size: 1.2rem;
}

.box-simulation-result__num {
  font-size: 5rem;
  font-weight: bold;
  color: #fa8200;
}

.box-simulation-result__num-wrap {
  background: #fef2e5;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 0 4px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 11px;
}

.box-simulation-result__num-unit {
  font-weight: bold;
  color: #004831;
  font-size: 2.5rem;
}

.box-02 {
  margin-top: 32px;
}

.box-02__head {
  background: #fa8200;
  border-radius: 5px 5px 0 0;
  padding: 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-02__body {
  border-radius: 0 0 5px 5px;
  background: #fef2e5;
  padding: 31px 28px;
}

.box-02__body > *:first-child {
  margin-top: 0;
}

.box-02__body .btn {
  margin-top: 0;
}

.box-02__hdg {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-02__hdg-icn {
  margin-right: 10px;
}

.box-02__hdg-icn img {
  width: 18px;
  height: 44px;
}

@media (min-width: 769px) {
  .box-02 {
    margin-top: 61px;
  }
  .box-02__head {
    padding: 11px;
  }
  .box-02__body {
    padding: 61px 34px;
  }
  .box-02__body > .btn {
    max-width: 520px;
    margin: 0 auto;
  }
  .box-02__hdg {
    font-size: 3.2rem;
  }
  .box-02__hdg-icn > img {
    width: 32px;
    height: auto;
  }
}

.box-02--green .box-02__head {
  background: #a0c81e;
}

.box-02--green .box-02__body {
  background: #fff;
}

.box-02--bgpurewhite .box-02__body {
  background: #fff;
}

.box-flow__item + .box-flow__item {
  padding-top: 50px;
  position: relative;
}

.box-flow__item + .box-flow__item::before {
  content: "";
  display: block;
  width: 33px;
  height: 20px;
  top: 16px;
  right: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  background: url("../images/icn-arrow-flow.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 769px) {
  .box-flow__item + .box-flow__item {
    padding-top: 112px;
  }
  .box-flow__item + .box-flow__item::before {
    width: 66px;
    height: 40px;
    top: 39px;
  }
}

.box-04 {
  margin: 20px 10px 30px;
}

.box-04__head {
  padding: 13px 20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #a0c81e;
}

.box-04__hdg-txt {
  font-size: 1.8rem;
  color: #004831;
  font-weight: bold;
}

.box-04__body {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.box-04__body > *:first-child {
  margin-top: 0;
}

.box-04__body > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .box-04 {
    margin: 20px 0 30px;
  }
  .box-04__head {
    padding: 27px 101px;
  }
  .box-04__hdg-txt {
    font-size: 3.6rem;
  }
  .box-04__body {
    padding: 60px 100px;
  }
  .box-04__body > p {
    font-size: 2.8rem;
  }
  .box-04__body > p > .icon-a {
    width: 36px;
    height: auto;
  }
}

.box-05 {
  padding-top: 30px;
}

.box-05__wrap {
  position: relative;
  background-color: #f3f7cc;
  padding: 27px 15px;
}

.box-05__balloon {
  position: absolute;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  background-color: #004831;
  line-height: 1.03;
  padding: 7px 13px;
  border-radius: 2.5rem;
  top: -17px;
  right: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: calc(100% - 20px);
  width: 100%;
  text-align: center;
}

.box-05__balloon::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 11px 0 11px;
  border-color: #004831 transparent transparent transparent;
  right: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box-05__hdg {
  font-size: 1.8rem;
  color: #004831;
  font-weight: bold;
  text-align: center;
}

.box-05__hdg-sub {
  font-size: 1.4rem;
}

.box-05 + .box-05 {
  margin-top: 48px;
  position: relative;
}

.box-05 + .box-05::before, .box-05 + .box-05::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #004831;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box-05 + .box-05::before {
  width: 30px;
  height: 7px;
  top: -16px;
}

.box-05 + .box-05::after {
  width: 7px;
  height: 30px;
  top: -27px;
}

.box-05 + .box-05 > .box-05__wrap {
  background: #e3efbc;
}

.box-05 + .box-05 > .box-05__wrap .link-list-04__label {
  background: #c6de78;
}

.box-05 + .box-05 > .box-05__wrap .link-list-04__label::before {
  border-bottom-color: #c6de78;
}

.box-05 + .box-05 > .box-05__wrap .link-list-04__label::after {
  border-top-color: #c6de78;
}

.box-05__body {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .box-05 {
    padding-top: 45px;
  }
  .box-05__wrap {
    padding: 52px 33px 42px;
  }
  .box-05__balloon {
    top: -14px;
    font-size: 2.6rem;
    max-width: calc(100% - 123px);
    padding: 12px 13px;
  }
  .box-05__balloon::after {
    border-width: 25px 22px 0 23px;
  }
  .box-05__hdg {
    font-size: 3.6rem;
  }
  .box-05__hdg-sub {
    font-size: 2.8rem;
  }
  .box-05__body {
    margin-top: 23px;
  }
  .box-05 + .box-05 {
    margin-top: 100px;
  }
  .box-05 + .box-05::before {
    width: 61px;
    height: 14px;
    top: -37px;
  }
  .box-05 + .box-05::after {
    width: 14px;
    height: 61px;
    top: -61px;
  }
  .box-05 + .box-05 .box-05__balloon {
    max-width: calc(100% - 55px);
  }
}

/* .box-bnr
----------------------------------------------- */
.box-bnr {
  background: #fff;
  border-radius: 20px;
  max-width: 355px;
  margin: 0 auto;
  padding: 30px 15px;
}

.box-bnr__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.box-bnr__foot {
  margin-top: 19px;
}

.box-bnr-list {
  margin-top: 18px;
  margin-bottom: 15px;
}

.box-bnr-list__item {
  font-size: 1.3rem;
  color: #004831;
  padding-left: 10px;
  position: relative;
}

.box-bnr-list__item::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #004831;
  left: 0;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-bnr-list-note {
  margin-top: 18px;
  margin-bottom: 15px;
}

.box-bnr-list-note__item {
  font-size: 1.3rem;
  color: #004831;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}

.box-bnr__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-bnr-btn {
  display: block;
  background: #fa8200;
  border-radius: 15px;
  padding: 16px 15px;
  border-bottom: 3px solid #d16900;
}

.box-bnr-btn__sub, .box-bnr-btn__main {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.box-bnr-btn__sub {
  font-size: 1.5rem;
}

.box-bnr-btn__sub + .box-bnr-btn__main {
  margin-top: 14px;
}

.box-bnr-btn__main {
  line-height: 1;
}

.box-bnr-btn:visited {
  color: #fff;
}

@media (min-width: 769px) {
  .box-bnr {
    padding: 60px 70px;
    max-width: 100%;
  }
  .box-bnr-list {
    margin-top: 33px;
    margin-bottom: 40px;
  }
  .box-bnr-list__item {
    font-size: 2.4rem;
  }
  .box-bnr__txt > img {
    max-width: 301px;
    width: 100%;
    height: auto;
  }
  .box-bnr__img > img {
    max-width: 263px;
    width: 100%;
    height: auto;
  }
  .box-bnr-btn {
    border-bottom-width: 6px;
    padding: 26px 57px;
  }
  .box-bnr-btn__sub {
    font-size: 3rem;
  }
  .box-bnr__foot {
    margin-top: 27px;
  }
}

.box-bnr--bgnone {
  padding: 0;
}

@media (min-width: 769px) {
  .box-bnr--bgnone {
    padding: 0;
  }
}

/* ----------------------------------------------------------------
    link
----------------------------------------------------------------- */
/* .txt-link
----------------------------------------------- */
.txt-link {
  color: #fa8200;
  text-decoration: underline;
}

/* .link-list
----------------------------------------------- */
.link-list {
  margin-top: 30px;
}

.link-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-list__item {
  width: calc((100% - 4px) / 3);
}

.link-list__link {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #a0c81e;
  border-radius: 5px;
  padding: 13px 5px 34px;
}

.link-list__link:visited {
  color: #fff;
}

.link-list__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background: url("../images/icn-arrow-white02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: 50%;
  left: 50%;
  bottom: 13px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .link-list {
    margin-top: 70px;
  }
  .link-list__item {
    width: calc((100% - 22px) / 3);
  }
  .link-list__link {
    font-size: 2.4rem;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .link-list__link::after {
    width: 30px;
    height: 19px;
  }
}

.link-list-02 {
  margin-top: 20px;
}

.link-list-02__item .btn-modal {
  font-weight: bold;
  text-decoration: underline;
}

.link-list-02__item + .link-list-02__item {
  margin-top: 16px;
}

@media (min-width: 769px) {
  .link-list-02 {
    margin-top: 45px;
  }
  .link-list-02__item {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .link-list-02__item .btn-modal__icn {
    margin-left: 10px;
  }
}

.link-list-03 {
  margin-bottom: 20px;
}

.link-list-03 .link-list__item {
  position: relative;
  width: 50%;
}

.link-list-03 .link-list__item:first-child .link-list__link {
  background-color: #c4d700;
}

.link-list-03 .link-list__item:nth-child(n + 2) {
  margin-left: 20px;
}

.link-list-03 .link-list__item + .link-list__item:before, .link-list-03 .link-list__item + .link-list__item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #004831;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-list-03 .link-list__item + .link-list__item::before {
  width: 13px;
  height: 3px;
  left: -17px;
}

.link-list-03 .link-list__item + .link-list__item::after {
  height: 13px;
  width: 3px;
  left: -12px;
}

.link-list-03 .link-list__link {
  font-size: 1.5rem;
  height: 100%;
  padding: 7px 5px 29px;
}

.link-list-03 .link-list__link-subtxt {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .link-list-03 {
    margin-bottom: 60px;
  }
  .link-list-03 .link-list__link {
    font-size: 2.4rem;
  }
  .link-list-03 .link-list__link-subtxt {
    font-size: 1.9rem;
  }
  .link-list-03 .link-list__item:nth-child(n + 2) {
    margin-left: 40px;
  }
  .link-list-03 .link-list__item:nth-child(n + 2)::before {
    width: 26px;
    height: 6px;
    left: -31px;
  }
  .link-list-03 .link-list__item:nth-child(n + 2)::after {
    width: 6px;
    height: 26px;
    left: -21px;
  }
}

.link-list-04__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-list-04__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.link-list-04__col:first-child {
  width: 30px;
}

.link-list-04__col:nth-child(n + 2) {
  width: calc(100% - 35px);
  margin-left: auto;
}

.link-list-04__col:nth-child(n + 3) > .list-box {
  margin-top: 10px;
}

.link-list-04__label {
  position: relative;
  background: #dce766;
  margin: 15px 0;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-list-04__label::before, .link-list-04__label::after {
  position: absolute;
  left: 0;
  display: block;
  border-width: 11px 15px;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.link-list-04__label::before {
  top: -22px;
  border-bottom-color: #dce766;
}

.link-list-04__label::after {
  bottom: -22px;
  border-top-color: #dce766;
}

.link-list-04__item {
  padding: 10px 6px;
  font-size: 1.3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-list-04__item > .btn-modal__icn {
  margin-left: 0;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .link-list-04__item {
    font-size: 2.6rem;
  }
  .link-list-04__col:first-child {
    max-width: 60px;
    width: 100%;
  }
  .link-list-04__col:nth-child(n + 2) {
    width: calc(100% - 66px);
  }
  .link-list-04__label {
    margin: 29px 0;
    height: calc(100% - 60px);
  }
  .link-list-04__label::before, .link-list-04__label::after {
    border-width: 26px 30px;
  }
  .link-list-04__label::before {
    top: -52px;
  }
  .link-list-04__label::after {
    bottom: -52px;
  }
  .link-list-04 .btn-modal {
    display: block;
  }
}

.link-list-05 {
  margin-left: 5px;
}

.link-list-05__item + .link-list-05__item {
  margin-top: 10px;
}

.link-list-05__link {
  background-color: #fff;
  padding: 14px 15px 11px 30px;
  display: block;
  font-size: 1.4rem;
  position: relative;
  text-decoration: underline;
  font-weight: bold;
}

.link-list-05__link > b {
  color: #fa8200;
}

.link-list-05__link::before, .link-list-05__link::after {
  content: "";
  display: block;
  position: absolute;
}

.link-list-05__link::before {
  width: 3px;
  height: calc(100% - 32px);
  background: #a0c81e;
  left: 15px;
}

.link-list-05__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 4px;
  border-color: transparent transparent transparent #004831;
  left: 18px;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .link-list-05__link {
    font-size: 2.4rem;
    padding: 30px 15px 24px 49px;
  }
  .link-list-05__link::before {
    height: calc(100% - 63px);
    width: 6px;
    left: 31px;
    top: 32px;
  }
  .link-list-05__link::after {
    left: 36px;
    border-width: 6px 0 7px 7px;
  }
  .link-list-05__item + .link-list-05__item {
    margin-top: 21px;
  }
}

/* ----------------------------------------------------------------
    list
----------------------------------------------------------------- */
/* .list-result-def
----------------------------------------------- */
.list-result-def {
  margin: 10px auto 0;
  width: calc(100% - 30px);
  font-size: 1.3rem;
  color: #004831;
}

.list-result-def__term {
  font-weight: bold;
}

.list-result-def__desc {
  border: 1px solid #a0c81e;
  border-radius: 5px;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .list-notice
----------------------------------------------- */
.list-notice {
  margin-top: 20px;
}

.list-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-notice__item + .list-notice__item {
  margin-top: 12px;
}

.list-notice__note {
  color: #004831;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-notice__txt > a {
  text-decoration: underline;
}

.list-notice__txt img {
  position: relative;
  top: -6px;
}

@media (max-width: 768px) {
  .list-notice__txt img {
    top: 0;
  }
}

.list-notice--02 .list-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-notice--02 .list-notice__note {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .list-notice--02 .list-notice__item {
    font-size: 1rem;
  }
}

.list-notice--03 {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.list-notice--03 .list-notice__item {
  color: #004831;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .list-notice--03 {
    max-width: 647px;
  }
}

@media (min-width: 769px) {
  .list-notice {
    margin-top: 40px;
  }
  .list-notice__item {
    font-size: 1.4rem;
  }
}

/* .list-def
----------------------------------------------- */
.list-def__item + .list-def__item {
  margin-top: 15px;
}

.list-def__term, .list-def__desc {
  font-size: 1.4rem;
}

.list-def__term {
  font-weight: bold;
  color: #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-def__term-icn {
  margin-right: 3px;
  width: 12px;
  margin-top: -10px;
}

.list-def__term-icnItem {
  width: 12px;
}

.list-def__desc > .list-bullet-a {
  margin-top: 8px;
}

.list-def__desc .list-notice {
  margin-top: 0;
}

.list-def__desc .list-notice__item {
  font-size: 1.4rem;
}

.list-def__desc-txt .link-icn {
  position: relative;
  top: -7px;
  max-height: 1.4rem;
}

.list-def__desc-txt .txt-link--tel {
  font-weight: bold;
}

@media (min-width: 769px) {
  .list-def__item + .list-def__item {
    margin-top: 30px;
  }
  .list-def__term, .list-def__desc {
    font-size: 2.2rem;
  }
  .list-def__term-icn {
    margin-right: 3px;
    width: 25px;
    margin-top: -10px;
  }
  .list-def__term-icnItem {
    width: 25px;
  }
  .list-def__desc .list-notice {
    margin-top: 0;
  }
  .list-def__desc .list-notice__item {
    font-size: 2.2rem;
  }
  .list-def__desc-txt .link-icn {
    max-height: 41px;
  }
}

.list-def-02 {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-def-02__item {
  margin-left: 1.5rem;
}

.list-def-02__item + .list-def-02__item {
  margin-top: 15px;
}

.list-def-02__term, .list-def-02__desc {
  font-size: 1.3rem;
  color: #004831;
}

.list-def-02__term {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-def-02__term-icn {
  margin-right: 3px;
  width: 12px;
  margin-top: -10px;
}

.list-def-02__term-icnItem {
  width: 12px;
}

.list-def-02__desc > .list-bullet-a {
  margin-top: 8px;
}

.list-def-02__desc-txtlink {
  color: #fa8200;
  font-weight: bold;
  text-decoration: underline;
}

.list-def-02__desc-txtlink:visited {
  color: #fa8200;
}

@media (min-width: 769px) {
  .list-def-02 {
    max-width: 647px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-def-02__item + .list-def-02__item {
    margin-top: 0;
    margin-left: 30px;
  }
  .list-def-02__term, .list-def-02__desc {
    font-size: 1.4rem;
  }
  .list-def-02__term-icn {
    margin-right: 3px;
    width: 25px;
    margin-top: -10px;
  }
  .list-def-02__term-icnItem {
    width: 25px;
  }
}

.list-def--02 {
  background: #f3f7cc;
  padding: 21px 16px;
  margin-top: 23px;
}

.list-def--02 .list-def__term, .list-def--02 .list-def__desc {
  color: #004831;
}

.list-def--02 .list-def__desc-txt > b {
  color: #fa8200;
  font-weight: bold;
}

/* .list-box
----------------------------------------------- */
.list-box {
  margin-left: 5px;
}

.list-box__item {
  background: #fff;
  padding: 14px 15px 11px;
}

.list-box__item + .list-box__item {
  margin-top: 10px;
}

.list-box__hdg {
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
}

.list-box__hdg > p {
  font-weight: bold;
  font-size: 1.4rem;
}

.list-box__hdg > p > b {
  color: #fa8200;
}

.list-box__hdg::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #a0c81e;
  left: 0;
  top: -0.25rem;
}

.list-box__linkItem + .list-box__linkItem {
  margin-top: 10px;
}

.list-box__link {
  position: relative;
  padding-left: 14px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}

.list-box__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background: #004831;
  border-radius: 2rem;
  top: .25rem;
}

@media (min-width: 769px) {
  .list-box__hdg {
    padding-left: 27px;
    margin-bottom: 17px;
  }
  .list-box__hdg > p {
    font-size: 2.8rem;
  }
  .list-box__hdg::before {
    width: 6px;
  }
  .list-box__item {
    padding: 27px 31px 28px;
  }
  .list-box__item + .list-box__item {
    margin-top: 20px;
  }
  .list-box__link {
    font-size: 2.4rem;
    padding-left: 29px;
  }
  .list-box__link::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }
}

/*
 * .list-bullet-a
** ------------------------------------------------------ */
.list-bullet-a {
  margin-top: 10px;
}

.list-bullet-a > li {
  position: relative;
  padding-left: 16px;
  color: #004831;
  font-size: 1.3rem;
}

.list-bullet-a > li::before {
  display: block;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #004831;
  border-radius: 50%;
  top: .25rem;
  left: 0;
}

.list-bullet-a > li + li {
  margin-top: 10px;
}

.list-bullet-a > li > *:not(br):not(sup) {
  margin-top: 10px;
}

.list-bullet-a > li > [class^="icon-txt-"] {
  margin: 2px 5px 0 5px;
}

[class^="list-desc-"] .list-bullet-a > li + li {
  margin-top: 0;
}

[class^="list-desc-"] .list-bullet-a > li > * {
  margin-top: 0;
}

.list-bullet-a._inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -38px;
}

.list-bullet-a._inline > li {
  padding-bottom: 10px;
  padding-right: 38px;
}

.list-bullet-a._inline > li + li {
  margin-top: 0;
}

[class^="list-desc-"] .list-bullet-a._inline {
  margin-bottom: 0;
}

[class^="list-desc-"] .list-bullet-a._inline > li {
  padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .list-bullet-a[class*="_col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-bottom: -10px;
  }
  .list-bullet-a[class*="_col-"] > li {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .list-bullet-a[class*="_col-"] > li + li {
    margin-top: 0;
  }
  .list-bullet-a._col-2 > li {
    width: calc(50% - 40px);
  }
  .list-bullet-a._col-3 {
    margin-left: -35px;
  }
  .list-bullet-a._col-3 > li {
    margin-left: 35px;
    width: calc(33.333333% - 35px);
  }
  .list-bullet-a._col-4 > li {
    width: calc(25% - 40px);
  }
}

@media (min-width: 769px) {
  .list-bullet-a > li {
    font-size: 2.4rem;
  }
  .list-bullet-a > li::before {
    top: 13px;
  }
}

.list-notes-a .list-bullet-a > li + li {
  margin-top: 8px;
}

.list-notes-a .list-bullet-a > li::before {
  top: 9px;
}

.list-notes-a .list-bullet-a > li > * {
  margin-top: 5px;
}

.list-bullet-a--02 {
  background: #f3f7cc;
  padding: 21px 16px;
}

/*
 * .list-notes-a
** ------------------------------------------------------ */
.list-notes-a + .list-notes-a {
  margin-top: 20px !important;
}

.list-eg-a + .list-notes-a {
  margin-top: 5px !important;
}

.str-contents-main > .list-notes-a + [class^="str-contents"] {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .str-contents-main > .list-notes-a + [class^="str-contents"] {
    margin-top: 20px;
  }
}

.list-notes-a > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

.list-notes-a > li > .mark {
  margin-right: 10px;
  white-space: nowrap;
}

.list-notes-a > li > .item {
  width: 100%;
}

.list-notes-a > li > .item > *:not(br):not(sup) {
  margin: 5px 0;
}

.list-notes-a > li > .item > sup {
  top: -.4em;
}

.panel-contact-a .list-notes-a, .lyt-idx-b .list-notes-a {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .panel-contact-a .list-notes-a > li, .lyt-idx-b .list-notes-a > li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .panel-contact-a .list-notes-a > li > .item, .lyt-idx-b .list-notes-a > li > .item {
    width: auto;
  }
}

.panel-contact-a .list-notes-a {
  margin-top: 8px;
}

.lyt-idx-b .list-notes-a {
  margin-top: 3px !important;
}

@media only screen and (max-width: 769px) {
  .lyt-idx-b .list-notes-a > li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lyt-idx-b .list-notes-a > li > .item {
    width: auto;
  }
}

.lyt-idx-b._col-1 .list-notes-a > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lyt-idx-b._col-1 .list-notes-a > li > .item {
  width: auto;
}

/*
 * .list-desc-b
** ------------------------------------------------------ */
.list-desc-b > dt {
  font-weight: bold;
}

.list-desc-b > dd + dt {
  margin-top: 14px;
}

.list-desc-b._icon-a > dt {
  margin-bottom: 4px;
  padding-left: 28px;
  position: relative;
}

.list-desc-b._icon-a > dt::before {
  background-position: -344px -155px;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0;
}

.list-desc-b._icon-a > dd + dt {
  margin-top: 18px;
}

.panel-agency-a .list-desc-b > dt {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------
    tbl
----------------------------------------------------------------- */
/* .result-tbl
----------------------------------------------- */
.result-tbl {
  margin: 20px auto 0;
  width: calc(100% - 30px);
  border-collapse: collapse;
  border-spacing: 0;
}

.result-tbl tr:nth-child(odd) {
  background: #f3f7cc;
}

.result-tbl th,
.result-tbl td {
  padding: 4px 19px;
  font-weight: normal;
  font-size: 1.3rem;
  color: #004831;
}

.result-tbl th {
  text-align: left;
}

.result-tbl td {
  text-align: right;
}

/*
 * .tbl-a
** ------------------------------------------------------ */
.tbl-a {
  width: 100%;
  text-align: left;
  border-top: 1px solid #DAD3D0;
  border-bottom: 1px solid #DAD3D0;
}

.tbl-a tr + tr {
  border-top: 1px solid #DAD3D0;
}

.tbl-a th, .tbl-a td {
  vertical-align: top;
  padding: 12px 20px;
}

@media only screen and (max-width: 768px) {
  .tbl-a th, .tbl-a td {
    padding: 10px 15px;
  }
}

.tbl-a th, .tbl-a .th {
  background: #f3f7cc;
  text-align: left;
  color: #004831;
  font-weight: bold;
}

.tbl-a th:not([class^="adj-w-"]), .tbl-a .th:not([class^="adj-w-"]) {
  width: 182px;
}

@media only screen and (max-width: 768px) {
  .tbl-a th:not([class^="adj-w-"]), .tbl-a .th:not([class^="adj-w-"]) {
    width: 136px;
  }
}

.tbl-a td > p {
  font-size: 1.6rem;
}

/*
 * .tbl-scroll-a
** ------------------------------------------------------ */
.tbl-scroll-a > .icon {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tbl-scroll-a {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  [class^="sim-overlay"].is-show .tbl-scroll-a {
    overflow: hidden;
  }
  .tbl-scroll-a > .icon {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 2;
  }
  .tbl-scroll-a > .icon._type-a {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tbl-scroll-a > .icon._type-b {
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tbl-scroll-a > table {
    width: 768px;
  }
}

/*
 * .tbl-b
** ------------------------------------------------------ */
.tbl-b {
  margin-top: 6px;
  border-top: 1px solid #DAD3D0;
  border-left: 1px solid #DAD3D0;
}

.tbl-b th, .tbl-b td {
  vertical-align: top;
  border-right: 1px solid #DAD3D0;
  border-bottom: 1px solid #DAD3D0;
  padding: 12px 20px;
}

@media only screen and (max-width: 768px) {
  .tbl-b th, .tbl-b td {
    padding: 10px 15px;
  }
}

.tbl-b thead th, .tbl-b thead td {
  background: #f3f7cc;
}

.tbl-b tbody {
  text-align: left;
}

.tbl-b tbody th, .tbl-b tbody .th {
  background: #ffffff;
  text-align: left;
  font-weight: bold;
  color: #004831;
}

.tbl-b .disabled {
  background: rgba(217, 217, 217, 0.8);
  color: #C0BAB7;
}

/* ----------------------------------------------------------------
    btn
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn {
  width: 100%;
  padding: 13px 5px;
  background: #fa8200;
  border-bottom: 3px solid #d16900;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.btn__item {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 15px;
}

.btn__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 16px;
  top: 50%;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/icn-arrow-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .btn {
    padding: 10px 0;
    margin-top: 48px;
  }
  .btn__item {
    font-size: 2.4rem;
    padding-left: 32px;
  }
  .btn__item:before {
    width: 17px;
    height: 26px;
  }
}

.btn--border {
  background: #fff;
  border: 1px solid #004831;
  border-radius: 5px;
}

.btn--border .btn__item {
  color: #004831;
}

.btn--border .btn__item::before {
  background: url("../images/icn-arrow-green.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.btn--border-prev {
  max-width: 335px;
  background: #fff;
  border: 1px solid #004831;
  border-radius: 5px;
  margin: 0 auto;
  padding: 8px 0;
}

.btn--border-prev .btn__item {
  color: #004831;
  position: relative;
}

.btn--border-prev .btn__item::before {
  background: url("../images/icn-arrow-green.png");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) translateY(56%);
  transform: rotate(180deg) translateY(56%);
  position: absolute;
  top: 50%;
  bottom: 50%;
}

@media (min-width: 769px) {
  .btn--border-prev {
    max-width: 100%;
    padding: 11px 0;
  }
}

.btn-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-modal__icn {
  font-size: 0;
  margin-left: 5px;
}

.btn-modal__icn > img {
  vertical-align: middle;
}

@media (min-width: 769px) {
  .btn-modal__icn {
    margin-left: 0;
  }
  .btn-modal__icn > .icon-a {
    width: 36px;
    height: auto;
  }
}

.btn--close {
  max-width: 124px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #004831;
  background: #fff;
  border-radius: 5px;
}

.btn--close > .btn__item {
  color: #004831;
  padding-left: 20px;
}

.btn--close > .btn__item:before {
  background: url("../images/icn-close-line.png");
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .btn--close {
    max-width: 249px;
  }
}

/* ----------------------------------------------------------------
    panel
----------------------------------------------------------------- */
/* .panel-a
----------------------------------------------- */
.panel-a {
  background: #F5EFEC;
  border-top: 3px solid #DAD3D0;
  padding: 23px 30px;
}

@media only screen and (max-width: 768px) {
  .panel-a {
    padding: 23px 25px;
  }
}

.panel-a > .hdg {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 20px 0 8px;
}

.panel-a > *:first-child {
  margin-top: 0;
}

.panel-a > .list-bullet-a:not([class*="_col-"]), .panel-a > .txt-arrow-a {
  margin-left: 4px;
}

/* ----------------------------------------------------------------
    list
----------------------------------------------------------------- */
/* .list-result-def
----------------------------------------------- */
.list-result-def {
  margin: 10px auto 0;
  width: calc(100% - 30px);
  font-size: 1.3rem;
  color: #004831;
}

.list-result-def__term {
  font-weight: bold;
}

.list-result-def__desc {
  border: 1px solid #a0c81e;
  border-radius: 5px;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .list-notice
----------------------------------------------- */
.list-notice {
  margin-top: 20px;
}

.list-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-notice__item + .list-notice__item {
  margin-top: 12px;
}

.list-notice__note {
  color: #004831;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-notice__txt > a {
  text-decoration: underline;
}

.list-notice__txt img {
  position: relative;
  top: -6px;
}

@media (max-width: 768px) {
  .list-notice__txt img {
    top: 0;
  }
}

.list-notice--02 .list-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-notice--02 .list-notice__note {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .list-notice--02 .list-notice__item {
    font-size: 1rem;
  }
}

.list-notice--03 {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.list-notice--03 .list-notice__item {
  color: #004831;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .list-notice--03 {
    max-width: 647px;
  }
}

@media (min-width: 769px) {
  .list-notice {
    margin-top: 40px;
  }
  .list-notice__item {
    font-size: 1.4rem;
  }
}

/* .list-def
----------------------------------------------- */
.list-def__item + .list-def__item {
  margin-top: 15px;
}

.list-def__term, .list-def__desc {
  font-size: 1.4rem;
}

.list-def__term {
  font-weight: bold;
  color: #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-def__term-icn {
  margin-right: 3px;
  width: 12px;
  margin-top: -10px;
}

.list-def__term-icnItem {
  width: 12px;
}

.list-def__desc > .list-bullet-a {
  margin-top: 8px;
}

.list-def__desc .list-notice {
  margin-top: 0;
}

.list-def__desc .list-notice__item {
  font-size: 1.4rem;
}

.list-def__desc-txt .link-icn {
  position: relative;
  top: -7px;
  max-height: 1.4rem;
}

.list-def__desc-txt .txt-link--tel {
  font-weight: bold;
}

@media (min-width: 769px) {
  .list-def__item + .list-def__item {
    margin-top: 30px;
  }
  .list-def__term, .list-def__desc {
    font-size: 2.2rem;
  }
  .list-def__term-icn {
    margin-right: 3px;
    width: 25px;
    margin-top: -10px;
  }
  .list-def__term-icnItem {
    width: 25px;
  }
  .list-def__desc .list-notice {
    margin-top: 0;
  }
  .list-def__desc .list-notice__item {
    font-size: 2.2rem;
  }
  .list-def__desc-txt .link-icn {
    max-height: 41px;
  }
}

.list-def-02 {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-def-02__item {
  margin-left: 1.5rem;
}

.list-def-02__item + .list-def-02__item {
  margin-top: 15px;
}

.list-def-02__term, .list-def-02__desc {
  font-size: 1.3rem;
  color: #004831;
}

.list-def-02__term {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-def-02__term-icn {
  margin-right: 3px;
  width: 12px;
  margin-top: -10px;
}

.list-def-02__term-icnItem {
  width: 12px;
}

.list-def-02__desc > .list-bullet-a {
  margin-top: 8px;
}

.list-def-02__desc-txtlink {
  color: #fa8200;
  font-weight: bold;
  text-decoration: underline;
}

.list-def-02__desc-txtlink:visited {
  color: #fa8200;
}

@media (min-width: 769px) {
  .list-def-02 {
    max-width: 647px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-def-02__item + .list-def-02__item {
    margin-top: 0;
    margin-left: 30px;
  }
  .list-def-02__term, .list-def-02__desc {
    font-size: 1.4rem;
  }
  .list-def-02__term-icn {
    margin-right: 3px;
    width: 25px;
    margin-top: -10px;
  }
  .list-def-02__term-icnItem {
    width: 25px;
  }
}

.list-def--02 {
  background: #f3f7cc;
  padding: 21px 16px;
  margin-top: 23px;
}

.list-def--02 .list-def__term, .list-def--02 .list-def__desc {
  color: #004831;
}

.list-def--02 .list-def__desc-txt > b {
  color: #fa8200;
  font-weight: bold;
}

/* .list-box
----------------------------------------------- */
.list-box {
  margin-left: 5px;
}

.list-box__item {
  background: #fff;
  padding: 14px 15px 11px;
}

.list-box__item + .list-box__item {
  margin-top: 10px;
}

.list-box__hdg {
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
}

.list-box__hdg > p {
  font-weight: bold;
  font-size: 1.4rem;
}

.list-box__hdg > p > b {
  color: #fa8200;
}

.list-box__hdg::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #a0c81e;
  left: 0;
  top: -0.25rem;
}

.list-box__linkItem + .list-box__linkItem {
  margin-top: 10px;
}

.list-box__link {
  position: relative;
  padding-left: 14px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}

.list-box__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background: #004831;
  border-radius: 2rem;
  top: .25rem;
}

@media (min-width: 769px) {
  .list-box__hdg {
    padding-left: 27px;
    margin-bottom: 17px;
  }
  .list-box__hdg > p {
    font-size: 2.8rem;
  }
  .list-box__hdg::before {
    width: 6px;
  }
  .list-box__item {
    padding: 27px 31px 28px;
  }
  .list-box__item + .list-box__item {
    margin-top: 20px;
  }
  .list-box__link {
    font-size: 2.4rem;
    padding-left: 29px;
  }
  .list-box__link::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }
}

/*
 * .list-bullet-a
** ------------------------------------------------------ */
.list-bullet-a {
  margin-top: 10px;
}

.list-bullet-a > li {
  position: relative;
  padding-left: 16px;
  color: #004831;
  font-size: 1.3rem;
}

.list-bullet-a > li::before {
  display: block;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #004831;
  border-radius: 50%;
  top: .25rem;
  left: 0;
}

.list-bullet-a > li + li {
  margin-top: 10px;
}

.list-bullet-a > li > *:not(br):not(sup) {
  margin-top: 10px;
}

.list-bullet-a > li > [class^="icon-txt-"] {
  margin: 2px 5px 0 5px;
}

[class^="list-desc-"] .list-bullet-a > li + li {
  margin-top: 0;
}

[class^="list-desc-"] .list-bullet-a > li > * {
  margin-top: 0;
}

.list-bullet-a._inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -38px;
}

.list-bullet-a._inline > li {
  padding-bottom: 10px;
  padding-right: 38px;
}

.list-bullet-a._inline > li + li {
  margin-top: 0;
}

[class^="list-desc-"] .list-bullet-a._inline {
  margin-bottom: 0;
}

[class^="list-desc-"] .list-bullet-a._inline > li {
  padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .list-bullet-a[class*="_col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-bottom: -10px;
  }
  .list-bullet-a[class*="_col-"] > li {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .list-bullet-a[class*="_col-"] > li + li {
    margin-top: 0;
  }
  .list-bullet-a._col-2 > li {
    width: calc(50% - 40px);
  }
  .list-bullet-a._col-3 {
    margin-left: -35px;
  }
  .list-bullet-a._col-3 > li {
    margin-left: 35px;
    width: calc(33.333333% - 35px);
  }
  .list-bullet-a._col-4 > li {
    width: calc(25% - 40px);
  }
}

@media (min-width: 769px) {
  .list-bullet-a > li {
    font-size: 2.4rem;
  }
  .list-bullet-a > li::before {
    top: 13px;
  }
}

.list-notes-a .list-bullet-a > li + li {
  margin-top: 8px;
}

.list-notes-a .list-bullet-a > li::before {
  top: 9px;
}

.list-notes-a .list-bullet-a > li > * {
  margin-top: 5px;
}

.list-bullet-a--02 {
  background: #f3f7cc;
  padding: 21px 16px;
}

/*
 * .list-notes-a
** ------------------------------------------------------ */
.list-notes-a + .list-notes-a {
  margin-top: 20px !important;
}

.list-eg-a + .list-notes-a {
  margin-top: 5px !important;
}

.str-contents-main > .list-notes-a + [class^="str-contents"] {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .str-contents-main > .list-notes-a + [class^="str-contents"] {
    margin-top: 20px;
  }
}

.list-notes-a > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

.list-notes-a > li > .mark {
  margin-right: 10px;
  white-space: nowrap;
}

.list-notes-a > li > .item {
  width: 100%;
}

.list-notes-a > li > .item > *:not(br):not(sup) {
  margin: 5px 0;
}

.list-notes-a > li > .item > sup {
  top: -.4em;
}

.panel-contact-a .list-notes-a, .lyt-idx-b .list-notes-a {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .panel-contact-a .list-notes-a > li, .lyt-idx-b .list-notes-a > li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .panel-contact-a .list-notes-a > li > .item, .lyt-idx-b .list-notes-a > li > .item {
    width: auto;
  }
}

.panel-contact-a .list-notes-a {
  margin-top: 8px;
}

.lyt-idx-b .list-notes-a {
  margin-top: 3px !important;
}

@media only screen and (max-width: 769px) {
  .lyt-idx-b .list-notes-a > li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lyt-idx-b .list-notes-a > li > .item {
    width: auto;
  }
}

.lyt-idx-b._col-1 .list-notes-a > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lyt-idx-b._col-1 .list-notes-a > li > .item {
  width: auto;
}

/*
 * .list-desc-b
** ------------------------------------------------------ */
.list-desc-b > dt {
  font-weight: bold;
}

.list-desc-b > dd + dt {
  margin-top: 14px;
}

.list-desc-b._icon-a > dt {
  margin-bottom: 4px;
  padding-left: 28px;
  position: relative;
}

.list-desc-b._icon-a > dt::before {
  background-position: -344px -155px;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0;
}

.list-desc-b._icon-a > dd + dt {
  margin-top: 18px;
}

.panel-agency-a .list-desc-b > dt {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------
    form
----------------------------------------------------------------- */
/* .select
----------------------------------------------- */
.select__gender, .select__age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.select__head {
  width: 12%;
}

.select__hdg {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004831;
}

.select__body {
  margin-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.select-radio {
  width: 100%;
}

.select-radio__label {
  padding: 12px 8px;
  border: 1px solid #004831;
  border-radius: 5px;
  display: block;
  position: relative;
}

.select-radio__txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004831;
  padding-left: 16px;
  position: relative;
}

.select-radio__txt::before, .select-radio__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -7px;
  border-radius: 2rem;
}

.select-radio__txt::before {
  width: 16px;
  height: 16px;
  border: 2px solid #004831;
}

.select-radio__item {
  opacity: 0;
}

.select-radio__item:focus:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 2px solid;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.select-radio__item:checked + .select-radio__txt::after {
  width: 7px;
  height: 7px;
  left: -3px;
  background: #004831;
}

.select-radio:nth-of-type(n+2) {
  margin-top: 20px;
}

.select-select {
  width: 100%;
  position: relative;
}

.select-select__item {
  padding: 12px 8px;
  border: 1px solid #004831;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #004831;
}

.select-select::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 10px;
  background: url("../images/icn-arrow-green02.png");
  background-repeat: no-repeat;
  background-size: 50%;
  top: 50%;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .select__hdg-txt {
    font-size: 2.4rem;
  }
  .select__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .select-radio {
    width: calc(100% / 2);
  }
  .select-radio__item:checked + .select-radio__txt::after {
    width: 11px;
    height: 11px;
    left: 14px;
  }
  .select-radio__txt {
    font-size: 2.4rem;
    padding-left: 50px;
  }
  .select-radio__txt::before {
    width: 25px;
    height: 25px;
    left: 7px;
  }
  .select-radio:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 30px;
  }
  .select__gender {
    margin-bottom: 43px;
  }
  .select__age {
    margin-bottom: 50px;
  }
  .select-select__item {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------------------------------
    media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

.media > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.media + .media {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .media + .media {
    margin-top: 40px;
  }
}

p + .media {
  margin-top: 9px;
}

.result-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* ----------------------------------------------------------------
    widget
----------------------------------------------------------------- */
/* .toggle
----------------------------------------------- */
.toggle {
  margin-top: 30px;
  border-bottom: 5px solid #6b954c;
  border-radius: 0 0 5px 5px;
}

.toggle + .toggle {
  margin-top: 20px;
}

.toggle__content {
  background: #fff;
  padding: 20px;
}

.toggle__content .media + p {
  margin-top: 30px;
}

.toggle__content p + .media {
  margin-top: 30px;
}

.toggle__hdg {
  padding: 18px 60px 18px 23px;
  background: #a0c81e;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toggle__hdg-icn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.toggle__hdg::before, .toggle__hdg::after {
  content: "";
  display: block;
  position: absolute;
  background: #a0c81e;
  width: 14px;
  height: 3px;
  top: 28px;
  right: 23px;
  z-index: 2;
}

.toggle__hdg::after {
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
}

.toggle__hdg-wrap {
  position: relative;
}

.toggle__hdg-wrap::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 2rem;
  top: 20px;
  right: 20px;
}

@media (min-width: 769px) {
  .toggle {
    margin-top: 63px;
  }
  .toggle__hdg {
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 38px 117px 32px 35px;
  }
  .toggle__hdg::before, .toggle__hdg::after {
    width: 28px;
    height: 6px;
    top: 46px;
    right: 47px;
  }
  .toggle__hdg-wrap:after {
    width: 40px;
    height: 40px;
    top: 30px;
    right: 40px;
  }
  .toggle + .toggle {
    margin-top: 60px;
  }
  .toggle__content {
    padding: 40px 100px;
  }
  .toggle__content .media > img {
    width: 100%;
  }
  .toggle__content > p {
    font-size: 2.2rem;
  }
}

.is-close .toggle__hdg::before, .is-close .toggle__hdg::after {
  content: "";
  display: block;
  position: absolute;
  background: #a0c81e;
  width: 14px;
  height: 3px;
  top: 28px;
  right: 23px;
  z-index: 2;
}

@media (min-width: 769px) {
  .is-close .toggle__hdg::before, .is-close .toggle__hdg::after {
    width: 28px;
    height: 6px;
    top: 46px;
    right: 47px;
  }
}

.is-close .toggle__hdg::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
}

/*
 * toggle
** ------------------------------------------------------ */
.js-toggle-txt {
  font-size: 1rem;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

[data-script-enabled="true"] .js-toggle > .js-toggle-content {
  display: none;
}

[data-script-enabled="true"] .js-toggle.is-open > .js-toggle-content {
  display: block;
}

/*
 * modal
** ------------------------------------------------------ */
.js-modal > .icon-a {
  display: none;
}

[data-script-enabled="true"] .js-modal > .icon-a {
  display: inline-block;
}

*:not([class^="hdg-"]) + .modal-wrap, .modal-wrap + *:not([class^="hdg-"]) {
  margin-top: 30px;
}

[data-script-enabled="true"] .modal-wrap {
  display: none;
}

.modal-a {
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.modal-a + .modal-a {
  margin-top: 30px;
}

.mfp-content .modal-a {
  width: 100%;
  height: 100%;
  max-width: 807px;
  min-height: 30vh;
  max-height: 65vh;
  -webkit-overflow-scrolling: touch;
}

.modal-a._height-auto {
  max-height: none;
  height: auto;
}

.modal-a-inner {
  height: 100%;
}

[data-script-enabled="true"] .modal-a-inner {
  overflow: auto;
}

[data-script-enabled="true"] .modal-a-inner > *:first-child {
  margin-top: 0;
}

[data-script-enabled="true"] .modal-a-inner + .mfp-close {
  display: block;
  cursor: pointer;
  position: absolute;
  max-width: calc(100% - 30px);
  margin: 30px auto 0;
  width: 100%;
  background: #4b4b4b;
  padding: 18px 5px;
  border-radius: 0 0 20px 20px;
  top: auto;
  left: -9px;
  overflow: visible;
  z-index: 10;
}

[data-script-enabled="true"] .modal-a-inner + .mfp-close .modal-a-closebtn-txt {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

[data-script-enabled="true"] .modal-a-inner + .mfp-close::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  max-width: 100%;
  background: #fff;
  height: 37px;
  top: -33px;
  left: 50%;
  z-index: -1;
  -webkit-transform: rotate(0);
  transform: rotate(0) translateX(-50%);
  right: 50%;
}

@media (min-width: 769px) {
  [data-script-enabled="true"] .modal-a-inner + .mfp-close::before {
    max-width: 806px;
    top: 155px;
  }
}

[data-script-enabled="true"] .modal-a-inner + .mfp-close::after {
  display: none;
}

@media (min-width: 769px) {
  [data-script-enabled="true"] .modal-a-inner + .mfp-close {
    max-width: 807px;
    margin-top: 39px;
    left: -45px;
  }
  [data-script-enabled="true"] .modal-a-inner + .mfp-close::before {
    height: 60px;
    top: -44px;
    z-index: -1;
  }
  [data-script-enabled="true"] .modal-a-inner + .mfp-close .modal-a-closebtn-txt {
    font-size: 3rem;
  }
}

.modal-a-inner--02 {
  padding: 30px 10px;
}

.modal-a-inner--02 .modal-hdg {
  font-size: 2rem;
  color: #fff;
  padding: 17px 21px;
  background: #a0c81e;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
}

.modal-a-inner--02 .modal-hdg > h2,
.modal-a-inner--02 .modal-hdg h3,
.modal-a-inner--02 .modal-hdg h4,
.modal-a-inner--02 .modal-hdg h5 {
  font-size: 2rem;
}

.modal-a-inner--02 .modal-hdg p {
  font-size: 2rem;
}

.modal-a-inner--02 .modal-hdg__subtxt {
  margin-top: 8px;
  display: inline-block;
  font-size: 1.1rem;
  padding: 6px 7px;
  background: #fff;
  color: #004831;
}

.modal-a-inner--02 > p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #004831;
}

@media (min-width: 769px) {
  .modal-a-inner--02 {
    padding: 60px;
  }
  .modal-a-inner--02 .modal-hdg {
    padding: 17px 21px;
    margin-bottom: 20px;
  }
  .modal-a-inner--02 .modal-hdg > h2,
  .modal-a-inner--02 .modal-hdg h3,
  .modal-a-inner--02 .modal-hdg h4,
  .modal-a-inner--02 .modal-hdg h5 {
    font-size: 3.2rem;
  }
  .modal-a-inner--02 .modal-hdg p {
    font-size: 3.2rem;
  }
  .modal-a-inner--02 .modal-hdg__subtxt {
    font-size: 2.4rem;
  }
  .modal-a-inner--02 > p {
    font-size: 2.4rem;
  }
}

.modal-a-inner--txtnomal > p {
  color: #4b4b4b;
  font-weight: normal;
}

.is-sliding {
  overflow: hidden;
}

.mfp-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.mfp-bg {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1042;
}

.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: visible !important;
  position: fixed !important;
  outline: none !important;
  z-index: 1043;
  opacity: 0;
}

.mfp-wrap.mfp-ready {
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.mfp-wrap.mfp-removing {
  opacity: 0;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mfp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 180px);
  margin: 0 auto 0;
  padding-top: 80px;
  padding-bottom: 15px;
  text-align: left;
  z-index: 1045;
}

@media only screen and (max-height: 812px) {
  .mfp-content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 769px) {
  .mfp-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .mfp-content {
    margin-top: 0;
    padding: 55px 15px 40px;
    height: 100%;
  }
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close-wrap {
  position: relative;
  width: 100%;
  max-width: 840px;
}

.mfp-close {
  display: block;
  position: absolute;
  top: -21px;
  right: -9px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  background: #4b4b4b;
  z-index: 999;
}

.mfp-close > span {
  font-size: 1rem;
  opacity: 0;
}

.mfp-close > .modal-a-closebtn-txt {
  opacity: 1;
  position: relative;
  top: 9px;
}

@media (max-width: 768px) {
  .mfp-close > .modal-a-closebtn-txt {
    top: -7px;
  }
}

.mfp-close::before, .mfp-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 4px;
  background: #fff;
  top: 21px;
  right: 6px;
}

.mfp-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .mfp-close {
    width: 90px;
    height: 90px;
    top: -45px;
    right: -45px;
  }
  .mfp-close::before, .mfp-close::after {
    width: 36px;
    height: 6px;
    top: 40px;
    right: 26px;
  }
}

#pageTop {
  z-index: 999;
}

@media (max-width: 768px) {
  #pageTop {
    display: none;
  }
}

.icon._type-a + .icon._type-a {
  display: none;
}

/* ----------------------------------------------------------------
    other
----------------------------------------------------------------- */
/* .simulation-subtxt
----------------------------------------------- */
.simulation-subtxt,
.simulation-maintxt {
  font-size: 2rem;
  font-weight: bold;
  color: #004831;
  margin-top: 0;
}

/* .flow-txt
----------------------------------------------- */
.flow-txt {
  width: 100%;
  margin-top: 15px;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-txt__inner {
  display: block;
  text-align: center;
}

.flow-txt__txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004831;
  letter-spacing: -0.15rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffedb3));
  background: linear-gradient(transparent 60%, #ffedb3 0%);
  display: inline;
  padding: 0 2px;
}

.flow-txt::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 65px;
  background: url("../images/hoshou/content-fig-01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .flow-txt {
    margin-top: 30px;
    padding-top: 150px;
  }
  .flow-txt__txt {
    font-size: 3.2rem;
    letter-spacing: -0.35rem;
  }
  .flow-txt::before {
    width: 80px;
    height: 130px;
  }
}

/* .result-img
----------------------------------------------- */
.result-img {
  margin-bottom: 17px;
}

.result-img + p {
  text-align: center;
  letter-spacing: -0.01rem;
  font-size: 1.2rem;
  color: #004831;
}

@media (min-width: 769px) {
  .result-img + p {
    font-size: 2.4rem;
  }
}

/* .swiper-
----------------------------------------------- */
.swiper-pagination-bullet-active {
  background: #004831;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/icn-arrow-green.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 50%;
  left: -5px;
}

@media (min-width: 769px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-size: 100%;
    left: 45px;
    top: 53%;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/icn-arrow-green.png");
  background-size: 50%;
  right: -5px;
}

@media (min-width: 769px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-size: 100%;
    right: 45px;
    top: 53%;
  }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}

@media (min-width: 769px) {
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 769px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

@media (min-width: 769px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 48px;
  }
}

/* .swiper-slide
----------------------------------------------- */
.swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  height: auto;
  padding: 30px 0 60px;
}

.swiper-slide__wrap {
  padding: 0 20px 0;
  height: 100%;
}

.swiper-slide__nowpage {
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide__nowpage > p {
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 4;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.swiper-slide__nowpage::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #a0c81e transparent transparent transparent;
  z-index: 3;
}

.swiper-slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.swiper-slide__content > p {
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 769px) {
  .swiper-slide {
    padding: 51px 0 127px;
  }
  .swiper-slide__wrap {
    padding: 0 100px;
  }
  .swiper-slide__content > p {
    font-size: 1.8rem;
    text-align: left;
  }
  .swiper-slide__nowpage > p {
    font-size: 6rem;
    top: 0;
    left: 12px;
  }
  .swiper-slide__nowpage::before {
    border-width: 127px 147px 0 0;
  }
}

/* .pc-none
----------------------------------------------- */
.pc-none {
  display: block;
}

@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

@media (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

/* .sp-none
----------------------------------------------- */
.sp-none {
  display: none;
}

@media (min-width: 769px) {
  .sp-none {
    display: block;
  }
}

@media (max-width: 1024px) {
  .sp-none {
    display: block;
  }
}

/* .tab-none
----------------------------------------------- */
@media (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}

@media (min-width: 769px) {
  .tab-none {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab-none {
    display: none;
  }
}

/* .txt-answer
----------------------------------------------- */
.txt-answer {
  font-weight: bold;
  color: #a0c81e;
}

/*
 * .txt-catch-a
** ------------------------------------------------------ */
.txt-catch-a {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 2rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .txt-catch-a {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 30px 0 24px;
    text-align: left;
  }
}

.txt-catch-a > b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFF59E));
  background: linear-gradient(transparent 60%, #FFF59E 0%);
}

.txt-catch-a::before {
  display: block;
  content: "";
  width: 21px;
  height: 48px;
  background: url("/common/images/icon_arrow_02.png") no-repeat 0 0;
  margin: 0 auto 25px;
}

@media only screen and (max-width: 768px) {
  .txt-catch-a::before {
    margin-bottom: 18px;
    background-image: url("/common/images/icon_arrow_01.png");
    width: 9px;
    height: 30px;
  }
}

/* .icon-txt-b
----------------------------------------------- */
.icon-txt-b {
  padding: 1px 5px;
  border: 1px solid #a0c81e;
  display: inline-block;
}

.icon-txt-b + .icon-txt-b {
  margin-left: 5px;
}

.icon-txt-b:last-child {
  margin-right: 8px;
}

/* .margin-adjust@margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-top: 0 !important;
}

.mb-10 {
  margin-top: 10px !important;
}

.mb-20 {
  margin-top: 20px !important;
}

.mb-30 {
  margin-top: 30px !important;
}

.mb-40 {
  margin-top: 40px !important;
}

.mb-50 {
  margin-top: 50px !important;
}

.mb-60 {
  margin-top: 60px !important;
}

.mb-70 {
  margin-top: 70px !important;
}

.mb-80 {
  margin-top: 80px !important;
}

.mb-90 {
  margin-top: 90px !important;
}

.mb-100 {
  margin-top: 100px !important;
}

/* .margin-adjust@padding
----------------------------------------------- */
.pt-0 {
  margin-top: 0 !important;
}

.pt-10 {
  margin-top: 10px !important;
}

.pt-20 {
  margin-top: 20px !important;
}

.pt-30 {
  margin-top: 30px !important;
}

.pt-40 {
  margin-top: 40px !important;
}

.pt-50 {
  margin-top: 50px !important;
}

.pt-60 {
  margin-top: 60px !important;
}

.pt-70 {
  margin-top: 70px !important;
}

.pt-80 {
  margin-top: 80px !important;
}

.pt-90 {
  margin-top: 90px !important;
}

.pt-100 {
  margin-top: 100px !important;
}

.pb-0 {
  margin-top: 0 !important;
}

.pb-10 {
  margin-top: 10px !important;
}

.pb-20 {
  margin-top: 20px !important;
}

.pb-30 {
  margin-top: 30px !important;
}

.pb-40 {
  margin-top: 40px !important;
}

.pb-50 {
  margin-top: 50px !important;
}

.pb-60 {
  margin-top: 60px !important;
}

.pb-70 {
  margin-top: 70px !important;
}

.pb-80 {
  margin-top: 80px !important;
}

.pb-90 {
  margin-top: 90px !important;
}

.pb-100 {
  margin-top: 100px !important;
}

/* .txt-em-a
----------------------------------------------- */
.txt-em-a {
  font-weight: bold;
  color: #fa8200;
}

.jsLanguageModal {
  display: none !important;
}

@media (min-width: 769px) {
  .sp-none {
    display: block;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.right {
  text-align: right;
}

/* ----------------------------------------------------------------
    aside
----------------------------------------------------------------- */
/* .contact
----------------------------------------------- */
.contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.contact__content {
  height: 80px;
}

.contact__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.contact__catch {
  background: #fa8200;
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__catch-text {
  font-size: 1.9rem;
  color: #fff;
  font-weight: bold;
}

.contact__catch-text:visited {
  color: #fff;
}

.contact__catch-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.contact__btn {
  background: #fff;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__btn-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fa8200;
  margin-top: 5px;
}

.contact__outer-btn {
  margin-left: 10px;
  padding: 11px 12px 8px;
  background: #4b4b4b;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

@media (min-width: 769px) {
  .contact {
    width: 240px;
    right: 0;
    top: 44vh;
  }
  .contact__outer-btn {
    display: none;
  }
  .contact__content {
    height: auto;
  }
  .contact__content-inner {
    display: block;
  }
  .contact__catch, .contact__btn {
    width: 100%;
    border-radius: 20px 0 0 20px;
  }
  .contact__catch {
    padding: 19px 5px 19px 17px;
    border-bottom: 4px solid #d16900;
  }
  .contact__catch-text {
    padding-left: 63px;
    position: relative;
    font-size: 2.4rem;
    line-height: 1.24;
  }
  .contact__catch-text::after {
    position: absolute;
    background: transparent;
    width: 23px;
    height: 36px;
    background: url("../images/icn-arrow-white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    left: 14px;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact__btn {
    max-width: 200px;
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    right: 0;
    margin-left: auto;
    border-bottom: 4px solid #9fa18b;
    padding: 7px 25px;
  }
  .contact__btn-text {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .contact__btn-icn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .contact__btn-icn > img {
    width: 50px;
    height: auto;
  }
}

[data-script-enabled="true"] .contact {
  bottom: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

[data-script-enabled="true"] .contact.is-close {
  bottom: -80px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

@media (min-width: 769px) {
  [data-script-enabled="true"] .contact.is-close {
    bottom: 0;
  }
}
