.i-arrow, body.g-rsp-page #G-HEADER-SP .nav ul li a:before, body.g-rsp-page #G-HEADER-SP .inquiry a:before, body.g-rsp-page #G-HEADER-SP .upper > p a:before, .i-arrow2, body.g-rsp-page .m-rsp-pager_prev:before, body.g-rsp-page .m-rsp-pager_next:before, body.g-rsp-page #G-T-SITE .t-site-layout .list a:after, .i-arrow3, body.g-rsp-page .m-rsp-pager_first:before, body.g-rsp-page .m-rsp-pager_last:before, .i-bars, body.g-rsp-page #G-HEADER-SP .btn-menu:before, .i-close, body.g-rsp-page #G-HEADER-SP .btn.s-open:before, .i-close2, body.g-rsp-page #G-HEADER-SP .btn-close:before, .i-earth, body.g-rsp-page #G-HEADER-SP .btn-region:before, .i-search, body.g-rsp-page .m-search dd:after, body.g-rsp-page #G-T-SEARCH .m-search-set:after {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/rsp/sprite.png");
  background-size: 110.5px 90px;
}

.i-arrow, body.g-rsp-page #G-HEADER-SP .nav ul li a:before, body.g-rsp-page #G-HEADER-SP .inquiry a:before, body.g-rsp-page #G-HEADER-SP .upper > p a:before {
  width: 8.5px;
  min-width: 8.5px;
  max-width: 8.5px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
  background-position: -95px -18px;
}

.i-arrow2, body.g-rsp-page .m-rsp-pager_prev:before, body.g-rsp-page .m-rsp-pager_next:before, body.g-rsp-page #G-T-SITE .t-site-layout .list a:after {
  width: 8.5px;
  min-width: 8.5px;
  max-width: 8.5px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
  background-position: -95px -36px;
}

.i-arrow3, body.g-rsp-page .m-rsp-pager_first:before, body.g-rsp-page .m-rsp-pager_last:before {
  width: 15.5px;
  min-width: 15.5px;
  max-width: 15.5px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
  background-position: -95px 0px;
}

.i-bars, body.g-rsp-page #G-HEADER-SP .btn-menu:before {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-position: -50px 0px;
}

.i-close, body.g-rsp-page #G-HEADER-SP .btn.s-open:before {
  background: url("../img/icon_close.png") center center;
  background-size: 54px auto;
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
}

.i-close2, body.g-rsp-page #G-HEADER-SP .btn-close:before {
  width: 9.5px;
  min-width: 9.5px;
  max-width: 9.5px;
  height: 9.5px;
  min-height: 9.5px;
  max-height: 9.5px;
  background-position: -95px -54px;
}

.i-earth, body.g-rsp-page #G-HEADER-SP .btn-region:before {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-position: -45px -50px;
}

.i-search, body.g-rsp-page .m-search dd:after, body.g-rsp-page #G-T-SEARCH .m-search-set:after {
  background: url("../img/find.gif") center center no-repeat;
  background-size: 40px auto;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}


/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 7, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-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;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.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;
  -ms-grid-row-align: flex-start;
      align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

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

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-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");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -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 {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

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

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

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

.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;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  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);
  }
}

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

/**
  2018.07.20
  Add Break Point 960px
*/
@media (max-width: 960px) {
  body {
    min-width: 960px;
  }
}


@media (max-width: 960px) {
  body {
    min-width: inherit;
  }
  body.g-rsp-page a:hover, body.g-rsp-page a:active {
    text-decoration: none;
  }
  body.g-rsp-page #G-PAGETOP {
    /*bottom: 0px !important;*/
    display: block;
    opacity: 0;
  }
  body.g-rsp-page #G-PAGETOP.show{
    opacity: 1;
  }
  body.s-page h2 {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 46px;
  }
  body.s-page h3 {
    font-size: 16px;
    line-height: 1.75;
  }
  body.s-page h4 {
    font-size: 14px;
  }
  body.s-page h5 {
    font-size: 13px;
  }
  body.g-rsp-page .m-lead {
    font-size: 108%;
  }
  body.g-rsp-page #G-TOPIC-PATH {
    display: none;
  }
  body.g-rsp-page #G-PRINT-AREA {
    display: none;
  }
  body.g-rsp-page #G-RIGHT-PANE {
    float: none;
    width: auto;
  }
  body.g-rsp-page #G-RIGHT-PANE #G-T-LIST .m-one-third {
    margin-bottom: 0;
  }
  body.g-rsp-page #G-LEFT-PANE {
    display: none;
  }
  body.g-rsp-page #G-INQUIRY-AREA {
    margin: 40px 10px 0;
  }
  body.g-rsp-page #G-T-PROLIST-DS #G-INQUIRY-AREA {
    margin-top: 30px;
  }
  body.g-rsp-page #G-T-A-BASELIST #G-INQUIRY-AREA {
    margin: 20px 10px 0;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-column {
    margin-left: 0;
    margin-right: 0;
  }
  body.g-rsp-page #G-INQUIRY-AREA .title, body.g-rsp-page #G-INQUIRY-AREA .subtitle, body.g-rsp-page #G-INQUIRY-AREA .detail {
    text-align: center;
    font-weight: 300;
  }
  body.g-rsp-page #G-INQUIRY-AREA .title {
    font-size: 115%;
  }
  body.g-rsp-page #G-INQUIRY-AREA .subtitle {
    font-size: 93%;
  }
  body.g-rsp-page #G-T-NEWSD #G-INQUIRY-AREA .detail {
    margin-top: 15px;
  }
  body.g-rsp-page #G-T-NEWSD #G-INQUIRY-AREA .detail .m-richtext {
    font-size: 143%;
  }
  body.g-rsp-page #G-INQUIRY-AREA .left, body.g-rsp-page #G-INQUIRY-AREA .right {
    width: auto !important;
    display: block;
  }
  body.g-rsp-page #G-T-A-BASELIST #G-INQUIRY-AREA .left .hours {
    font-size: 93%;
    line-height: 1.84;
  }
  body.g-rsp-page #G-INQUIRY-AREA .right {
    margin-top: 15px;
    padding-top: 0;
  }
  body.g-rsp-page #G-INQUIRY-AREA .right p.m-arrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 10px 0 !important;
  }
  body.g-rsp-page #G-INQUIRY-AREA .right p.m-arrow a {
    margin-top: 10px;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button {
    width: 76.7%;
    margin-top: 0;
    white-space: nowrap;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button a {
    font-size: 13px;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button a > span {
    padding-bottom: 2px;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button a > span > span > span {
    padding: 13px 15px 10px 12px;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button img {
    width: 100%;
  }
  body.g-rsp-page #G-INQUIRY-AREA .number li {
    font-size: 143%;
    width: auto !important;
    display: block;
    margin-bottom: 7px;
  }
  body.g-rsp-page .inquiry-l .body {
    text-align: left !important;
  }
  body.g-rsp-page .inquiry-l .g-w300 {
    width: auto !important;
  }
  body.g-rsp-page .inquiry-l .g-w170, body.g-rsp-page .inquiry-l .g-w180 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cecece;
    width: 100% !important;
  }
  body.g-rsp-page .inquiry-l .m-flex-button a > span > span > span {
    padding: 13px 15px 10px 12px;
  }
  body.g-rsp-page .g-w480, body.g-rsp-page .g-w180 {
    float: none !important;
    width: auto !important;
  }
  body.g-rsp-page .g-w480 {
    padding: 0 10px;
  }
  body.g-rsp-page .g-w180 .inquiry-s {
    display: none;
  }
  body.g-rsp-page #fancybox-wrap {
    box-sizing: border-box;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  body.g-rsp-page #fancybox-outer {
    box-sizing: border-box;
  }
  body.g-rsp-page #fancybox-content {
    width: 100% !important;
  }
  body.g-rsp-page #fancybox-content .m-split-box > * {
    width: auto;
  }
  body.g-rsp-page #G-CONFIRM-WIN {
    width: auto;
  }
}

@media (min-width: 641px) {
  body.g-rsp-page .hm-form .buttons {
    text-align: center;
  }
  body.g-rsp-page .hm-form .buttons .submit-button,
  body.g-rsp-page .hm-form .buttons .reset-button,
  body.g-rsp-page .hm-form .buttons .back-button{
    padding: 0 0 0 0;
    float: none;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page .m-layout {
    width: auto;
  }
  body.g-rsp-page .m-search dl > *, body.g-rsp-page .m-search dl dd > * {
    display: block;
  }
  body.g-rsp-page .m-search dl {
    padding: 15px 10px 30px 10px;
  }
  body.g-rsp-page .m-search dt {
    display: none;
  }
  body.g-rsp-page .m-search dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.g-rsp-page .m-search dd:after {
    content: "";
    opacity: 0;
  }
  body.g-rsp-page .m-search input[type="text"] {
  }
  body.g-rsp-page .m-search input[type="image"],
  body.g-rsp-page .m-search button[type="submit"] {
    z-index: 1000;
    position: relative;
    left: 60px;
    width: 45px;
    height: 45px;
    background: #f00;
    opacity: 0;
  }
  body.g-rsp-page .m-search dd {
    width: 90%;
  }
  body.g-rsp-page .m-h1 {
    font-size: 22px;
    margin: 37px 10px 70px;
  }
  body.g-rsp-page .m-h1 > span > span {
    padding-bottom: 2px;
  }
  body.g-rsp-page .m-h1 > span > span > span {
    padding: 0;
  }
  body.g-rsp-page #G-T-FAQD .m-h1 > span > span > span {
    padding-left: 40px;
  }
  body.s-page #G-T-SITE .m-h2{
    margin: 36px 0 23px;
  }
  body.s-page #G-T-SITE .m-hr + .m-h2 {
    margin-top: 50px;
  }
  body.s-page #G-T-SITE .m-h2:first-of-type {
    margin-bottom: 23px;
  }
  body.s-page #G-T-SITE .m-h2 + .m-h2 {
    margin-top: 48px;
  }
  body.s-page #G-T-SITE h2#employment,
  body.s-page #G-T-SITE h2#OTHER{
    margin-bottom: 38px;
  }
  body.g-rsp-page .m-h2 {
    font-size: 18px;
    background: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 0 4px 13px
  }
  body.g-rsp-page .m-h2::after {
    bottom: -12px;
    width: 36px !important;
    height: 2px !important;
  }
  body.g-rsp-page .m-h2 span {
    font-size: 18px;
    min-height: 24px;
  }
  body.g-rsp-page .m-h2 span.m-x-small {
    font-size: 80%;
  }
  body.g-rsp-page .m-h2 a {
    font-size: 18px;
  }
  body.g-rsp-page .m-grid > .s-box > .m-h2 > span {
    min-height: 0 !important;
  }
  body.g-rsp-page .m-one-half, body.g-rsp-page .m-one-third, body.g-rsp-page .m-one-fourth {
    margin-right: 0 !important;
    margin-top: 35px;
  }
  body.g-rsp-page .s-box {
    box-sizing: border-box;
    margin-bottom: 0 !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  body.g-rsp-page .m-one-half .m-h2,
  body.g-rsp-page .m-one-third .m-h2,
  body.g-rsp-page .m-one-fourth .m-h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .m-h2-box .m-h2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
  }
  body.g-rsp-page .m-h2-box .m-h2 > span {
    width: auto !important;
  }
  body.g-rsp-page .m-one-half .m-h2 a,
  body.g-rsp-page .m-one-third .m-h2 a,
  body.g-rsp-page .m-one-fourth .m-h2 a {
    font-size: 115%;
  }
  body.g-rsp-page .m-h2-box .photo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 100%;
    height: auto;
  }
  body.g-rsp-page .m-h2-box .body {
    padding-bottom: 15px;
  }
  body.g-rsp-page .m-shadow {
    padding: 0 !important;
    background: none !important;
  }
  body.g-rsp-page .m-shadow .m-column {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .m-shadow .m-column .title {
    text-align: left;
  }
  body.g-rsp-page .m-column > .title {
    padding: 10px 10px 6px;
  }
  body.g-rsp-page .m-shadow .m-column .body {
    padding: 17px 20px 14px;
  }
  body.g-rsp-page #G-T-FAQLIST .m-shadow .m-column .body {
    padding-bottom: 30px;
  }
  body.g-rsp-page .m-shadow > img:only-child {
    width: 100%;
    height: auto;
  }
  body.g-rsp-page .m-shadow.g-mt30 {
    margin-top: 15px !important;
  }
  body.g-rsp-page .m-reader {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .m-reader .inner {
    padding: 28px 20px 18px;
    text-align: center;
  }
  body.g-rsp-page .m-reader a {
    width: auto;
    display: inline;
  }
  body.g-rsp-page .m-shadow.m-reader a img {
    margin-bottom: 0;
  }
  body.g-rsp-page .m-reader p {
    font-size: 93%;
    line-height: 1.84;
    margin-left: 0;
    margin-top: 18px;
    width: auto;
    text-align: left;
  }
  body.g-rsp-page .m-disclaimer {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }
  body.g-rsp-page .m-disclaimer .m-gray-box {
    padding: 14px 20px 20px;
  }
  body.g-rsp-page .m-overlay-inline {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 20px 10px;
  }
  body.g-rsp-page .m-overlay-inline.products-image {
    box-sizing: border-box;
    width: 100%;
    min-height: auto;
    padding: 0 0 35px;
  }
  body.g-rsp-page .m-pager {
    display: none;
  }
  body.g-rsp-page .m-lead {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .m-anchor-block {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  body.g-rsp-page #G-T-FAQLIST .m-one-half,
  body.g-rsp-page #G-T-FAQLIST .m-one-third,
  body.g-rsp-page #G-T-FAQLIST .m-one-fourth {
    margin-bottom: -10px;
  }
  body.g-rsp-page .m-anchor-block .s-box {
    width: 50% !important;
  }
  body.g-rsp-page .m-anchor-block .s-box:nth-child(odd) {
    padding-right: 5px;
  }
  body.g-rsp-page .m-anchor-block .s-box:nth-child(even) {
    padding-left: 5px;
  }
  body.g-rsp-page .m-anchor-block .s-box:nth-child(n+3) {
    margin-top: 10px;
  }
  body.g-rsp-page .m-anchor-block .s-box a {
    font-size: 93%;
    padding-bottom: 9px;
    padding-top: 9px;
  }
  body.g-rsp-page #G-T-FAQLIST .m-h2 {
    margin-bottom: 20px;
  }
  body.g-rsp-page .q-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-FAQLIST .q-list {
    margin-bottom: -22px;
    margin-top: 0;
  }
  body.g-rsp-page #G-T-FAQLIST #CATEGORY-2 .q-list {
    margin-bottom: 0;
  }
  body.g-rsp-page table.m-news {
    border-top: 1px solid #ddd;
    font-size: 93%;
    margin: 20px 10px 15px;
    width: auto;
  }
  body.g-rsp-page table.m-news, body.g-rsp-page table.m-news tbody, body.g-rsp-page table.m-news tr, body.g-rsp-page table.m-news th, body.g-rsp-page table.m-news td {
    display: block;
  }
  body.g-rsp-page table.m-news .date, body.g-rsp-page table.m-news .icon {
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 16px;
    float: left;
    border: 0;
  }
  body.g-rsp-page table.m-news .headline {
    border-bottom: 1px solid #ddd;
    line-height: 1.846;
    padding-bottom: 20px;
    padding-top: 6px;
    clear: left;
    box-sizing: border-box;
  }
  body.g-rsp-page table.m-news th, body.g-rsp-page table.m-news td {
    padding: 5px 0 5px 10px;
  }
  body.g-rsp-page table.m-news + ul {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page table.m-news + ul li a {
    font-size: 93%;
  }
  body.g-rsp-page table.m-news + ul.m-flow > * {
    margin-left: 25px;
  }
  body.g-rsp-page .m-grid.s-no-margin {
    margin-bottom: 0;
  }
  body.g-rsp-page .m-grid.s-no-margin.g-mt40 {
    margin-top: 30px !important;
  }
  body.g-rsp-page .m-newse tbody, body.g-rsp-page .m-layout-table tr, body.g-rsp-page .m-layout-table th, body.g-rsp-page .m-layout-table td {
    display: block;
    border: 0;
  }
  body.g-rsp-page .m-layout-table td.img {
    padding: 0;
    text-align: center;
  }
  body.g-rsp-page .m-layout-table td.img .photo {
    margin-bottom: 0;
    padding-top: 20px;
  }
  body.g-rsp-page .m-layout-table td.text {
    box-sizing: border-box;
    padding-top: 20px;
  }
    body.g-rsp-page .m-layout-table p {
    margin-left:10px;
    margin-right:10px;
    font-size:100%;
  }
  body.g-rsp-page .m-layout-table td + td {
   /* margin-top: -15px; */
  }
	body.g-rsp-page .m-layout-table td + td.img {
		margin-top: 15px;
	}
  body.g-rsp-page .m-layout-table td + td .m-lead {
    margin-top: 30px;
  }
  body.g-rsp-page .m-layout-table.s-center {
    width: 100% !important;
  }
  body.g-rsp-page .m-layout-table.s-center th, body.g-rsp-page .m-layout-table.s-center td {
    padding-left: 0 !important;
  }
  body.g-rsp-page .m-layout-table.s-center .photo {
    text-align: center;
  }
  body.g-rsp-page .m-layout-table tbody {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.g-rsp-page .m-layout-table .photo img {
    max-width: 100%;
    height: auto;
  }
  body.g-rsp-page .m-hr {
    margin: 15px 10px;
  }
  body.g-rsp-page .m-anchor-list {
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.g-rsp-page .m-anchor-list li {
    margin: 10px 15px 0 0;
  }
  body.g-rsp-page .hm-text-button3 {
    margin-bottom: 15px;
  }
  body.g-rsp-page .hm-pop-notice {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding: 20px 20px 10px 15px;
  }
  body.g-rsp-page .hm-pop-notice .m-list-disc {
    margin-top: 20px;
  }
  body.g-rsp-page .hm-pop-notice .m-list-disc li {
    line-height: 1.84;
  }
  body.g-rsp-page .hm-form .top-warning {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .hm-form .buttons {
    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;
  }
  body.g-rsp-page .hm-form .buttons .reset-button, body.g-rsp-page .hm-form .buttons .submit-button {
    margin: 0 10px;
    padding: 0 0 0 0;
    float: none;
  }
  body.g-rsp-page .m-form-button.s-submit {
    font-size: 108%;
  }
  body.g-rsp-page #G-T-D3 .hm-form .buttons li { margin: 0 10px; }
  body.g-rsp-page .hm-form table {
  }
  body.g-rsp-page .hm-form table + table {
    margin-top: 0 !important;
  }
  body.g-rsp-page .hm-form table textarea, body.g-rsp-page .hm-form table input[type="text"]:not(.x-short) {
    width: 100%;
    box-sizing: border-box;
  }
  body.g-rsp-page .hm-form table textarea, body.g-rsp-page .hm-form table input[type="text"] {
    padding: 4px 5px;
  }
  body.g-rsp-page .hm-form table label {
    display: block;
    margin-bottom: 5px;
  }
  body.g-rsp-page .hm-form table input[type="radio"] + label {
    display: inline;
  }
  body.g-rsp-page .hm-form table input[type="text"].short + label {
    margin-left: 0;
  }
  body.g-rsp-page .hm-form select {
    padding: 3px 0;
  }
  body.g-rsp-page .hm-form table p.note {
    margin-top: 7px;
    display: block;
  }
  body.g-rsp-page .hm-form table, body.g-rsp-page .hm-form tbody, body.g-rsp-page .hm-form tr, body.g-rsp-page .hm-form th, body.g-rsp-page .hm-form td {
    display: block;
    border: 0;
    width: auto;
  }
  body.g-rsp-page .hm-form thead {
    display: none;
  }
  body.g-rsp-page .hm-form th {
    padding: 10px 15px;
    background-color: #f7f7f7;
  }
  body.g-rsp-page .hm-form td {
    font-size: 93%;
    padding: 17px 20px;
    border-bottom: 1px dotted #7f7f7f;
  }
  body.g-rsp-page .hm-form td:last-child {
    border: 0;
  }
  body.g-rsp-page div.select-category-sample-request {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page div.select-category-sample-request .hm-pop-notice {
    margin: 10px 0;
  }
  body.g-rsp-page table.select-category-sample-request {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  body.g-rsp-page table.select-category-sample-request > tbody {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page .m-rsp {
    display: block;
  }
  body.g-rsp-page .m-rsp-sns {
    margin: 30px 10px 0;
    text-align: right;
  }
  body.g-rsp-page .m-rsp-sns a {
    margin-left: 10px;
  }
  body.g-rsp-page .m-rsp-h1 {
    margin-bottom: 20px;
  }
  body.g-rsp-page .m-rsp-h1 img {
    width: 100%;
  }
  body.g-rsp-page .m-rsp-h1 p:not(.m-h1) {
    font-size: 13px;
    line-height: 2.153;
    margin: 15px 10px;
  }
  body.g-rsp-page .m-rsp-h1 + h1 {
    display: none;
  }
  body.g-rsp-page .m-rsp-acc {
    background: url("../img/icon_plus.png") center center no-repeat;
    background-size: 30px auto;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.g-rsp-page .m-rsp-acc.s-open {
    background-image: url("../img/icon_minus.png");
  }
  body.g-rsp-page .m-rsp-acchead {
    border-bottom: 1px solid #ddd;
  }
  body.g-rsp-page .m-rsp-acchead *:first-child {
    padding-right: 20px;
  }
  body.g-rsp-page .m-h2-box .body {
    display: none;
  }
  body.g-rsp-page .m-h2-box .m-rsp-accbody .body {
    display: block;
  }
  body.g-rsp-page .m-rsp-accbody {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .m-rsp-accbody.s-open {
    display: block;
  }
  body.g-rsp-page .m-rsp-pager {
    height: 60px;
    margin-top: 35px;
    padding: 0 15px;
    background-color: #f2f2f2;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    position: relative;
  }
  body.g-rsp-page .m-rsp-pager a span {
    display: none;
  }
  body.g-rsp-page .m-rsp-pager p {
    color: #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
  }
  body.g-rsp-page .m-rsp-pager a, body.g-rsp-page .m-rsp-pager p {
    margin-top: 15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.g-rsp-page .m-rsp-pager a {
    position: absolute;
    right: 0;
    top: 0;
  }
  body.g-rsp-page .m-rsp-pager_first {
    background: #fff;
    border: 1px solid #cecece;
    left: 15px;
  }
  body.g-rsp-page .m-rsp-pager_first:before {
    background: url("../img/arrow10.png") center center no-repeat;
    background-size: 12px auto;
    content: "";
  }
  body.g-rsp-page .m-rsp-pager a.m-rsp-pager_last {
    background-color: #fff;
    border: 1px solid #cecece;
    right: 15px;
  }
  body.g-rsp-page .m-rsp-pager_last:before {
    background: url("../img/arrow11.png") center center no-repeat;
    background-size: 12px auto;
    content: "";
  }
  body.g-rsp-page .m-rsp-pager_prev {
    background-color: #fff;
    margin-left: -1px;
    border: 1px solid #cecece;
    left: 47px;
  }
  body.g-rsp-page .m-rsp-pager_prev:before {
    background: url("../img/arrow12.png") center center no-repeat;
    background-size: 7px auto;
    content: "";
  }
  body.g-rsp-page .m-rsp-pager a.m-rsp-pager_next {
    background-color: #fff;
    margin-right: -1px;
    border: 1px solid #cecece;
    right: 47px;
  }
  body.g-rsp-page .m-rsp-pager_next:before {
    background: url("../img/arrow13.png") center center no-repeat;
    background-size: 7px auto;
    content: "";
  }
}

@media (max-width: 960px) {
  body.g-rsp-page div.m-richtext {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page div.m-richtext p {
    font-size: 100%;
  }
  body.g-rsp-page div.m-richtext .m-lead {
    font-size: 117%;
    margin-left: 0;
    margin-right: 0;
  }
  body.g-rsp-page div.m-richtext ul,
  body.g-rsp-page div.m-richtext ol {
    font-size: 100%;
    margin: 0 0 20px 1em;
  }
  body.g-rsp-page div.m-richtext ul > li,
  body.g-rsp-page div.m-richtext ol > li {
    line-height: 2;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .lead {
    font-size: 13px;
  }

  body.g-rsp-page .m-large-text {
    font-size: 93%;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-HEADER-NEW,
  body.g-rsp-page #G-HEADER {
    display: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body.g-rsp-page #G-HEADER.s-satellite {
    margin-bottom: 0;
    min-height: 0;
  }
  body.g-rsp-page #G-HEADER-S {
    padding: 15px 13px 14px;
  }
  body.g-rsp-page #G-HEADER-S .logo {
  }
  body.g-rsp-page #G-HEADER-S .inner {
    width: auto;
  }
  body.g-rsp-page #G-HEADER-S .close {
    margin-top: 0;
  }
  body.g-rsp-page #G-HEADER-SP {
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    padding: 0;
    z-index: 101;
    background: #0a2986;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  body.g-rsp-page #G-HEADER-SP.s-active {
    height: 100%;
    overflow-y: scroll;
  }
  body.g-rsp-page #G-HEADER-SP button {
    padding: 0;
    border: 0;
    background: none;
  }
  body.g-rsp-page #G-HEADER-SP .sns {
    display: none;
  }
  body.g-rsp-page #G-HEADER-SP .logo {
    display: table;
    width: 103px;
    height: 55px;
    background: #fff;
  }

  body.g-rsp-page #G-HEADER-SP .logo a {
    display: table-cell;
    padding: 15px;
    border-right: 1px solid #dddddd;
    color: #9608aa;
    text-align: center;
    vertical-align: middle;
  }
  body.g-rsp-page #G-HEADER-SP .logo a:nth-child(2) {}
  body.g-rsp-page #G-HEADER-SP .logo img {
    width: 72px;
  }

  body.g-rsp-page #G-HEADER-SP .logo a:nth-child(2) img {
    width: 36px;
  }

  body.g-rsp-page #G-HEADER-SP .contry {
    padding: 22px 10px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }
  body.g-rsp-page #G-HEADER-SP .btn-region {
    position: absolute;
    top: 0;
    right: 60px;
  }
  body.g-rsp-page #G-HEADER-SP .btn-region:before {
    background: url("../img/icon_earth.png") 50% 50% no-repeat;
    background-size: 24px auto;
    content: "";
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    min-height: 54px;
    max-height: 54px;
  }
  body.g-rsp-page #G-HEADER-SP .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  body.g-rsp-page #G-HEADER-SP .btn-menu:before {
    background: url("../img/icon_menu.png") 50% 50% no-repeat;
    background-size: 20px auto;
    content: "";
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    min-height: 54px;
    max-height: 54px;
  }
  body.g-rsp-page #G-HEADER-SP .btn-close {
    margin: 0 auto;
    display: block;
    border: 1px solid #cecece;
    box-shadow: 0 0 1px 1px #fff inset;
    background: -webkit-linear-gradient(#fefefe, #f3f3f3);
    background: linear-gradient(#fefefe, #f3f3f3);
    font-size: 13px;
    line-height: 1;
    width: 200px;
    height: 45px;
    box-sizing: border-box;
  }
  body.g-rsp-page #G-HEADER-SP .btn-close:before {
    content: "";
    margin-bottom: 2px;
    margin-right: 3px;
  }
  body.g-rsp-page #G-HEADER-SP .m-search {
    border: 0;
  }
  body.g-rsp-page #G-HEADER-SP .m-search dl {
    padding: 0 0 15px;
    border: 0;
  }
  body.g-rsp-page #G-HEADER-SP .pane {
    display: none;
    box-sizing: border-box;
    padding: 0 0 15px 0;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    background-color: #373a4b;
    line-height: 1;
  }
  /*
  body.g-rsp-page #G-HEADER-SP .pane:before {
    content: "";
    position: absolute;
    right: 24px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #171b8f transparent;
  }
  */

  body.g-rsp-page #G-HEADER-SP .pane .m-search {
    margin: 0;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search * {
    box-sizing: content-box;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search dt {
    display: none;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search dd {
    background-size: 24px auto;
    background-position: 97% 70%;
    margin: 0 auto;
    padding: 13px 0 0;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search dd:after {
    content: "";
    opacity: 0;
  }

  body.g-rsp-page #G-HEADER-SP .pane .m-search input[type="text"] {
    border: none;
    color: #171c8f;
    font-size: 14px;
    height: auto;
    width: 80%;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search input[type="text"]:placeholder-shown {
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search input[type="text"]::-webkit-input-placeholder {
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search input[type="text"]:-moz-placeholder {
    color: #171c8f;
    opacity: 1;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search input[type="text"]::-moz-placeholder {
    color: #171c8f;
    opacity: 1;
  }
  body.g-rsp-page #G-HEADER-SP .pane .m-search input[type="text"]:-ms-input-placeholder {
    color: #171c8f;
  }
  /*
  body.g-rsp-page #G-HEADER-SP .pane .m-search button[type="submit"] {
    opacity: 0;
    position: absolute;
  }
  */
  /*update */
  body.g-rsp-page #G-HEADER-SP .pane .m-search button[type="submit"] {
    opacity: 0;
    z-index: 100;
    position: absolute;
    left: 313px;
  }
  body.g-rsp-page #G-HEADER-SP .region {
    padding-top: 0;
    background: #f2f2f2;
  }
  body.g-rsp-page #G-HEADER-SP .region:before {
    right: 74px;
  }
  body.g-rsp-page #G-HEADER-SP .region .close {
    display: none;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner {
    padding: 0;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl {
    border-bottom: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dt {
    cursor: pointer;
    position: relative;
    padding: 15px 10px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dt:before {
    background: url("../img/icon_plus.png") right center no-repeat;
    background-size: 30px auto;
    content: "";
    pointer-events: none;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dt.s-open:before {
    background-image: url("../img/icon_minus.png");
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dd {
    display: none;
    font-size: 13px;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl {
    overflow: hidden;
    border-top: 1px solid #cecece;
    padding: 0 10px;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl dt, body.g-rsp-page #G-HEADER-SP .region dl dl dd {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dddddd;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl dd {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl dt:nth-of-type(1), body.g-rsp-page #G-HEADER-SP .region dl dl dd:nth-of-type(1) {
    border-top: 0;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl dt {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    min-width: 90px;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl dd {
    overflow: hidden;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl ul {
    overflow: hidden;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl li {
    float: left;
    margin: 10px 0;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl li:after {
    content: "|";
    color: #c9cbdb;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl a {
    padding: 0 10px;
    display: inline-block;
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .region .site {
    margin: 15px 0;
  }


  body.g-rsp-page #G-HEADER-SP .region .m-text-button a {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    font-size: 13px;
  }
  body.g-rsp-page #G-HEADER-SP .region .m-text-button a span {
    display: block;
    background: url("../img/icon_list.gif") right center no-repeat;
    background-size: 15px auto;
    padding: 0;
  }
  body.g-rsp-page #G-HEADER-SP .menu:before {
    right: 24px;
  }
  body.g-rsp-page #G-HEADER-SP .nav {
    margin: 0;
    border-bottom: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .nav div, body.g-rsp-page #G-HEADER-SP .nav a {
    cursor: pointer;
    position: relative;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
  body.g-rsp-page #G-HEADER-SP .nav > li {
    border-top: 1px solid #9a9da4;
  }
  body.g-rsp-page #G-HEADER-SP .nav > li li {
    border-top: 1px solid rgba(255, 255, 255, .5);
  }

  body.g-rsp-page #G-HEADER-SP .nav .childnav {
    display: block;
    background: #454859;
  }

  body.g-rsp-page #G-HEADER-SP .nav ul {
    display: none;
  }
  body.g-rsp-page #G-HEADER-SP .nav ul li a {
    padding-left: 30px;
  }
  body.g-rsp-page #G-HEADER-SP .nav ul li a:before {
    background: url("../img/icon_arrow_right01.png") right center no-repeat;
    background-size: 15px auto;
    content: "";
    pointer-events: none;
    margin-top: -5px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 11px;
    min-height: 11px;
    max-height: 11px;
  }
  body.g-rsp-page #G-HEADER-SP .nav li a:before {
    background: url("../img/icon_arrow_right01.png") right center no-repeat;
    background-size: 15px auto;
    content: "";
    pointer-events: none;
    margin-top: -5px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 11px;
    min-height: 11px;
    max-height: 11px;
  }
  body.g-rsp-page #G-HEADER-SP .nav ul li:not(:first-child) a {
    color: #fff;
    font-weight: normal;
  }
  body.g-rsp-page #G-HEADER-SP .nav .acc:before {
    background: url("../img/icon_plus_w.png") center center;
    background-size: 30px auto;
    content: "";
    pointer-events: none;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
  }
  body.g-rsp-page #G-HEADER-SP .nav .acc.s-open:before {
    background-image: url("../img/icon_minus_w.png");
  }
  body.g-rsp-page #G-HEADER-SP .inquiry {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 15px;
    padding-top: 20px;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry dt {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px 0 20px
  }
  body.g-rsp-page #G-HEADER-SP .inquiry li {
    margin: 15px 10px 15px 20px;
    border: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry a {
    font-size: 13px;;
    position: relative;
    padding: 14px 7px;
    display: block;
    background-color: #f2f2f2;
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry a:before {
    background: url("../img/icon_list.gif") right center no-repeat;
    background-size: 15px auto;
    content: "";
    pointer-events: none;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 11px;
    min-height: 11px;
    max-height: 11px;
  }
  body.g-rsp-page #G-HEADER-SP .upper > p {
    margin: 15px 10px 15px 20px;
    border: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .upper > p a {
    font-size: 13px;
    position: relative;
    padding: 14px 7px;
    display: block;
    background-color: #f2f2f2;
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .upper > p a:before {
    background: url("../img/icon_list.gif") right center no-repeat;
    background-size: 15px auto;
    content: "";
    pointer-events: none;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 11px;
    min-height: 11px;
    max-height: 11px;
  }
  body.g-rsp-page #G-HEADER-SP .upper .size {
    display: none;
  }
  body.g-rsp-page #G-SELECT-LANG-SP {
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, .1);;
    border-bottom: 1px solid rgba(255, 255, 255, .1);;
    text-align: center;
  }
  body.g-rsp-page #G-SELECT-LANG-SP li, body.g-rsp-page #G-SELECT-LANG-SP a {
    display: inline-block;
  }
  body.g-rsp-page #G-SELECT-LANG-SP a {
    font-size: 12px;
    padding: 15px 30px;
    width: 120px;
    box-sizing: border-box;
    color: #fff;
  }
  body.g-rsp-page #G-SELECT-REGION-SP {
    display: none;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-HEADER-S .logo img {
    height: 50%;
    width: 50%;
  }
}

@media (max-width: 960px) {

  /* Footer banner */
  body.g-rsp-page #G-FOOTER-BANNER {
    margin: 0 auto;
    background: #ccc;
  }
  body.g-rsp-page #G-FOOTER-BANNER .m-inner {
  }
  body.g-rsp-page #G-FOOTER-BANNER .banner-list {
    display: block;
  }
  body.g-rsp-page #G-FOOTER-BANNER .banner-list li {
    width: 100%;
  }
  #G-FOOTER-BANNER .banner-list li .box .title {
    margin-bottom: 16px;
  }
  #G-FOOTER-BANNER .banner-list li .box .link span {
    font-size: 12px;
    padding: 5px 24px;
  }
  #G-FOOTER-BANNER .m-pc { display: none; }
  #G-FOOTER-BANNER .m-sp { display: inline; }




  /*body.g-rsp-page #G-FOOTER {
    padding-top: 15px;
  }*/
  body.g-rsp-page #G-FOOTER .service {
    background: -webkit-linear-gradient(#e1e2eb, #fbfbfd 10%);
    background: linear-gradient(#e1e2eb, #fbfbfd 10%);
    min-width: 0;
  }
  body.g-rsp-page #G-FOOTER .service:before {
    margin-bottom: -10px;
    content: "";
    height: 10px;
    background: -webkit-linear-gradient(#a3a4aa, #e1e2eb 80%);
    background: linear-gradient(#a3a4aa, #e1e2eb 80%);
    display: block;
  }
  body.g-rsp-page #G-FOOTER .service .inner {
    padding: 25px 10px;
  }
  body.g-rsp-page #G-FOOTER .service .inner > ul > li {
    margin: 0 0 25px;
    float: none;
    width: auto !important;
  }
  body.g-rsp-page #G-FOOTER .service .inner > ul > li:last-child {
    margin-bottom: 0;
  }
  body.g-rsp-page #G-FOOTER .service .inner > ul > li li {
    margin-bottom: 7px;
  }

  body.g-rsp-page #G-FOOTER .site {
    font-size: 12px;
    min-width: 0;
  }
  body.g-rsp-page #G-FOOTER .site .inner {
    padding: 25px 10px;
  }
  body.g-rsp-page #G-FOOTER .site ul, #G-FOOTER .site.info .sns, body.g-rsp-page #G-FOOTER .site p {
    float: none;
    color: #fff;
  }
  body.g-rsp-page #G-FOOTER .site ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
    text-align: left;
    width: auto;
  }
  body.g-rsp-page #G-FOOTER .site li {
    float: none;
    width: 48%;
    margin: -1px 10px 0 0;
    padding: 15px 0;
    border: solid;
    border-color: rgba(221, 221, 221, .1);
    border-width: 1px 0 1px 0;
  }
  body.g-rsp-page #G-FOOTER .site.info li {
    border-color: #ddd;
  }

  body.g-rsp-page #G-FOOTER .site li:nth-child(2n) {
    margin-right: 0;
  }

  body.g-rsp-page #G-FOOTER .site.info {
  }
  body.g-rsp-page #G-FOOTER .site.info .sns {
    justify-content: center;
    width: 43%;
    margin: 0 auto;
  }
  body.g-rsp-page #G-FOOTER .site.info .sns li {
    display: inline;
    width: auto;
    margin: 0 13px 0 0;
    border: none;
    text-align: center;
  }
  body.g-rsp-page #G-FOOTER .site.info .sns li img {
    width: 40px;
  }
  body.g-rsp-page #G-FOOTER .site.info .sns li:last-child {
    margin-right: 0;
  }

  body.g-rsp-page #G-FOOTER-S .outer {
    padding: 30px;
  }
  body.g-rsp-page #G-FOOTER-S .inner {
    width: auto;
  }
}

@media (min-width: 641px) {
  body.s-local.s-home #CONTENT .buttons li {
    background-image: none !important;
  }
}

@media (max-width: 960px) {
  body.s-global.s-home.g-rsp-page .sep {
    display: none;
  }
  body.s-global.s-home.g-rsp-page #G-MAIN-AREA {
    padding-top: 55px;
  }
  body.s-global.s-home.g-rsp-page #G-HEADER-SP .btn-region {
    right: 0;
  }
  body.s-global.s-home.g-rsp-page #CONTENT {
    padding-top: 35px;
  }
}

@media (max-width: 960px) {
  body.s-global.s-home.g-rsp-page #G-HEADER-SP {
    border-bottom: 1px solid #dddddd;
  }
  body.s-global.s-home.g-rsp-page #G-HEADER-SP .logo {
    width: 96px;
  }
  body.s-global.s-home.g-rsp-page #G-HEADER-SP .logo a {
    padding: 15px 10px;
  }
  body.s-global.s-home.g-rsp-page #G-HEADER-SP .logo a:nth-child(2) img {
    width: 70px;
  }
  body.s-global.s-home.g-rsp-page #G-HEADER-SP .btn-region {
    right: 0;
  }
  body.s-global.s-home.g-rsp-page #CONTENT {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  body.s-global.s-home.g-rsp-page #CONTENT h2 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  body.s-global #CONTENT h2 span {
    padding-bottom: 3px;
  }
  body.s-global.s-home.g-rsp-page .sep {
    display: none;
  }
  body.s-global.s-home.g-rsp-page .regions {
    margin-bottom: 65px;
  }
  body.s-global.s-home.g-rsp-page .regions-item {
    margin: 0 0 35px;
    width: auto;
    float: none;
  }
  body.s-global.s-home.g-rsp-page .regions-item h3 {
    font-size: 22px;
    text-align: left;
  }
  body.s-global.s-home.g-rsp-page .regions-item p {
    margin-bottom: 2px;
  }
  body.s-global.s-home.g-rsp-page .regions-item p img {
    width: 100%;
  }
  body.s-global.s-home.g-rsp-page .regions-item > ul {
    min-height: inherit;
  }
  body.s-global.s-home.g-rsp-page .regions-item > ul > li ul {
    width: 165px;
  }
  body.s-global.s-home.g-rsp-page .regions-item.europe > ul > li:last-child ul {
    width: auto;
  }
  body.s-local.s-home.g-rsp-page .swiper-container {
    width: 100%;
    height: 100%;
  }
  body.s-local.s-home.g-rsp-page .swiper-panel {
    margin-bottom: 10px;
    padding: 10px 20px;
    position: relative;
  }
  body.s-local.s-home.g-rsp-page .swiper-pagination {
    position: static;
  }
  body.s-local.s-home.g-rsp-page .swiper-pagination-bullet {
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
  }
  body.s-local.s-home.g-rsp-page .swiper-pagination-bullet-active {
    background: #171c8f;
  }
  body.s-local.s-home.g-rsp-page .swiper-button-prev, body.s-local.s-home.g-rsp-page .swiper-button-next {
    margin: 0;
    background: none;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.s-local.s-home.g-rsp-page .swiper-button-prev:before, body.s-local.s-home.g-rsp-page .swiper-button-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
  }
  body.s-local.s-home.g-rsp-page .swiper-button-prev {
    left: 0;
  }
  body.s-local.s-home.g-rsp-page .swiper-button-prev:before {
    border-width: 5px 7px 5px 0;
    border-color: transparent #171b8f transparent transparent;
  }
  body.s-local.s-home.g-rsp-page .swiper-button-next {
    right: 0;
  }
  body.s-local.s-home.g-rsp-page .swiper-button-next:before {
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #171b8f;
  }
  body.s-local.s-home.g-rsp-page #BILLBOARD-AREA {
    display: none;
  }
  body.s-local.s-home.g-rsp-page #CONTENT {
    padding: 0 10px;
    width: auto;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .left, body.s-local.s-home.g-rsp-page #CONTENT .right {
    margin: 0;
    padding: 0;
    border: 0;
    float: none;
    width: auto;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .right ul.g-mb10-c {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #cecece;
    overflow: hidden;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .right ul.g-mb10-c li {
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .right ul.g-mb10-c li:nth-child(odd) {
    padding-right: 5px;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .right ul.g-mb10-c li:nth-child(even) {
    padding-left: 5px;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .right ul.g-mb10-c a {
    display: block;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .right ul.g-mb10-c img {
    width: 100%;
    height: auto;
  }
  body.s-local.s-home.g-rsp-page #CONTENT h2 {
    margin-bottom: 10px;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .buttons {
    padding: 0;
    background: none;
    border-top: 1px solid #cecece;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .buttons li {
    border: 1px solid #cecece;
    border-top: 0;
    float: none;
    padding: 0;
    background-size: cover;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .buttons a {
    display: block;
  }
  body.s-local.s-home.g-rsp-page #CONTENT .buttons img {
    visibility: hidden;
    width: 100%;
    height: auto;
  }
  body.s-local.s-home.g-rsp-page #TAB-AREA .tab-head h2 {
    margin-bottom: 0;
  }
  body.s-local.s-home.g-rsp-page .banner-area {
    margin: 0 !important;
    padding: 10px 0 0 !important;
    width: auto !important;
    border-top: 1px solid #cecece;
  }
  body.s-local.s-home.g-rsp-page .banner-area > * {
    background: none !important;
    padding: 0 !important;
    margin: 5px !important;
    border: 1px solid #cecece;
  }
  body.s-local.s-home.g-rsp-page .banner-area img {
    width: 133px;
    height: auto;
  }
}

@media (max-width: 960px) {
  body.s-page.g-rsp-page h1.m-shadow img {
    width: 100%;
    height: auto;
  }
  body.s-page.g-rsp-page .m-tab .tab-head {
    padding: 20px 7px;
    background-color: #000;
    text-align: center;
  }
  body.s-page.g-rsp-page .m-tab .tab-head.s-sub {
    display: none;
  }
  body.s-page.g-rsp-page .m-tab .tab-head li {
    display: inline-block;
    margin: 5px 5px !important;
    padding: 0 !important;
    background: none !important;
    width: 140px;
  }
  body.s-page.g-rsp-page #G-T-A-BASELIST .m-tab .tab-head.s-main li {
    width: 140px;
  }
  body.s-page.g-rsp-page .m-tab .tab-head a, body.s-page.g-rsp-page .m-tab .tab-head span {
    font-size: 93%;
    box-sizing: border-box !important;
    min-width: 95px !important;
    min-height: 0 !important;
    padding: 9px 7px !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    background-image: none !important;
  }



  body.s-page.g-rsp-page .m-tab .tab-head.s-main li.current a, body.s-page.g-rsp-page .m-tab .tab-head.s-main li.current span
  body.s-page.g-rsp-page .m-tab .tab-body {
    padding: 9px 7px !important;
  }






  body.s-page.g-rsp-page .m-tab .tab-body {
    border: 0;
    padding: 20px 10px 0 !important;
  }
  body.s-page.g-rsp-page #G-T-SEARCH .t-search-filter {
    padding: 20px 10px 10px !important;
  }
  body.s-page.g-rsp-page #G-T-A-BASELIST .tab-body {
    padding: 13px 10px 0 !important;
  }
  body.s-page.g-rsp-page #G-T-PROD .m-h2 {
    margin-bottom: 20px;
  }
  body.s-page.g-rsp-page .m-tab .tab-body .m-h2 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-PROTOP .m-search {
    display: none;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU > * {
    width: 50%;
    box-sizing: border-box;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU > *:nth-child(-n+2) {
    margin-bottom: 8px;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU > *:nth-child(odd) {
    padding-right: 4px;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU > *:nth-child(even) {
    padding-left: 4px;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU h2 {
    padding-bottom: 82%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #cecece;
    margin-bottom: 0;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU a img {
    width: 100%;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-BODY {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-PROD div.m-richtext .m-large-text {
    font-size: 108%
  }
  body.g-rsp-page #G-T-PROD .relational {
    display: none;
  }
  body.g-rsp-page #G-T-PROD .g-mb8-c {
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.g-rsp-page #G-T-PROD .m-icon-button {
    padding: 0 5px;
    box-sizing: border-box;
    width: 50%;
    font-size: 12px;
  }
  body.g-rsp-page #G-T-PROD .m-icon-button a, body.g-rsp-page #G-T-PROD .m-icon-button span {
    /*padding: 0;
    background: none;*/
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.6;
  }
  body.g-rsp-page #G-T-PROD .m-icon-button span {
    background-position: 13px 50%;
    padding: 0 25px 0 60px;
  }
  body.g-rsp-page #G-T-PROD .m-icon-button a {
    border: 1px solid #dddddd;
    border-radius: 0px;
    background: #fff;
  }
  body.g-rsp-page #G-T-PROD .m-icon-button a > span {
    border-top: 0;
    padding: 0;
    border-radius: 0px;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-PROLIST-TAPE .filter {
    margin: 0 0 25px;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth {
    margin-top: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth .s-box {
    width: 50% !important;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth .s-box:nth-child(odd) {
    padding-right: 5px;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth .s-box:nth-child(even) {
    padding-left: 5px;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth .m-button-box {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth .m-button-box:before {
    content: "";
    margin-bottom: 15px;
    width: 100%;
    display: block;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth .m-button-box:nth-child(-n+2) {
    margin-top: 0;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-one-fourth .m-button-box:nth-child(-n+2):before {
    display: none;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .filter .s-box {
    margin: 0 auto 10px !important;
    width: 240px !important;
    display: block;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-text-button3 a {
    font-size: 16px;
    padding: 17px 26px 12px 13px;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .desc {
    font-size: 13px;
    text-align: left;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-text-button a {
    font-size: 13px;
    padding: 14px 0;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .m-button-box .desc {
    font-size: 12px;
    line-height: 1.83;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-FAQD #ANSWER {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    padding-top: 40px;
  }
  body.g-rsp-page #G-T-FAQD #ANSWER div.m-richtext {
    margin-left: 0;
    margin-right: 0;
  }
  body.g-rsp-page #G-T-FAQD #ANSWER div.m-richtext h2 {
    margin-bottom: 17px;
  }
  body.g-rsp-page #G-T-FAQD #ANSWER div.m-richtext p {
    line-height: 1.66;
  }
  body.g-rsp-page #G-T-FAQD #ANSWER .m-richtext p + ul, body.g-rsp-page #G-T-FAQD #ANSWER .m-richtext p + ol {
    font-size: 100%;
    margin-bottom: -5px;
    margin-left: 1.25em;
    margin-top: 23px;
  }
  body.g-rsp-page #G-T-FAQD #ANSWER div.m-richtext ul > li, body.g-rsp-page #G-T-FAQD #ANSWER div.m-richtext ol > li {
    line-height: inherit;
  }

  body.g-rsp-page #G-T-FAQD #ANSWER + .m-shadow .m-column {
    margin-top: 0;
  }
  body.g-rsp-page #G-T-FAQD #ANSWER + .m-shadow .m-column > .title {
    font-size: 115%;
    padding-bottom: 8px;
    text-align: center;
  }
  body.g-rsp-page #G-T-FAQD #ANSWER + .m-shadow .m-column > .body {
    padding: 15px 15px 3px;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-A-BASELIST .icon-list {
    margin: 0;
  }
  body.g-rsp-page #G-T-A-BASELIST .icon-list li {
    font-size: 79%;
    line-height: 2.54;
    margin: 0 15px 10px 0;
    padding-left: 20px;
  }
  body.g-rsp-page #G-T-A-BASELIST .icon-list li:last-child {
    margin-right: 0;
  }
  body.g-rsp-page #G-T-A-BASELIST .m-table, body.g-rsp-page #G-T-A-BASELIST .m-table tbody, body.g-rsp-page #G-T-A-BASELIST .m-table tr, body.g-rsp-page #G-T-A-BASELIST .m-table th, body.g-rsp-page #G-T-A-BASELIST .m-table td {
    display: block;
    border: 0;
  }
  body.g-rsp-page #G-T-A-BASELIST .m-table thead {
    display: none;
  }
  body.g-rsp-page #G-T-A-BASELIST .m-table th {
    font-size: 93%;
    padding: 10px 12px;
    background-color: #f3f4f9;
  }
  body.g-rsp-page #G-T-A-BASELIST .m-table td {
    font-size: 86%;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
  }
  body.g-rsp-page #G-T-A-BASELIST .m-table td:last-child {
    padding-bottom: 20px;
    border: 0;
  }
  body.g-rsp-page #G-T-A-BASELIST .m-table .icon-list li {
    margin: 0 15px 0 0;
    padding-left: 0;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-A-BASED .m-table {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  body.g-rsp-page #G-T-A-BASED .m-table, body.g-rsp-page #G-T-A-BASED .m-table tbody, body.g-rsp-page #G-T-A-BASED .m-table tr, body.g-rsp-page #G-T-A-BASED .m-table th, body.g-rsp-page #G-T-A-BASED .m-table td {
    display: block;
    border: 0;
  }
  body.g-rsp-page #G-T-A-BASED .m-table thead {
    display: none;
  }
  body.g-rsp-page #G-T-A-BASED .m-table th {
    padding: 6px 8px;
    background-color: #f7f7f7;
  }
  body.g-rsp-page #G-T-A-BASED .m-table td {
    padding: 10px 8px;
    border-bottom: 1px dotted #7f7f7f;
  }
  body.g-rsp-page #G-T-A-BASED .m-table td:last-child {
    padding-bottom: 20px;
    border: 0;
  }
  body.g-rsp-page #G-T-A-BASED .m-table.s-vertical tbody th {
    font-size: 93%;
    padding: 10px 12px;
  }
  body.g-rsp-page #G-T-A-BASED .m-table.s-vertical tbody td {
    padding: 15px 0 20px;
  }
  body.g-rsp-page #G-T-A-BASED .m-table .icon-list li {
    margin: 0 15px 0 0;
    padding-left: 0;
  }
  body.g-rsp-page #G-T-A-BASED .g-fr-c .m-text-button {
    margin-left: 10px;
    margin-right: 10px;
    float: none !important;
  }
  body.g-rsp-page #G-T-A-BASED .g-fr-c .m-text-button.s-flex {
    margin-top: -5px;
  }
  body.g-rsp-page #G-T-A-BASED .g-fr-c .m-text-button a {
    font-size: 93%;
    padding: 14px 0;
  }
  body.g-rsp-page .m-text-button-rt {
    background: url("../img/icon_list.gif") no-repeat 95% 50%;
    background-size: 15px auto;
    display: block;
    font-size: 93%;
    padding: 14px 0;
  }
  body.g-rsp-page #G-T-A-BASED .g-fr-c .m-text-button a span {
    background: url("../img/icon_list.gif") no-repeat 95% 50%;
    background-size: 15px auto;
  }
  body.g-rsp-page #G-T-A-BASED #GOOGLE-MAP {
    width: 100%;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-NEWSLIST .m-gray-box, body.g-rsp-page #G-T-NEWSLIST .m-news {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-NEWSLIST .m-richtext .m-gray-box {
    margin-left: 0;
    margin-right: 0;
  }
  body.g-rsp-page #G-T-NEWSLIST .m-gray-box .g-ib-c .m-large {
    font-size: 93%;
  }
  body.g-rsp-page #G-T-NEWSLIST .m-gray-box .g-ib-c select {
    font-size: 72%;
    padding: 2px 5px
  }

  body.g-rsp-page #G-T-NEWSLIST dl.m-news {
    margin-top: 28px;
  }
  body.g-rsp-page #G-T-NEWSLIST .m-news dt,
  body.g-rsp-page #G-T-NEWSLIST .m-news dd a {
    font-size: 93%;
  }
  body.g-rsp-page #G-T-NEWSLIST .m-news dd {
    margin-bottom: 16px;
    margin-top: 7px;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-NEWSD > p.g-tar.g-ib-c, body.g-rsp-page #G-T-NEWSD > div.g-mt10.g-mb35, body.g-rsp-page #G-T-NEWSD > .m-richtext {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .m-richtext table .h1,
  body.g-rsp-page .m-richtext table th,
  body.g-rsp-page .m-richtext table td {
    padding: 15px 5px;
  }
  body.g-rsp-page .m-richtext table .h1 {
    font-size: 108%;
  }
  body.g-rsp-page #G-T-NEWSD > p.g-tar.g-ib-c {
    font-size: 93%;
    margin-bottom: 25px;
  }
  body.g-rsp-page #G-T-NEWSD > p.g-tar > img {
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-NEWSD h2 {
    font-size: 115%;
    line-height: 1.75;
  }
  body.g-rsp-page #G-T-NEWSD h2.m-h2 {
    font-size: 129%;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  body.g-rsp-page #G-T-NEWSD  h3 + h2 {
    margin-bottom: -15px;
  }
  body.g-rsp-page #G-T-NEWSD h3 {
    font-size: 93%;
    line-height: 1.84;
  }
  body.g-rsp-page #G-T-NEWSD .m-richtext {
    font-size: 86%;
  }
  body.g-rsp-page #G-T-NEWSD .m-layout-table.s-center tr,
  body.g-rsp-page #G-T-NEWSD .m-layout-table.s-right tr {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.g-rsp-page #G-T-NEWSD .m-layout-table.s-center .caption {
    font-size: 72%;
    margin-bottom: 0;
  }
  body.g-rsp-page #G-T-NEWSD .m-layout-table.s-right td.img .photo {
    margin-bottom: 0;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-SITE {
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
  }
  body.g-rsp-page #G-T-SITE .m-h1 {
    margin-bottom: 49px;
  }
  body.g-rsp-page #G-T-SITE .m-anchor-list {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 17px 10px 5px;
  }
  body.g-rsp-page #G-T-SITE .m-anchor-list li {
    box-sizing: border-box;
    margin: 0 15px 10px 0;
    padding: 0 20px 0 0;
  }
  body.g-rsp-page #G-T-SITE .m-anchor-list a {
    display: block;
    font-size: 13px;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout {
    border-bottom: none;
    padding: 10px 0 0;
  }
  body.g-rsp-page #G-T-SITE .layout-wrap {
    margin-top: 35px;
  }
  body.g-rsp-page #G-T-SITE .layout-wrap .layout-column {
    margin: 0;
  }
  body.g-rsp-page #G-T-SITE .layout-wrap .layout-column.sp-1clm {
    width: 100%;
  }
  body.g-rsp-page #G-T-SITE .layout-wrap .layout-column.sp-1clm .clm {
    width: 100%;
    margin: 0;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout {
    border-bottom: 1px solid #ddd;
    float: none;
    width: auto;
    padding-bottom: 10px;
    padding-right: 0;
    position: relative;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout.m-rsp-acchead {
    padding-bottom: 10px;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout p,
  body.g-rsp-page #G-T-SITE .t-site-layout .m-rsp-acc {
    display: inline-block;
    vertical-align: middle;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout p {
    width: calc(100% - 80px);
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .m-rsp-acc {
    margin-top: 0;
    position: static;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout + .list {
    margin: 0;
    float: none;
    width: auto;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout + .list li {
    margin-bottom: 0;
    padding-left: 35px;
    padding-right: 0;
    display: block;
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout + .list a {
    display: block;
    font-size: 14px;
    padding: 10px 22px 10px 0;
    position: relative;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout + .list a:after {
    background: url("../img/icon_list.gif") right center no-repeat;
    background-size: 15px auto;
    content: "";
    margin: auto;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    height: 11px;
    min-height: 11px;
    max-height: 11px;
    min-width: 15px;
    max-width: 15px;
    width: 15px;
  }
  body.g-rsp-page #G-T-SITE .m-arrow-list.t-site-list {
    padding-bottom: 0;
  }
  body.g-rsp-page #G-T-SITE .t-site-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-SITE .t-site-list li {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-right: 0;
    display: block;
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  body.g-rsp-page #G-T-SITE .t-site-list li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-SEARCH .m-search-set {
    margin-top: 10px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.g-rsp-page #G-T-SEARCH .m-search-set:after {
    content: "";
  }
  body.g-rsp-page #G-T-SEARCH .m-search-set input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    box-sizing: border-box;
    display: block;
    height: 40px;
    font-size: 16px;
    background: #fff;
    border-radius: 0;
  }
  body.g-rsp-page #G-T-SEARCH .m-search-set input[type="image"], body.g-rsp-page #G-T-SEARCH .m-search-set button[type="submit"] {
    margin-right: -45px;
    width: 45px;
    height: 45px;
    opacity: 0;
  }
  body.g-rsp-page #G-T-SEARCH .t-search-filter label {
    margin: 0 5px 10px;
    padding: 0;
    border: 0;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT {
    margin-top: 45px;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT + .m-tab {
    margin-top: 40px !important;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .left {
    float: none;
    width: auto;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .left .title, body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .left .item, body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .left .m-hr {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .title {
    margin-bottom: 25px;
    padding-bottom: 6px;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .title h2 {
    margin-bottom: 5px;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .left .item .photo {
    display: none;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .detail {
    font-size: 79%;
    line-height: 1.818;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .right {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    width: auto;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .right .m-gray-box {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 0 !important;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .right .m-gray-box .m-hr:last-child {
    display: none;
  }
  body.g-rsp-page #G-T-SEARCH #G-SEARCH-RESULT .m-hr {
    margin: 22px 0;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-D3 {
    width: auto;
    padding: 0;
  }
  body.g-rsp-page #G-T-D3 h2 {
    margin-bottom: 20px;
  }
  body.g-rsp-page #G-T-D3 ul,
  body.g-rsp-page #G-T-D3 ol {
    margin-bottom: 30px;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-CASE {
    height: auto;
  }
  body.g-rsp-page #G-CASE .annotation {
    margin: 0 10px 15px;
  }
  body.g-rsp-page #G-CASE .button.s-detail {
    display: none !important;
  }
  body.g-rsp-page #G-CASE-BASE {
    padding: 0 10px;
    width: auto !important;
    position: static;
  }
  body.g-rsp-page #G-CASE-BASE > .inner > .shadow, body.g-rsp-page #G-CASE-BASE-CLOSE {
    display: none;
  }
  body.g-rsp-page #G-CASE-BASE-CONTENT {
    width: auto !important;
  }
  body.g-rsp-page #G-CASE-NAVI {
    margin-bottom: 30px;
    background: none;
    position: static;
    width: auto;
    height: auto;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .pane {
    height: auto;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .pane li {
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .pane li:nth-child(odd) {
    padding-right: 5px;
    clear: left;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .pane li:nth-child(even) {
    padding-left: 5px;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .pane li:nth-child(n+3) {
    margin-top: 10px;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .pane > img {
    display: none;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane > .shadow {
    display: none;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .content a {
    pointer-events: none;
    padding: 0;
    display: block;
    border: 0;
    background: #fff;
    font-size: 100%;
    color: #171c8f;
    position: relative;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .content a span {
    font-size: 93%;
    pointer-events: all;
    cursor: pointer;
    padding: 9px 20px 9px 10px;
    display: block;
    background: url("../img/arrow15.png") no-repeat 94% 50%;
    background-size: 12px auto;
    word-wrap: break-word;
    border: 1px solid #cecece;
  }
  body.g-rsp-page #G-CASE-NAVI .foot {
    display: none;
  }
  body.g-rsp-page #G-CASE-LEFT-SHADOW, body.g-rsp-page #G-CASE-COVER {
    display: none;
  }
  body.g-rsp-page #G-CASE-CONTENT {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: auto !important;
  }
  body.g-rsp-page #G-CASE-DETAIL {
    position: static;
    width: auto;
    height: auto;
  }
  body.g-rsp-page #G-CASE-DETAIL > .head, body.g-rsp-page #G-CASE-DETAIL > .shadow {
    display: none;
  }
  body.g-rsp-page #G-CASE-DETAIL .screen .frame {
    width: auto;
    height: auto;
  }
  body.g-rsp-page #G-CASE-DETAIL .screen .list {
    width: auto;
  }
  body.g-rsp-page #G-CASE-DETAIL .screen .item {
    margin-bottom: 50px;
    float: none;
    width: auto;
    height: auto;
  }
  body.g-rsp-page #G-CASE-DETAIL .screen .item:last-child {
    margin-bottom: 0;
  }
  body.g-rsp-page #G-CASE-DETAIL .screen .pager {
    display: none;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .scrollbar {
    display: none;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .pane {
    width: auto;
    height: auto;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content {
    padding: 0;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content h2 {
    border-left: 4px solid #171c8f;
    margin-bottom: 15px;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.555;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content h2 span {
    display: block;
    font-size: 129%;
    font-weight: normal;
    padding: 0 0 0 12px;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content h2 i {
    display: inline;
    font-style: normal;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content h3 {
    background: #f2f2f2 url("../img/bar_h3.gif") no-repeat 0 50%;
    font-size: 100%;
    padding: 3px 0 0px 20px;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content p.m-arrow + h3 {
    margin-top: 25px;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content p {
    font-size: 86%;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content p.m-arrow {
    margin-top: 5px !important;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content .pic {
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
    text-align: center;
  }
  body.g-rsp-page #G-CASE-SUMMARY {
    pointer-events: none;
    margin: 0 0 40px;
    padding: 0 !important;
    position: static;
    width: auto;
    height: auto;
  }
  body.g-rsp-page #G-CASE-SUMMARY > .inner {
    width: auto;
  }
  body.g-rsp-page #G-CASE-SUMMARY .sights, body.g-rsp-page #G-CASE-SUMMARY .shadow {
    display: none;
  }
  body.g-rsp-page #G-CASE-SUMMARY .pin {
    visibility: visible;
    background-position: -110px 0px;
  }
  body.g-rsp-page #G-CASE-SUMMARY .pin span {
    pointer-events: all;
    display: block;
    width: 100%;
    height: 100%;
  }
  body.g-rsp-page #G-CASE-SUMMARY .photo * {
    display: block !important;
  }
  body.g-rsp-page #G-CASE-REMARKS, body.g-rsp-page #G-CASE-OVERLAY {
    display: none !important;
  }
  body.g-rsp-page #G-CASE-M-ANCHOR-LIST {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  body.g-rsp-page #G-CASE-M-ANCHOR-LIST li {
    margin: 0;
  }
  body.g-rsp-page #G-CASE-M-ANCHOR-LIST li a {
    font-size: 93%;
  }
  body.g-rsp-page #G-CASE-M-ANCHOR-LIST + .annotation {
    font-size: 86%;
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-APPS-HTML ol > li > div {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-APPS-HTML h2 {
    margin: 0 !important;
    padding: 10px 10px 0;
    font-size: 133%;
    background-color: #fff;
  }
  body.g-rsp-page #G-APPS-HTML .title {
    font-size: 133%;
    padding: 10px 10px 7px;
  }
  body.g-rsp-page #G-APPS-HTML .body {
    margin: 0 10px 10px;
    padding-top: 0;
    width: auto;
    background: none;
  }
  body.g-rsp-page #G-APPS-HTML .body > div {
    background-image: none;
  }
  body.g-rsp-page #G-APPS-HTML .pic {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    width: auto;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page .g-rsp-js-report .g-fl.g-w160 {
    margin: 40px auto;
    float: none !important;
    width: 157px !important;
  }
  body.g-rsp-page .g-rsp-js-report .g-fr.g-w510 {
    padding-left: 10px;
    padding-right: 10px;
    float: none !important;
    width: auto !important;
  }
  body.g-rsp-page .g-rsp-js-report .csr-all {
    padding: 10px;
  }
  body.g-rsp-page .g-rsp-js-report .csr-individual li, body.g-rsp-page .g-rsp-js-report .csr-individual-02 li {
    padding: 10px;
  }
  body.g-rsp-page .g-rsp-js-report .csr-individual li span, body.g-rsp-page .g-rsp-js-report .csr-individual-02 li span {
    width: 100%;
  }
  body.g-rsp-page .g-rsp-js-report .csr-individual li a, body.g-rsp-page .g-rsp-js-report .csr-individual-02 li a {
    width: 100%;
    display: block;
  }
  body.g-rsp-page .g-rsp-js-report .m-grid.m-one-fourth.s-manual .m-rsp-accbody {
    text-align: center;
  }
  body.g-rsp-page .g-rsp-js-report .m-grid.m-one-fourth.s-manual .m-rsp-accbody ul {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    width: 157px;
    text-align: left;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page .g-rsp-js-gri .m-financial-table2 {
    margin-left: auto;
    margin-right: auto;
    width: 94.6666667%;
  }
  body.g-rsp-page .g-rsp-js-gri .m-financial-table2 thead th,
  body.g-rsp-page .g-rsp-js-gri .m-financial-table2 tbody th,
  body.g-rsp-page .g-rsp-js-gri .m-financial-table2 tbody td {
    font-size: 86%;
    padding: 15px 5px;
  }
  body.g-rsp-page .g-rsp-js-gri .m-financial-table2 thead th,
  body.g-rsp-page .g-rsp-js-gri .m-financial-table2 tbody th {
    font-size: 93%;
  }
  body.g-rsp-page .g-rsp-js-gri .m-financial-table2 + p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page .g-rsp-js-html {
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    /* /about_us/sustainability/report/2010/html/rd/ */
  }
  body.g-rsp-page .g-rsp-js-html #G-RIGHT-PANE > div > p {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #G-RIGHT-PANE > div > .g-ib-c .g-w210 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto !important;
    text-align: center;
    display: block;
  }
  body.g-rsp-page .g-rsp-js-html #G-RIGHT-PANE > div > .g-ib-c .g-w460 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 !important;
    width: auto !important;
    display: block;
  }
  body.g-rsp-page .g-rsp-js-html p.lh170 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html .m-h3 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html .m-anchor-list {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  body.g-rsp-page .g-rsp-js-html .m-anchor-list li {
    white-space: normal;
  }
  body.g-rsp-page .g-rsp-js-html .g-fl, body.g-rsp-page .g-rsp-js-html .g-fr {
    float: none !important;
    width: auto !important;
  }

  body.g-rsp-page .g-mb8-c.s-ignore-scroll {
    margin-bottom: 32px;
    margin-top: 30px;
  }
  body.g-rsp-page .g-rsp-js-html .hg-w216 {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  body.g-rsp-page .g-rsp-js-html .m-column h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html .m-column > div {
    padding: 10px !important;
  }
  body.g-rsp-page .g-rsp-js-html .m-column p {
    margin-left: inherit;
    margin-right: inherit;
  }
  body.g-rsp-page .g-rsp-js-html ul.hg-pl120 {
    padding: 0 10px 0 !important;
    text-align: center;
  }
  body.g-rsp-page .g-rsp-js-html ul.hg-pl120 li {
    margin-top: 15px;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
  }
  body.g-rsp-page .g-rsp-js-html .chart {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  body.g-rsp-page .g-rsp-js-html .chart li {
    width: auto !important;
    display: block !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  body.g-rsp-page .g-rsp-js-html .chart h4 {
    text-align: left;
  }
  body.g-rsp-page .g-rsp-js-html .chart img {
    width: 100%;
    height: auto;
    max-width: 337px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .m-h1 + div {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .m-h1 + div img {
    width: 100%;
    height: auto;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance .left, body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance .right {
    float: none;
    width: auto;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance h4 {
    margin: 20px 0 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance table {
    margin-top: 0;
    width: 100%;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance table th,
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance table td {
    font-size: 86%;
    padding: 15px 5px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-HIGHLIGHT .performance table th {
    font-size: 93%;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL > p {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .m-column div h4 + div {
    padding: 10px 0 !important;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .g-mt15.hg-pl135 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .g-mt15.hg-pl135 img {
    width: 100%;
    height: auto;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .g-mt15.hg-pl135 + div {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .g-mt25.hg-pl60 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .g-mt25.hg-pl60 img {
    width: 100%;
    height: auto;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .csr2010-table2 thead th,
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .csr2010-table2 tbody th,
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .csr2010-table2 tbody td {
    font-size: 86%;
    padding: 15px 5px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .csr2010-table2 thead th,
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-ENVIRONMENTAL .csr2010-table2 tbody th {
    font-size: 93%;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    display: block;
    overflow: auto;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table thead,
  body.g-rsp-page .g-rsp-js-html .m-financial-table tbody {
    display: table;
    width: 960px;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table caption {
    width: 960px;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table::-webkit-scrollbar {
    height: 5px;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table thead .head th,
  body.g-rsp-page .g-rsp-js-html .m-financial-table thead + tbody th,
  body.g-rsp-page .g-rsp-js-html .m-financial-table thead + tbody td {
    width: 33%;
  }
  body.g-rsp-page .g-rsp-js-html .m-financial-table.g-nowrap thead .head th,
  body.g-rsp-page .g-rsp-js-html .m-financial-table.g-nowrap thead + tbody th,
  body.g-rsp-page .g-rsp-js-html .m-financial-table.g-nowrap thead + tbody td {
    width: 12.5%;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE > p {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .g-mt15.hg-pl60 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .g-mt15.hg-pl60 img {
    width: 100%;
    height: auto;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE p.lh170 + .g-mt15 h4 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .csr2010-table {
    margin-left: auto;
    margin-right: auto;
    width: 94.6666667%;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .csr2010-table thead th,
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .csr2010-table tbody th,
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .csr2010-table tbody td {
    font-size: 86%;
    padding: 15px 5px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .csr2010-table thead th,
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-GOVERNANCE .csr2010-table tbody th {
    font-size: 93%;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO > p {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO p.m-large + .g-mt35 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO p.m-large + .g-mt35 img {
    width: 100%;
    height: auto;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO .csr2010-management {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO .csr2010-m-l, body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO .csr2010-m-r {
    float: none;
    width: auto;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO .csr2010-m-content {
    padding: 10px;
  }
  body.g-rsp-page .g-rsp-js-html #CSR2010-HTML-INTRO .csr2010-disclaimer {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
  body.g-rsp-page .g-rsp-js-html .g-fl.g-w300, body.g-rsp-page .g-rsp-js-html .g-fr.g-w160 {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  body.g-rsp-page .g-rsp-js-html .g-mt15.hg-pl130, body.g-rsp-page .g-rsp-js-html .g-fl.g-w370, body.g-rsp-page .g-rsp-js-html .g-mt15.hg-pl120 {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
  }
  body.g-rsp-page .g-rsp-js-html .g-mt15.hg-pl130 img, body.g-rsp-page .g-rsp-js-html .g-fl.g-w370 img, body.g-rsp-page .g-rsp-js-html .g-mt15.hg-pl120 img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page .g-rsp-js-library #ir_library h2 {
    margin-top: 40px !important;
  }
  body.g-rsp-page .g-rsp-js-library #divSelect, body.g-rsp-page .g-rsp-js-library .m-h2 + p {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table, body.g-rsp-page .g-rsp-js-library #yuhoTable table tbody, body.g-rsp-page .g-rsp-js-library #yuhoTable table tr, body.g-rsp-page .g-rsp-js-library #yuhoTable table th, body.g-rsp-page .g-rsp-js-library #yuhoTable table td {
    display: block;
    border: 0 !important;
    width: auto;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table thead {
    display: none;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table th, body.g-rsp-page .g-rsp-js-library #yuhoTable table .yuhotitle {
    font-size: 93%;
    padding: 10px 12px;
    background-color: #f3f4f9;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table td {
    font-size: 86%;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table td:last-child {
    border: 0;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table .icon-list li {
    margin: 0 15px 0 0;
    padding-left: 0;
  }
  body.g-rsp-page .g-rsp-js-library .snavi {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-library .m-gray-box {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
  body.g-rsp-page .g-rsp-js-library #divDataArea dl {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-library #divDataArea dt {
    padding: 0;
    width: auto;
    position: static;
    color: #2f3244;
  }
  body.g-rsp-page .g-rsp-js-library #divDataArea dd {
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
  body.g-rsp-page .g-rsp-js-library .m-table-transparent tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px dotted #ccc;
  }
  body.g-rsp-page .g-rsp-js-library .m-table-transparent th, body.g-rsp-page .g-rsp-js-library .m-table-transparent td {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page .g-rsp-js-download #announcement_one > dl {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.g-rsp-page .g-rsp-js-download #announcement_one > dl dt {
    padding: 0;
    width: auto;
    position: static;
  }
  body.g-rsp-page .g-rsp-js-download #announcement_one > dl dd {
    margin-bottom: 10px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px dotted #ccc !important;
  }
  body.g-rsp-page .g-rsp-js-download .m-h2 + p a {
    display: block;
  }
}

@media (max-width: 960px) {
  body.g-rsp-page #G-T-PROSRC .title {
    font-size: 100%;
    position: relative;
  }
  body.g-rsp-page #G-T-PROSRC .m-column.s-alert > .title {
    padding: 13px 10px 10px 48px;
  }
  body.g-rsp-page #G-T-PROSRC .m-column.s-alert > .title img {
    height: 20px;
    width: 26px;
  }
  body.g-rsp-page #G-T-PROSRC .m-shadow img {
    left: 13px;
    position: absolute;
  }
  body.g-rsp-page #G-T-PROSRC #PTYPE, body.g-rsp-page #G-T-PROSRC #DETAIL {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-PROSRC #PTYPE .m-gray-box, body.g-rsp-page #G-T-PROSRC #DETAIL .m-gray-box {
    padding: 15px 12px 0;
  }
  body.g-rsp-page #G-T-PROSRC h2 {
    font-size: 100%;
    margin-bottom: 28px !important;
  }
  body.g-rsp-page #G-T-PROSRC #PTYPE .top-category {
    padding: 0;
    margin: 0;
    display: block;
    background: none;
  }
  body.g-rsp-page #G-T-PROSRC #PTYPE .top-category:after {
    background: url("../img/arrow9.png") center center no-repeat;
    background-size: 14px auto;
    content: "";
    margin: 10px auto;
    display: block;
    width: 14px;
    height: 12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  body.g-rsp-page #G-T-PROSRC #PTYPE .top-category, body.g-rsp-page #G-T-PROSRC #PTYPE .title {
    margin-bottom: 5px;
    display: block;
  }
  body.g-rsp-page #G-T-PROSRC #PTYPE .remarks {
    margin-bottom: 10px;
    padding: 10px;
  }
  body.g-rsp-page #G-T-PROSRC #DETAIL select {
    margin-left: 10px;
  }
  body.g-rsp-page #G-T-PROSRC #DETAIL .m-hr {
    border-top: 1px solid #ddd;
  }
  body.g-rsp-page #G-T-PROSRC #DETAIL .pulldown span {
    padding-left: 0;
  }
  body.g-rsp-page #G-T-PROSRC #DETAIL .pulldown .m-help img,
  body.g-rsp-page #G-T-PROSRC .m-shadow .m-help img {
    position: static;
  }
  body.g-rsp-page #G-T-PROSRC #DETAIL .checkbox .accordion {
    border-bottom: none;
  }
  body.g-rsp-page #G-T-PROSRC #RESULT {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT, body.g-rsp-page #G-T-PROSRC #S-RESULT thead, body.g-rsp-page #G-T-PROSRC #S-RESULT tbody, body.g-rsp-page #G-T-PROSRC #S-RESULT tr, body.g-rsp-page #G-T-PROSRC #S-RESULT th, body.g-rsp-page #G-T-PROSRC #S-RESULT td {
    display: block;
    border: 0;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT thead {
    margin-bottom: 20px;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT thead th {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 5px 2px;
    padding: 0;
    display: inline-block;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT thead a {
    font-size: 93%;
    padding: 5px 7px;
    display: block;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT tbody td {
    font-size: 79%;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT tbody td:not(:first-child) {
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT tbody td:first-child {
    padding: 6px 8px;
    background-color: #f3f4f9;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT tbody td:last-child {
    padding-bottom: 20px;
    border: 0;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT tbody td .m-rsp {
    display: inline;
  }
  body.g-rsp-page #G-T-PROSRC .m-arrow-list.s-one-third {
    margin-left: 0;
  }
  body.g-rsp-page #G-T-PROSRC .m-arrow-list.s-one-third > li {
    display: block;
    margin: 0 0 10px 0;
    width: auto;
  }
  body.g-rsp-page #G-T-PROSRC #NO-RESULT {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-PROSRC .no-result-desc {
    text-align: left;
  }
  body.g-rsp-page #G-T-PROSRC .pulldown label {
    display: block;
  }
}

.m-rsp {
  display: none;
}

@media (max-width: 960px) {
  body.g-rsp-page .m-rsp-sp-hidden {
    display: none;
  }
}


@media (max-width: 960px) {
  .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  }
  .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  }
 }

@media (max-width: 960px) {
  body.g-rsp-page .g-tac .hm-text-button3 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  body.g-rsp-page .g-tac .hm-text-button3 a {
    background-position: 95% center;
    font-size: 115%;
    padding: 15px 25px 10px 13px;
  }
}
