@charset "UTF-8";
/*!
 * Koki Holdings Co., Ltd CSS Module v1.0
 */
@-webkit-keyframes loading-mask {
  0% {
    -webkit-transform: translateX(-100%) skew(-10deg);
    transform: translateX(-100%) skew(-10deg);
  }
  100% {
    -webkit-transform: translateX(100%) skew(-10deg);
    transform: translateX(100%) skew(-10deg);
  }
}
@keyframes loading-mask {
  0% {
    -webkit-transform: translateX(-100%) skew(-10deg);
    transform: translateX(-100%) skew(-10deg);
  }
  100% {
    -webkit-transform: translateX(100%) skew(-10deg);
    transform: translateX(100%) skew(-10deg);
  }
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-4px) rotate(0);
    transform: translateY(0) translateX(-4px) rotate(0);
  }
}

@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-4px) rotate(0);
    transform: translateY(0) translateX(-4px) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar02 {
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes active-menu-bar02 {
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) translateX(-4px) rotate(0);
    transform: translateY(0) translateX(-4px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
    transform: translateY(0) translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) translateX(0) rotate(0);
    transform: translateY(-7px) translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) translateX(-4px) rotate(0);
    transform: translateY(0) translateX(-4px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
    transform: translateY(0) translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) translateX(0) rotate(0);
    transform: translateY(-7px) translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -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 {
  -webkit-flex-shrink: 0;
  -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;
}

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

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-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;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -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));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  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-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

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

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

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

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

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

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

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

/* Preloader */
.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%;
  -ms-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);
  }
}

/* a11y */
.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 {
  pointer-events: auto;
}

.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;
  -ms-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;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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 {
  pointer-events: auto;
}

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fw [class*="a-ttl_"] {
  display: block;
  letter-spacing: 0.025em;
}

.fw .a-ttl_border {
  border-top-width: 1px;
  border-style: solid;
  position: relative;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_border {
    padding-top: 15px;
  }
}

.fw .a-ttl_border:before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.fw .a-ttl_border.a-ttl_h1:before {
  width: 21%;
}

.fw .a-ttl_border.a-ttl_h2:before {
  width: 18%;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_border.a-ttl_h2 {
    border-top-width: 2px;
  }
  .fw .a-ttl_border.a-ttl_h2:before {
    display: none;
  }
}

.fw .a-ttl_border.a-ttl_h3:before {
  width: 13%;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_border.a-ttl_h3:not(.a-ttl_border_bg) .a-ttl_txt {
    border-top-width: 1px;
    border-style: solid;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fw .a-ttl_border.a-ttl_h4:before {
  width: 9%;
}

.fw .a-ttl_border.a-ttl_main {
  border-color: #007749;
}

.fw .a-ttl_border.a-ttl_main:before {
  background-color: #007749;
}

.fw .a-ttl_border.a-ttl_main .a-ttl_txt {
  border-color: #007749;
}

.fw .a-ttl_border.a-ttl_sub {
  border-color: #333;
}

.fw .a-ttl_border.a-ttl_sub:before {
  background-color: #333;
}

.fw .a-ttl_border.a-ttl_sub .a-ttl_txt {
  border-color: #333;
}

.fw .a-ttl_border.a-ttl_border_bg {
  background-color: #f1f1f1;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_border.a-ttl_border_bg {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_border.a-ttl_border_bg {
    padding-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_border.a-ttl_border_bg {
    padding-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_border {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fw .a-ttl_line {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_line {
    padding-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_line {
    padding-right: 15px;
  }
}

.fw .a-ttl_line:before {
  content: "";
  display: block;
  width: 5px;
  height: 92%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fw .a-ttl_line.a-ttl_main:before {
  background-color: #007749;
}

.fw .a-ttl_line.a-ttl_sub:before {
  background-color: #333;
}

.fw .a-ttl_bar {
  padding: 8px 20px;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bar {
    padding: 5px 15px;
  }
}

.fw .a-ttl_bar.a-ttl_bar_link {
  padding-right: 80px;
  display: block;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bar.a-ttl_bar_link {
    padding-right: 20px;
  }
}

.fw .a-ttl_bar.a-ttl_bar_link:after {
  font-size: 18px;
  content: "\EA0C";
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bar.a-ttl_bar_link:after {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bar.a-ttl_bar_link:after {
    right: 5px;
  }
}

.fw .a-ttl_bar.a-ttl_bar_link .a-ttl_bar_link_arrow {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bar.a-ttl_bar_link .a-ttl_bar_link_arrow {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bar.a-ttl_bar_link .a-ttl_bar_link_arrow {
    display: none;
  }
}

.fw .a-ttl_bar.a-ttl_main {
  background-color: #007749;
  color: #fff;
}

.fw .a-ttl_bar.a-ttl_main.a-ttl_bar_link:hover {
  background-color: #008c56;
}

.fw .a-ttl_bar.a-ttl_sub {
  background-color: #333;
  color: #fff;
}

.fw .a-ttl_bar.a-ttl_sub.a-ttl_bar_link:hover {
  background-color: #4d4d4d;
}

.fw .a-ttl_bar.a-ttl_gray {
  background-color: #f1f1f1;
}

.fw .a-ttl_bar.a-ttl_gray.a-ttl_bar_link:hover {
  background-color: white;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bar.a-ttl_h3 {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fw .a-ttl_bgimg .f-inner,
.fw .a-ttl_bgcolor .f-inner {
  width: 100%;
  display: block;
}

.fw .a-ttl_bgimg .f-inner span,
.fw .a-ttl_bgcolor .f-inner span {
  padding-top: 8px;
  display: block;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgimg .f-inner span,
  .fw .a-ttl_bgcolor .f-inner span {
    padding-top: 4px;
  }
}

.fw .a-ttl_bgimg .f-inner span:nth-child(1),
.fw .a-ttl_bgcolor .f-inner span:nth-child(1) {
  padding-top: 0;
}

.fw .a-ttl_bgimg {
  height: 300px;
  min-height: 300px;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgimg {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgimg {
    min-height: 140px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgimg {
    padding: 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgimg {
    background-size: auto 100%;
    background-position: 50% 0;
  }
}

.fw .a-ttl_bgcolor {
  height: 130px;
  min-height: 130px;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgcolor {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgcolor {
    min-height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_bgcolor {
    padding: 15px 0;
  }
}

.fw .a-ttl_h1 {
  font-size: 30px;
  line-height: 126%;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_h1 {
    font-size: 19px;
  }
}

.fw .a-ttl_h2 {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_h2 {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_h2 {
    margin-bottom: 30px;
  }
}

.fw .a-ttl_h3 {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_h3 {
    margin-bottom: 25px;
  }
}

.fw .a-ttl_h4 {
  font-size: 18px;
  line-height: 144%;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_h4 {
    margin-bottom: 20px;
  }
}

.fw .a-ttl_txt {
  font-size: 14px;
  line-height: 170%;
  display: block;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .fw .a-ttl_txt {
    font-size: 12px;
  }
}

.fw .a-btn {
  max-width: 285px;
  min-height: 60px;
  font-size: 16px;
  padding: 5px 35px 5px 20px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007749;
  line-height: 133%;
  vertical-align: top;
  -webkit-transition: color .2s;
  transition: color .2s;
  position: relative;
  text-decoration: none !important;
}

@media screen and (min-width: 641px) {
  .fw .a-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .fw .a-btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    margin: auto;
    -webkit-transition: width 1s ease, opacity 0.3s;
    transition: width 1s ease, opacity 0.3s;
    opacity: 0;
    -webkit-transform: skewX(-30deg) translateX(-50%);
    -ms-transform: skewX(-30deg) translateX(-50%);
    transform: skewX(-30deg) translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw .a-btn:hover:after {
    width: 200%;
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-btn {
    max-width: 290px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-btn {
    min-height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-btn {
    padding: 3px 30px 3px 20px;
  }
}

.fw .a-btn:before {
  -webkit-transition: color .2s;
  transition: color .2s;
  font-size: 18px;
  content: "\EA0C";
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

@media screen and (max-width: 640px) {
  .fw .a-btn:before {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-btn:before {
    right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-btn:before {
    margin-top: -8px;
  }
}

.fw .a-btn[style*="width"] {
  max-width: inherit;
}

@media screen and (min-width: 641px) {
  .fw .a-btn[style*="width"] {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-btn[style*="width"] {
    width: 100% !important;
  }
}

.fw .a-btn_main {
  background-color: #007749;
  color: #fff !important;
}

.fw .a-btn_main:after {
  background-color: #008c56;
}

.fw .a-btn_sub {
  background-color: #333;
  color: #fff !important;
}

.fw .a-btn_sub:after {
  background-color: #4d4d4d;
}

.fw .a-btn_white {
  background-color: #fff;
  border: 1px solid #007749;
  color: #007749 !important;
}

.fw .a-btn_white:after {
  background-color: #007749;
}

@media screen and (min-width: 641px) {
  .fw .a-btn_white:hover {
    color: #fff !important;
  }
}

.fw .a-btn_red {
  background-color: #de1e1e;
  color: #fff !important;
}

.fw .a-btn_red:after {
  background-color: #e54040;
}

@font-face {
  font-family: "iconfont";
  src: url("/common/fonts/iconfont.eot");
  src: url("/common/fonts/iconfont.woff") format("woff"), url("/common/fonts/iconfont.ttf") format("truetype"), url("/common/fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.a-icon {
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}

.a-icon-blank:before {
  content: "\EA01";
}

.a-icon-contact:before {
  content: "\EA02";
}

.a-icon-download:before {
  content: "\EA03";
}

.a-icon-info:before {
  content: "\EA04";
}

.a-icon-global:before {
  content: "\EA05";
}

.a-icon-maintenance:before {
  content: "\EA06";
}

.a-icon-pdf:before {
  content: "\EA08";
}

.a-icon-sitemap:before {
  content: "\EA09";
}

.a-icon-swipe:before {
  content: "\EA0A";
}

.a-icon-arrow1:before {
  content: "\EA0B";
}

.a-icon-arrow2:before {
  content: "\EA0C";
}

.fw .a-icon {
  font-size: 18px;
  margin: 0 5px;
  vertical-align: middle;
  color: #007749;
}

@media screen and (max-width: 640px) {
  .fw .a-icon {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-icon {
    margin: 0 5px;
  }
}

.fw .a-icon.a-icon-img {
  height: 18px;
}

@media screen and (max-width: 640px) {
  .fw .a-icon.a-icon-img {
    height: 16px;
  }
}

.fw .a-label {
  font-size: 12px;
  padding: 0 11px;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (max-width: 640px) {
  .fw .a-label {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-label {
    padding: 0 10px;
  }
}

@media screen and (min-width: 641px) {
  .fw .a-label {
    line-height: 22px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-label {
    line-height: 20px;
  }
}

.fw .a-label.a-label_main {
  background-color: #007749;
}

.fw .a-label.a-label_sub {
  background-color: #333;
}

.fw .a-label.a-label_new {
  border-radius: 20px;
  background-color: #de1e1e;
}

@media screen and (min-width: 641px) {
  .fw .a-label.a-label_new {
    line-height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-label.a-label_new {
    line-height: 16px;
  }
}

.fw .a-txt_main {
  color: #007749 !important;
}

.fw .a-txt_sub {
  color: #333 !important;
}

.fw .a-txt_red {
  color: #de1e1e !important;
}

.fw .a-txt_bold {
  font-weight: bold !important;
}

.fw .a-txt_s {
  font-size: 85% !important;
}

.fw .a-txt_m {
  font-size: 14px !important;
}

@media screen and (max-width: 640px) {
  .fw .a-txt_m {
    font-size: 12px !important;
  }
}

.fw .a-txt_l {
  font-size: 114% !important;
}

.fw .a-txt_underline {
  text-decoration: underline !important;
}

.fw .a-txt_center {
  text-align: center !important;
}

.fw .a-txt_left {
  text-align: left !important;
}

.fw .a-txt_right {
  text-align: right !important;
}

@media screen and (min-width: 641px) {
  .fw .a-txt_center_m {
    text-align: center !important;
  }
  .fw .a-txt_left_m {
    text-align: left !important;
  }
  .fw .a-txt_right_m {
    text-align: right !important;
  }
}

@media screen and (max-width: 640px) {
  .fw .a-txt_center_s {
    text-align: center !important;
  }
  .fw .a-txt_left_s {
    text-align: left !important;
  }
  .fw .a-txt_right_s {
    text-align: right !important;
  }
}

.fw [class*="m-list_txt"] li {
  padding-bottom: 10px;
  line-height: 157%;
}

@media screen and (max-width: 640px) {
  .fw [class*="m-list_txt"] li {
    padding-bottom: 5px;
  }
}

.fw [class*="m-list_txt"] li:last-of-type {
  padding-bottom: 0;
}

.fw [class*="m-list_txt"] li * {
  text-indent: 0;
}

.fw [class*="m-list_txt"] [class*="m-list_txt"] {
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .fw [class*="m-list_txt"] [class*="m-list_txt"] {
    padding-top: 5px;
  }
}

.fw ul.m-list_txt > li {
  text-indent: -1em;
  margin-left: 1em;
}

.fw ul.m-list_txt > li:before {
  content: "・";
}

.fw ul.m-list_txt_notice > li {
  text-indent: -0.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.fw ul.m-list_txt_notice > li:before {
  content: "※";
  display: inline-block;
  width: 0.5em;
}

.fw ul.m-list_txt_asterisk > li {
  text-indent: -0.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.fw ul.m-list_txt_asterisk > li:before {
  content: "*";
  display: inline-block;
  width: 0.5em;
}

.fw ol > li {
  margin-left: 1.7em;
  counter-increment: number;
}

.fw ol.m-list_txt {
  list-style-type: decimal;
}

.fw ol.m-list_txt_notice {
  list-style-type: none;
  counter-reset: number 0;
}

.fw ol.m-list_txt_notice > li {
  text-indent: -2.7em;
  margin-left: 2.7em;
  counter-increment: number 1;
}

.fw ol.m-list_txt_notice > li:before {
  content: "※" counter(number) "：";
  padding-right: 2px;
}

@media screen and (max-width: 640px) {
  .fw ol.m-list_txt_notice > li:before {
    padding-right: 2px;
  }
}

.fw ol.m-list_txt_asterisk {
  list-style-type: none;
  counter-reset: number 0;
}

.fw ol.m-list_txt_asterisk > li {
  text-indent: -1.9em;
  margin-left: 1.9em;
  counter-increment: number 1;
}

.fw ol.m-list_txt_asterisk > li:before {
  content: "* " counter(number) ": ";
  padding-right: 2px;
}

@media screen and (max-width: 640px) {
  .fw ol.m-list_txt_asterisk > li:before {
    padding-right: 2px;
  }
}

.fw ol.m-list_txt_alpha {
  list-style-type: lower-alpha;
}

.fw ol.m-list_txt_roman {
  list-style-type: upper-roman;
}

.fw .m-list_link {
  line-height: 157%;
}

.fw .m-list_link li {
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link li {
    padding-bottom: 10px;
  }
}

.fw .m-list_link li:last-child {
  padding-bottom: 0;
}

.fw .m-list_link.m-list_link_icon li a {
  padding-left: 25px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_icon li a {
    padding-left: 22px;
  }
}

.fw .m-list_link.m-list_link_icon li .a-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw .m-list_link.m-list_link_icon.f-txt_right li {
  text-align: right;
}

.fw .m-list_link.m-list_link_icon.f-txt_right li a {
  padding-left: 0;
  padding-right: 25px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_icon.f-txt_right li a {
    padding-right: 22px;
  }
}

.fw .m-list_link.m-list_link_icon.f-txt_right li .a-icon {
  left: inherit;
  right: 0;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_icon.m-list_link_box_sp li {
    text-align: left;
  }
  .fw .m-list_link.m-list_link_icon.m-list_link_box_sp li a {
    padding-right: 35px;
    padding-left: 15px;
  }
  .fw .m-list_link.m-list_link_icon.m-list_link_box_sp li .a-icon {
    margin-right: 0;
    left: inherit;
    right: 15px;
  }
}

.fw .m-list_link.m-list_link_inline li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
  padding: 5px 50px 5px 0;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_inline li {
    padding: 10px 25px 10px 0;
  }
}

.fw .m-list_link.m-list_link_inline li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_inline.m-list_link_wide_sp li {
    width: 100%;
    display: block;
  }
}

.fw .m-list_link.m-list_link_inline_border li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
  margin-right: 20px;
  margin-top: 0;
  padding-right: 20px;
  border-right: 1px solid #d2d2d2;
  line-height: 120%;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_inline_border li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_inline_border li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_inline_border li {
    padding-right: 10px;
  }
}

.fw .m-list_link.m-list_link_inline_border li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 640px) {
  .fw .m-list_link.m-list_link_box_sp li {
    padding: 0;
    border: 1px solid #007749;
    border-bottom: none;
  }
  .fw .m-list_link.m-list_link_box_sp li a {
    display: block;
    padding: 15px;
  }
  .fw .m-list_link.m-list_link_box_sp li:last-child {
    border-bottom: 1px solid #007749;
  }
}

.fw .m-list_img a {
  display: block;
}

@media screen and (max-width: 640px) {
  .fw .m-list_img img {
    width: auto;
  }
}

.fw .m-list_img > li {
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .fw .m-list_img > li {
    padding: 20px 0;
  }
}

.fw .m-list_img > li:first-child {
  padding-top: 0;
}

.fw .m-list_img > li:last-child {
  padding-bottom: 0;
}

.fw .m-list_img .m-list_img_detail {
  color: #333;
}

.fw .m-list_img .m-list_img_detail a:not([class*="a-ttl_"]) {
  display: inline-block;
}

.fw .m-list_img .m-list_img_detail > * {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_img .m-list_img_detail > * {
    margin-bottom: 5px;
  }
}

.fw .m-list_img .m-list_img_detail > *:last-child {
  margin-bottom: 0;
}

.fw .m-list_img.m-list_img_border > li {
  border-bottom: 1px solid #d2d2d2;
}

.fw .m-list_img.m-list_img_border > li:last-child {
  border-bottom: none;
}

.fw .m-list_box > li {
  background-color: #f1f1f1;
}

.fw .m-list_box > li > a {
  display: block;
}

.fw .m-list_box .m-list_box_ttl {
  font-size: 16px;
  padding: 11px 20px;
  width: 100%;
  color: #fff;
  display: block;
  text-decoration: none !important;
}

@media screen and (max-width: 640px) {
  .fw .m-list_box .m-list_box_ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_box .m-list_box_ttl {
    padding: 10px 15px;
  }
}

.fw .m-list_box .m-list_box_ttl.m-list_box_color_main {
  background-color: #007749;
}

.fw .m-list_box .m-list_box_ttl.m-list_box_color_sub {
  background-color: #333;
}

.fw .m-list_box a.m-list_box_ttl,
.fw .m-list_box a .m-list_box_ttl {
  padding-right: 35px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .fw .m-list_box a.m-list_box_ttl,
  .fw .m-list_box a .m-list_box_ttl {
    padding-right: 30px;
  }
}

.fw .m-list_box a.m-list_box_ttl:after,
.fw .m-list_box a .m-list_box_ttl:after {
  font-size: 18px;
  content: "\EA0C";
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .fw .m-list_box a.m-list_box_ttl:after,
  .fw .m-list_box a .m-list_box_ttl:after {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_box a.m-list_box_ttl:after,
  .fw .m-list_box a .m-list_box_ttl:after {
    right: 10px;
  }
}

.fw .m-list_box a.m-list_box_ttl.m-list_box_color_main:hover {
  background-color: #008c56;
}

.fw .m-list_box a.m-list_box_ttl.m-list_box_color_sub:hover {
  background-color: #4d4d4d;
}

.fw .m-list_box a:hover .m-list_box_ttl.m-list_box_color_main {
  background-color: #008c56;
}

.fw .m-list_box a:hover .m-list_box_ttl.m-list_box_color_sub {
  background-color: #4d4d4d;
}

.fw .m-list_box a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fw .m-list_box a:hover img {
  opacity: 0.7;
}

.fw .m-list_box .m-list_box_detail {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_box .m-list_box_detail {
    padding: 15px;
  }
}

.fw .m-list_box .m-list_box_detail > * {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_box .m-list_box_detail > * {
    margin-bottom: 5px;
  }
}

.fw .m-list_box .m-list_box_detail > *:last-child {
  margin-bottom: 0;
}

.fw .m-list_news li {
  padding: 28px 0;
  border-top: 1px solid #d2d2d2;
}

@media screen and (max-width: 640px) {
  .fw .m-list_news li {
    padding: 15px 0;
  }
}

.fw .m-list_news li a {
  color: #333;
}

.fw .m-list_news li a:hover {
  color: #333;
  text-decoration: underline;
}

.fw .m-list_news li .m-list_news_date .a-label {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_news li .m-list_news_date .a-label {
    margin-left: 5px;
  }
}

.fw .m-list_news li .m-list_news_txt {
  margin-top: 6px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_news li .m-list_news_txt {
    margin-top: 3px;
  }
}

.fw .m-list_news li:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.fw .m-list_newsbox .a-ttl_bar {
  margin-bottom: 0;
  padding-left: 70px;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .a-ttl_bar {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .a-ttl_bar {
    font-size: 14px;
  }
}

.fw .m-list_newsbox .a-ttl_bar:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .a-ttl_bar:before {
    width: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .a-ttl_bar:before {
    height: 1px;
  }
}

.fw .m-list_newsbox .m-list_newsbox_inner {
  font-size: 14px;
  padding: 0 70px;
  border: 1px solid #d2d2d2;
  border-top: none;
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner {
    padding: 0 20px;
  }
}

.fw .m-list_newsbox .m-list_newsbox_inner ul {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul {
    padding-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul {
    padding-bottom: 20px;
  }
}

.fw .m-list_newsbox .m-list_newsbox_inner ul li {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul li {
    padding-top: 10px;
  }
}

.fw .m-list_newsbox .m-list_newsbox_inner ul li:first-child {
  padding-top: 0;
}

.fw .m-list_newsbox .m-list_newsbox_inner ul li a {
  color: #333;
}

.fw .m-list_newsbox .m-list_newsbox_inner ul li a:hover {
  color: #333;
  text-decoration: underline;
}

.fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_important .a-label {
  margin-bottom: 0;
  margin-right: 15px;
  padding: 0 13px;
  font-size: 12px;
  background-color: #007749;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_important .a-label {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_important .a-label {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_important .a-label {
    padding: 0 6px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_important .a-label {
    font-size: 10px;
  }
}

.fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_news {
  border-top: 1px solid #d2d2d2;
}

.fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_news .m-list_newsbox_date {
  width: 125px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_news .m-list_newsbox_date {
    width: auto;
  }
}

.fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_news .m-list_newsbox_txt {
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_news .m-list_newsbox_txt {
    padding-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .fw .m-list_newsbox .m-list_newsbox_inner ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_important .a-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 22px;
  }
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_news .m-list_newsbox_txt {
    border-left: 1px solid #d2d2d2;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-list_newsbox .a-ttl_bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fw .m-list_newsbox .m-list_newsbox_inner ul.m-list_newsbox_important .a-label {
    line-height: 20px;
  }
}

.fw .m-list_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.fw .m-list_label li {
  background-color: #f1f1f1;
  margin: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw .m-list_label_inner {
  padding: 5px 15px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fw .m-list_label_inner {
    padding: 5px 15px;
  }
}

.fw .m-list_label_inner img {
  max-width: inherit;
}

.fw .m-list_label + .m-list_label {
  margin-top: 5px;
}

.fw .m-btnarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fw .m-btnarea + .m-btnarea {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .fw .m-btnarea + .m-btnarea {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  .fw .m-btnarea {
    margin: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fw .m-btnarea .a-btn {
    margin: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fw .m-btnarea .a-btn {
    margin-bottom: 20px;
  }
  .fw .m-btnarea .a-btn:last-child {
    margin-bottom: 0;
  }
}

.fw .m-warning {
  padding: 20px;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .fw .m-warning {
    padding: 10px;
  }
}

.fw .m-warning .m-warning_icon {
  margin-right: 20px;
  font-size: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 640px) {
  .fw .m-warning .m-warning_icon {
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-warning .m-warning_icon {
    font-size: 12px;
  }
}

.fw .m-warning .m-warning_icon .a-icon {
  font-size: 25px;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .fw .m-warning .m-warning_icon .a-icon {
    font-size: 16px;
  }
}

.fw .m-warning .m-warning_icon img {
  width: auto;
  height: 25px;
}

@media screen and (max-width: 640px) {
  .fw .m-warning .m-warning_icon img {
    height: 16px;
  }
}

@media screen and (min-width: 641px) {
  .fw .m-warning .m-warning_icon {
    text-align: center;
  }
  .fw .m-warning .m-warning_icon .a-icon,
  .fw .m-warning .m-warning_icon img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-warning.m-warning_label {
    display: block;
  }
  .fw .m-warning.m-warning_label .m-warning_icon {
    font-weight: bold;
  }
  .fw .m-warning.m-warning_label .m-warning_icon .a-icon,
  .fw .m-warning.m-warning_label .m-warning_icon img {
    margin-right: 8px;
    vertical-align: sub;
    display: inline-block;
  }
}

.fw .m-movie {
  padding: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f1f1f1;
}

@media screen and (max-width: 640px) {
  .fw .m-movie {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-movie {
    width: 100%;
  }
}

.fw .m-movie .m-movie_frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.fw .m-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fw .m-table table {
  table-layout: fixed;
}

@media screen and (min-width: 641px) {
  .fw .m-table table {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .fw .m-table table {
    min-width: 100%;
    white-space: nowrap;
  }
}

.fw .m-table table.f-txt_center th, .fw .m-table table.f-txt_center td, .fw .m-table table.a-txt_center th, .fw .m-table table.a-txt_center td {
  text-align: center;
}

.fw .m-table table .m-table_bg {
  background-color: #f1f1f1;
}

.fw .m-table th, .fw .m-table td {
  border: 1px solid #d2d2d2;
}

.fw .m-table thead th {
  background-color: #666;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fw .m-table thead th {
    white-space: nowrap;
  }
}

.fw .m-table tbody th {
  background-color: #f1f1f1;
}

@media screen and (max-width: 640px) {
  .fw .m-table {
    padding-bottom: 10px;
    overflow-x: auto;
    position: relative;
  }
  .fw .m-table::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .fw .m-table::-webkit-scrollbar-thumb {
    background: #d2d2d2;
  }
  .fw .m-table::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .fw .m-table::-webkit-scrollbar-track, .fw .m-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  .fw .m-table:after {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;
    content: "\EA0A";
    font-family: "iconfont" !important;
    background-color: rgba(51, 51, 51, 0.4);
    color: #fff;
    font-size: 30px;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 13px 8px;
  }
  .fw .m-table.showGuide:after {
    opacity: 1;
    pointer-events: auto;
  }
}

.fw #loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: opacity 0.6s 2.3s;
  transition: opacity 0.6s 2.3s;
  overflow: hidden;
}

.is-loading_firsttime .fw #loading {
  display: block;
}

.fw #loading .loading-ending:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: skewX(-30deg) translateX(-50%);
  -ms-transform: skewX(-30deg) translateX(-50%);
  transform: skewX(-30deg) translateX(-50%);
  -webkit-transition: width 1.8s 1.5s;
  transition: width 1.8s 1.5s;
  opacity: 0;
  background-color: #007749;
}

@media screen and (max-width: 640px) {
  .fw #loading .loading-ending:before {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
  }
}

.fw #loading .loading-ending:after {
  content: "";
  display: block;
  width: 200px;
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-image: url(/common/images/common/logo/logo_loading_wh.png);
  background-position: 0% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s 1.5s;
  transition: opacity 0.2s 1.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .fw #loading .loading-ending:after {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .fw #loading .loading-ending:after {
    height: 18px;
  }
}

.fw #loading .loading-logo {
  width: 200px;
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.1s 1.5s;
  transition: opacity 0.1s 1.5s;
  background-color: #000;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .fw #loading .loading-logo {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .fw #loading .loading-logo {
    height: 18px;
  }
}

.fw #loading .loading-logo:before, .fw #loading .loading-logo:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}

.fw #loading .loading-logo:before {
  width: 100%;
  background-color: #007749;
  -webkit-animation: loading-mask 1.2s linear infinite both;
  animation: loading-mask 1.2s linear infinite both;
}

.fw #loading .loading-logo:after {
  width: 100%;
  background-image: url(data:image/png;base64,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UmVhZHlxyWU8AAADKGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODEwQTVEODFFQUYxMUU4ODcyOEM1RjAzODYyRDQ4RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODEwQTVENzFFQUYxMUU4ODcyOEM1RjAzODYyRDQ4RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVCMTM2MkIwMUVBMjExRTg4NzI4QzVGMDM4NjJENDhFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVCMTM2MkIxMUVBMjExRTg4NzI4QzVGMDM4NjJENDhFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IyN5AAAABzxJREFUeNrs3UFy3DAMBEDr/49mcnZSSbl2VwJmmi8ISGDYkhz7Or/Xl2VZljVtXUG1uGesvgH+MLAuQ24vF9Rzys/z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);
  background-position: 0% 50%;
  background-size: 100% auto;
}

.is-loadend .fw #loading {
  opacity: 0;
  pointer-events: none;
}

.is-loadend .fw #loading .loading-ending:after {
  opacity: 1;
}

.is-loadend .fw #loading .loading-ending:before {
  width: 300%;
  opacity: 1;
}

.fw #header {
  min-width: 1200px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .fw #header {
    min-width: 320px;
  }
}

.fw #header .header-bar {
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.fw #header .header-bar a {
  text-decoration: none !important;
}

.fw #header .header-bar .header-logo {
  width: 280px; /* 変更 20211020 田口 */
  display: block;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 640px) {
  .fw #header .header-bar .header-logo {
    width: 180px;
  }
}

.fw #header .header-bar a.header-logo:hover {
  opacity: .7;
}

.fw #header .header-nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background-color: #007749;
}

.fw #header .header-nav * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fw #header .header-nav a {
  color: #fff;
}

.fw #header .header-nav .a-btn {
  background-color: #00452a;
  font-size: inherit;
}

.fw #header .header-nav .a-btn:after {
  background-color: #005e3a;
}

.fw #header .header-nav .m-list_link {
  padding-left: 15px;
  padding-right: 15px;
}

.fw #header .header-nav .m-list_link a:not(:hover) {
  color: #fff;
}

@media screen and (min-width: 641px) {
  .fw #header .header-nav .j-accordion_detail {
    overflow: visible !important;
    -webkit-transition: none !important;
    transition: none !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  .fw #header .header-nav .j-accordion .j-accordion_btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .fw #header .header-nav .j-accordion .j-accordion_btn:before, .fw #header .header-nav .j-accordion .j-accordion_btn:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
  }
  .fw #header .header-nav .j-accordion .j-accordion_btn:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw #header .header-nav .j-accordion .j-accordion_btn.active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fw #header .header-nav .j-accordion a:hover {
    text-decoration: none !important;
  }
}

@media screen and (min-width: 641px) {
  .fw #header:not(.is-layout_sp) {
    height: 60px;
  }
  .fw #header:not(.is-layout_sp) .header-bar {
    padding-left: 20px;
  }
  .fw #header:not(.is-layout_sp) .header-bar .header-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fw #header:not(.is-layout_sp) .header-bar .header-parent > li > a {
    padding: 0 18px;
    font-weight: bold;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.show a, .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.active a {
    background-color: #007749;
    color: #fff;
  }
  .fw #header:not(.is-layout_sp) .header-menubtn {
    display: none;
  }
  .fw #header:not(.is-layout_sp) .header-section {
    padding: 25px 0;
    border-bottom: 1px solid #00633d;
  }
  .fw #header:not(.is-layout_sp) .header-nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .fw #header:not(.is-layout_sp) .header-nav.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fw #header:not(.is-layout_sp) .header-nav .header-parent > li {
    display: none;
  }
  .fw #header:not(.is-layout_sp) .header-nav .header-parent > li > a {
    display: none;
  }
  .fw #header:not(.is-layout_sp) .header-nav .header-parent > li.show {
    display: block;
  }
  .fw #header:not(.is-layout_sp) .header-nav .header-child {
    width: 100%;
  }
  .fw #header:not(.is-layout_sp) .header-nav ul.m-list_link li:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .fw #header .header-bar {
    padding-left: 15px;
  }
  .fw #header .header-bar .header-parent {
    display: none;
  }
  .fw #header .header-menubtn {
    width: 52px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .fw #header .header-menubtn .header-menubtn_inner {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 22px;
    height: 16px;
  }
  .fw #header .header-menubtn .header-menubtn_inner span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007749;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw #header .header-menubtn .header-menubtn_inner span:nth-of-type(1) {
    top: 0;
  }
  .fw #header .header-menubtn .header-menubtn_inner span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  .fw #header .header-menubtn .header-menubtn_inner span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  .fw #header .header-menubtn.once .header-menubtn_inner span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  .fw #header .header-menubtn.once .header-menubtn_inner span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .75s forwards;
    animation: menu-bar03 .75s forwards;
  }
  .fw #header .header-menubtn.active .header-menubtn_inner span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }
  .fw #header .header-menubtn.active .header-menubtn_inner span:nth-of-type(2) {
    opacity: 0;
    -webkit-animation: active-menu-bar02 .75s forwards;
    animation: active-menu-bar02 .75s forwards;
  }
  .fw #header .header-menubtn.active .header-menubtn_inner span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }
  .fw #header .header-nav {
    height: -webkit-calc( 100vh - 60px);
    height: calc( 100vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 90px;
  }
  .fw #header .header-nav .header-parent > li {
    border-bottom: 1px solid #00633d;
  }
  .fw #header .header-nav .header-parent > li > a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    transform: scaleX(1.2);
    opacity: 0;
  }
  .fw #header .header-nav .header-parent > li > a:not(.j-accordion_btn) {
    position: relative;
  }
  .fw #header .header-nav .header-parent > li > a:not(.j-accordion_btn):before {
    content: "";
    display: block;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
  }
  .fw #header .header-nav .header-parent > li > a:not(.j-accordion_btn):before {
    right: 18px;
  }
  .fw #header .header-nav .header-parent > li > a:not(.j-accordion_btn):before {
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
  }
  .fw #header .header-nav .header-child .header-child_inner {
    padding: 10px 0;
    margin: 0 15px;
    border-top: 1px solid #00633d;
  }
  .fw #header .header-nav .header-child .f-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .fw #header .header-nav .header-bnr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fw #header .header-nav .header-bnr .m-btnarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fw #header .header-nav .header-bnr .m-btnarea .a-btn {
    max-width: none;
    width: -webkit-calc( 50% - 5px);
    width: calc( 50% - 5px);
    margin-bottom: 10px;
  }
  .fw #header .header-nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .fw #header .header-nav.active .header-parent > li > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .fw #header .header-nav.active .header-parent > li:nth-child(1) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .fw #header .header-nav.active .header-parent > li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .fw #header .header-nav.active .header-parent > li:nth-child(3) a {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .fw #header .header-nav.active .header-parent > li:nth-child(4) a {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}

.fw #header.is-layout_sp .header-bar {
  padding-left: 15px;
}

.fw #header.is-layout_sp .header-bar .header-parent {
  display: none;
}

.fw #header.is-layout_sp .header-menubtn {
  width: 52px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fw #header.is-layout_sp .header-menubtn .header-menubtn_inner {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 16px;
}

.fw #header.is-layout_sp .header-menubtn .header-menubtn_inner span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #007749;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fw #header.is-layout_sp .header-menubtn .header-menubtn_inner span:nth-of-type(1) {
  top: 0;
}

.fw #header.is-layout_sp .header-menubtn .header-menubtn_inner span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

.fw #header.is-layout_sp .header-menubtn .header-menubtn_inner span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}

.fw #header.is-layout_sp .header-menubtn.once .header-menubtn_inner span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.fw #header.is-layout_sp .header-menubtn.once .header-menubtn_inner span:nth-of-type(3) {
  -webkit-animation: menu-bar03 .75s forwards;
  animation: menu-bar03 .75s forwards;
}

.fw #header.is-layout_sp .header-menubtn.active .header-menubtn_inner span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.fw #header.is-layout_sp .header-menubtn.active .header-menubtn_inner span:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: active-menu-bar02 .75s forwards;
  animation: active-menu-bar02 .75s forwards;
}

.fw #header.is-layout_sp .header-menubtn.active .header-menubtn_inner span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

.fw #header.is-layout_sp .header-nav {
  height: -webkit-calc( 100vh - 60px);
  height: calc( 100vh - 60px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 90px;
}

.fw #header.is-layout_sp .header-nav .header-parent > li {
  border-bottom: 1px solid #00633d;
}

.fw #header.is-layout_sp .header-nav .header-parent > li > a {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
  opacity: 0;
}

.fw #header.is-layout_sp .header-nav .header-parent > li > a:not(.j-accordion_btn) {
  position: relative;
}

.fw #header.is-layout_sp .header-nav .header-parent > li > a:not(.j-accordion_btn):before {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
}

.fw #header.is-layout_sp .header-nav .header-parent > li > a:not(.j-accordion_btn):before {
  right: 18px;
}

.fw #header.is-layout_sp .header-nav .header-parent > li > a:not(.j-accordion_btn):before {
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
}

.fw #header.is-layout_sp .header-nav .header-child .header-child_inner {
  padding: 10px 0;
  margin: 0 15px;
  border-top: 1px solid #00633d;
}

.fw #header.is-layout_sp .header-nav .header-child .f-inner {
  padding-left: 0;
  padding-right: 0;
}

.fw #header.is-layout_sp .header-nav .header-bnr {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fw #header.is-layout_sp .header-nav .header-bnr .m-btnarea {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fw #header.is-layout_sp .header-nav .header-bnr .m-btnarea .a-btn {
  max-width: none;
  width: -webkit-calc( 50% - 5px);
  width: calc( 50% - 5px);
  margin-bottom: 10px;
}

.fw #header.is-layout_sp .header-nav.active {
  opacity: 1;
  pointer-events: auto;
}

.fw #header.is-layout_sp .header-nav.active .header-parent > li > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.fw #header.is-layout_sp .header-nav.active .header-parent > li:nth-child(1) a {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.fw #header.is-layout_sp .header-nav.active .header-parent > li:nth-child(2) a {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fw #header.is-layout_sp .header-nav.active .header-parent > li:nth-child(3) a {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fw #header.is-layout_sp .header-nav.active .header-parent > li:nth-child(4) a {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fw #footer {
  margin-top: 100px;
  background-color: #f1f1f1;
  position: relative;
}

@media screen and (max-width: 640px) {
  .fw #footer {
    margin-top: 70px;
  }
}

.fw #footer a {
  color: #333;
}

.fw #footer a:hover {
  color: #333;
  text-decoration: underline;
}

.fw #footer a:hover .a-icon {
  color: #007749;
}

.fw #footer .footer-section {
  border-top: 1px solid #d2d2d2;
}

.fw #footer .footer-breadcrumb {
  background-color: #fff;
}

.fw #footer .footer-breadcrumb .f-inner {
  height: 50px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-breadcrumb .f-inner {
    height: 35px;
  }
}

.fw #footer .footer-breadcrumb ul {
  height: 100%;
  padding-bottom: 40px;
  box-sizing: content-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw #footer .footer-breadcrumb ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  padding: 0 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-breadcrumb ul li {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-breadcrumb ul li {
    padding: 0 15px;
  }
}

.fw #footer .footer-breadcrumb ul li:before {
  content: "";
  display: block;
  border-top: solid 1px #007749;
  border-right: solid 1px #007749;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
}

.fw #footer .footer-breadcrumb ul li:before {
  right: 0px;
}

.fw #footer .footer-breadcrumb ul li:before {
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
}

.fw #footer .footer-breadcrumb ul li a {
  color: #007749 !important;
}

.fw #footer .footer-breadcrumb ul li:first-child {
  padding-left: 0;
}

.fw #footer .footer-breadcrumb ul li:last-child:before {
  display: none;
}

.fw #footer .footer-link .f-inner .footer-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw #footer .footer-link .f-inner .footer-logo * {
  line-height: 1;
  vertical-align: top;
}

.fw #footer .footer-link .f-inner .footer-logo a {
  -webkit-transition: .3s;
  transition: .3s;
}

.fw #footer .footer-link .f-inner .footer-logo a:hover {
  opacity: .7;
}

.fw #footer .footer-link .f-inner .footer-logo .footer-hikoki {
  margin-right: 20px;
  width: 98px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-logo .footer-hikoki {
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-logo .footer-hikoki {
    width: 60px;
  }
}

.fw #footer .footer-link .f-inner .footer-logo .footer-holding {
  width: 150px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-logo .footer-holding {
    width: 100px;
  }
}

.fw #footer .footer-link .f-inner .footer-link a {
  font-size: 12px;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-link a {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-link a {
    margin: 2px 15px 2px 0;
  }
}

.fw #footer .footer-link .f-inner .footer-link a:last-child {
  margin-right: 0;
}

.fw #footer .footer-link .f-inner .footer-sns {
  margin-left: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-sns {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-sns {
    padding-left: 0;
  }
}

.fw #footer .footer-link .f-inner .footer-sns a {
  margin: 0 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner .footer-sns a {
    margin: 0;
  }
}

.fw #footer .footer-link .f-inner .footer-sns a img {
  width: auto;
  height: 15px;
}

.fw #footer .footer-link .f-inner .footer-sns a:hover {
  opacity: .6;
}

@media screen and (min-width: 641px) {
  .fw #footer .footer-link .f-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
  }
  .fw #footer .footer-link .f-inner .footer-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .fw #footer .footer-link .f-inner .footer-sns {
    border-left: 1px solid #d2d2d2;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-link .f-inner {
    padding-top: 18px;
  }
  .fw #footer .footer-link .f-inner .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fw #footer .footer-link .f-inner .footer-sns {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fw #footer .footer-link .f-inner .footer-sns a {
    padding: 15px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-left: 1px solid #d2d2d2;
    text-align: center;
  }
  .fw #footer .footer-link .f-inner .footer-sns a:first-child {
    border-left: none;
  }
}

.fw #footer .footer-brand {
  padding: 18px 0;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-brand {
    padding: 10px 0;
  }
}

.fw #footer .footer-brand a {
  margin: 0 50px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-brand a {
    margin: 6px 20px 6px 0;
  }
}

.fw #footer .footer-brand a:last-child {
  margin-right: 0;
}

.fw #footer .footer-brand a.active {
  color: #007749;
  position: relative;
}

.fw #footer .footer-brand a.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

.fw #footer .footer-brand a.active:before {
  margin-left: -5px;
  left: 50%;
  bottom: -5px;
  border-top: 5px solid #007749;
  border-right: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
}

.fw #footer .footer-brand a.active:before {
  bottom: -10px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-brand a.active:before {
    bottom: -5px;
  }
}

.fw #footer .footer-brand .a-icon {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-brand .a-icon {
    font-size: 12px;
  }
}

.fw #footer .footer-nav {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav {
    font-size: 12px;
  }
}

@media screen and (min-width: 641px) {
  .fw #footer .footer-nav .j-accordion_detail {
    overflow: visible !important;
    -webkit-transition: none !important;
    transition: none !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .j-accordion .j-accordion_btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .fw #footer .footer-nav .j-accordion .j-accordion_btn:before, .fw #footer .footer-nav .j-accordion .j-accordion_btn:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #007749;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
  }
  .fw #footer .footer-nav .j-accordion .j-accordion_btn:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw #footer .footer-nav .j-accordion .j-accordion_btn.active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fw #footer .footer-nav .j-accordion a:hover {
    text-decoration: none !important;
  }
}

.fw #footer .footer-nav .footer-parent {
  padding: 25px 0;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-parent {
    padding: 0;
  }
}

.fw #footer .footer-nav .footer-parent > li .footer-parent_ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-parent > li .footer-parent_ttl {
    padding-bottom: 0;
  }
}

.fw #footer .footer-nav .footer-parent > li .footer-parent_ttl a {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-parent > li .footer-parent_ttl a {
    font-size: 12px;
  }
}

.fw #footer .footer-nav .footer-parent > li .j-navi_active_parent.active .footer-parent_ttl a {
  color: #007749;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-parent > li .footer-parent_ttl a {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fw #footer .footer-nav .footer-parent > li .footer-parent_ttl a:not(.j-accordion_btn) {
    position: relative;
  }
  .fw #footer .footer-nav .footer-parent > li .footer-parent_ttl a:not(.j-accordion_btn):before {
    content: "";
    display: block;
    border-top: solid 1px #007749;
    border-right: solid 1px #007749;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
  }
  .fw #footer .footer-nav .footer-parent > li .footer-parent_ttl a:not(.j-accordion_btn):before {
    right: 13px;
  }
  .fw #footer .footer-nav .footer-parent > li .footer-parent_ttl a:not(.j-accordion_btn):before {
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
  }
  .fw #footer .footer-nav .footer-parent > li:first-child .footer-parent_ttl a {
    border-top: none;
  }
}

.fw #footer .footer-nav .j-navi_active_parent + .j-navi_active_parent {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .j-navi_active_parent + .j-navi_active_parent {
    margin-top: 0;
  }
}

.fw #footer .footer-nav .footer-child .footer-child_inner {
  padding-top: 15px;
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-child .footer-child_inner {
    padding-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-child .footer-child_inner {
    padding-bottom: 15px;
  }
}

.fw #footer .footer-nav .footer-child ul.m-list_link li {
  padding: 0 0 10px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-child ul.m-list_link li {
    padding: 0 10px 20px;
  }
}

.fw #footer .footer-nav .footer-child ul.m-list_link li:last-child {
  padding-bottom: 0;
}

.fw #footer .footer-nav .footer-child ul.m-list_link li.active a {
  color: #007749;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-child .footer-child_inner {
    border-bottom: 1px solid #d2d2d2;
  }
}

.fw #footer .footer-nav .footer-other {
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-nav .footer-other {
    padding: 10px 0;
  }
}

@media screen and (min-width: 641px) {
  .fw #footer .footer-nav .footer-other {
    border-top: 1px solid #d2d2d2;
  }
}

.fw #footer .footer-bottom {
  font-size: 12px;
  padding: 14px 0;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-bottom {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-bottom {
    padding: 0;
  }
}

.fw #footer .footer-bottom .footer-document {
  padding: 0;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-bottom .footer-document {
    padding: 8px 0 20px;
  }
}

.fw #footer .footer-bottom .footer-copyright {
  color: #666;
}

@media screen and (min-width: 641px) {
  .fw #footer .footer-bottom .f-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fw #footer .footer-bottom .f-inner .footer-document {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-bottom .footer-copyright {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
    border-top: 1px solid #d2d2d2;
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.fw #footer .footer-pagetop {
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #000;
  position: fixed !important;
  z-index: 10 !important;
  right: 20px;
  bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

@media screen and (min-width: 641px) {
  .fw #footer .footer-pagetop {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .fw #footer .footer-pagetop:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    margin: auto;
    -webkit-transition: width 0.5s ease, opacity 0.3s;
    transition: width 0.5s ease, opacity 0.3s;
    opacity: 0;
    -webkit-transform: skewX(-30deg) translateX(-50%);
    -ms-transform: skewX(-30deg) translateX(-50%);
    transform: skewX(-30deg) translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw #footer .footer-pagetop:hover:after {
    width: 200%;
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-pagetop {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-pagetop {
    height: 40px;
  }
}

.fw #footer .footer-pagetop:before {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
}

.fw #footer .footer-pagetop:before {
  right: 0px;
}

.fw #footer .footer-pagetop:before {
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-pagetop {
    right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-pagetop {
    bottom: 15px;
  }
}

.fw #footer .footer-pagetop.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fw #footer .footer-pagetop:before {
  right: 0;
  left: 0;
  margin: 3px auto 0;
}

.fw #footer .footer-pagetop:after {
  background-color: #007749;
}

.fw #footer .footer-pagetop.fixed {
  position: absolute !important;
  top: -70px;
}

@media screen and (max-width: 640px) {
  .fw #footer .footer-pagetop.fixed {
    top: -55px;
  }
}

.fw .o-slider {
  width: -webkit-calc( 100% + 120px);
  width: calc( 100% + 120px);
  margin-left: -60px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .fw .o-slider {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .fw .o-slider {
    margin-left: 0;
  }
}

.fw .o-slider .swiper-container {
  width: -webkit-calc( 100% - 120px);
  width: calc( 100% - 120px);
  position: static;
}

@media screen and (max-width: 640px) {
  .fw .o-slider .swiper-container {
    width: -webkit-calc( 100% );
    width: calc( 100% );
  }

/* トップページのために変更 20211020 田口
@media screen and (max-width: 640px) {
  .fw .o-slider .swiper-container {
    width: -webkit-calc( 100% - 96px);
    width: calc( 100% - 96px);
  } */
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
  .fw .o-slider {
    width: -webkit-calc( 100% - 10px);
    width: calc( 100% - 10px);
    margin-left: 5px;
  }
}

.fw .o-slider a {
  text-decoration: none !important;
}

.fw .o-slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fw .o-slider .swiper-wrapper a {
  -webkit-transition: .3s;
  transition: .3s;
}

.fw .o-slider .swiper-wrapper a:hover {
  opacity: .7;
}

.fw .o-slider .swiper-button-prev,
.fw .o-slider .swiper-button-next {
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 1s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (max-width: 640px) {
  .fw .o-slider .swiper-button-prev,
  .fw .o-slider .swiper-button-next {
    margin-top: -20px;
  }
}

@media screen and (max-width: 640px) {
  .fw .o-slider .swiper-button-prev,
  .fw .o-slider .swiper-button-next {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .fw .o-slider .swiper-button-prev,
  .fw .o-slider .swiper-button-next {
    height: 40px;
  }
}

.fw .o-slider .swiper-button-prev:hover,
.fw .o-slider .swiper-button-next:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.fw .o-slider .swiper-button-prev {
  background-image: url(/common/images/common/icon/circle_arrow_l.png);
  left: 0;
}

.fw .o-slider .swiper-button-next {
  background-image: url(/common/images/common/icon/circle_arrow_r.png);
  right: 0;
}

.fw .o-slider .swiper-slide {
  height: auto;
}

@media screen and (min-width: 641px) {
  .fw .o-slider.o-slider_border .swiper-container:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 2;
  }
  .fw .o-slider.o-slider_border .swiper-slide {
    padding: 0 30px;
    border-right: 1px solid #d2d2d2;
  }
}

@media screen and (min-width: 641px) {
  .fw .o-menu .j-accordion_detail {
    overflow: visible !important;
    -webkit-transition: none !important;
    transition: none !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  .fw .o-menu .j-accordion .j-accordion_btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .fw .o-menu .j-accordion .j-accordion_btn:before, .fw .o-menu .j-accordion .j-accordion_btn:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
  }
  .fw .o-menu .j-accordion .j-accordion_btn:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fw .o-menu .j-accordion .j-accordion_btn.active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fw .o-menu .j-accordion a:hover {
    text-decoration: none !important;
  }
}

.fw .o-menu .j-accordion {
  background-color: #f1f1f1;
}

.fw .o-menu .j-accordion + .j-accordion {
  margin-top: 20px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .fw .o-menu .j-accordion + .j-accordion {
    margin-top: 0;
  }
}

.fw .o-menu .m-list_link_icon li a {
  padding-left: 0;
}

.fw .o-menu .m-list_link_icon li .a-icon {
  margin: 0;
  left: inherit;
  right: 0;
}

@media screen and (max-width: 640px) {
  .fw .o-menu .m-list_link_icon li .a-icon {
    right: 13px;
  }
}

.fw .o-menu .m-list_link_icon li .a-icon.a-icon-arrow1:before, .fw .o-menu .m-list_link_icon li .a-icon.a-icon-arrow2:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 641px) {
  .fw .o-menu .j-accordion_btn {
    display: inline-block;
    padding: 5px 30px;
    background-color: #007749;
    color: #fff;
    cursor: default;
    text-decoration: none !important;
  }
  .fw .o-menu .j-accordion_detail_inner {
    padding: 15px 30px;
  }
  .fw .o-menu .m-list_link_icon li {
    padding-right: 25px;
  }
  .fw .o-menu .m-list_link_icon li a {
    padding-right: 25px;
  }
}

@media screen and (max-width: 640px) {
  .fw .o-menu .j-accordion_btn {
    padding-left: 15px;
    padding-right: 30px;
    height: 50px;
    background-color: #007749;
    color: #fff !important;
  }
  .fw .o-menu .m-list_link li {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 133%;
    border-bottom: 1px solid #fff;
  }
  .fw .o-menu .m-list_link li:last-child {
    border-bottom: none;
  }
  .fw .o-menu .m-list_link li a {
    padding: 13px 15px;
    display: block;
  }
}

.fw #side .j-accordion .j-accordion_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.fw #side .j-accordion .j-accordion_btn:before, .fw #side .j-accordion .j-accordion_btn:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #007749;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}

.fw #side .j-accordion .j-accordion_btn:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fw #side .j-accordion .j-accordion_btn.active:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.fw #side .side-section {
  margin-bottom: 30px;
}

.fw #side .side-category,
.fw #side .side-other {
  border-top: 5px solid #007749;
  background-color: #fff;
}

.fw #side .side-category > li,
.fw #side .side-other > li {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.fw #side .side-category > li > a,
.fw #side .side-category > li > .j-accordion_btn,
.fw #side .side-other > li > a,
.fw #side .side-other > li > .j-accordion_btn {
  padding: 14px 20px;
  display: block;
  color: #333 !important;
}

.fw #side .side-category > li > a.active,
.fw #side .side-category > li > .j-accordion_btn.active,
.fw #side .side-other > li > a.active,
.fw #side .side-other > li > .j-accordion_btn.active {
  background-color: transparent;
}

.fw #side .side-category > li > a:hover,
.fw #side .side-category > li > .j-accordion_btn:hover,
.fw #side .side-other > li > a:hover,
.fw #side .side-other > li > .j-accordion_btn:hover {
  background-color: #fff;
}

.fw #side .side-category > li > .j-accordion_btn,
.fw #side .side-other > li > .j-accordion_btn {
  padding-right: 35px;
}

.fw #side .side-category > li.active > a,
.fw #side .side-category > li.active > .j-accordion_btn,
.fw #side .side-other > li.active > a,
.fw #side .side-other > li.active > .j-accordion_btn {
  background-color: #333 !important;
  color: #fff !important;
}

.fw #side .side-category > li.active > a:before, .fw #side .side-category > li.active > a:after,
.fw #side .side-category > li.active > .j-accordion_btn:before,
.fw #side .side-category > li.active > .j-accordion_btn:after,
.fw #side .side-other > li.active > a:before,
.fw #side .side-other > li.active > a:after,
.fw #side .side-other > li.active > .j-accordion_btn:before,
.fw #side .side-other > li.active > .j-accordion_btn:after {
  background-color: #fff;
}

.fw #side .side-category .j-accordion_detail,
.fw #side .side-other .j-accordion_detail {
  padding: 0 20px;
}

.fw #side .side-category .j-accordion_detail ul li,
.fw #side .side-other .j-accordion_detail ul li {
  margin-bottom: 12px;
}

.fw #side .side-category .j-accordion_detail ul li:last-child,
.fw #side .side-other .j-accordion_detail ul li:last-child {
  margin-bottom: 0;
}

.fw #side .side-category .j-accordion_detail ul li a,
.fw #side .side-other .j-accordion_detail ul li a {
  color: #333 !important;
}

.fw #side .side-category .j-accordion_detail ul li a:hover,
.fw #side .side-other .j-accordion_detail ul li a:hover {
  text-decoration: underline;
}

.fw #side .side-category .j-accordion_detail ul li.active a,
.fw #side .side-other .j-accordion_detail ul li.active a {
  color: #007749 !important;
}

.fw #side .side-category .j-accordion_detail_inner,
.fw #side .side-other .j-accordion_detail_inner {
  padding: 15px 0;
  border-top: 1px solid #d2d2d2;
}

.fw #side .side-category > li > a,
.fw #side .side-category > li > .j-accordion_btn {
  background-color: #f1f1f1;
  text-decoration: none !important;
}

.fw #side .side-other > li > a:hover,
.fw #side .side-other > li > .j-accordion_btn:hover {
  background-color: #f1f1f1;
}

.fw #side .side-banner a {
  display: block;
}

.fw #side .side-banner li {
  margin-bottom: 10px;
}

.fw #side .side-banner li:last-child {
  margin-bottom: 0;
}

.fw {
  font-size: 14px;
  padding-top: 60px;
  min-width: 1200px;
  overflow: hidden;
  color: #333;
  line-height: 171%;
  word-break: break-all;
}

@media screen and (max-width: 640px) {
  .fw {
    font-size: 12px;
  }
}

.fw #container {
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  .fw #container {
    padding-top: 0;
  }
}

.fw #container #contents {
  float: left;
  width: 895px;
}

.fw #container #contents.f-max {
  float: inherit;
  width: 100%;
}

.fw #container #side {
  width: 285px;
  float: right;
}

@media screen and (max-width: 640px) {
  .fw #container #contents {
    float: none;
  }
  .fw #container #side {
    display: none;
  }
}

.fw section.f-section {
  margin-top: 0px;
}

.fw .f-section {
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  .fw .f-section {
    padding-top: 40px;
  }
}

.fw .f-section_s {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .fw .f-section_s {
    padding-top: 10px;
  }
}

.fw .f-section_m {
  padding-top: 40px;
}

@media screen and (max-width: 640px) {
  .fw .f-section_m {
    padding-top: 20px;
  }
}

.fw .f-section_l {
  padding-top: 100px;
}

@media screen and (max-width: 640px) {
  .fw .f-section_l {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .fw .f-inner {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .fw {
    min-width: 320px;
  }
  .fw #container #contents {
    float: inherit;
    width: 100%;
  }
  .fw #container #contents.f-max {
    float: inherit;
    width: 100%;
  }
  .fw #container #side {
    width: initial;
    float: inherit;
  }
  .fw .f-inner {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}

.fw a {
  display: inline-block;
}

.fw a:hover {
  text-decoration: underline;
}

.fw a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fw a:hover img {
  opacity: 0.7;
}

.fw ol > li {
  margin-bottom: 0;
}

.fw sup {
  font-size: 60%;
}

.fw table th, .fw table td {
  padding: 12px 15px;
}

@media screen and (max-width: 640px) {
  .fw table th, .fw table td {
    padding: 10px 15px;
  }
}
