@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(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,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(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,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(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,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.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(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -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: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -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: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(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,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.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,.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>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -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)
  }
}
.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -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,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #d8d8d8;
  outline: none
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
/* Body */
body {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-style: normal
}
body.scrollLock {
  position: fixed
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
main {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 160px;
  -webkit-transition: padding-top 0.5s;
  transition: padding-top 0.5s
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 65px
  }
}
main.scrollLock {
  position: relative
}
main a {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
  opacity: 1;
  color: #000
}
main a:hover {
  opacity: 0.6
}
@media screen and (max-width: 768px) {
  main a:hover {
    opacity: 1
  }
}
section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px
}
@media screen and (max-width: 1300px) {
  section {
    padding-right: 20px;
    padding-left: 20px
  }
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
section .inner {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto
}
h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 40px;
  line-height: 4.0rem
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    line-height: 3.0rem
  }
}
h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 40px;
  line-height: 4.0rem
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    line-height: 3.0rem
  }
}
h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3.0rem
}
@media screen and (max-width: 768px) {
  h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem
  }
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto
}
.schedule-wrapper {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px
}
@media screen and (max-width: 768px) {
  .schedule-wrapper {
    right: 0;
    bottom: -140px;
    width: 100%;
    height: 140px;
    padding-top: 20px;
    background-color: white
  }
}
.schedule-wrapper .schedule {
  width: 270px;
  margin: 0 auto
}
.schedule-wrapper .schedule p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3.0rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.schedule-wrapper .schedule p span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3.0rem
}
.schedule-wrapper .schedule .daycounter {
  overflow: hidden;
  border-radius: 6px
}
.schedule-wrapper .schedule .daycounter p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 60px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.schedule-wrapper .schedule .daycounter p:before {
  content: "あと";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 59px;
  height: 60px;
  margin-right: 1px;
  padding: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3.0rem;
  background-color: #30393f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.schedule-wrapper .schedule .daycounter p:after {
  content: "日";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29px;
  height: 60px;
  margin-left: 1px;
  padding: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3.0rem;
  background-color: #30393f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.schedule-wrapper .schedule .daycounter p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58px;
  height: 60px;
  margin: 0 1px;
  padding: 5px;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 50px;
  line-height: 5.0rem;
  background-color: #30393f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.img-spread .img-spread-button,
.tab-selector .tab-container .tab-button,
.tab-selector .tabslide-container .swiper-wrapper .swiper-slide,
.tab-selector .tabslide-button-prev,
.tab-selector .tabslide-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1.0;
  outline: none;
  background-color: #30393f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.img-spread .img-spread-button:hover,
.tab-selector .tab-container .tab-button:hover,
.tab-selector .tabslide-container .swiper-wrapper .swiper-slide:hover,
.tab-selector .tabslide-button-prev:hover,
.tab-selector .tabslide-button-next:hover {
  background-color: #95999b
}
@media screen and (max-width: 768px) {
  .img-spread .img-spread-button:hover,
  .tab-selector .tab-container .tab-button:hover,
  .tab-selector .tabslide-container .swiper-wrapper .swiper-slide:hover,
  .tab-selector .tabslide-button-prev:hover,
  .tab-selector .tabslide-button-next:hover {
    background-color: #30393f
  }
}
.tab-selector .tab-container .tab-button,
.tab-selector .tabslide-container .swiper-wrapper .swiper-slide {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #fff
}
.tab-selector .tab-container .tab-button:hover,
.tab-selector .tabslide-container .swiper-wrapper .swiper-slide:hover {
  background-color: #eee
}
.tab-selector .tab-container .tab-button.tab-current,
.tab-selector .tabslide-container .swiper-wrapper .swiper-slide.tab-current {
  color: #fff;
  background-color: #30393f
}
.tab-selector .tab-container .tab-button.tab-current:hover,
.tab-selector .tabslide-container .swiper-wrapper .swiper-slide.tab-current:hover {
  background-color: #95999b
}
@media screen and (max-width: 768px) {
  .tab-selector .tab-container .tab-button.tab-current:hover,
  .tab-selector .tabslide-container .swiper-wrapper .swiper-slide.tab-current:hover {
    background-color: #30393f
  }
}
.img-spread {
  position: relative
}
.img-spread .img-spread-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  visibility: hidden;
  width: 55px;
  height: 55px;
  border-radius: 6px
}
@media screen and (max-width: 768px) {
  .img-spread .img-spread-button {
    visibility: visible
  }
}
.img-spread .img-spread-button span {
  width: 25px;
  height: 25px
}
.img-spread .img-spread-button svg {
  width: 25px;
  height: 25px
}
.img-spread .img-spread-button .cls-1 {
  fill: #fff !important
}
.tab-selector {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5)
}
.tab-selector .tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.tab-selector .tab-container .tab-button {
  width: 100%;
  height: 60px
}
.tab-selector .tabslide-container {
  max-width: 1100px;
  height: 60px;
  padding: 0 40px
}
.tab-selector .tabslide-container .swiper-wrapper .swiper-slide {
  width: calc(100% / 8);
  height: 60px
}
@media screen and (max-width: 768px) {
  .tab-selector .tabslide-container .swiper-wrapper .swiper-slide {
    width: calc(100% / 4)
  }
}
.tab-selector .tabslide-button-prev,
.tab-selector .tabslide-button-next {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 60px;
  line-height: 14px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee
}
.tab-selector .tabslide-button-prev {
  top: 0;
  left: 0
}
.tab-selector .tabslide-button-next {
  top: 0;
  right: 0
}
.tab-selector span.arrow-next svg path,
.tab-selector span.arrow-prev svg path {
  stroke: #fff !important
}
.tab-panel {
  display: none
}
.tab-panel.tab-active {
  display: block;
  -webkit-animation: toggle-tab 0.5s linear 0s;
  animation: toggle-tab 0.5s linear 0s
}
.tab-panel.firstview {
  display: block
}
@-webkit-keyframes toggle-tab {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes toggle-tab {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.pagination .pager-prev,
.pagination .pager-next {
  line-height: 14px;
  cursor: pointer
}
.pagination .pager-prev span.arrow-next svg path,
.pagination .pager-prev span.arrow-prev svg path,
.pagination .pager-next span.arrow-next svg path,
.pagination .pager-next span.arrow-prev svg path {
  stroke: #000 !important
}
.pagination .button-wrap {
  margin: 0 30px !important;
  padding: 0
}
.icon-label:before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: left 1px
}
@media screen and (max-width: 768px) {
  .icon-label:before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 0 20px;
    background-position: left top
  }
}
ul.list {
  width: 100%
}
ul.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  ul.list li {
    display: block
  }
}
ul.list li:nth-child(odd) {
  background: #fff
}
ul.list li span {
  margin-right: 20px;
  color: #a3a3a3
}
@media screen and (max-width: 768px) {
  ul.list li span {
    display: block
  }
}
ul.list li.icon-label:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: left top
}
@media screen and (max-width: 768px) {
  ul.list li.icon-label:before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 0 20px;
    background-position: left top
  }
}
ul.list li.icon-label.request:before {
  background-image: url("/_assets/svg/icon_attention.svg");
  background-position: left 3px
}
@media screen and (max-width: 768px) {
  ul.list li.icon-label.request:before {
    background-position: left top
  }
}
ul.list li.icon-label.regulation:before {
  background-image: url("/_assets/svg/icon_restriction.svg");
  background-position: left top
}
@media screen and (max-width: 768px) {
  ul.list li.icon-label.regulation:before {
    background-position: left top
  }
}
table.list {
  width: 100%
}
table.list tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width: 768px) {
  table.list tr {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem
  }
}
table.list tr:first-child {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff
}
table.list tr:last-child {
  border-bottom: 2px solid #eee
}
table.list th {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-right: 2px solid #fff;
  background-color: #999
}
table.list th p {
  font-weight: bold;
  border-bottom: solid 2px #fff
}
@media screen and (max-width: 768px) {
  table.list th p {
    border-right: 2px solid #fff
  }
}
table.list td {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 2px solid #eee;
  background-color: #fff
}
table.list td p {
  border-bottom: solid 2px #eee
}
@media screen and (max-width: 768px) {
  table.list td p {
    border-right: 2px solid #eee
  }
}
table.list th,
table.list td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px
}
@media screen and (max-width: 768px) {
  table.list th,
  table.list td {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
table.list th:last-child,
table.list td:last-child {
  border-right: none
}
table.list th p,
table.list td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px
}
@media screen and (max-width: 768px) {
  table.list th p,
  table.list td p {
    width: 33%;
    margin-bottom: 0;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none
  }
}
table.list th p:last-child,
table.list td p:last-child {
  border-right: none;
  border-bottom: none
}
table.list.rayout01 tr {
  margin-bottom: 20px;
  border-bottom: 2px solid #eee
}
@media screen and (max-width: 768px) {
  table.list.rayout01 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
table.list.rayout01 tr:first-child {
  margin-bottom: 40px;
  border-bottom: 2px solid #fff
}
@media screen and (max-width: 768px) {
  table.list.rayout01 th {
    border-bottom: 2px solid #fff
  }
}
@media screen and (max-width: 768px) {
  table.list.rayout01 td {
    border-bottom: 2px solid #eee
  }
}
table.list.rayout01 td:nth-child(1) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
table.list.rayout01 td:nth-child(1) a {
  color: #e41e25
}
table.list.rayout01 td:nth-child(1):hover {
  background-color: #eee
}
table.list.rayout01 th,
table.list.rayout01 td {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width: 768px) {
  table.list.rayout01 th,
  table.list.rayout01 td {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 10px 5px;
    border-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  table.list.rayout01 th:last-child,
  table.list.rayout01 td:last-child {
    border-bottom: none
  }
}
@media screen and (max-width: 768px) {
  table.list.rayout01 th p,
  table.list.rayout01 td p {
    padding: 10px 5px
  }
}
table.list.rayout01 th:nth-child(1),
table.list.rayout01 td:nth-child(1) {
  width: 7%
}
@media screen and (max-width: 768px) {
  table.list.rayout01 th:nth-child(1),
  table.list.rayout01 td:nth-child(1) {
    width: 100%
  }
}
table.list.rayout01 th:nth-child(2),
table.list.rayout01 td:nth-child(2) {
  width: 8%
}
@media screen and (max-width: 768px) {
  table.list.rayout01 th:nth-child(2),
  table.list.rayout01 td:nth-child(2) {
    width: 100%
  }
}
table.list.rayout01 th:nth-child(3),
table.list.rayout01 td:nth-child(3) {
  width: 35%
}
@media screen and (max-width: 768px) {
  table.list.rayout01 th:nth-child(3),
  table.list.rayout01 td:nth-child(3) {
    width: 100%
  }
}
table.list.rayout01 th:nth-child(n+4),
table.list.rayout01 td:nth-child(n+4) {
  display: block;
  width: 25%;
  padding: 0
}
@media screen and (max-width: 768px) {
  table.list.rayout01 th:nth-child(n+4),
  table.list.rayout01 td:nth-child(n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
@media screen and (max-width: 768px) {
  table.list.rayout02 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
table.list.rayout02 tr:last-child {
  border-bottom: 2px solid #eee
}
table.list.rayout02 tr:nth-last-child(2) {
  border-bottom: 2px solid #eee
}
table.list.rayout02 tr#reference {
  border-top: none
}
table.list.rayout02 th,
table.list.rayout02 td {
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
@media screen and (max-width: 768px) {
  table.list.rayout02 th,
  table.list.rayout02 td {
    width: 100%;
    border-right: none
  }
  table.list.rayout02 th:last-child,
  table.list.rayout02 td:last-child {
    border-bottom: none
  }
}
table.list.rayout02 th p,
table.list.rayout02 td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
table.list.rayout02 th p:nth-child(1),
table.list.rayout02 td p:nth-child(1) {
  width: 26%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
table.list.rayout02 th p:nth-child(2),
table.list.rayout02 td p:nth-child(2) {
  width: 74%
}
table.list.rayout02 th:nth-child(2) p:nth-child(1),
table.list.rayout02 td:nth-child(2) p:nth-child(1) {
  width: 0;
  padding: 0;
  border-right: none !important
}
@media screen and (max-width: 768px) {
  table.list.rayout02 th:nth-child(2) p:nth-child(1),
  table.list.rayout02 td:nth-child(2) p:nth-child(1) {
    width: 26%
  }
}
table.list.rayout02 th:nth-child(2) p:nth-child(2),
table.list.rayout02 td:nth-child(2) p:nth-child(2) {
  width: 100%
}
@media screen and (max-width: 768px) {
  table.list.rayout02 th:nth-child(2) p:nth-child(2),
  table.list.rayout02 td:nth-child(2) p:nth-child(2) {
    width: 74%
  }
}
@media screen and (max-width: 768px) {
  table.list.rayout02 th {
    border-bottom: 2px solid #fff
  }
}
table.list.rayout02 th p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
table.list.rayout02 th p:nth-child(1) {
  border-right: 2px solid #fff
}
@media screen and (max-width: 768px) {
  table.list.rayout02 td {
    border-bottom: 2px solid #eee
  }
}
table.list.rayout02 td:first-child {
  background-color: #999
}
table.list.rayout02 td:first-child p {
  font-weight: bold;
  color: #fff
}
table.list.rayout02 td:first-child p:nth-child(2) {
  font-weight: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff
}
table.list.rayout02 td:first-child p:nth-child(2) a {
  color: #e41e25
}
table.list.rayout02 td:first-child p:nth-child(2):hover {
  background-color: #eee
}
table.list.rayout02 td:first-child p:nth-child(2):hover a {
  color: #e41e25
}
table.list.rayout02 td p:nth-child(1) {
  border-right: 2px solid #eee
}
table.list.rayout03 th:nth-child(1),
table.list.rayout03 td:nth-child(1) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.5%
}
@media screen and (max-width: 768px) {
  table.list.rayout03 th:nth-child(1),
  table.list.rayout03 td:nth-child(1) {
    width: 15%
  }
}
table.list.rayout03 th:nth-child(2),
table.list.rayout03 td:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.5%
}
@media screen and (max-width: 768px) {
  table.list.rayout03 th:nth-child(2),
  table.list.rayout03 td:nth-child(2) {
    width: 15%
  }
}
table.list.rayout03 th:nth-child(n+3),
table.list.rayout03 td:nth-child(n+3) {
  width: 43%
}
@media screen and (max-width: 768px) {
  table.list.rayout03 th:nth-child(n+3),
  table.list.rayout03 td:nth-child(n+3) {
    width: 35%
  }
}
table.list.rayout03 td:nth-child(1),
table.list.rayout03 td:nth-child(3) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
table.list.rayout03 td:nth-child(1) a,
table.list.rayout03 td:nth-child(3) a {
  color: #e41e25
}
table.list.rayout03 td:nth-child(1):hover,
table.list.rayout03 td:nth-child(3):hover {
  background-color: #eee
}
table.list.rayout04 th:nth-child(1),
table.list.rayout04 td:nth-child(1) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.5%
}
@media screen and (max-width: 768px) {
  table.list.rayout04 th:nth-child(1),
  table.list.rayout04 td:nth-child(1) {
    width: 14%
  }
}
table.list.rayout04 th:nth-child(2),
table.list.rayout04 td:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.5%
}
@media screen and (max-width: 768px) {
  table.list.rayout04 th:nth-child(2),
  table.list.rayout04 td:nth-child(2) {
    width: 14%
  }
}
table.list.rayout04 th:nth-child(n+3),
table.list.rayout04 td:nth-child(n+3) {
  width: 27.7%
}
@media screen and (max-width: 768px) {
  table.list.rayout04 th:nth-child(n+3),
  table.list.rayout04 td:nth-child(n+3) {
    width: 24%
  }
}
table.list.rayout04 td:nth-child(4) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
table.list.rayout04 td:nth-child(4) a {
  color: #e41e25
}
table.list.rayout04 td:nth-child(4):hover {
  background-color: #eee
}
table.list.rayout05 th,
table.list.rayout05 td {
  width: 23.25%
}
@media screen and (max-width: 768px) {
  table.list.rayout05 th,
  table.list.rayout05 td {
    width: 23.25%;
    padding: 10px 5px
  }
}
table.list.rayout05 th:nth-child(5),
table.list.rayout05 td:nth-child(5) {
  width: 7%
}
@media screen and (max-width: 768px) {
  table.list.rayout05 th:nth-child(5),
  table.list.rayout05 td:nth-child(5) {
    width: 7%
  }
}
table.list.rayout05 td:nth-child(1) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #e41e25
}
table.list.rayout05 td:nth-child(1):hover {
  background-color: #eee
}
table.list.rayout05 td:nth-child(1) a {
  color: #e41e25
}
.personal dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width: 768px) {
  .personal dl {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.personal dl:first-child dt {
  border-top: 2px solid #fff
}
.personal dl:first-child dd {
  border-top: 2px solid #eee
}
.personal dl dt {
  width: 20%;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  background-color: #999
}
@media screen and (max-width: 768px) {
  .personal dl dt {
    width: 30%;
    padding: 10px
  }
}
.personal dl dd {
  width: 80%;
  padding: 15px;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee
}
@media screen and (max-width: 768px) {
  .personal dl dd {
    width: 70%;
    padding: 10px
  }
}
.personal.rayout03 dl:nth-child(4) dd {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
.personal.rayout03 dl:nth-child(4) dd a {
  color: #e41e25
}
.personal.rayout03 dl:nth-child(4) dd:hover {
  background-color: #eee
}
.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px
}
@media screen and (max-width: 768px) {
  .search-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 60px
  }
}
.search-wrap .search-title {
  width: 200px;
  margin-right: 20px
}
@media screen and (max-width: 768px) {
  .search-wrap .search-title {
    margin-right: 0;
    margin-bottom: 20px
  }
}
.search-wrap .search-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 10px 10px;
  border: 2px solid #30393f;
  border-radius: 6px
}
.search-wrap .search-box input[type="text"] {
  height: 2.6em;
  border: none
}
.search-wrap .search-box input[type="text"]:focus {
  outline: 0
}
.search-wrap .search-box input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1.0;
  color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  background: #30393f;
  background-image: url("/_assets/svg/icon_search.svg");
  background-repeat: no-repeat;
  background-position: 13px 13px;
  background-size: 30px
}
.search-wrap .search-box input[type="submit"]:hover {
  opacity: 0.5
}
.search-wrap .search-box::-webkit-input-placeholder {
  color: #30393f
}
.search-wrap .search-box .search-notice {
  margin-left: -10px;
  padding-top: 20px;
  color: #e41e25
}
.overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px
}
.overview dl dt {
  min-width: 100px;
  font-weight: bold
}
.quote {
  margin-top: 20px;
  padding: 20px;
  background-color: #f8f8f8
}
.accordion dl:nth-child(odd) {
  background: #f8f8f8
}
.accordion dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px;
  padding-right: 50px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 26px;
  line-height: 2.6rem;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .accordion dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.0rem
  }
}
.accordion dl dt::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-image: url("/_assets/svg/icon_ac_open.svg");
  background-position: left top
}
.accordion dl dt.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url("/_assets/svg/icon_ac_close.svg");
  background-position: left 7px
}
.accordion dl dd {
  visibility: hidden;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0
}
.accordion dl dd .accordion-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .accordion dl dd .accordion-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.accordion dl dd .accordion-wrap:last-child {
  margin-bottom: 0
}
.accordion dl dd .accordion-wrap img {
  margin-left: 20px
}
@media screen and (max-width: 768px) {
  .accordion dl dd .accordion-wrap img {
    margin: 0 auto;
    margin-top: 20px
  }
}
.accordion dl dd.active {
  visibility: visible;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1
}
.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .button-wrap {
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.button-wrap-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width: 768px) {
  .button-wrap-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.button-wrap-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media screen and (max-width: 768px) {
  .button-wrap-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.button-wrap-spread {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .button-wrap-spread {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.button-wrap a::after {
  display: none
}
.button-wrap a:hover::after {
  display: none
}
.btn-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 1.0em;
  font-style: normal;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: none;
  border: none;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.btn-base:hover {
  opacity: 1
}
.btn-style {
  position: relative;
  width: 240px;
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  color: #fff;
  background-color: #30393f
}
@media screen and (max-width: 768px) {
  .btn-style {
    height: 45px
  }
}
.btn-style:hover {
  opacity: 0.5
}
.btn-style:hover span svg path {
  stroke: #fff
}
.btn-style.disable {
  cursor: initial;
  opacity: 0.5
}
.btn-style.btn-full {
  width: 100%
}
.btn-style.btn-slim {
  height: 40px
}
.btn-style.btn-large {
  width: 530px;
  height: 80px
}
@media screen and (max-width: 768px) {
  .btn-style.btn-large {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.btn-style.btn-large strong {
  margin-right: 20px;
  font-size: 2.0em
}
.btn-style.btn-normal {
  width: 240px;
  height: 60px
}
.btn-style.btn-small {
  width: 120px;
  height: 40px;
  padding: 0 15px;
  border-radius: 6px
}
.btn-style.btn-small.btn-prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.btn-style.btn-small.btn-next {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.btn-style.btn-small span {
  height: 17px
}
.btn-style.btn-small span.arrow-prev {
  left: 15px
}
.btn-style.btn-small span.arrow-next {
  right: 15px
}
.btn-style.btn-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0 5px 5px 5px;
  padding: 0;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.btn-style.btn-pager:hover {
  opacity: 1;
  background-color: #eee
}
@media screen and (max-width: 768px) {
  .btn-style.btn-pager:hover {
    background-color: #30393f
  }
}
.btn-style.btn-pager.btn-current {
  cursor: default;
  color: #fff;
  background-color: #30393f
}
.btn-style.btn-pager.btn-current:hover {
  opacity: 1
}
.btn-style.btn-notice {
  color: #fff;
  background-color: #e41e25
}
.btn-style span {
  position: absolute;
  width: 12px;
  height: 17px
}
.btn-style span.arrow-prev {
  left: 20px
}
.btn-style span.arrow-next {
  right: 20px
}
.btn-style span svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  stroke: #fff
}
/**
 * swiper.js
 */
.swiper-container {
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 100%
}
.swiper-container .swiper-slide {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
.swiper-container .swiper-slide.swiper-slide-prev,
.swiper-container .swiper-slide.swiper-slide-next,
.swiper-container .swiper-slide.swiper-slide-duplicate-prev,
.swiper-container .swiper-slide.swiper-slide-duplicate-next {
  opacity: 0.2
}
.swiper-container .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1.0
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    width: 21px;
    margin-top: -22px
  }
}
.swiper-container .swiper-button-prev {
  left: -43px
}
@media screen and (max-width: 1300px) {
  .swiper-container .swiper-button-prev {
    left: 10px
  }
}
.swiper-container .swiper-button-next {
  right: -43px
}
@media screen and (max-width: 1300px) {
  .swiper-container .swiper-button-next {
    right: 10px
  }
}
.swiper-container .swiper-pagination {
  left: 10px;
  width: auto
}
@media screen and (max-width: 1300px) {
  .swiper-container .swiper-pagination {
    left: 0;
    width: 100%
  }
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px
}
.swiper-container .swiper-pagination-bullet-active {
  background: #e41e25
}
/* Go Page Top Button */
#page-top {
  position: fixed;
  z-index: 9900;
  right: 0px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-color: #e41e25;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 100px;
    width: 45px;
    height: 45px
  }
}
#page-top span svg path {
  stroke: #fff
}
#page-top.active {
  visibility: visible;
  opacity: 1
}
#page-top img {
  max-width: 100%;
  max-height: 100%
}
/* Animation */
.fadein {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0
}
.fadein.active {
  opacity: 1
}
.fadein.move-to-top {
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}
.fadein.move-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.fadein.move-to-bottom {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}
.fadein.move-to-bottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.fadein.move-to-left {
  -webkit-transform: translateX(50px);
  transform: translateX(50px)
}
.fadein.move-to-left.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.fadein.move-to-right {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}
.fadein.move-to-right.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.fadeout {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1
}
.fadeout.active {
  opacity: 0
}
.fadeout.move-to-top {
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}
.fadeout.move-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.fadeout.move-to-bottom {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}
.fadeout.move-to-bottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.fadeout.move-to-left {
  -webkit-transform: translateX(50px);
  transform: translateX(50px)
}
.fadeout.move-to-left.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.fadeout.move-to-right {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}
.fadeout.move-to-right.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.rotate {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0
}
.rotate.active {
  -webkit-transform: rotate(0) scale(1, 1);
  transform: rotate(0) scale(1, 1);
  opacity: 1
}
.rotate.move-to-top {
  -webkit-transform: translateY(500px) rotate(45deg) scale(0.5, 0.5);
  transform: translateY(500px) rotate(45deg) scale(0.5, 0.5)
}
.rotate.move-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.rotate.move-to-bottom {
  -webkit-transform: translateY(-500px) rotate(-45deg) scale(0.5, 0.5);
  transform: translateY(-500px) rotate(-45deg) scale(0.5, 0.5)
}
.rotate.move-to-bottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.rotate.move-to-left {
  -webkit-transform: translateX(500px) rotate(45deg) scale(0.5, 0.5);
  transform: translateX(500px) rotate(45deg) scale(0.5, 0.5)
}
.rotate.move-to-left.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.rotate.move-to-right {
  -webkit-transform: translateX(-500px) rotate(-45deg) scale(0.5, 0.5);
  transform: translateX(-500px) rotate(-45deg) scale(0.5, 0.5)
}
.rotate.move-to-right.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.form-area label {
  cursor: default
}
.form-area input,
.form-area textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  color: #000;
  border: none;
  outline: none;
  background-color: #eee
}
.form-area textarea {
  height: 120px
}
.form-area p.required::after {
  content: '*';
  margin-left: 0.2em;
  color: #ca1e1e
}
.form-area .form-error-head {
  width: auto;
  margin-bottom: 40px;
  color: #ca1e1e
}
.form-area .form-error-txt {
  color: #ca1e1e
}
.form-area .form-body {
  width: 100%
}
.form-area .form-body li {
  margin-top: 10px;
  margin-bottom: 40px
}
@media screen and (max-width: 768px) {
  .form-area .form-body li {
    margin-top: 5px;
    margin-bottom: 20px
  }
}
.form-area .form-body .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width: 768px) {
  .form-area .form-body .personal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.form-area .form-body .personal li {
  width: 50%;
  margin-right: 33px;
  margin-left: 33px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media screen and (max-width: 768px) {
  .form-area .form-body .personal li {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
.form-area .form-body .personal li:first-of-type {
  margin-left: 0
}
.form-area .form-body .personal li:last-of-type {
  margin-right: 0
}
.form-area .form-body .inquiry li:last-of-type {
  margin-bottom: 0
}
.form-area .form-text {
  width: 100%;
  max-width: 600px
}
.form-area .form-confirm {
  width: 100%;
  max-width: 800px
}
.form-area .form-confirm .confirm-label {
  margin-top: 20px;
  color: #e41e25
}
.form-area .form-confirm .confirm-value {
  padding-bottom: 20px;
  border-bottom: 2px solid #eee
}
header h1 {
  font-weight: bold
}
/* Header */
#g-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9)
}
.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: 65px;
    padding: 0 10px
  }
}
.header-inner #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.header-inner #logo a svg {
  width: 60px;
  height: 60px
}
@media screen and (max-width: 768px) {
  .header-inner #logo a svg {
    width: 40px;
    height: 40px
  }
}
.header-inner #logo a span {
  margin-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3.0rem;
  color: #e41e25
}
@media screen and (max-width: 768px) {
  .header-inner #logo a span {
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.0rem
  }
}
@media screen and (max-width: 320px) {
  .header-inner #logo a span {
    margin-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2.0rem
  }
}
.header-inner #logo a span br {
  display: none
}
@media screen and (max-width: 768px) {
  .header-inner #logo a span br {
    display: block
  }
}
.header-inner .button-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0
}
@media screen and (max-width: 768px) {
  .header-inner .button-wrap {
    display: none
  }
}
.header-inner .button-wrap .btn-style {
  width: 300px
}
.header-inner nav .for-pc {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff
}
@media screen and (max-width: 768px) {
  .header-inner nav .for-pc {
    display: none
  }
}
.header-inner nav .for-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.header-inner nav .for-pc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1.0;
  background-color: #30393f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header-inner nav .for-pc ul li.nav-current {
  background-color: #5b5b5b
}
.header-inner nav .for-pc ul li:hover {
  opacity: 0.5
}
.header-inner nav .for-pc ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header-inner nav .for-pc ul li a span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #fff
}
.header-inner nav .for-sp {
  display: none
}
@media screen and (max-width: 768px) {
  .header-inner nav .for-sp {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 65px;
    height: 65px;
    background-color: #30393f;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.header-inner nav .for-sp #hamburger {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer
}
.header-inner nav .for-sp #hamburger span {
  position: absolute;
  top: 0;
  left: 0
}
.header-inner nav .for-sp #hamburger span.active {
  display: none
}
.sp-menu-body {
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 65px;
  opacity: 0;
  background-color: #30393f;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.sp-menu-body.active {
  visibility: visible
}
.sp-menu-body ul {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-bottom: 60px
}
.sp-menu-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  border-bottom: 2px solid #596165;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.sp-menu-body ul li:last-child {
  border-bottom: none
}
.sp-menu-body ul li.alert {
  margin-bottom: 20px;
  padding: 30px 40px;
  border-bottom: none;
  background-color: #e41e25
}
.sp-menu-body ul li a {
  position: relative;
  font-weight: bold
}
.sp-menu-body ul li.nav-current {
  background-color: #5b5b5b
}
/* Content */
body #sec-mv {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #000
}
body.toppage #sec-mv .inner {
  position: relative;
  overflow: visible;
  max-width: 1100px
}
@media screen and (max-width: 1300px) {
  body.toppage #sec-mv .inner img {
    width: 100%;
    max-width: initial
  }
}
@media screen and (max-width: 768px) {
  body.toppage #sec-mv .inner .swiper-container {
    margin-bottom: 140px
  }
}
body #sec-alert {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  background-color: #e41e25
}
@media screen and (max-width: 1300px) {
  body #sec-alert {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
body #sec-alert.active {
  display: block
}
body #sec-alert h2 {
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  body #sec-alert h2 {
    min-height: 48px;
    padding-left: 70px;
    background-image: url("/_assets/svg/icon_alert.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px
  }
}
@media screen and (min-width: 769px) {
  body #sec-alert .inner {
    padding-left: 120px;
    background-image: url("/_assets/svg/icon_alert.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80px
  }
}
body #sec-alert a {
  color: #fff
}
body #sec-information {
  background-color: #f8f8f8
}
body #sec-information h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #e41e25;
  border-bottom: 2px dotted #a3a3a3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width: 768px) {
  body #sec-information h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
body #sec-information h2 span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 16px;
  line-height: 1.6rem;
  color: #a3a3a3
}
@media screen and (max-width: 768px) {
  body #sec-information h2 span {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 12px;
    line-height: 1.2rem
  }
}
body #sec-information h2 span.logo-kgrr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
body #sec-information h2 span.logo-kgrr svg {
  width: 80px;
  height: 29px;
  margin-right: 20px
}
body #sec-information .inner-wrap {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff
}
body #sec-information #area-information {
  display: none
}
body #sec-information #area-information.active {
  display: block
}
body #sec-race {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px
}
@media screen and (max-width: 768px) {
  body #sec-race {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
body #sec-race.swap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
body #sec-race > div {
  margin-top: 40px;
  margin-bottom: 40px
}
@media screen and (max-width: 768px) {
  body #sec-race > div {
    margin-top: 30px;
    margin-bottom: 30px
  }
}
body #sec-mainrace h2.icon-label {
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #fc760a;
  border-bottom: 2px dotted #a3a3a3
}
body #sec-mainrace h2.icon-label:before {
  padding: 0 17px;
  background-image: url("/_assets/svg/icon_mainrace.svg")
}
body #sec-mainrace .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
body #sec-mainrace .box-wrap .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(25% - 40px);
  margin-right: 40px
}
@media screen and (max-width: 768px) {
  body #sec-mainrace .box-wrap .box {
    width: 100%;
    margin-bottom: 40px
  }
}
body #sec-mainrace .box-wrap .box .box-lable {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  border-radius: 5px;
  background-color: #fc760a
}
body #sec-mainrace .box-wrap .box li {
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #a3a3a3
}
body #sec-qualifier h2.icon-label {
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #ffba00;
  border-bottom: 2px dotted #a3a3a3
}
body #sec-qualifier h2.icon-label:before {
  background-image: url("/_assets/svg/icon_qualifier.svg")
}
body #sec-qualifier .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  body #sec-qualifier .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
body #sec-qualifier .inner-wrap ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%
}
@media screen and (max-width: 768px) {
  body #sec-qualifier .inner-wrap ul {
    width: 100%;
    padding-bottom: 40px
  }
}
body #sec-qualifier .inner-wrap ul li {
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #a3a3a3
}
body #sec-news_column {
  background-color: #f8f8f8
}
body #sec-news_column .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  body #sec-news_column .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
body #sec-news_column .inner-wrap .news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px
}
@media screen and (max-width: 768px) {
  body #sec-news_column .inner-wrap .news {
    width: 100%;
    padding-right: 0
  }
}
body #sec-news_column .inner-wrap .news h2.icon-label {
  color: #008bd5
}
body #sec-news_column .inner-wrap .news h2.icon-label:before {
  background-image: url("/_assets/svg/icon_news.svg")
}
body #sec-news_column .inner-wrap .column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px
}
@media screen and (max-width: 768px) {
  body #sec-news_column .inner-wrap .column {
    width: 100%;
    margin-top: 60px;
    padding-left: 0
  }
}
body #sec-news_column .inner-wrap .column h2.icon-label {
  color: #05b9b3
}
body #sec-news_column .inner-wrap .column h2.icon-label:before {
  background-image: url("/_assets/svg/icon_column.svg")
}
body #sec-news_column .inner-wrap .button-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-top: 40px;
  padding-top: 0;
  padding-right: 20px
}
@media screen and (max-width: 768px) {
  body #sec-news_column .inner-wrap .button-wrap {
    width: 100%;
    padding-right: 0
  }
}
body #sec-news_column .inner-wrap .provider-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-top: 40px;
  padding-left: 20px
}
@media screen and (max-width: 768px) {
  body #sec-news_column .inner-wrap .provider-wrap {
    width: 100%;
    padding-left: 0
  }
}
body #sec-news_column .inner-wrap .provider-wrap .provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 80px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
body #sec-news_column .inner-wrap .provider-wrap .provider span.logo-yomiuri {
  margin-left: 20px
}
body #sec-news_column .inner-wrap .provider-wrap .provider span.logo-yomiuri svg {
  width: 120px;
  height: 26px
}
@media screen and (max-width: 768px) {
  body #sec-news_column .inner-wrap .provider-wrap .provider span.logo-yomiuri svg {
    width: 80px;
    height: 18px
  }
}
body #sec-news_column .inner-wrap .provider-wrap .provider span.logo-yomiuri svg .cls-1 {
  fill: #008bd5
}
body #sec-square h2.icon-label {
  position: relative;
  color: #04b946
}
body #sec-square h2.icon-label:before {
  background-image: url("/_assets/svg/icon_square.svg")
}
body #sec-square .inner {
  position: relative
}
@media screen and (max-width: 768px) {
  body #sec-square .inner {
    padding-top: 5px
  }
}
body #sec-square .button-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0
}
body #sec-square ul.list li:nth-child(odd) {
  background: #f8f8f8
}
body #sec-topics {
  background-color: #f8f8f8
}
body #sec-topics h2.icon-label {
  position: relative;
  color: #e96490
}
body #sec-topics h2.icon-label:before {
  background-image: url("/_assets/svg/icon_topics.svg")
}
body #sec-topics .inner {
  position: relative
}
@media screen and (max-width: 768px) {
  body #sec-topics .inner {
    padding-top: 5px
  }
}
body #sec-topics .button-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0
}
body #sec-topics-alert {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0;
  padding: 15px 20px;
  color: #fff;
  background-color: #e41e25;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  body #sec-topics-alert {
    display: none
  }
}
body #sec-topics-alert a {
  color: #fff
}
body #sec-topics-alert.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width: 768px) {
  body #sec-topics-alert.active {
    display: block
  }
}
body #sec-topics-alert span {
  margin-right: 20px
}
@media screen and (max-width: 768px) {
  body #sec-topics-alert span {
    display: block
  }
}
/* Content */
body.subpage #sec-mv {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover
}
body.subpage #sec-mv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  body.subpage #sec-mv .inner {
    padding: 20px
  }
}
body.subpage #sec-mv .inner h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 60px;
  line-height: 6.0rem;
  text-align: center;
  color: #fff
}
body.subpage #sec-mv .inner h2 span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 13px;
  line-height: 1.3rem
}
body#regulation #sec-mv {
  background-image: url("/_assets/images/mvbg_regulation.png")
}
body#regulation #sec-regulation-lists .inner-wrap {
  margin-bottom: 60px
}
body#regulation #sec-regulation-lists h3 {
  color: #e41e25
}
body#regulation #sec-regulation-lists ul.list li {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 40px;
  line-height: 4.0rem
}
@media screen and (max-width: 768px) {
  body#regulation #sec-regulation-lists ul.list li {
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 32px;
    line-height: 3.2rem;
    white-space: nowrap;
    text-overflow: ellipsis
  }
}
body#regulation #sec-regulation-lists ul.list li:nth-child(odd) {
  background: #f8f8f8
}
body#regulation #sec-regulation-lists .provider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  body#regulation #sec-regulation-lists .provider-wrap {
    margin-top: 60px
  }
}
body#regulation #sec-regulation-lists .provider-wrap .provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width: 768px) {
  body#regulation #sec-regulation-lists .provider-wrap .provider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
  }
}
body#regulation #sec-regulation-lists .provider-wrap .provider span {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 2.0rem;
  color: #a3a3a3
}
@media screen and (max-width: 768px) {
  body#regulation #sec-regulation-lists .provider-wrap .provider span {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 16px;
    line-height: 1.6rem
  }
}
body#regulation #sec-regulation-lists .provider-wrap .provider span.logo-kgrr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width: 768px) {
  body#regulation #sec-regulation-lists .provider-wrap .provider span.logo-kgrr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
body#regulation #sec-regulation-lists .provider-wrap .provider span.logo-kgrr svg {
  width: 190px;
  height: 69px;
  margin-right: 20px
}
@media screen and (max-width: 768px) {
  body#regulation #sec-regulation-lists .provider-wrap .provider span.logo-kgrr svg {
    width: 145px;
    height: 53px;
    margin-right: 0;
    margin-bottom: 30px
  }
}
body#regulation #sec-regulation-lists .provider-wrap .message {
  text-align: center
}
body#notice #sec-mv {
  background-image: url("/_assets/images/mvbg_notice.png")
}
body#notice #sec-notice-details .inner-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #a3a3a3
}
@media screen and (max-width: 768px) {
  body#notice #sec-notice-details .inner-wrap .title-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
body#notice #sec-notice-details .inner-wrap .title-wrap .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
body#notice #sec-notice-details .inner-wrap .title-wrap .title p span {
  margin-left: 20px
}
body#notice #sec-notice-details .inner-wrap .title-wrap .title h3 {
  margin-bottom: 0;
  color: #e41e25
}
body#notice #sec-notice-details .inner-wrap .title-wrap .date {
  color: #a3a3a3
}
body#notice #sec-notice-details .inner-wrap .content {
  width: 100%
}
body#notice #sec-notice-details .inner-wrap .content .notice {
  color: #e41e25
}
body#notice #sec-notice-details .inner-wrap .content p {
  margin-bottom: 20px
}
body#notice #sec-notice-details .inner-wrap .content p.icon-label {
  margin-top: 20px;
  line-height: 40px;
  line-height: 4.0rem
}
body#notice #sec-notice-details .inner-wrap .content p.icon-label:before {
  padding: 10px 17px;
  background-image: url("/_assets/svg/icon_file.svg");
  background-position: left top
}
body#notice #sec-notice-details .inner-wrap .content a {
  margin-bottom: 20px;
  color: #e41e25
}
body#notice #sec-notice-details .inner-wrap .content a.icon-label {
  margin-top: 20px;
  line-height: 40px;
  line-height: 4.0rem
}
body#notice #sec-notice-details .inner-wrap .content a.icon-label:before {
  padding: 10px 17px;
  background-image: url("/_assets/svg/icon_file.svg");
  background-position: left top
}
body#topics #sec-mv {
  background-image: url("/_assets/images/mvbg_topics.png")
}
body#topics #sec-topics-details .inner-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #a3a3a3
}
@media screen and (max-width: 768px) {
  body#topics #sec-topics-details .inner-wrap .title-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
body#topics #sec-topics-details .inner-wrap .title-wrap .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
body#topics #sec-topics-details .inner-wrap .title-wrap .title p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
body#topics #sec-topics-details .inner-wrap .title-wrap .title p span {
  margin-left: 20px
}
body#topics #sec-topics-details .inner-wrap .title-wrap .title h3 {
  margin-bottom: 0;
  color: #e96490
}
body#topics #sec-topics-details .inner-wrap .title-wrap .date {
  color: #a3a3a3
}
body#topics #sec-topics-details .inner-wrap .content {
  width: 100%
}
body#topics #sec-topics-details .inner-wrap .content .notice {
  color: #e41e25
}
body#topics #sec-topics-details .inner-wrap .content p {
  margin-bottom: 20px
}
body#topics #sec-topics-details .inner-wrap .content p.icon-label {
  margin-top: 20px;
  line-height: 40px;
  line-height: 4.0rem
}
body#topics #sec-topics-details .inner-wrap .content p.icon-label:before {
  padding: 10px 17px;
  background-image: url("/_assets/svg/icon_file.svg");
  background-position: left top
}
body#topics #sec-topics-details .inner-wrap .content a {
  margin-bottom: 20px;
  color: #e41e25
}
body#topics #sec-topics-details .inner-wrap .content a.icon-label {
  margin-top: 20px;
  line-height: 40px;
  line-height: 4.0rem
}
body#topics #sec-topics-details .inner-wrap .content a.icon-label:before {
  padding: 10px 17px;
  background-image: url("/_assets/svg/icon_file.svg");
  background-position: left top
}
body#topics #sec-topics-lists h3 {
  color: #e96490
}
body#topics #sec-topics-lists ul.list li:nth-child(odd) {
  background: #f8f8f8
}
body#square #sec-mv {
  background-image: url("/_assets/images/mvbg_square.png")
}
body#square #sec-square-details .inner-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #a3a3a3
}
@media screen and (max-width: 768px) {
  body#square #sec-square-details .inner-wrap .title-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
body#square #sec-square-details .inner-wrap .title-wrap .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
body#square #sec-square-details .inner-wrap .title-wrap .title p span {
  margin-left: 20px
}
body#square #sec-square-details .inner-wrap .title-wrap .title h3 {
  margin-bottom: 0;
  color: #04b946
}
body#square #sec-square-details .inner-wrap .title-wrap .date {
  color: #a3a3a3
}
body#square #sec-square-details .inner-wrap .content {
  width: 100%
}
body#square #sec-square-details .inner-wrap .content p {
  margin-bottom: 20px
}
body#square #sec-square-contents .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
body#square #sec-square-contents .box-wrap .box {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(33.3% - 40px);
  margin-right: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #f8f8f8
}
@media screen and (max-width: 768px) {
  body#square #sec-square-contents .box-wrap .box {
    width: calc(100% - 40px)
  }
}
body#square #sec-square-contents .box-wrap .box .box-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #04b946;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
body#square #sec-square-contents .box-wrap .box .box-label p span {
  margin-left: 5px
}
body#square #sec-square-contents .box-wrap .box dl {
  padding: 25px
}
body#square #sec-square-contents .box-wrap .box dl dt {
  overflow: hidden;
  height: 60px;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 30px;
  line-height: 3.0rem;
  text-align: left
}
body#square #sec-square-contents .box-wrap .box dl dd {
  overflow: hidden;
  height: 180px
}
body#square #sec-square-contents .box-wrap .box .button-wrap {
  padding: 25px;
  padding-top: 0
}
body#record #sec-mv {
  background-image: url("/_assets/images/mvbg_record.png")
}
body#record #sec-record-contents h3 {
  margin-top: 60px;
  color: #e41e25
}
body#record #sec-record-contents h3.rayout05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width: 768px) {
  body#record #sec-record-contents h3.rayout05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
body#record #sec-record-contents h3.rayout05 span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #a3a3a3
}
body#record #sec-record-contents h4 {
  margin-bottom: -60px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  background-color: #e41e25
}
body#record #sec-record-contents .personal {
  margin-top: 60px;
  margin-bottom: 40px
}
body#record #sec-record-contents table.list {
  margin-top: 60px;
  margin-bottom: 60px
}
body#record #sec-record-contents .pagination-wrap {
  margin-bottom: 60px
}
body#record #sec-record-contents .button-wrap {
  margin-bottom: 60px;
  padding-top: 0px
}
body#about #sec-mv {
  background-image: url("/_assets/images/mvbg_about.png")
}
body#about #sec-about-contents h3 {
  margin-top: 60px;
  color: #e41e25
}
body#about #sec-about-contents h3:first-child {
  margin-top: 0
}
body#about #sec-about-contents .inner-wrap {
  margin-bottom: 40px
}
body#about #sec-about-contents .inner-wrap:last-child {
  margin-bottom: 0
}
body#about #sec-about-contents .inner-wrap p {
  margin-top: 20px
}
body#about #sec-about-contents .inner-wrap .copyright {
  text-align: center
}
body#about #sec-about-contents .inner-wrap .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  body#about #sec-about-contents .inner-wrap .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
body#about #sec-about-contents .inner-wrap .box-wrap .box {
  margin-right: 40px
}
@media screen and (max-width: 768px) {
  body#about #sec-about-contents .inner-wrap .box-wrap .box {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 40px
  }
}
body#about #sec-about-contents .inner-wrap .box-wrap .box:last-child {
  margin-right: 0
}
@media screen and (max-width: 768px) {
  body#about #sec-about-contents .inner-wrap .box-wrap .box:last-child {
    margin-bottom: 0
  }
}
body#about #sec-about-contents .inner-wrap .box-wrap .box img {
  width: 100%
}
body#about #sec-about-contents .inner-wrap .box-wrap .box p {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center
}
body#about #sec-about-faq-contents {
  padding-top: 0
}
body#about #sec-about-faq-contents h3 {
  color: #e41e25
}
body#course #sec-mv {
  background-image: url("/_assets/images/mvbg_course.png")
}
body#course #sec-course-contents h3 {
  color: #e41e25
}
body#course #sec-course-contents .inner-wrap {
  margin-bottom: 60px
}
body#course #sec-course-contents .tab-button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16px;
  line-height: 1.6rem
}
body#course #sec-course-contents .tab-panel p {
  margin-top: 20px
}
@media screen and (max-width: 768px) {
  body#course #sec-course-contents .accordion.course dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  body#course #sec-course-contents .accordion.course dt p {
    margin-bottom: 5px
  }
  body#course #sec-course-contents .accordion.course dt p:last-child {
    margin-bottom: 0
  }
}
body#course #sec-course-contents .accordion.course dt span {
  display: inline-block;
  min-width: 100px;
  margin-right: 40px;
  font-weight: bold
}
body#course #sec-course-contents .accordion.course dt span:nth-child(1) {
  min-width: 150px;
  color: #e41e25
}
@media screen and (max-width: 768px) {
  body#course #sec-course-contents .accordion.course dt span:nth-child(1) {
    min-width: 100px
  }
}
body#event #sec-mv {
  background-image: url("/_assets/images/mvbg_event.png")
}
body#event #sec-event-details h3 {
  color: #e41e25
}
body#event #sec-event-details h3 span {
  display: block;
  font-size: 14px
}
body#event #sec-event-details h4 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #e41e25;
  border-bottom: 2px dotted #a3a3a3
}
body#event #sec-event-details .button-wrap {
  margin-bottom: 40px
}
body#event #sec-event-contents .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width: 768px) {
  body#event #sec-event-contents .box-wrap {
    display: block
  }
}
body#event #sec-event-contents .box-wrap .box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 40px;
  padding-bottom: 140px;
  border-radius: 10px;
  background-color: #f8f8f8
}
@media screen and (max-width: 768px) {
  body#event #sec-event-contents .box-wrap .box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-bottom: 40px
  }
}
body#event #sec-event-contents .box-wrap .box .button-wrap {
  position: absolute;
  bottom: 40px;
  left: 40ox
}
body#event #sec-event-contents h3 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #e41e25;
  border-bottom: 2px dotted #a3a3a3
}
body#program #sec-mv {
  background-image: url("/_assets/images/mvbg_program.png")
}
body#program #sec-program-details .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  body#program #sec-program-details .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
body#program #sec-program-details .inner-wrap .cover {
  width: 50%
}
@media screen and (max-width: 768px) {
  body#program #sec-program-details .inner-wrap .cover {
    width: 100%;
    margin-bottom: 20px
  }
}
body#program #sec-program-details .inner-wrap .cover img {
  width: 100%
}
body#program #sec-program-details .inner-wrap .guides {
  width: calc(50% - 20px);
  margin-left: 20px
}
@media screen and (max-width: 768px) {
  body#program #sec-program-details .inner-wrap .guides {
    width: 100%;
    margin-left: 0
  }
}
body#program #sec-program-details .inner-wrap .guides img {
  width: 100%;
  padding-bottom: 20px
}
body#program #sec-program-details .inner-wrap .guides a:last-child img {
  padding-bottom: 0
}
body#program #sec-program-contents .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
body#program #sec-program-contents .box-wrap .box {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(20% - 40px);
  margin-right: 40px;
  margin-bottom: 30px;
  border-radius: 10px 10px 0 0;
  background-color: #f8f8f8
}
@media screen and (max-width: 768px) {
  body#program #sec-program-contents .box-wrap .box {
    width: calc(50% - 40px)
  }
}
body#program #sec-program-contents .box-wrap .box .box-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 20px;
  color: #fff;
  background-color: #e41e25;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
body#program #sec-program-contents .box-wrap .box .box-label p span {
  margin-left: 20px
}
body#program #sec-program-contents .box-wrap .box img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1.0
}
body#program #sec-program-contents .box-wrap .box img:hover {
  cursor: pointer;
  opacity: 0.5
}
body#knowledge #sec-mv {
  background-image: url("/_assets/images/mvbg_knowledge.png")
}
body#error #sec-mv {
  background-image: url("/_assets/images/mvbg_error.png")
}
body#error #sec-error-contents h2 {
  margin-bottom: 0;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 80px;
  line-height: 8.0rem;
  text-align: center;
  color: #e41e25
}
@media screen and (max-width: 768px) {
  body#error #sec-error-contents h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 60px;
    line-height: 6.0rem
  }
}
body#error #sec-error-contents h3 {
  text-align: center;
  color: #e41e25
}
body#error #sec-error-contents p {
  text-align: center
}
body#contact #sec-mv {
  background-image: url("/_assets/images/mvbg_about.png")
}
body#contact #sec-contact-contents h3 {
  margin-top: 60px;
  text-align: center;
  color: #e41e25
}
body#contact #sec-contact-contents h3:first-child {
  margin-top: 0
}
body#contact #sec-contact-contents .inner-wrap {
  text-align: center
}
body#contact #sec-contact-contents .inner-wrap p:not(.tel) {
  font-size: 16px;
  font-size: 1.6rem
}
@media screen and (max-width: 768px) {
  body#contact #sec-contact-contents .inner-wrap p:not(.tel) {
    font-size: 18px;
    font-size: 1.8rem
  }
}
body#contact #sec-contact-contents .contact-ano {
  margin-top: 100px;
  text-align: center
}
@media screen and (max-width: 768px) {
  body#contact #sec-contact-contents .contact-ano {
    margin-top: 50px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
/* Footer */
#g-footer.scrollLock {
  position: relative
}
.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #fff;
  background-color: #30393f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 1300px) {
  .footer-navi {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 12px;
    line-height: 1.2rem
  }
}
@media screen and (max-width: 768px) {
  .footer-navi {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
.footer-navi a {
  position: relative;
  color: #fff
}
.footer-navi a:hover {
  text-decoration: underline
}
.footer-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width: 768px) {
  .footer-navi ul {
    width: 100%
  }
}
.footer-navi ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding-left: 20px;
  background-image: url("/_assets/svg/list_dot.svg");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 10px 2px
}
@media screen and (max-width: 768px) {
  .footer-navi ul li {
    margin-bottom: 15px;
    padding-left: 10px;
    background-size: 6px 2px
  }
}
.footer-navi ul li:nth-child(odd) {
  margin-right: 10px
}
.footer-navi ul li:nth-child(even) {
  margin-left: 10px
}
.footer-navi .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .footer-navi .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer-navi .footer-inner .footer-aboutHakoneEkiden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42%;
  min-height: 150px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .footer-navi .footer-inner .footer-aboutHakoneEkiden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0
  }
}
@media screen and (max-width: 768px) {
  .footer-navi .footer-inner .footer-aboutHakoneEkiden p {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px
  }
}
.footer-navi .footer-inner .footer-aboutHakoneEkiden p.logo-hakone {
  width: 100px;
  height: 100px
}
@media screen and (max-width: 1300px) {
  .footer-navi .footer-inner .footer-aboutHakoneEkiden p.logo-hakone {
    width: 80px;
    height: 80px
  }
}
@media screen and (max-width: 768px) {
  .footer-navi .footer-inner .footer-aboutHakoneEkiden p.logo-hakone {
    width: 80px;
    height: 80px
  }
}
.footer-navi .footer-inner .footer-aboutHakoneEkiden p.logo-hakone .cls-1 {
  fill: #fff
}
.footer-navi .footer-inner .footer-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58%;
  min-height: 150px;
  padding-left: 20px;
  border-left: 2px dotted #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .footer-navi .footer-inner .footer-linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    border-top: 2px dotted #fff;
    border-left: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer-navi .footer-inner .footer-linkList p {
  margin: 0 auto;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 20px;
  line-height: 2.0rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .footer-navi .footer-inner .footer-linkList p {
    margin-top: 20px;
    margin-bottom: 40px
  }
}
.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #a3a3a3;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 1300px) {
  .footer-copyright {
    padding-right: 20px;
    padding-left: 20px
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    height: 100px
  }
}
.footer-copyright .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .footer-copyright .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer-copyright .footer-inner .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.footer-copyright .footer-inner .footer-logo span {
  margin-right: 50px
}
@media screen and (max-width: 768px) {
  .footer-copyright .footer-inner .footer-logo span {
    margin-right: 30px
  }
}
.footer-copyright .footer-inner .footer-logo span:last-child {
  margin-right: 0
}
.footer-copyright .footer-inner .footer-logo span.logo-yomiuri {
  width: 110px;
  height: 26px
}
@media screen and (max-width: 768px) {
  .footer-copyright .footer-inner .footer-logo span.logo-yomiuri {
    width: 80px;
    height: 18px
  }
}
.footer-copyright .footer-inner .footer-logo span.logo-yomiuri .cls-1 {
  fill: #008bd5
}
.footer-copyright .footer-inner .footer-logo span.logo-kgrr {
  width: 100px;
  height: 38px
}
@media screen and (max-width: 768px) {
  .footer-copyright .footer-inner .footer-logo span.logo-kgrr {
    width: 70px;
    height: 26px
  }
}
.footer-copyright .footer-inner .footer-logo span.logo-kgrr .cls-1 {
  fill: #df1b0b
}
.footer-copyright .footer-inner .copyright {
  width: 280px;
  text-align: right
}
@media screen and (max-width: 768px) {
  .footer-copyright .footer-inner .copyright {
    width: 100%;
    margin-top: 16px;
    text-align: center
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
