@charset "UTF-8";
/* -----------------------------------------------------------------------------
   #Top
   -------------------------------------------------------------------------- */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* #Boxshadow
   -------------------------------------------------------------------------- */
/* #flexbox
   -------------------------------------------------------------------------- */
/* #Fonts
   -------------------------------------------------------------------------- */
/* #fontSize
   -------------------------------------------------------------------------- */
/* #Linkcolor
   -------------------------------------------------------------------------- */
/* #Mediaquery
   -------------------------------------------------------------------------- */
/* #Boxshadow
   -------------------------------------------------------------------------- */
/* #Fontcolor
   -------------------------------------------------------------------------- */
/* #FontFamily
   -------------------------------------------------------------------------- */
/* #Sitecolor
   -------------------------------------------------------------------------- */
/*通常色*/
/*薄い色*/
/*無彩色*/
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

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

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-wp8-vertical {
  -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;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  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-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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-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;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-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;
  -moz-transform-style: preserve-3d;
  -ms-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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

.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, .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;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.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-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-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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%;
  object-fit: contain;
}

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

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

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

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

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

.swiper-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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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);
  }
}

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

/* #Swiper
   -------------------------------------------------------------------------- */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
}

.swiper-container {
  padding-bottom: 30px;
}

.swiper-pagination-bullet-active {
  background: #60cdb8;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.c-breadcrumb.swiper-container {
  padding-bottom: 5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
  .swiper-slide a:hover {
    opacity: .6;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* #Main
   -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-col2__inner {
    width: 48%;
  }
  .l-col2__inner:first-child {
    margin-right: 4%;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* #Base
   -------------------------------------------------------------------------- */
* {
  word-wrap: break-word;
  word-break: break-all;
}

.c-txt {
  padding: 20px 10px 0;
  text-align: left;
}

.c-captionTxt {
  padding: 20px 10px 0;
  text-align: left;
}

/*見出し*/
.c-caption__main {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  margin: 20px 0 0;
  padding: 4px 0 !important;
  background: #60cdb8;
  text-shadow: 0.5px 0.866px 1.98px rgba(0, 0, 0, 0.3);
  text-align: center !important;
  font-weight: 700;
  color: #fff;
}

.c-caption__main span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.425;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-caption__main {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.375;
    position: relative;
    margin: 20px 0 0;
    color: #000;
    font-weight: 200;
    text-align: left !important;
    text-shadow: none;
    background: none;
    border-bottom: 1px solid #666;
    border-top: 5px solid #666;
  }
  .c-caption__main:first-letter {
    color: #60cdb8;
  }
  .c-caption__main::after {
    background-color: #60cdb8;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 20%;
    z-index: 2;
  }
}

.c-caption__sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  display: block;
  margin-top: 20px;
  padding: 4px 0 4px 5px;
  font-weight: 700;
  text-align: left;
  background: #cff0ea;
}

.c-caption__sub span {
  border-left: 4px solid #60cdb8;
  padding-left: 5px;
}

.c-caption--bold {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  color: #52ae9d;
  display: block;
  margin-top: 20px;
  padding: 0 10px;
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-caption__main span {
    margin: -10px 0 10px;
  }
  .c-caption__sub {
    padding: 4px 0 4px 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.375;
    font-weight: 200;
    line-height: 1.8em;
  }
  .c-caption__sub span {
    padding-left: 10px;
  }
  .c-caption--bold {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
    padding: 0;
  }
}

/*table*/
.c-table {
  width: 96%;
  margin: 20px auto 0;
  border-right: 1px solid #a7a7a7;
  border-spacing: 0;
  border-top: 1px solid #a7a7a7;
}

.c-table th,
.c-table td {
  padding: .6em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
}

.c-table th {
  color: #fff;
  text-align: center;
  background-color: #a7a7a7;
  border-right: 1px solid #fff;
}

.c-table th:last-child {
  border-right: 1px solid #a7a7a7;
}

.c-table-w10 {
  width: 10%;
}

.c-table-w20 {
  width: 20%;
}

.c-table-w30 {
  width: 30%;
}

.c-table-w40 {
  width: 40%;
}

.c-table-w50 {
  width: 50%;
}

/* #themeList
   -------------------------------------------------------------------------- */
.c-theme {
  background: #e6e6e6;
  padding: 10px 5px;
}

.c-theme ul {
  width: 100%;
  overflow: hidden;
}

.c-theme li {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}

.c-theme li:nth-child(3n) {
  margin-right: 0;
  float: right;
}

.c-theme li img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 250%;
  max-height: 100%;
}

.c-theme li:last-child {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border-top: none;
}

.c-theme li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 4px 2px;
  text-align: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.425;
  line-height: 1.2;
}

.c-theme li span {
  font-size: 8px;
  display: block;
}

.c-theme .c-theme--crop {
  position: relative;
  width: 100%;
  /* トリミングしたい枠の幅（固定にしたい場合はサイズを入力） */
  padding-top: 85%;
  /* トリミングしたい枠の高さ（固定にしたい場合はサイズを入力） */
  overflow: hidden;
  /* 画像が枠からはみ出た部分はトリミング（非表示）する */
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-theme {
    margin-top: 20px;
    padding: 10px 0;
    background: none;
  }
  .c-theme ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
  }
  .c-theme li {
    float: none;
    width: 18%;
  }
  .c-theme li:nth-child(3n) {
    margin-right: 2%;
    float: none;
  }
  .c-theme li:last-child {
    width: 18%;
    border-radius: 0;
    text-align: center;
  }
  .c-theme li:nth-child(5n) {
    margin-right: 0;
  }
  .c-theme a {
    padding: 30px 0 0;
  }
  .c-theme a:hover {
    opacity: .6;
  }
  .c-theme .c-icon--common-4:before {
    content: "";
  }
  .c-theme .c-list {
    border: solid 1px #e6e6e6;
  }
}

/* #Ranking
   -------------------------------------------------------------------------- */
.c-tabs {
  display: inline-block;
  margin-top: 10px;
  letter-spacing: -.4em;
}

.c-tabs li {
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  display: inline-block;
  letter-spacing: 0;
}

.c-tabs li:last-child {
  border-right: 1px solid #a7a7a7;
}

.c-tabs a {
  border-left: 1px solid #a7a7a7;
  background: #efefef;
  color: #a7a7a7;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}

.c-tabs a:last-child {
  border-left: none;
}

.c-tabs a.is-selected {
  border-top: solid 2px #60cdb8;
  background: #fff;
  color: #000;
}

.c-ranking--list {
  border-top: 1px solid #a7a7a7;
}

.c-ranking--list li {
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

.c-ranking--list a {
  color: #000;
  text-decoration: none;
  padding: 10px 5px;
}

.c-ranking--list span {
  padding: 0;
  display: inline-block;
}

.c-ranking--list .c-ranking__icon {
  width: 62px;
  position: relative;
  z-index: 0;
  padding: 0 10px 10px 0;
  display: table-cell;
}

.c-ranking--list .c-ranking__detail {
  padding: 0 20px 10px 0;
  flex: 1;
  display: table-cell;
}

.c-ranking--list .c-ranking__detail span {
  font-weight: 200;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.1875;
  display: block;
}

.c-ranking--list .c-icon--common-30 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 4.75;
  line-height: 0;
}

.c-ranking--list .c-icon--common-30:before {
  left: 10%;
  top: -8%;
  z-index: -1;
}

.c-ranking--list .c-ranking__icon b {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 4px;
  z-index: 2;
}

.c-ranking--list li:nth-child(1) .c-icon--common-30:before {
  color: #ffd700;
}

.c-ranking--list li:nth-child(2) .c-icon--common-30:before {
  color: #c0c0c0;
}

.c-ranking--list li:nth-child(3) .c-icon--common-30:before {
  color: #c47222;
}

.c-ranking--list li:nth-child(n + 4) .c-ranking__icon b {
  background: #a7a7a7;
  color: #fff;
  display: inline-block;
  padding: 0 6px;
  border-radius: 100%;
  margin-left: 15px;
}

.c-ranking--list .c-ranking__icon span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.1875;
  display: block;
  text-align: center;
  font-weight: 200;
  margin-top: 5px;
}

.c-ranking--list .c-ranking__keep {
  color: #000;
}

.c-ranking--list .c-ranking__up {
  color: #b64351;
}

.c-ranking--list .c-ranking__down {
  color: #3b7ab9;
}

@media screen and (min-width: 768px) {
  .c-ranking--list {
    border-left: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
  }
  .c-ranking--list a:hover {
    text-decoration: none;
  }
  .c-ranking--list a:hover .c-ranking__detail b {
    color: #1776d5;
    text-decoration: none;
  }
  .c-tabContents a {
    padding: 10px 20px 10px 10px;
  }
}

/*画像付き*/
.c-ranking--list__img .c-ranking__icon {
  width: 65px;
}

.c-ranking--list__img img {
  width: 55px;
  margin-top: 10px;
}

.c-ranking--list__img .c-icon--common-30:before {
  left: 12%;
  top: -4%;
}

.c-ranking__detail {
  font-weight: 200;
}

.c-ranking__detail b {
  line-height: 1;
  font-weight: 700;
  text-decoration: underline;
}

.c-ranking__detail p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.425;
}

.c-ranking__price span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.1875;
  background: #a7a7a7;
  color: #fff;
  padding: 2px 5px;
  display: inline-block !important;
  margin-right: 5px;
  margin-left: 5px;
}

.c-ranking__price:first-child {
  margin-left: 0px;
}

@media screen and (min-width: 768px) {
  .c-ranking__pcBg-grn {
    background: #cff0ea;
    padding: 10px 10px 0;
    margin-top: 20px;
  }
  .c-ranking__pcBg-grn .c-ranking--list {
    border: none !important;
  }
  .c-ranking__pcBg-grn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
  }
  .c-ranking__pcBg-grn li {
    border: none !important;
    width: 330px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0;
  }
  .c-ranking__pcBg-grn li:nth-child(odd) {
    margin-right: 10px;
  }
}

/* #Recommend
   -------------------------------------------------------------------------- */
.c-recommend {
  background: #cff0ea;
  padding: 10px;
  text-align: left;
}

.c-recommend a:link {
  text-decoration: underline;
}

.c-recommend a:hover {
  text-decoration: none;
}

.c-recommend .c-recommend--container {
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px 30px;
}

.c-recommend img {
  width: 70px;
  float: right;
  margin: 0 0 10px 10px;
}

.c-recommend .swiper-container-horizontal > .swiper-pagination-bullets,
.c-recommend .swiper-pagination-custom,
.c-recommend .swiper-pagination-fraction {
  bottom: 5px;
}

.c-captionTxt + .c-recommend {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .c-recommend {
    margin-top: 20px;
  }
  .c-recommend .c-sp--dn {
    background: #fff;
    padding: 15px 15px 0;
  }
  .c-recommend__pc {
    border-bottom: 1px dotted #a7a7a7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .c-recommend__pc:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

/* #Wrapper
   -------------------------------------------------------------------------- */
.p-information {
  background: #efefef;
  padding: 5px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.1875;
  text-align: left;
}

.p-information--bg {
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.p-information--bg span {
  background: #ea5768;
  display: inline-block;
  padding: 3px;
  color: #fff;
  margin: 0 10px;
}

.p-information__ticker {
  position: relative;
  overflow: hidden;
  width: 75%;
}

.p-information__ticker ul {
  position: relative;
  width: 100%;
}

.p-information__ticker li {
  position: relative;
  width: 100%;
  display: none;
}

.p-information__ticker a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-information {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.425;
    width: 1010px;
    margin: 0 auto;
  }
  .p-information--bg {
    width: 60%;
    margin: 0 auto;
  }
}

/* #Article
   -------------------------------------------------------------------------- */
.c-article p {
  padding: 20px 10px 0;
  text-align: left;
}

.c-article p:last-child {
  padding-bottom: 10px;
}

.c-article img {
  margin: 20px auto 0;
  width: 94%;
}

.c-article a:link {
  text-decoration: underline;
}

.c-article a:hover {
  text-decoration: none;
}

.c-article .c-img--left {
  float: left;
  margin: 20px 5px 5px 10px;
  width: 150px;
}

.c-article .c-img--right {
  float: right;
  margin: 20px 10px 5px 5px;
  width: 150px;
}

.c-article a.c-btn__ib {
  margin: 20px auto;
}

.c-column--separate {
  margin: 20px 10px 0;
  text-align: left;
}

.c-column--separate li {
  margin-bottom: 10px;
}

.c-txt--bold {
  font-weight: 700;
}

.c-txt--marker {
  background: #fff001;
  background: linear-gradient(rgba(255, 240, 1, 0) 10%, #fff001 0%);
}

.c-txt--border {
  border: 2px solid #60cdb8;
  color: #60cdb8;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 700;
  margin: 0 5px 3px 0;
  display: inline-block;
}

.c-txt--red {
  color: #b64351;
}

.c-txt--center {
  text-align: center;
  clear: both;
}

.c-article .c-txtBg--gr {
  background-color: #e6e6e6;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 10px 0;
}

.c-img__block {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.c-img__block img {
  width: 90%;
  margin: 20px auto 0;
}

.c-img--center {
  width: 90% !important;
  margin: 0 5% !important;
}

.c-articlepoint {
  background: #60cdb8;
  counter-reset: number;
  list-style: none;
  padding: 10px 10px 1px;
  margin-top: 20px;
}

.c-articlepoint li {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  position: relative;
  text-align: left;
  z-index: 0;
}

.c-articlepoint b {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  display: block;
  line-height: 1.4;
  padding-top: 22px;
  text-align: center;
}

.c-articlepoint .c-txt--marker {
  color: #ea5768;
}

.c-articlepoint li::before {
  border-color: #60cdb8 transparent transparent transparent;
  border-style: solid;
  border-width: 18px 25px 0 25px;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}

.c-articlepoint .c-articlepoint__number {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  z-index: 2;
}

.c-article__eyecatchTx {
  font-weight: 700;
  position: relative;
  margin: 20px 10px 0;
  padding: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: url(../images_bu/common/bg_paper.png);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.c-article__eyecatchTx p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.375;
  line-height: 2.6rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0.1em, transparent 0.1em);
  background-size: auto 2.5rem;
  padding: 0 !important;
  text-align: center;
}

.c-article__eyecatchTx span {
  color: #ea5768;
}

.c-article__eyecatchTx::before, .c-article__eyecatchTx::after {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  content: '';
  color: #fff;
  background-color: #ea5768;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.c-article__eyecatchTx::before {
  top: 0;
  right: -102px;
  transform: rotate(45deg);
}

.c-article__eyecatchTx::after {
  bottom: 0;
  left: -102px;
  transform: rotate(225deg);
}

.c-article__definition {
  width: 96%;
  margin: 20px auto 0;
}

.c-article__definition li {
  padding: 5px;
  border: solid 1px #60cdb8;
  border-bottom: none;
  text-align: center;
}

.c-article__definition li:last-child {
  border-bottom: solid 1px #60cdb8;
}

.c-article__definition span {
  display: block;
  margin-bottom: 5px;
  background: #60cdb8;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.c-article__definition b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1375;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
}

.c-table--dl {
  width: 96%;
  margin: 20px auto 0;
  padding: 0;
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
  border-top: none;
}

.c-table--dl dt, .c-table--dl dd {
  padding: 6px;
  margin: 0;
}

.c-table--dl dt {
  color: #fff;
}

.c-table--dl dd {
  background: #fff;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-article p {
    padding: 20px 0 0;
  }
  .c-article .c-img--left,
  .c-article .c-img--right {
    width: 240px;
  }
  .c-article .c-img--left {
    margin: 20px 10px 10px 0;
  }
  .c-article .c-img--right {
    margin: 20px 0 10px 10px;
  }
  .c-article .c-txtBg--gr {
    margin: 20px 0 0;
  }
  .c-column--separate {
    display: table;
    margin: 20px 0 0;
  }
  .c-column--separate li {
    width: 50%;
    display: table-cell;
    padding-right: 10px;
  }
  .c-column--separate li:last-child {
    padding-left: 10px;
    border-left: solid 1px #a7a7a7;
  }
  .c-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
  }
  .c-rating__inner {
    width: 330px;
  }
  .c-rating__inner li a {
    color: #1776d5;
    text-decoration: none;
    text-decoration: underline;
  }
  .c-rating__inner li a:hover, .c-rating__inner li a:active, .c-rating__inner li a:focus {
    color: #0d4379;
    text-decoration: underline;
  }
  .c-rating__inner li a:hover {
    text-decoration: none;
  }
  .c-img__block img {
    width: 48%;
    float: left;
  }
  .c-img__block img:nth-child(even) {
    float: right;
  }
  .c-img--center {
    width: 70% !important;
    margin: 0 15% !important;
  }
  .c-articlepoint {
    display: flex;
  }
  .c-articlepoint li {
    margin-right: 10px;
  }
  .c-articlepoint li:last-child {
    margin-right: 0;
  }
  .c-article__definition {
    width: 100%;
    display: flex;
  }
  .c-article__definition li {
    border-right: none;
    border-bottom: solid 1px #60cdb8;
    flex-grow: 1;
    padding: 10px;
    max-width: 50%;
  }
  .c-article__definition li:last-child {
    border-right: solid 1px #60cdb8;
  }
  .c-table--dl {
    border-top: none;
  }
  .c-table--dl dt {
    border-top: 1px solid #a7a7a7;
    clear: left;
    float: left;
    width: 27%;
    border-top: solid 1px #fff;
  }
  .c-table--dl dd {
    border-left: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    margin-left: 27%;
  }
}

/*トップページのスタイル*/
.p-topTitle {
  background: url("../images_bu/top/topTitleBg.png") center top no-repeat;
  background-size: 100% auto;
  min-height: 205px;
  overflow: hidden;
}

.p-topTitle p {
  margin-top: 10%;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.1875;
  text-shadow: white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px;
  line-height: 2em;
}

.p-topTitle p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1375;
}

.p-topTitle p span {
  color: #52ae9d;
}

.p-topTitle li {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.1875;
  background: #fff;
  margin: 10px 2px;
  padding: 5px 0 10px;
  font-weight: 700;
  width: 95px;
  border-radius: 50%;
  box-shadow: 1.5px 2.598px 9px 1px rgba(0, 0, 0, 0.2);
}

.p-topTitle li:nth-child(1) i {
  color: #60cdb8;
}

.p-topTitle li:nth-child(2) i {
  color: #4c9ded;
}

.p-topTitle li:nth-child(3) i {
  color: #ea5768;
}

.p-topTitle li:nth-child(1) span {
  color: #60cdb8;
}

.p-topTitle li:nth-child(2) span {
  color: #4c9ded;
}

.p-topTitle li:nth-child(3) span {
  color: #ea5768;
}

.p-topTitle a {
  display: block;
  text-decoration: none;
  color: #000;
}

.p-topTitle i {
  display: block;
  margin-bottom: -6px;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 5.34375;
  line-height: 0;
}

.p-topTitle li span {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .p-topTitle {
    width: 1010px;
    margin: 0 auto;
    background: url("../images_bu/top/topTitleBg_pc.png") center top no-repeat;
    min-height: 264px;
  }
  .p-topTitle p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.375;
    margin-top: 70px;
  }
  .p-topTitle p b {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 4.0375;
    line-height: 0;
  }
  .p-topTitle ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 2%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .p-topTitle li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6625;
    width: 280px;
    display: inline-block;
    border-radius: 5px;
    text-align: left;
    padding: 0;
    margin: 0 15px;
    border: 1px solid #fff;
    background-image: -moz-linear-gradient(90deg, lightgray 0%, white 40%);
    background-image: -webkit-linear-gradient(90deg, lightgray 0%, white 40%);
    background-image: -ms-linear-gradient(90deg, lightgray 0%, white 40%);
  }
  .p-topTitle a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 90px;
  }
  .p-topTitle a:after {
    position: absolute;
    right: 5px;
    top: 50%;
    font-family: "common" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 3.5625;
    line-height: 0;
    color: #a7a7a7;
  }
  .p-topTitle li:hover {
    background: #fff;
  }
  .p-topTitle li:hover span {
    text-decoration: none;
  }
  .p-topTitle i {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 8.3125;
    line-height: 0;
    position: absolute;
    left: 10px;
    top: -2px;
  }
  .p-topTitle li span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.375;
    display: inline-block;
  }
  .p-topics {
    margin-top: 20px;
  }
  .p-topics .c-list__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
    line-height: 1.4em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .p-topics .c-list__txt li {
    width: 50%;
  }
}

.swiper-container {
  margin-top: 1px;
}

.p-more {
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.p-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
}

.p-more i {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 3.5625;
  line-height: 0;
  color: #a7a7a7;
}

.p-more::before {
  position: absolute;
  top: 22%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
}

@media screen and (min-width: 768px) {
  .c-list__txt.c-sp--dn .c-icon--common-8:before {
    top: 15px;
  }
}

.c-wordSearch--tx {
  background: #efefef;
  padding: 10px;
  text-align: left;
}

.c-wordSearch--tx p {
  margin-top: 10px;
}

.c-wordSearch--tx a {
  margin-right: 10px;
  display: inline-block;
}

.c-wordSearch--tx input[type='text'] {
  width: 70%;
}

@media screen and (min-width: 768px) {
  .c-wordSearch--tx {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-wordSearch--tx form {
    width: 50%;
    margin-right: 20px;
  }
  .c-wordSearch--tx input[type='text'] {
    width: 80%;
  }
  .c-wordSearch--tx p {
    margin-top: 0;
    width: 46%;
  }
}

.c-attentionWord {
  background: #efefef;
  margin-top: 20px;
  padding: 20px 0;
}

.c-attentionWord a {
  display: inline-block;
}

.c-attentionWord aside {
  padding: 20px;
  margin: 0 22px;
  position: relative;
  vertical-align: top;
  display: block;
  background: #f7e999;
  line-height: 28px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.c-attentionWord aside:before {
  display: block;
  content: '';
  background: rgba(132, 204, 201, 0.4);
  width: 130px;
  height: 28px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px/18px 0;
  position: absolute;
  top: -13px;
  left: 30%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

@media screen and (min-width: 768px) {
  .c-list__icon span:hover {
    color: #5997d9;
  }
  .c-attentionWord {
    background: none;
  }
  .c-attentionWord aside:before {
    left: 40%;
  }
}

/*# sourceMappingURL=../maps/top.css.map */
