.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(/common/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 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-position: 0px -50px;
}

.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 {
  width: 45px;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  background-position: 0px 0px;
}

/**
 * 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);
  }
}

@media (max-width: 640px) {
  body.g-rsp-page a:hover, body.g-rsp-page a:active {
    text-decoration: none;
  }
  body.g-rsp-page #G-PAGETOP {
    display: none;
  }
  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-LEFT-PANE {
    display: none;
  }
  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: left;
  }
  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-INQUIRY-AREA .right {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cecece;
    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;
  }
  body.g-rsp-page #G-INQUIRY-AREA .right p.m-arrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button {
    margin-top: 0 !important;
    white-space: nowrap;
  }
  body.g-rsp-page #G-INQUIRY-AREA .m-flex-button:first-child {
    margin-right: 10px;
  }
  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 > 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 {
    width: auto !important;
    display: block;
  }
  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 {
    padding: 0;
    float: none;
  }
}

@media (max-width: 640px) {
  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;
  }
  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: "";
  }
  body.g-rsp-page .m-search input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    box-sizing: border-box;
    display: block;
    height: 45px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2) inset;
    border-radius: 0;
  }
  body.g-rsp-page .m-search input[type="image"], body.g-rsp-page .m-search button[type="submit"] {
    margin-right: -45px;
    width: 45px;
    height: 45px;
    opacity: 0;
  }
  body.g-rsp-page .m-h1 {
    margin-bottom: 15px;
    padding: 0;
    background: none;
  }
  body.g-rsp-page .m-h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  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;
  }
  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-h2-box .m-h2 {
    margin-bottom: 15px;
    position: relative;
  }
  body.g-rsp-page .m-h2-box .m-h2 > span {
    width: auto !important;
  }
  body.g-rsp-page .m-h2-box .photo {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }
  body.g-rsp-page .m-h2-box .body {
    padding-bottom: 40px;
  }
  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-shadow .m-column .body {
    padding: 10px;
  }
  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: 10px;
    text-align: center;
  }
  body.g-rsp-page .m-reader a {
    width: auto;
    display: inline;
  }
  body.g-rsp-page .m-reader p {
    margin-top: 10px;
    width: auto;
    text-align: left;
  }
  body.g-rsp-page .m-disclaimer {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
  }
  body.g-rsp-page .m-overlay-inline {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 20px 10px;
  }
  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 .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 .q-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page table.m-news {
    margin-left: 10px;
    margin-right: 10px;
    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;
    float: left;
    border: 0;
  }
  body.g-rsp-page table.m-news .headline {
    padding-top: 5px;
    clear: left;
  }
  body.g-rsp-page table.m-news + ul {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page .m-grid.s-no-margin {
    margin-bottom: 0;
  }
  body.g-rsp-page .m-layout-table 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.text {
    box-sizing: border-box;
  }
  body.g-rsp-page .m-layout-table td + td {
    margin-top: 15px;
  }
  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;
  }
  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;
    float: none;
  }
  body.g-rsp-page .hm-form table {
    padding-left: 10px;
    padding-right: 10px;
  }
  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 label {
    display: block;
  }
  body.g-rsp-page .hm-form table p.note {
    margin-top: 5px;
    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: 6px 8px;
    background-color: #f7f7f7;
  }
  body.g-rsp-page .hm-form td {
    padding: 10px 8px;
    border-bottom: 1px dotted #7f7f7f;
  }
  body.g-rsp-page .hm-form td:last-child {
    padding-bottom: 20px;
    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: 640px) {
  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) {
    margin: 10px;
  }
  body.g-rsp-page .m-rsp-h1 + h1 {
    display: none;
  }
  body.g-rsp-page .m-rsp-acc {
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 25px;
    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:before {
    content: "";
    display: block;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #171b8f transparent transparent transparent;
  }
  body.g-rsp-page .m-rsp-acc.s-open:before {
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #171b8f transparent;
  }
  body.g-rsp-page .m-rsp-acchead *:first-child {
    padding-right: 45px;
  }
  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 {
    margin-top: 35px;
    background-color: #fbfbfb;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.g-rsp-page .m-rsp-pager a span {
    display: none;
  }
  body.g-rsp-page .m-rsp-pager p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-weight: bold;
  }
  body.g-rsp-page .m-rsp-pager a, body.g-rsp-page .m-rsp-pager p {
    width: 45px;
    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_first {
    border-left: 1px solid #cecece;
  }
  body.g-rsp-page .m-rsp-pager_first:before {
    content: "";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body.g-rsp-page .m-rsp-pager_last {
    border-right: 1px solid #cecece;
  }
  body.g-rsp-page .m-rsp-pager_last:before {
    content: "";
  }
  body.g-rsp-page .m-rsp-pager_prev {
    border-left: 1px solid #cecece;
  }
  body.g-rsp-page .m-rsp-pager_prev:before {
    content: "";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body.g-rsp-page .m-rsp-pager_next {
    border-right: 1px solid #cecece;
  }
  body.g-rsp-page .m-rsp-pager_next:before {
    content: "";
  }
}

@media (max-width: 640px) {
  body.g-rsp-page div.m-richtext {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page div.m-richtext .m-lead {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  body.g-rsp-page #G-HEADER {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
  }
  body.g-rsp-page #G-HEADER.s-satellite {
    margin-bottom: 0;
    min-height: 0;
  }
  body.g-rsp-page #G-HEADER-S {
    padding: 10px;
  }
  body.g-rsp-page #G-HEADER-S .logo img {
    width: 73px;
    height: auto;
  }
  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 {
    padding: 10px;
    position: relative;
    z-index: 11;
    border-bottom: 1px solid #cecece;
    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;
  }
  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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.g-rsp-page #G-HEADER-SP .logo a {
    color: #9598aa;
    display: inline-block;
  }
  body.g-rsp-page #G-HEADER-SP .logo img {
    margin-right: 10px;
    width: 73px;
  }
  body.g-rsp-page #G-HEADER-SP .btn-region:before {
    content: "";
  }
  body.g-rsp-page #G-HEADER-SP .btn-menu {
    margin-left: 10px;
  }
  body.g-rsp-page #G-HEADER-SP .btn-menu:before {
    content: "";
  }
  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: 12px;
    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;
    border: 0;
  }
  body.g-rsp-page #G-HEADER-SP .pane {
    display: none;
    box-shadow: 0 6px 3px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 15px 10px;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background-color: #f1f2f6;
    border-top: 2px solid #171c8f;
  }
  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 .region {
    padding-top: 0;
  }
  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 > dl {
    border-bottom: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dt {
    cursor: pointer;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    color: #171c8f;
    font-weight: bold;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dt:before {
    content: "";
    pointer-events: none;
    margin-top: -4px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #171b8f transparent transparent transparent;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dt.s-open:before {
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #171b8f transparent;
  }
  body.g-rsp-page #G-HEADER-SP .region .inner > dl > dd {
    display: none;
  }
  body.g-rsp-page #G-HEADER-SP .region dl dl {
    overflow: hidden;
    border-top: 1px solid #cecece;
  }
  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 dotted #7f7f7f;
  }
  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;
  }
  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;
  }
  body.g-rsp-page #G-HEADER-SP .region .site {
    margin: 15px 0;
  }
  body.g-rsp-page #G-HEADER-SP .region .m-text-button a {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #cecece;
    border-left: 0;
    border-right: 0;
    background: none;
  }
  body.g-rsp-page #G-HEADER-SP .region .m-text-button a span {
    display: block;
    background: none;
    padding: 0;
  }
  body.g-rsp-page #G-HEADER-SP .menu:before {
    right: 24px;
  }
  body.g-rsp-page #G-HEADER-SP .nav {
    margin: 15px 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-bottom: 15px;
    display: block;
    color: #333;
    font-weight: bold;
  }
  body.g-rsp-page #G-HEADER-SP .nav > li {
    border-top: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .nav > li li {
    border-top: 1px dotted #7f7f7f;
  }
  body.g-rsp-page #G-HEADER-SP .nav ul {
    display: none;
  }
  body.g-rsp-page #G-HEADER-SP .nav ul li a {
    padding-left: 10px;
  }
  body.g-rsp-page #G-HEADER-SP .nav ul li a:before {
    content: "";
    pointer-events: none;
    margin-top: -6px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  body.g-rsp-page #G-HEADER-SP .nav ul li:not(:first-child) a {
    color: #666;
    font-weight: normal;
  }
  body.g-rsp-page #G-HEADER-SP .nav .acc:before {
    content: "";
    pointer-events: none;
    margin-top: -4px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #171b8f transparent transparent transparent;
  }
  body.g-rsp-page #G-HEADER-SP .nav .acc.s-open:before {
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #171b8f transparent;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry {
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry li {
    margin-bottom: 15px;
    border: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry a {
    position: relative;
    padding: 14px 7px;
    display: block;
    background: -webkit-linear-gradient(#ffffff, #f3f3f3);
    background: linear-gradient(#ffffff, #f3f3f3);
    border-left: 2px solid #171c8f;
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .inquiry a:before {
    content: "";
    pointer-events: none;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
  }
  body.g-rsp-page #G-HEADER-SP .upper > p {
    margin-bottom: 15px;
    border: 1px solid #cecece;
  }
  body.g-rsp-page #G-HEADER-SP .upper > p a {
    position: relative;
    padding: 14px 7px;
    display: block;
    background: -webkit-linear-gradient(#ffffff, #f3f3f3);
    background: linear-gradient(#ffffff, #f3f3f3);
    border-left: 2px solid #171c8f;
    color: #171c8f;
  }
  body.g-rsp-page #G-HEADER-SP .upper > p a:before {
    content: "";
    pointer-events: none;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
  }
  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 #cecece;
    border-bottom: 1px solid #cecece;
    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 {
    padding: 15px 30px;
    width: 120px;
    box-sizing: border-box;
  }
  body.g-rsp-page #G-SELECT-REGION-SP {
    display: none;
  }
}

@media (max-width: 640px) {
  body.g-rsp-page #G-FOOTER {
    margin-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, body.g-rsp-page #G-FOOTER .site p {
    float: none;
    color: #fff;
  }
  body.g-rsp-page #G-FOOTER .site ul {
    margin-bottom: 25px;
    text-align: center;
  }
  body.g-rsp-page #G-FOOTER .site li {
    float: none;
    display: inline-block;
  }
  body.g-rsp-page #G-FOOTER-S .outer {
    padding: 25px 10px;
  }
  body.g-rsp-page #G-FOOTER-S .inner {
    width: auto;
    text-align: left;
  }
}

@media (min-width: 641px) {
  body.s-local.s-home #CONTENT .buttons li {
    background-image: none !important;
  }
}

@media (max-width: 640px) {
  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: 18px;
  }
  body.s-global.s-home.g-rsp-page .sep {
    display: none;
  }
  body.s-global.s-home.g-rsp-page .regions-item {
    margin: 0 0 20px;
    width: auto;
    float: none;
  }
  body.s-global.s-home.g-rsp-page .regions-item h3 {
    font-size: 16px;
    border-bottom-width: 2px;
  }
  body.s-global.s-home.g-rsp-page .regions-item > ul {
    min-height: 155px;
    background-size: 300px 155px;
    background-position: 50% 0;
  }
  body.s-global.s-home.g-rsp-page .regions-item.europe > ul {
    background-image: url(/common_local/img/rsp/bg_region_sp_europe.png);
  }
  body.s-global.s-home.g-rsp-page .regions-item.americas > ul {
    background-image: url(/common_local/img/rsp/bg_region_sp_americas.png);
  }
  body.s-global.s-home.g-rsp-page .regions-item.asia > ul {
    background-image: url(/common_local/img/rsp/bg_region_sp_asia.png);
  }
  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: 640px) {
  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: 10px 7px;
    border-top: 2px solid #cecece;
    background-color: #8a8da8;
    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 3px !important;
    padding: 0 !important;
    background: none !important;
  }
  body.s-page.g-rsp-page .m-tab .tab-head a, body.s-page.g-rsp-page .m-tab .tab-head span {
    box-sizing: border-box !important;
    min-width: 95px !important;
    min-height: 0 !important;
    padding: 5px 5px 4px !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    background-image: none !important;
  }
  body.s-page.g-rsp-page .m-tab .tab-body {
    border: 0;
    padding: 15px 10px 0 !important;
  }
}

@media (max-width: 640px) {
  body.g-rsp-page #G-T-PROTOP .m-search {
    display: none;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU {
    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: 10px;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU > *:nth-child(odd) {
    padding-right: 5px;
  }
  body.g-rsp-page #G-T-PROTOP #TPROTOP-MENU > *:nth-child(even) {
    padding-left: 5px;
  }
  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;
  }
  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: 640px) {
  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;
  }
  body.g-rsp-page #G-T-PROD .m-icon-button a {
    border: 2px solid #c9cbdb;
    border-radius: 5px;
    background: -webkit-linear-gradient(#fefefe, #f2f2f6);
    background: linear-gradient(#fefefe, #f2f2f6);
  }
  body.g-rsp-page #G-T-PROD .m-icon-button a > span {
    padding: 7px;
    border: 1px solid #b1b1b3;
    border-top: 0;
    border-radius: 3px;
  }
}

@media (max-width: 640px) {
  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: 15px;
    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;
    border-top: 1px dotted #7f7f7f;
    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 15px auto !important;
    width: 216px !important;
    display: block;
  }
  body.g-rsp-page #G-T-PROLIST-TAPE .desc {
    text-align: left;
  }
}

@media (max-width: 640px) {
  body.g-rsp-page #G-T-FAQD #ANSWER {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  body.g-rsp-page #G-T-A-BASELIST .icon-list {
    margin: 0;
  }
  body.g-rsp-page #G-T-A-BASELIST .icon-list li {
    margin: 0 20px 10px 0;
    padding-left: 20px;
  }
  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 {
    padding: 6px 8px;
    background-color: #f7f7f7;
  }
  body.g-rsp-page #G-T-A-BASELIST .m-table td {
    padding: 10px 8px;
    border-bottom: 1px dotted #7f7f7f;
  }
  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: 640px) {
  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 .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 #GOOGLE-MAP {
    width: 100%;
  }
}

@media (max-width: 640px) {
  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;
  }
}

@media (max-width: 640px) {
  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;
  }
}

@media (max-width: 640px) {
  body.g-rsp-page #G-T-SITE .t-site-layout .left {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    width: auto;
    padding-right: 0;
    position: relative;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .right {
    float: none;
    width: auto;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .right.s-open {
    margin-top: 15px;
    border-top: 1px dotted #7f7f7f;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .list {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .list li {
    padding-right: 0;
    margin-bottom: 0;
    display: block;
    width: auto;
    border-bottom: 1px dotted #7f7f7f;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .list li:last-child {
    border-bottom: 0;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .list a {
    display: block;
    padding: 15px 15px 15px 0;
    position: relative;
  }
  body.g-rsp-page #G-T-SITE .t-site-layout .list a:after {
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    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 dotted #7f7f7f;
  }
  body.g-rsp-page #G-T-SITE .t-site-list li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  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: 45px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2) inset;
    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 0 10px;
    padding: 0;
    border: 0;
  }
  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 .left .item .photo {
    display: none;
  }
  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;
  }
}

@media (max-width: 640px) {
  body.g-rsp-page #G-T-D3 {
    width: auto;
    padding: 0;
  }
}

@media (max-width: 640px) {
  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: url(/common/img/bg_textbutton.gif) no-repeat 0 50%;
    font-size: 100%;
    color: #171c8f;
    position: relative;
  }
  body.g-rsp-page #G-CASE-NAVI .m-scrollpane .content a span {
    pointer-events: all;
    cursor: pointer;
    padding: 10px 20px 10px 10px;
    display: block;
    background: url(/common/img/arrow15.png) no-repeat 100% 50%;
    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: 40px;
    float: none;
    width: auto;
    height: auto;
  }
  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 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 100%;
    font-weight: normal;
    border-bottom: 3px solid #cecece;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content h2 span {
    padding: 2px 10px 0 15px;
    font-size: 133%;
    font-weight: bold;
    background: url(/common/img/bar_h2.gif) no-repeat;
    word-wrap: break-word;
  }
  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(/common/img/bar_h3.gif) no-repeat 0 50%;
    padding: 3px 0 3px 20px;
  }
  body.g-rsp-page #G-CASE-DETAIL .m-scrollpane .content .pic {
    margin-right: 0;
    margin-bottom: 25px;
    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-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: 640px) {
  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: 640px) {
  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 + p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  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-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 5px;
  }
  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-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 .m-financial-table {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 94.6666667%;
  }
  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-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: 640px) {
  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 {
    padding: 6px 8px;
    background-color: #f7f7f7;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table td {
    padding: 10px 8px;
    border-bottom: 1px dotted #7f7f7f;
  }
  body.g-rsp-page .g-rsp-js-library #yuhoTable table td:last-child {
    padding-bottom: 20px;
    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: 640px) {
  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: 640px) {
  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: 10px;
  }
  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 {
    content: url(/common/img/arrow9.png);
    margin: 10px auto;
    display: block;
    width: 13px;
    height: 10px;
    -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 {
    padding: 10px;
  }
  body.g-rsp-page #G-T-PROSRC #DETAIL select {
    margin-left: 10px;
  }
  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 {
    margin: 5px 2px;
    padding: 0;
    display: inline-block;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT thead a {
    padding: 5px 10px;
    display: block;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT tbody td:not(:first-child) {
    padding: 10px 8px;
    border-bottom: 1px dotted #7f7f7f;
  }
  body.g-rsp-page #G-T-PROSRC #S-RESULT tbody td:first-child {
    padding: 6px 8px;
    background-color: #f7f7f7;
  }
  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-desc {
    text-align: left;
  }
  body.g-rsp-page #G-T-PROSRC .pulldown label {
    display: block;
  }
}

.m-rsp {
  display: none;
}

@media (max-width: 640px) {
  body.g-rsp-page .m-rsp-sp-hidden {
    display: none;
  }
}


@media (max-width: 640px) { 
  .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  }
  .youtube object {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  }
 }