@charset utf-8;

/* -------------------------------------------
 * initialize
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}


/* --------------------------------------------------
 * common styles
 */

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  visibility: hidden;
  position: relative;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #053B8D;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

img {
  vertical-align: top;
}

sup {
  vertical-align: super;
  font-size: 0.8em;
}

.page-footer .products .sub sup {
  margin-top: -0.8em;
  display: inline-block;
}

.sp {
  display: none;
}

/* --------------------------------------------------
 * Line
 */

.wrap-all {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body:before, body:after {
  content: "";
  position: absolute;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 4px;
  background-color: #053B8D;
  z-index: 100;
}

body:before {top: 10px;}
body:after {bottom: 10px;}

.wrap-all:before, .wrap-all:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 4px;
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #053B8D;
  z-index: 100;
}

.wrap-all:before {left: 10px;}
.wrap-all:after {right: 10px;}


/* --------------------------------------------------
 * layout
 */

.wrap {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap-large {
  position: relative;
  width: auto;
  max-width: 1180px;
  min-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header {
  position: relative;
  width: 100%;
  height: 214px;
  z-index: 10;
}

#top .page-header {
    position: absolute;
    /* height: 100vh; */
}

/*
#top .page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: #FFFFFF;
  z-index: 0;
}
*/

.lower .page-header {
  background-color: #FFFFFF;
}

.page-header h1 {
  position: absolute;
  top: 40px;
  left: 40px;
}

.page-header .top-nav {
  position: absolute;
  top: 50px;
  right: 123px;
  height: 29px;
  text-align: right;
  font-size: 0;
  line-height: 0;
  z-index: 2;
}

.page-header .top-nav li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  line-height: 29px;
}

.page-header .top-nav li.lang {
  margin: 0 15px;
  color: #053B8D;
  font-size: 12px;
  font-weight: bold;
}

.page-header .top-nav li.inquiry {
  position: absolute;
  top: -40px;
  right: -113px;
}

.page-header nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background-color: #FFFFFF;
  z-index: 2;
}

.page-header nav ul {
  overflow: hidden;
  padding: 0 19px;
}

.page-header nav ul li {
  float: left;
  /*width: 16.66%;*/
  width: 20%;
  padding: 0 0 0 1px;
  background-color: #EAEAEA;
}

.page-header nav ul li:last-child {
  padding-right: 1px;
}

.page-header nav ul li a img {
  width: 100%;
  height: auto;
}

.scrolled-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background-color: #FFFFFF;
  z-index: 102;
  transition: top 200ms ease-in;
  -webkit-transition: top 200ms ease-in;
  -moz-transition: top 200ms ease-in;
}

.scrolled-header.closed {
  display: block;
  top: -106px;
}

.scrolled-header .logo {
  position: absolute;
  top: 55px;
  left: 20px;
}

.scrolled-header .logo img {
  width: 97px;
  height: auto;
}

.scrolled-header > div > .global-nav {
  float: right;
  width: 9.93rem;
  height: 64px;
  margin-top: 40px;
  padding: 9px 0;
}

.scrolled-header > div > .global-nav > li {
  position: relative;
  float: left;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid #EAEAEA;
}

.scrolled-header > div > .global-nav > li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 12px;
}

.scrolled-header > div > .global-nav > li > a {
  display: block;
  position: relative;
  height: 45px;
}

.scrolled-header > div > .global-nav > li > a:hover img {
  opacity: 1;
}

.scrolled-header > div > .global-nav > li > a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 3px;
  background-color: #1E4E98;
}

.scrolled-header > div > .global-nav > li:first-child {
  border-left: 1px solid #EAEAEA;
}

.scrolled-header > div > .global-nav > li img {
  vertical-align: middle;
}

/*
.scrolled-header > div > .global-nav > li:nth-child(1) {width: 1.6rem;}
.scrolled-header > div > .global-nav > li:nth-child(2) {width: 1.26rem;}
.scrolled-header > div > .global-nav > li:nth-child(3) {width: 1.86rem;}
.scrolled-header > div > .global-nav > li:nth-child(4) {width: 1.86rem;}
.scrolled-header > div > .global-nav > li:nth-child(5) {width: 1.86rem;}
.scrolled-header > div > .global-nav > li:nth-child(6) {width: 1.48rem;}
*/
.scrolled-header > div > .global-nav > li:nth-child(1) {width: 1.97rem;}
.scrolled-header > div > .global-nav > li:nth-child(2) {width: 1.63rem;}
.scrolled-header > div > .global-nav > li:nth-child(3) {width: 2.23rem;}
.scrolled-header > div > .global-nav > li:nth-child(4) {width: 2.23rem;}
.scrolled-header > div > .global-nav > li:nth-child(5) {width: 1.85rem;}

.scrolled-header > div > .top-nav {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 29px;
  text-align: right;
  font-size: 0;
  line-height: 0;
}

.scrolled-header > div > .top-nav li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  line-height: 29px;
}

.scrolled-header > div > .top-nav li.lang {
  margin: 0 15px;
  color: #053B8D;
  font-size: 12px;
  font-weight: bold;
}

.products-sub-nav {
  display: none;
  position: fixed;
  top: 106px;
  left: 0;
  width: 100%;
  height: 240px;
  padding: 30px 0 0;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
  z-index: 103;
}

.products-sub-nav.opened {
  display: block;
}

.products-sub-nav.opened-absolute {
  display: block;
  position: absolute;
  top: 214px;
}

#top .products-sub-nav.opened-absolute {
  /*top: 100vh;*/
}

.products-sub-nav .l1 {
  float: left;
  width: 736px;
}

.products-sub-nav .l1 li {
  float: left;
  margin: 0 20px 0 0;
  line-height: 20px;
}

.products-sub-nav .l1 li a {
  display: block;
  color: #000000;
}

.products-sub-nav .l1 li a img {
  margin: 0 0 12px;
}

.products-sub-nav .l2 {
  float: left;
}

.products-sub-nav .l2 li {
  height: 50px;
  padding: 0 0 0 13px;
  line-height: 20px;
  background: url(../img/common/header/li-arrow.png) no-repeat 0 3px;
}

.products-sub-nav .l2 li a {
  color: #000000;
}

.products-sub-nav .l3 {
  float: left;
}

.products-sub-nav .l3 li {
  height: 50px;
  margin: 0 0 0 25px;
  padding: 0 0 0 13px;
  line-height: 20px;
  background: url(../img/common/header/li-arrow.png) no-repeat 0 3px;
}

.products-sub-nav .l3 li a {
  color: #000000;
}

.sp-nav {
  display: none;
}

.page-footer {
  padding: 31px 0 0;
  border-top: 4px solid #E5E5E5;
}

.footer-banners {
  padding: 16px 0;
  border-top: 1px solid #E5E5E5;
}

.no-banners .footer-banners {
  display: none;
}

.footer-banners ul {
  margin: 0 -0.2rem 0 -0.05rem;
  overflow: hidden;
}

.footer-banners ul li {
  float: left;
  width: 2.3rem;
  padding: 0 0.05rem;
}

.footer-banners ul li:first-child {
  margin: 0;
}

.footer-banners ul li img {
  width: 100%;
  height: auto;
}

.footer-socials {
  padding: 25px 0 28px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
  font-size: 0;
}

.footer-socials li {
  display: inline-block;
  margin: 0 18px;
}

.page-footer .sitemap {
  padding: 0 0 30px 20px;
  overflow: hidden;
}

.page-footer .sitemap > li {
  float: left;
}

.page-footer .sitemap > li.home {width: 1.22rem;}
.page-footer .sitemap > li.reason {width: 1.91rem; margin-left: 0.7rem;}
.page-footer .sitemap > li.products {width: 1.95rem;}
.page-footer .sitemap > li.otoku {width: 2.18rem;}
.page-footer .sitemap > li.col5 {width: 2.13rem;}
.page-footer .sitemap > li.col6 {width: 2rem;}

.page-footer .sitemap > li a {
  display: inline-block;
  height: 47px;
  font-weight: bold;
  line-height: 20px;
}

.page-footer .sitemap > li u {
  color: #053B8D;
  font-weight: bold;
}

.page-footer .sitemap > li .sub {
  margin: 0 0 25px;
}

.page-footer .sitemap > li .sub a {
  height: 26px;
  color: #202020;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
}

.page-footer .sitemap > .col6 a {
  height: 36px;
}

.page-footer .related-companies {
  /*width: 1140px;*/
  padding: 17px 0;
  border-top: 1px solid #E5E5E5;
  overflow: hidden;
}

.page-footer .related-companies .caption {
  float: left;
  width: 0.86rem;
  height: 27px;
  border: 1px solid #E5E5E5;
  text-align: center;
  color:#003287;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
}

.page-footer .related-companies ul li {
  float: left;
  margin: 1px 0;
  border-right: 1px solid #E5E5E5;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
}

.page-footer .related-companies ul li:nth-child(1) {width: 2.42rem;}
.page-footer .related-companies ul li:nth-child(2) {width: 2.65rem;}
.page-footer .related-companies ul li:nth-child(3) {width: 2.93rem;}
.page-footer .related-companies ul li:nth-child(4) {width: 2.53rem;}

.page-footer .related-companies ul li a {
  color: #202020;
}

.page-footer .bottom {
  position: relative;
  height: 111px;
  border-top: 1px solid #E5E5E5;
}

.page-footer .bottom .logo {
  position: absolute;
  top: 29px;
  left: 20px;
}

.page-footer .bottom .copyright {
  position: absolute;
  top: 29px;
  left: 157px;
  font-size: 10px;
  line-height: 20px;
}

.page-footer .bottom .copyright:nth-of-type(3) {
  top: 49px;
}

.page-footer .bottom .to-top {
  position: fixed;
  right: 34px;
  bottom: 34px;
  opacity: 0;
  cursor: pointer;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

.page-footer .bottom .to-top.visible {
  opacity: 1;
}

.common-title {
  margin: 0 0 40px;
  text-align: center;
}

.common-title span {
  display: inline-block;
  padding: 0 0 15px;
  color: #053C8D;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.07em;
  background: url(../img/common/title-border.png) repeat-x 0 bottom;
  background-size: auto 3px;
}

.common-title2 {
  margin: 0 0 30px;
  padding: 0 0 0 21px;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  background-color: #F0F0F0;
}
.common-title3 {
	margin: 0 0 20px;
	text-align: center;
	color: #053c8d;
	font-size: 25px
}


.common-button {
  position: relative;
  display: block;
  width: 180px;
  height: 44px;
  border-radius: 3px;
  box-shadow: inset 0 -5px #002358;
  text-align: center;
  color: #FFFFFF;
  line-height: 40px;
  background-color: #053B8D;
}

.common-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: url(../img/common/button-arrow.png) no-repeat 0 46%;
  background-size: 7px 10px;
}

.common-button.l {
  width: 240px;
  height: 60px;
  font-size: 16px;
  line-height: 56px;
}

.common-button.xl {
  width: 300px;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
}

.common-button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.common-lower-nav {
  position: relative;
  height: 66px;
  border-bottom: 1px solid #EAEAEA;
  background-color: #FFFFFF;
}

.common-lower-nav.fixed {
  position: fixed;
  top: 91px;
  left: 0;
  width: 100%;
  z-index: 101;
}

.common-lower-nav .links {
  text-align: center;
  font-size: 0;
}

.common-lower-nav .links li {
  display: inline-block;
}

.common-lower-nav .links li a {
  display: inline-block;
  width: 185px;
  height: 66px;
  margin: 0 5px;
  padding: 30px 0 0;
  border-bottom: 3px solid #DFDFDF;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

.common-lower-nav .links li.on a,
.common-lower-nav .links li a:hover {
  border-color: #1E4E98;
  text-decoration: none;
  color: #1E4E98;
}

.common-lower-nav .socials {
  position: absolute;
  top: 22px;
  right: 20px;
}

.common-lower-nav .socials li {
  float: left;
  margin: 0 0 0 12px;
}

.common-lower-nav .socials li img {
  width: 38px;
  height: auto;
}

.bread-crumb {
  height: 41px;
  border-top: 1px solid #E5E5E5;
}

.bread-crumb ul {
  padding: 0 20px 0 52px;
  font-size: 0;
  background: url(../img/common/home-icon.png) no-repeat 20px 10px;
}

.bread-crumb ul li {
  display: inline-block;
  vertical-align: middle;
  color: #005ca2;
  font-size: 12px;
  line-height: 38px;
}

.bread-crumb ul li:before {
  content: ">";
  display: inline-block;
  margin: 0 1em;
  color: #000000;
}

.bread-crumb ul li:first-child:before {
  display: none;
}

.bread-crumb ul li a {
  color: #000000;
}

.common-pickup {
  padding: 25px 0 27px;
  background-color: #E5F1F9;
}

.common-pickup h3 {
  width: 173px;
  height: 33px;
  margin: 0 auto 20px;
  border-radius: 17px;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
  line-height: 33px;
  background-color: #47CDEC;
}

.common-pickup > div {
  max-width: 100%;
}

.common-pickup .carousel {
  width: -webkit-calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  margin: 0 auto;
  overflow: hidden;
}

.common-pickup .links {
  margin: 0 0 20px;
  overflow: hidden;
}

.common-pickup .links li {
  float: left;
  /*width: 20%;*/
  padding: 0 9px;
}

.common-pickup .links li a {
  display: block;
  width: 100%;
  padding: 4px;
  background-color: #FFFFFF;
}

.common-pickup .links li a img {
  width: 100%;
  height: auto;
}

.common-pickup .links li a p {
  height: 0.64rem;
  padding: 0.08rem 0 0;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.22rem;
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width: 1180px) {
  .common-pickup .links li a p {
    font-size: 0.12rem;
  }
}

.common-pickup .indicators {
  text-align: center;
  font-size: 0;
}

.common-pickup .indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  background-color: #FFFFFF;
  cursor: pointer;
}

.common-pickup .indicators li.on {
  border-color: #053B8D;
  background-color: #053B8D;
  cursor: default;
}

.common-products {
  padding: 47px 20px 73px;
  border-top: 1px solid #eaeaea;
}

.common-products ul {
  overflow: hidden;
}

.common-products ul li {
  float: left;
}

.common-products .l1 {
  margin-bottom: 50px;
}

.common-products .l1 li {
  width: 33.33%;
  min-height: 380px;
}

.common-products .l1 li img {
  width: 100%;
  height: auto;
}

.common-products .l1 li.lineup {
  position: relative;
}

.common-products .l1 li.lineup > img {
  position: relative;
  z-index: 1;
}

.common-products .l1 li.lineup .caption {
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #053C8D;
  font-size: 26px;
  z-index: 2;
}

.common-products .l1 li.lineup a {
  position: absolute;
  top: 53%;
  left: 50%;
  margin-left: -90px;
  z-index: 2;
}

.common-examples {
  padding: 80px 0 90px;
  background: url(../img/top/examples/bg.jpg) no-repeat center center;
  background-size: cover;
}

.common-examples > div {
  max-width: 1140px;
  padding: 30px 20px 30px 25px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.common-examples > div header {
  float: left;
  width: 290px;
  margin: 0 5px 0 0;
  text-align: center;
}

.common-examples > div header h3 {
  margin: 0 0 20px;
  text-align: center;
}

.common-examples > div header h3 span {
  color: #2CB0CE;
  background: url(../img/top/examples/title-border.png) repeat-x 0 bottom;
  background-size: auto 3px;
}

.common-examples > div header p {
  margin: 0 0 20px;
  color: #4D4C54;
  font-size: 14px;
  line-height: 29px;
  white-space: nowrap;
}

.common-examples > div header a {
  margin: 0 auto;
}

.common-examples > div ul {
  float: right;
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
}

.common-examples > div ul li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

.common-examples > div ul li a:hover {
  text-decoration: none;
}

.common-examples > div ul li img {
  width: 100%;
  height: auto;
}

.common-examples > div ul li p {
  height: 70px;
  padding: 10px 10px 0;
  border: 1px solid #E5E5E5;
  border-top: none;
  text-align: center;
  color: #4D4C54;
  line-height: 24px;
}

.common-examples > div ul li p span {
  display: block;
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 26px;
  background-color: #39BFDD;
}

.common-inquiry {
  height: 408px;
  padding: 45px 20px;
  border-top: 1px solid #EAEAEA;
  overflow: hidden;
}

.common-inquiry h3 {
  margin-bottom: 44px;
}

.common-inquiry section {
  float: left;
  width: 50%;
  height: 224px;
  padding: 47px 0 0;
}

.common-inquiry section h4 {
  height: 53px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
}

.common-inquiry section.form {
  border-right: 1px solid #EAEAEA;
}

.common-inquiry section.form h4,
.common-inquiry section.form div {
  width: 500px;
}

.common-inquiry section.form a {
  margin: 0 auto;
}

.common-inquiry section.tel {
  text-align: center;
}

.common-inquiry section.tel .freedial {
  margin: 8px 0 15px;
}

.common-topics-list {
  border-top: 1px solid #E5E5E5;
}

.common-topics-list li {
  padding: 13px 0 13px 16px;
  overflow: hidden;
  line-height: 23px;
  border-bottom: 1px solid #E5E5E5;
}

.common-topics-list li time {
  float: left;
  width: 118px;
  color: #053B8D;
}

.common-topics-list li .topics-category {
  float: left;
}

.topics-category {
  width: 78px;
  border-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

.topics-category.event {
  background-color: #39BFDD;
}

.topics-category.information {
  background-color: #24B19F;
}

.common-topics-list li .title {
  float: left;
  width: 748px;
  padding: 0 0 0 20px;
}

.common-topics-list li .title a {
  color: #202020;
}

.common-topics-list li .title a.pdf {
  display: inline-block;
}

.common-topics-list li .title a.pdf:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 23px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background: url(../img/common/pdf-icon.png) no-repeat 0 0;
  background-size: 100%;
}

/*
.common-map {
  padding: 53px 0 0;
  border-top: 1px solid #EAEAEA;
}

.common-map h3 {
  margin: 0 auto 40px;
}

.common-map > div {
  height: 480px;
}

.google-map-info-window {
  width: 240px;
  padding: 6px 0;
  overflow: hidden;
}

.google-map-info-window img {
  float: left;
  margin: 0 15px 0 0;
}

.google-map-info-window p {
  font-size: 14px;
  line-height: 24px;
}
*/

.common-spec-accordion {
}

.common-spec-accordion .toggle {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 18px;
  border: 2px solid #E2E2E2;
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
  cursor: pointer;
}

.common-spec-accordion .toggle:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: url(../img/products/related/accordion-closed.png) no-repeat 0 0;
}

.common-spec-accordion.opened .toggle:before {
  background: url(../img/products/related/accordion-opened.png) no-repeat 0 0;
}

.common-spec-accordion .body {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
}

.common-spec-accordion.opened .body {
  max-height: 1800px;
}

.common-spec-accordion table {
  width: 100%;
  margin: 0 0 50px;
  border-collapse: collapse;
  table-layout: fixed;
}

.common-spec-accordion table tr th {
  padding: 19px 30px;
  border: 1px solid #EAEAEA;
  text-align: left;
  vertical-align: middle;
  color: #053C8D;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  background-color: #F1FCFE;
}

.common-spec-accordion table tr th:first-child {
  width: 480px;
}

.common-spec-accordion table tr td {
  padding: 19px 30px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 22px;
}



/* --------------------------------------------------
 * top
 */

#top .main {
    position: relative;
    height: calc(100vh - 115px);
    margin-top: 214px;
    overflow: hidden;
    z-index: 1;
}

/*
#top .main:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 114px;
  margin-left: -12px;
  width: 25px;
  height: 42px;
  background: url(../img/top/main/scroll.png) no-repeat 0 0;
  z-index: 2;
}
*/

#top .main .lead {
  position: absolute;
  top: 139px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

#top .images li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 1;
}

#top .images li:nth-child(1) {
  display: block;
  background: url(../img/top/main/image1.png) no-repeat center bottom;
}

#top .images li:nth-child(2) {
  background: url(../img/top/main/image2.png) no-repeat center center;
}
#top .images li:nth-child(3) {
  background: url(../img/top/main/image3.png) no-repeat center center;
}
#top .images li:nth-child(4) {
  background: url(../img/top/main/image4.png) no-repeat center center;
}

#top section.otoku {
  padding: 63px 0 41px;
  background-color: #E5F1F9;
}

#top section.otoku h3 {
  margin: 0 0 31px;
  text-align: center;
}

#top section.otoku > div > p {
  margin: 0 0 52px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
}

#top section.otoku .common-button {
  margin: 0 auto;
}

#top section.others {
  padding: 60px 0;
}

#top section.others ul {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  overflow: hidden;
}

#top section.others ul li {
  float: left;
  width: 245px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
}

#top section.others ul li:first-child {
  width: 244px;
}

/*
#top section.others ul li:last-child {
  clear: both;
  float: none;
  width: 100%;
}
*/

#top section.others ul li a {
  display: block;
  padding: 27px 0 0;
  height: 208px;
  background-color: #E9F2F8;
}

#top section.others ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#top section.others ul li a img {
  width: 104px;
  height: 104px;
  margin: 0 0 20px;
}

#top section.others ul li a:hover img {
  opacity: 1;
}

#top section.others ul li:nth-child(4) a img {
  margin: 0 0 10px;
}

#top section.others ul li a p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

/*
#top section.others ul li:last-child a {
  width: 100%;
  height: 158px;
  padding: 25px 0 0;
  font-size: 0;
  line-height: 110px;
}

#top section.others ul li:last-child a img {
  display: inline-block;
  margin: 0 27px 0 0;
}

#top section.others ul li:last-child a p {
  display: inline-block;
}
*/

#top section.others .user {
  margin: 30px 0 0;
  border-top: none;
  border-left: none;
}

#top section.others .user li {
  width: 50%;
  border-right: none;
  border-bottom: none;
}

#top section.others .user li:first-child {
  width: 100%;
}

#top section.others .user li dl dt {
  margin: 0 0 15px;
  color: #15AD8E;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}

/* 160805
#top section.others .user li dl dd {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

#top section.others .user li dl dd a {
  height: 158px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  line-height: 110px;
}
*/

#top section.others .user li dl dd a {
  height: 130px;
  border: 3px solid #003287;
  text-align: center;
  line-height: 96px;
  padding: 10px 0 0;
  background: #053B8D;
  color: #fff;
}


#top section.others .user li dl dd a img {
  display: inline-block;
  margin: 0 27px 0 0;
}

#top section.others .user li dl dd a p {
  display: inline-block;
  font-size: 22px;
}

#top section.topics {
  padding: 45px 0 50px;
  border-top: 1px solid #E5E5E5;
}

#top section.topics h3 {
}

#top section.topics .view-all {
  margin: 40px 0;
}

#top section.topics .view-all a {
  margin: 0 auto;
}

#top section.important {
  padding: 30px 0 45px;
  border-top: 1px solid #E5E5E5;
}

#top section.important h3 {
  text-align: center;
  color: #1B4C96;
  font-size: 26px;
  margin: 0 0 20px;
  line-height: 24px;
}

#top section.important .topics-category {
  width: 104px;
  border-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

#top section.important .topics-category.important {
  background-color: #fc557c;
}

#top section.important .title {
  width: 736px;
}

#top section.important .pdf a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    background: url(../img/common/icon_pdf.png) left center no-repeat;
    background-size: 18px;
}


/* --------------------------------------------------
 * reasons
 */

#reasons {
}

#reasons .reasons {
}

#reasons .reasons header {
  height: 500px;
  margin-bottom: 50px;
  text-align: center;
  background: url(../img/reasons/image.png) no-repeat center center;
  background-size: cover;
}

#reasons .reasons header h2 {
  padding: 130px 0 28px;
}

#reasons .reasons header p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 28px;
}

#reasons .reasons .reason {
 position: relative;
}

#reasons .reasons .reason h3 {
  height: 66px;
}

#reasons .reasons .reason .lead {
  color: #053C8D;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}

#reasons .reasons .reason .lead sup {
  font-size: 12px;
}

#reasons .reasons .reason .notice {
  margin-top: -20px;
  font-size: 12px;
  line-height: 12px;
}

#reasons .reasons .reason p {
  margin: 0 0 29px;
  color: #222222;
  line-height: 29px;
  font-size: 16px;
}

#reasons .reasons .reason .buttons {
  overflow: hidden;
}

#reasons .reasons .reason .buttons li {
  float: left;
  margin: 0 10px 0 0;
}

#reasons .reasons .reason1 {
   height: 670px;
}

#reasons .reasons .reason1:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 693px;
  height: 607px;
  margin-left: -67px;
  background: url(../img/reasons/reason1-image.png) no-repeat 0 0;
  z-index: 0;
}

#reasons .reasons .reason2 {
  position: relative;
  height: 670px;
  text-align: right;
  overflow: hidden;
  background-color: #000000;
}

#reasons .reasons .reason2 > div {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}

#reasons .reasons .reason2 p {
  color: #FFFFFF !important;
}

#reasons .reasons .reason2 .buttons li {
  float: right;
  margin: 0;
}

#reasons .reasons .reason2 video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.45;
  z-index: 0;
}

#reasons .reasons .reason3 {
  height: 758px;
  border-bottom: 1px solid #EAEAEA;
}

#reasons .reasons .reason3:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 546px;
  height: 670px;
  margin-left: 15px;
  background: url(../img/reasons/reason3-image.png) no-repeat 0 0;
  z-index: 0;
}

#reasons .reasons .reason3 > div {
  padding-top: 50px;
}


/* --------------------------------------------------
 * products
 */

#products .products h2 {
  margin: 60px 0 48px;
}

#products .products h2 span:before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 17px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(../img/products/index/title-icon.png) no-repeat 0 0;
}

#products .product {
  position: relative;
  height: 470px;
  margin: 0 0 50px;
  background-repeat: no-repeat;
  background-position: center 0;
}

#products .visola.product {background-image: url(../img/products/index/visola-image.png);}
#products .soltilex.product {background-image: url(../img/products/index/soltilex-image.png);}
#products .gransola.product {background-image: url(../img/products/index/gransola-image.png);}

#products .product .block {
  position: absolute;
  top: 26px;
  width: 451px;
  height: 414px;
  padding: 28px 36px 0;
  background-color: rgba(255, 255, 255, 0.9);
}

#products .visola.product .block,
#products .gransola.product .block {
  right: 30px;
}

#products .soltilex.product .block {
  left: 30px;
}

#products .product .block h3 {
  margin: 0 0 15px;
  text-align: center;
}

#products .product .block p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
}

#products .product .block .features {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0;
}

#products .product .block .features li {
  display: inline-block;
  width: 114px;
  height: 105px;
  margin: 0 5px;
  padding: 27px 0 0;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background: url(../img/products/index/feature-bg.png) no-repeat 0 0;
}

#products .product .block .features li.l2 {
  padding: 37px 0 0;
}

#products .product .block .common-button {
  margin: 0 auto;
}

#products .other-lowers {
  margin: 0 auto 40px;
  overflow: hidden;
  width: 770px;
}

#products .other-lowers li {
  float: left;
  width: 50%;
  padding: 0 8px 0 7px;
}

#products .other-lowers li img {
  width: 100%;
  height: auto;
  margin: 0 0 14px;
}

#products .other-lowers li p {
  line-height: 22px;
  font-size: 16px;
}


/* --------------------------------------------------
 * product-detail
 */

#product-detail > section > header {
  position: relative;
  width: 100%;
  height: 560px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#product-detail > .visola > header {background-image: url(../img/products/visola/image.png);}
#product-detail > .soltilex > header {background-image: url(../img/products/soltilex/image.png);}
#product-detail > .gransola > header {background-image: url(../img/products/gransola/image.png);}

#product-detail > section > header h2 {
  position: absolute;
  top: 171px;
  left: 0;
  width: 100%;
}

#product-detail > section > header h2 img {
}

#product-detail > section > header .match {
  position: absolute;
  top: 373px;
  left: 0;
  width: 100%;
}

#product-detail .introduction {
  max-width: 1140px;
  min-width: 980px;
  padding: 75px 20px 48px;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
}

#product-detail .introduction .lead {
  margin: 0 0 58px;
}

#product-detail .introduction .text {
  line-height: 40px;
  font-size: 18px;
}

#product-detail .introduction ul {
  margin: 50px -10px;
  overflow: hidden;
}

#product-detail .introduction ul li {
  float: left;
  width: 50%;
  padding: 0 10px;
  text-align: left;
}

#product-detail .introduction ul li img {
  width: 100%;
  height: auto;
  margin: 0 0 28px;
}

#product-detail .introduction ul li .lead {
  margin: 0 0 16px;
  color: #1B4C96;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

#product-detail .introduction ul li .text {
  line-height: 33px;
  font-size: 16px;
}

#product-detail .features {
  padding: 45px 20px 100px;
}

#product-detail .features ol > li {
  padding: 0 0 20px;
}

#product-detail .features ol > li {
  position: relative;
  height: 320px;
  padding: 0 50% 0 0;
  list-style: none;
}

#product-detail .features ol > li:nth-child(even) {
  padding: 0 0 0 50%;
}

#product-detail .features ol > li.large,
#product-detail .features ol > li.large p {
  width: auto;
  height: auto;
  padding: 0;
}

#product-detail .features ol > li .feature {
  margin: 0 0 20px;
  color: #1B4C96;
  font-size: 24px;
  font-weight: bold;
  line-height: 57px;
}

#product-detail .features ol > li .feature img {
  width: 60px;
  height: auto;
}

#product-detail .features ol > li p {
  line-height: 27px;
  font-size: 15px;
}

#product-detail .features ol > li p.b {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}

#product-detail .features ol > li .feature img {
  margin: 0 15px 0 0;
  veritcal-align: middle;
}

#product-detail .features ol > li .texts {
  padding: 0 40px 0 0;
}

#product-detail .features ol > li:nth-child(even) .texts {
  padding: 0 0 0 40px;
}

#product-detail .features ol > li .image {
  position: absolute;
  top: 0;
  width: 50%;
}

#product-detail .features ol > li:nth-child(odd) .image {
  right: 0;
}

#product-detail .features ol > li:nth-child(even) .image {
  left: 0;
}

#product-detail .features ol > li ul {
  margin: 30px -12px 50px;
  overflow: hidden;
}

#product-detail .features ol > li ul li {
  float: left;
  width: 33.33%;
  padding: 0 12px;
}

#product-detail .features ol > li ul li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}

#product-detail .features ol > li ul li p {
}

#product-detail .soltilex .features ol > li:last-child .image {
  width: 466px;
}

#product-detail .features .summary {
  width: 1141px;
  height: 283px;
  margin: 0 0 28px;
  padding: 45px 0 0 45px;
  background: url(../img/products/visola/features-summary-bg.png) no-repeat 0 0;
}

#product-detail .features .summary .lead {
  margin: 0 0 20px;
  color: #0ABCE5;
  font-size: 24px;
  line-height: 24px;
}

#product-detail .features .summary .text {
  width: 389px;
  margin: 0 0 20px;
  line-height: 28px;
}

#product-detail .features .summary .notice {
  width: 386px;
  font-size: 12px;
  line-height: 21px;
}

#product-detail .about-spec {
  overflow: hidden;
}

#product-detail .about-spec a {
  float: right;
  width: 270px;
}

#product-detail .common-products h3 {
  display: none;
}

#product-detail .specs h3,
#product-detail .methods h3 {
  margin: 0 0 35px;
  text-align: center;
  color: #1B4C96;
  font-size: 26px;
  line-height: 24px;
}

#product-detail .specs {
  padding: 56px 0 35px;
}

#product-detail .specs table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  table-layout: fixed;
}

#product-detail .specs table tr th,
#product-detail .specs table tr td {
  border: 1px solid #EAEAEA;
}

#product-detail .specs table tr th {
  width: 230px;
  padding: 15px 0 15px 25px;
  text-align: left;
  vertical-align: middle;
  color: #1B4C96;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  background-color: #F1FCFF;
}

#product-detail .specs table tr td {
  padding: 18px 0 18px 25px;
  font-size: 14px;
  line-height: 32px;
}

#product-detail .specs .notice {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 24px;
}

#product-detail .methods {
  padding: 35px 20px 0;
  border-top: 1px solid #EAEAEA;
}

#product-detail .methods section {
  margin: 0 0 60px;
}

#product-detail .methods .common-title2 {
  margin: 0 0 60px;
}

#product-detail .methods .wrap-video {
  width: 600px;
  margin: 0 auto;
}

#product-detail .methods .wrap-video video {
  width: 100%;
  height: auto;
}

#product-detail .methods .dummy {
  width: 600px;
  height: 340px;
  margin: 0 auto;
  background-color: #EEEEEE;
}

#product-detail .methods .methods2 dl {
  margin: 0 0 -40px;
}

#product-detail .methods .methods2 dl dt {
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

#product-detail .methods .methods2 dl dd {
  margin: 0 0 40px;
}

#product-detail .methods .methods2 dl dd ul {
  margin: 0 -20px;
  overflow: hidden;
}

#product-detail .methods .methods2 dl dd ul li {
  float: left;
  width: 50%;
  padding: 0 20px;
}

#product-detail .methods .methods2 dl dd ul li img {
  width: 100%;
  height: auto;
}

#product-detail .methods .methods2 dl dd ul li p {
  margin: 15px 0 0;
  line-height: 27px;
}

#product-detail .soltilex .features .texts .caption {
  font-size: 12px;
}

#product-detail .gransola .introduction {
  border: none;
}

#product-detail .gransola .types {
  margin-bottom: 40px;
}

#product-detail .gransola .types section {
  margin: 0 0 40px;
}

#product-detail .gransola .types section:first-child {
  padding: 0 0 40px;
  border-bottom: 1px solid #EAEAEA;
}

#product-detail .gransola .types section .block {
  margin: 0 0 40px;
  padding: 15px;
  background-color: #F2EFE8;
}

#product-detail .gransola .types section .block h3 {
  position: relative;
  margin: 0 0 30px;
  border-radius: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 70px;
  background-color: #0ABCE5;
}

#product-detail .gransola .types section .block h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top: 15px solid #0ABCE5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
}

#product-detail .gransola .types section .block .lead {
  margin: 0 0 25px;
  padding: 0 0 0 15px;
  color: #1B4C96;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

#product-detail .gransola .types section .block .lead .notice sup {
  font-size: 12px;
}

#product-detail .gransola .types section .block .text {
  width: 446px;
  padding: 0 0 0 15px;
  line-height: 27px;
  font-size: 16px;
}

#product-detail .gransola .types section .block .text strong {
  font-size: 18px;
}

#product-detail .gransola .types .type1 .block {
  min-height: 380px;
  background-image: url(../img/products/gransola/type-image1.png);
  background-repeat: no-repeat;
  background-position: 511px 97px;
}
#product-detail .gransola .types .block .caption {
  padding: 0 0 0 15px;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}
#product-detail .gransola .types .type1 .block .text + p {
  padding: 16px 0 0 15px;
}
#product-detail .gransola .types .type2 .block .caption {
  width: 446px;
}

#product-detail .gransola .types .type1 ol {
  overflow: hidden;
}

#product-detail .gransola .types .type1 ol li {
  float: left;
  width: 50%;
  padding: 0 15px 0 0;
  list-style: none;
}

#product-detail .gransola .types .type1 ol li:last-child {
  padding: 0 0 0 15px;
}

#product-detail .gransola .types .type1 ol li .feature {
  margin: 0 0 20px;
  color: #1B4C96;
  font-size: 24px;
  font-weight: bold;
  line-height: 57px;
}

#product-detail .gransola .types .type1 ol li .feature img {
  width: 60px;
  height: auto;
  margin: 0 15px 0 0;
}

#product-detail .gransola .types .type1 ol li p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 27px;
  font-size: 16px;
}

#product-detail .gransola .types .type2 .block {
  min-height: 380px;
  background-image: url(../img/products/gransola/type-image2.png);
  background-repeat: no-repeat;
  background-position: 511px 97px;
}

#product-detail .gransola .types .type2 ul li {
  min-height: 160px;
  border-right: 1px dotted #CACACA;
}

#product-detail .gransola .types .type2 ul li:last-child {
  border: none;
}

#product-detail .gransola .types .type2 ul li .caption {
  margin: 0 0 20px;
  color: #1B4C96;
  font-size: 24px;
  font-weight: bold;
  line-height: 56px;
}

#product-detail .gransola .types .type2 ul li .caption span {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 15px 0 0;
  border-radius: 28px;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 56px;
  background-color: #AACF45;
}

#product-detail .gransola .types .type2 ul li .caption span.l2 {
  padding: 11px 0 0;
  line-height: 17px;
}

#product-detail .gransola .types .type2 .ul1 {
  positoin: relative;
  padding: 0 0 20px;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}

#product-detail .gransola .types .type2 .ul1 li {
  float: left;
  width: 33.33%;
  padding: 0 30px;
}

#product-detail .gransola .types .type2 .ul1 li:first-child {
  padding-left: 0;
}

#product-detail .gransola .types .type2 .ul2 {
  padding: 30px 0 0;
  overflow: hidden;
}

#product-detail .gransola .types .type2 .ul2 li {
  float: left;
  width: 50%;
  padding: 0 30px;
}

#product-detail .gransola .types .type2 .ul2 li:first-child {
  padding-left: 0;
}


/* --------------------------------------------------
 * product-flow
 */

#product-flow .flow > div > header {
  padding: 80px 0 60px;
}

#product-flow .flow > div > header h2 {
  margin: 0 0 60px;
}

#product-flow .flow > div > header p {
  margin: 0 0 30px;
  text-align: center;
  color: #04B895;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
}

#product-flow .flow > div > header .lower-nav {
  text-align: center;
  font-size: 0;
}

#product-flow .flow > div > header .lower-nav li {
  display: inline-block;
  margin: 0 50px 0 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

#product-flow .flow > div > header .lower-nav li:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
  vertical-align: top;
  background: url(../img/common/arrow-bottom.png) no-repeat 0 0;
}

#product-flow .flow > div > header .lower-nav li a {
  color: #000000;
}

#product-flow .flow #section1 {
  margin: 0 0 50px 0;
}

#product-flow .flow section h3 {
  margin: 0 0 40px;
  text-align: center;
  color: #053C8D;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
}

#product-flow .flow section dl dd {
  margin: 0 0 50px;
}

#product-flow .flow section dl dd img {
  width: 100%;
  height: auto;
}

#product-flow .flow .download {
  padding: 30px 0;
  text-align: center;
  background-color: #F0F0F0;
}

#product-flow .flow .download p {
  height: 48px;
  font-size: 18px;
  font-weight: bold;
}

#product-flow .flow .download .common-button {
  margin: 0 auto;
}

#product-flow .flow .download .common-button:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 100%;
  margin: 0 0 0 12px;
  vertical-align: top;
  background: url(../img/common/pdf-icon.png) no-repeat 0 22px;
  background-size: 18px 23px;
}


/* --------------------------------------------------
 * product-related
 */

#product-related .related > header {
  padding: 60px 0 20px;
  border-bottom: 1px solid #EAEAEA;
}

#product-related .related > header .lower-nav {
  text-align: center;
  font-size: 0;
}

#product-related .related > header .lower-nav li {
  display: inline-block;
  margin: 0 50px 0 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

#product-related .related > header .lower-nav li:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
  vertical-align: top;
  background: url(../img/common/arrow-bottom.png) no-repeat 0 0;
}

#product-related .related .related-section:nth-of-type(n+2) > header {
  border-top: 1px solid #EAEAEA;
}

#product-related .related .related-section header {
  padding: 50px 0 40px;
}

#product-related .related .related-section header h3 {
  margin: 0 0 40px;
  text-align: center;
  color: #053C8D;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
}

#product-related .related .related-section header p {
  text-align: center;
  color: #4D4C54;
  font-size: 16px;
  line-height: 16px;
}

#product-related .related .related-section p {
  margin: 0 0 5px;
  line-height: 29px;
}

#product-related .related .related-section .notice {
  font-size: 12px;
  line-height: 20px;
}
#product-related .related .related-section .notice:last-child {
  margin: 0 0 30px;
}

#product-related .related .related-section .introduction {
  margin: 0 0 30px;
  overflow: hidden;
}

#product-related .related .section1-1 .introduction .image,
#product-related .related .section1-2 .introduction .image {
  float: left;
  margin: 0 40px 0 0;
}

#product-related .related-section .block {
  clear: both;
  margin: 0 0 30px;
  border: 2px dotted #0ABEE3;
  border-radius: 5px;
  padding: 7px;
}

#product-related .related-section .block .inner {
  padding: 0.2rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4F1F9;
}

#product-related .related-section .block .inner img {
  float: left;
  margin: 0 30px 0 0;
}

#product-related .related .section2 .introduction .image,
#product-related .related .section3 .introduction .image {
  float: right;
  margin: 0 0 0 40px;
}

#product-related .related .section4-1,
#product-related .related .section4-2 {
  float: left;
  width: 50%;
  margin: 0 0 50px;
}

#product-related .related .section4-1 {padding: 0 20px 0 0;}
#product-related .related .section4-2 {padding: 0 0 0 20px;}

#product-related .related .section4-1 p,
#product-related .related .section4-2 p {
  margin: 0 0 40px;
}

#product-related .related .section4-1 img,
#product-related .related .section4-2 img {
  width: 100%;
  height: auto;
}

#product-related .related .section4 .block .lead {
  margin: 0 0 0.15rem;
  color: #09BCE4;
  font-size: 0.25rem;
  line-height: 0.32rem;
}

#product-related .related .section4 .block ul li {
  font-size: 0.14rem;
  line-height: 0.29rem;
}

#product-related .related .section4 .block ul li:before {
  content: "●";
}

#product-related .related .common-button.l {
  float: right;
  padding: 0 10px;
  margin: 0 0 40px;
  text-align: left;
}

#product-related .related .common-button.type2 {
  padding: 5px 10px;
  line-height: 1.571;
}

#product-related .related .common-spec-accordion {
  display: none;
}


/* --------------------------------------------------
 * product-storage
 */

#product-storage .storage > header {
  position: relative;
  height: 630px;
}

#product-storage .storage > header .wrap-large {
  position: relative;
  z-index: 2;
}

#product-storage .storage > header h2 {
  position: absolute;
  top: 70px;
  right: 40px;
}

#product-storage .storage > header .text {
  position: absolute;
  top: 137px;
  right: 27px;
}

#product-storage .storage > header .notice {
  position: absolute;
  top: 505px;
  left: 563px;
  font-size: 13px;
  line-height: 13px;
}

#product-storage .storage > header .wrap-large:before {
  content: "";
  display: block;
  position: absolute;
  top: 186px;
  left: 23px;
  width: 419px;
  height: 395px;
  background: url(../img/products/storage/main-image2.png) no-repeat 0 0;
  z-index: 2;
}

#product-storage .storage > header .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: url(../img/products/storage/main-image1.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

#product-storage .storage .introduction {
  margin-bottom: 40px;
}

#product-storage .storage .introduction p {
  margin: 0 0 15px;
}

#product-storage .storage .feature {
  margin: 0 auto 40px;
  overflow: hidden;
}

#product-storage .storage .feature header {
  margin: 0 0 20px;
}

#product-storage .storage .feature header h3 {
  position: relative;
  height: 58px;
  margin: 0 0 18px;
  padding: 0 0 0 75px;
  color: #053C8D;
  font-weight: bold;
}

#product-storage .storage .feature header h3 img {
  position: absolute;
  top: 0;
  left: 0;
}

#product-storage .storage .feature header h3 span {
  display: block;
  font-size: 15px;
  line-height: 26px;
}

#product-storage .storage .feature header h3 strong {
  display: block;
  font-size: 25px;
  line-height: 30px;
}

#product-storage .storage .feature header ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 29px;
}

#product-storage .storage .feature header ul li:before {
  content: "・";
}

#product-storage .storage .feature .scenes {
  margin-right: -30px;
}

#product-storage .storage .feature .scenes li {
  float: left;
  width: 3.6rem;
  margin: 0 0.3rem 0.3rem 0;
}

#product-storage .storage .feature .scenes li img {
  width: 100%;
  height: auto;
  margin: 0 0 14px;
}

#product-storage .storage .feature .scenes li p {
  font-size: 14px;
  line-height: 24px;
}

#product-storage .storage .feature1 header {
  float: left;
  width: 7.8rem;
  padding: 0 0.3rem 0 0;
}

#product-storage .storage .feature4 header h3 strong {
  line-height: 58px;
}

#product-storage .storage .feature4 .example {
  float: right;
  width: 7.40rem;
  height: auto;
  margin-top: 0.4rem;
}

#product-storage .storage .specs {
}

#product-storage .storage .catalog {
  clear: both;
  margin-bottom: 50px;
  border: 2px dotted #0ABEE3;
  border-radius: 5px;
  padding: 7px;
}

#product-storage .storage .catalog .inner {
  padding: 0.2rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4F1F9;
}

#product-storage .storage .catalog .inner img {
  float: left;
  margin: 0 30px 0 0;
}

#product-storage .storage .catalog .inner .lead {
  margin: 0 0 30px;
  color: #09BCE4;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}

#product-storage .storage .catalog .inner .lead span {
  display: block;
  font-size: 18px;
}

#product-storage .storage .catalog .inner p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 29px;
}

#product-storage .storage .catalog .inner .common-button {
  margin-left: 575px;
}

#product-storage .storage .catalog .inner .common-button:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 100%;
  margin: 0 0 0 12px;
  vertical-align: top;
  background: url(../img/common/pdf-icon.png) no-repeat 0 22px;
  background-size: 18px 23px;
}

#product-storage .storage .common-button.l {
  float: right;
  margin: 0 0 40px;
}

#product-storage .storage .common-spec-accordion {
  display: none;
}


/* --------------------------------------------------
 * product-specs
 */
#product-specs .specs > header {
  padding: 60px 0 30px;
}

#product-specs .specs > header .page-nav > div h3 {
  margin: 0 0 30px;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

#product-specs .specs > header .page-nav > div > ul li {
  float: left;
  width: 2.039rem;
  margin: 0 0.29rem 0 0;
}

#product-specs .specs > header .page-nav > div > ul li a {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

#product-specs .specs > header .page-nav > div > ul li:last-child {
  margin: 0;
}

#product-specs .specs > header .page-nav .type1 {
  float: left;
  width: 59%;
 /* width: 6.72rem;*/
}

#product-specs .specs > header .page-nav .type1 h3 {
  background: #053b8d;
}

#product-specs .specs > header .page-nav .type1 li a {
  padding: 20px 0 28px;
  background: #e3f2f7 url(../img/products/specs/arrow1.png) no-repeat center 64px;
}

#product-specs .specs > header .page-nav .type2 {
  float: right;
  width: 38.5%;
  /*width: 4.38rem;*/
}

#product-specs .specs > header .page-nav .type2 h3 {
  background: #05856d;
}

#product-specs .specs > header .page-nav .type2 li a {
  padding: 12px 0 24px;
  background: #dff2ee url(../img/products/specs/arrow2.png) no-repeat center 64px;
  line-height: 1.375;
}

#product-specs .specs > header .nav-title {
  padding: 0 0 17px;
  margin: 35px 0 30px;
  border-bottom: 3px solid #053b8d;
  font-size: 18px;
  color: #053b8d;
  text-align: center;
}

#product-specs .specs > header .lower-nav {
  text-align: center;
  font-size: 0;
}

#product-specs .specs > header .lower-nav li {
  display: inline-block;
  margin: 0 50px 0 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

#product-specs .specs > header .lower-nav li:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
  vertical-align: top;
  background: url(../img/common/arrow-bottom.png) no-repeat 0 0;
}

#product-specs .specs > header .lower-nav li a {
  color: #222222;
}

#product-specs .section .section-title1 {
  padding: 57px 0 35px;
  border-top: 1px solid #EAEAEA;
  font-size: 25px;
  color: #053c8d;
  line-height: 1.28;
  text-align: center;
}

#product-specs .section .section-title2 {
  padding: 7px 20px;
  margin: 0 0 50px;
  background: #f0f0f0;
  font-size: 18px;
  line-height: 1.777;
}

#product-specs .section .notes-list {
  margin: 0 0 36px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.4;
}

#product-specs .common-intro .intro-table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
  table-layout: fixed;
}

#product-specs .common-intro .intro-table th {
  width: 352px;
  padding: 14px 30px;
  background: #F1FCFE;
  border: 1px solid #EAEAEA;
  text-align: left;
  color: #053C8D;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  vertical-align: middle;
}

#product-specs .common-intro .intro-table td {
  padding: 14px 30px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 1.571;
  vertical-align: middle;
}

#product-specs .cont-accordion table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  table-layout: fixed;
}

#product-specs .cont-accordion table th {
  padding: 19px 30px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  text-align: left;
  color: #053C8D;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  vertical-align: middle;
}

#product-specs .cont-accordion table th:first-child {
  width: 350px;
}

#product-specs .cont-accordion table th.head {
  background: #fefcf6;
  color: #000;
}

#product-specs .cont-accordion table td {
  padding: 19px 30px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 1.571;
  vertical-align: middle;
}

#product-specs .cont-accordion table td figure {
  text-align: center;
}

#product-specs .cont-accordion table td figure figcaption {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
}

#product-specs .cont-accordion .detail {
  display: none;
}

#product-specs .cont-accordion.opened .detail {
}

#product-specs .cont-accordion .module-table-head th {
  background: #39bfdd;
  font-size: 20px;
  color: #fff;
}

#product-specs .cont-accordion .module-table-head td,
#product-specs .cont-accordion .system-table-head td {
  font-weight: bold;
}

#product-specs .cont-accordion .module-table-body th {
  background: #F1FCFE;
}

#product-specs .cont-accordion .module-table-body,
#product-specs .cont-accordion .system-table-body {
  border-top: none;
}

#product-specs .cont-accordion .system-table-head th {
  background: #05856d;
  color: #fff;
}

#product-specs .cont-accordion .system-table-body th {
  background: #f0fdfa;
  color: #05856d;
}

#product-specs .cont-accordion .button {
  width: 300px;
  margin: 30px auto 40px;
  border: 2px solid #E2E2E2;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.777;
  text-align: center;
  cursor: pointer;
}

#product-specs .cont-accordion .toggle {
  padding: 8px 0 22px;
  background: url(../img/products/specs/arrow1.png) no-repeat center 46px;
}

#product-specs .cont-accordion.opened .toggle {
  display: none;
}

#product-specs .cont-accordion .close {
  display: none;
  padding: 22px 0 8px;
  background: url(../img/products/specs/arrow1-off.png) no-repeat center 8px;
}

#product-specs .cont-accordion.opened .close {
  display: block;
}

#product-specs .lower-section {
  float: left;
  width: 50%;
  padding: 0 2% 0 0;
}

#product-specs .lower-section:nth-child(2) {
  padding: 0 0 0 2%;
}

#product-specs .lower-section .image {
  display: block;
  margin: 0 auto 50px;
}

#product-specs .lower-section table th:first-child {
  width: 230px;
}

#product-specs .visola .common-intro .image {
  float: left;
  margin-left: 45px;
}

#product-specs .visola .common-intro .intro-table {
  float: right;
  width: calc(100% - 440px);
}

#product-specs .visola .common-intro .intro-table th {
  width: 230px;
}


/* --------------------------------------------------
 * otoku
 */

#otoku .otoku > header,
.otoku-lower > header {
  margin: 0 0 45px;
  padding: 60px 0;
  border-bottom: 1px solid #EAEAEA;
}

#otoku .otoku > header h2,
.otoku-lower > header h2 {
  margin: 0 0 45px;
}

#otoku .otoku > header h2 span:before,
.otoku-lower > header h2 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(../img/otoku/index/title-icon.png) no-repeat 0 0;
}

#otoku .otoku > header p,
.otoku-lower > header p {
  text-align: center;
  color: #4D4C54;
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
}

.common-otoku-lowers {
  margin: 0 -10px 40px;
  overflow: hidden;
}

.common-otoku-lowers li {
  float: left;
  width: 3.2rem;
  padding: 0 10px 20px 9px;
}

.common-otoku-lowers li.large {
  width: 5.2rem;
}

.common-otoku-lowers li a {
  display: block;
  border: 1px solid #EAEAEA;
  background-color: #FFFFFF;
}

.common-otoku-lowers li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.common-otoku-lowers li a img {
  width: 100%;
  height: auto;
  margin: 0 0 13px;
}

.common-otoku-lowers li a p {
  padding: 0 18px;
}

.common-otoku-lowers li a .lead {
  margin: 0 0 5px;
  color: #053B8D;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.common-otoku-lowers li a .title {
  margin: 0 0 8px;
  color: #053B8D;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}

.common-otoku-lowers li a .text {
  margin: 0 0 15px;
  color: #151515;
  font-size: 14px;
  line-height: 22px;
}

.common-otoku-navi {
  padding: 31px 0 62px;
  background: #e5f1f9;
}

.common-otoku-navi p.title {
  margin: 0 auto 42px;
  width: 453px;
  height: 33px;
  border-radius: 33px;
  background-color: #47cdec;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}

.common-otoku-navi ul {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
}

.common-otoku-navi li {
  float: left;
  margin-right: 42px;
  width: 160px;
  text-align: center;
}

.common-otoku-navi li.cond2 {
  margin-right: 26px;
  width: 185px;
}

.common-otoku-navi li:last-child {
  margin-right: 0;
}

.common-otoku-navi li img {
  margin-bottom: 16px;
}

.common-otoku-navi li p {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.common-otoku-navi li p.small {
  margin-bottom: 3px;
  font-size: 12px;
}

.common-otoku-navi .cond3 p {
  margin-top: 4px;
}

.common-otoku-navi .cond5 p {
  padding-left: 26px;
  text-align: left;
}


/* --------------------------------------------------
 * otoku-selling
 */
#otoku-selling sup {
  vertical-align: baseline;
}

#otoku-selling .page-title {
  padding: 0 0 25px;
  text-align: center;
}

#otoku-selling .page-lead {
  padding: 0 0 48px;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

#otoku-selling .cases {
  position: relative;
  padding: 0 45px 39px;
  border: 1px solid #E5E5E5;
}

#otoku-selling .cases .inner {
  padding-top: 43px;
  background: url(../img/otoku/selling/bg1.png);
}

#otoku-selling .cases h4 {
  margin: -29px 0 0 -53px;
  padding-bottom: 30px;
}

#otoku-selling .cases .image {
  position: absolute;
  top: 56px;
  right: 56px;
  max-width: 48%;
}

#otoku-selling .cases .lead {
  padding: 0 0 41px 23px;
}

#otoku-selling .cases .text {
  padding: 0 0 57px 25px;
}

#otoku-selling .cases .example {
  overflow: hidden;
}

#otoku-selling .cases .example h5 {
  padding: 0 0 9px 25px;
}

#otoku-selling .cases .example ul {
  overflow: hidden;
}

#otoku-selling .cases .example li {
  float: left;
  overflow: hidden;
}

#otoku-selling .case1 .example li {
  margin-bottom: 1px;
}

#otoku-selling .cases .example h5 img {
  padding-bottom: 35px;
}

#otoku-selling .cases .example li img {
  padding-bottom: 24px;
}

#otoku-selling .cases .example dl {
  display: table;
  color: #151515;
  font-size: 14px;
  line-hight: 24px;
}

#otoku-selling .cases .example dd,
#otoku-selling .cases .example dt {
  display: table-cell;
  line-height: 24px;
}

#otoku-selling .case1 {
  margin-bottom: 45px;
}

#otoku-selling .case1 .example1 .cond2 dt {
  width: 144px;
}

#otoku-selling .case1 .example1 .cond3 dt {
  width: 102px;
}

#otoku-selling .case1 .example2 .cond1 dt {
  width: 157px;
}

#otoku-selling .case1 .example2 {
  padding-top: 12px;
}

#otoku-selling .case1 .example2 .cond2 dt {
  width: 101px;
}

#otoku-selling .case1 .example2 .cond3 dt {
  width: 86px;
}

#otoku-selling .case1 .example2 .cond4 dt {
  width: 98px;
}

#otoku-selling .case1 .example3 {
  padding-top: 12px;
}

#otoku-selling .case1 li.example3 img {
  padding-bottom: 18px;
}

#otoku-selling .case1 .example3 .cond1 dt {
  width: 100px;
}

#otoku-selling .case1 .example3 .cond2 dt {
  width: 127px;
}

#otoku-selling .case1 .example3 .cond3 dt {
  width: 114px;
}

#otoku-selling .case1 .example3 .cond4 dt {
  width: 98px;
}

#otoku-selling .case1 .example1 {
  width: 33.33%;
  padding: 0 25px;
}

#otoku-selling .case1 .example2 {
  width: 33.33%;
  padding: 0 25px;
}

#otoku-selling .case1 .example3 {
  width: 33.33%;
  padding: 0 0 0 25px;
}

#otoku-selling .case1 .caption {
  padding-left: 33px;
  color: #151515;
  font-size: 14px;
  line-height: 24px;
}

#otoku-selling .section2 {
  padding-bottom: 87px;
}

#otoku-selling .section2 h3 {
  padding-bottom: 49px;
  text-align: center;
}

#otoku-selling .section2 .points {
  margin-bottom: 63px;
  padding: 36px 0 37px 1.45rem;
  height: 183px;
  background: url(../img/otoku/selling/bg2.png);
  background-size: 100% 100%;
  list-style: none;
}

#otoku-selling .section2 .points li {
  padding: 0 0 10px;
}

#otoku-selling .section2 .points li:last-child {
  padding: 0 ;
}

#otoku-selling .section2 .image {
  margin-bottom: 36px;
  padding: 53px 0 55px;
  background: #fcfaf1;
  text-align: center;
}

#otoku-selling .section2 p {
  text-align: center;
}

#otoku-selling .section3 {
  margin-bottom: 44px;
  padding-top: 35px;
  border-top: 1px solid #eaeaea;
}

#otoku-selling .section3 h3 {
  margin-bottom: 35px;
  color: #1b4c96;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#otoku-selling .section3 .lead {
  margin-bottom: 27px;
  color: #151515;
  font-size: 16px;
  text-align: center;
}

#otoku-selling .section3 .caption {
  padding-top: 24px;
  color: #151515;
  font-size: 14px;
}

#otoku-selling .case2 .image {
  top: 34px;
  right: 72px;
  max-width: 34%;
}

#otoku-selling .case2 h4 {
  padding-bottom: 66px;
}

#otoku-selling .case2 .text {
  padding-bottom: 74px;
}

#otoku-selling .case2 .example {
  padding-left: 67px;
  padding-bottom: 20px;
  overflow: hidden;
}

#otoku-selling .case2 .example1 {
  width: 55%;
  padding-right: 0.6rem;
}

#otoku-selling .case2 .example2 {
  width: 35%;
}

#otoku-selling .section3 .sub-caption {
  padding-bottom: 15px;
  padding-left: 35px;
  color: #151515;
  font-size: 14px;
}


/* --------------------------------------------------
 * otoku-structures
 */

#otoku-structures .structures > h3 {
  margin: 0 0 25px;
  text-align: center;
}

#otoku-structures .structures > p {
  margin: 0 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 33px;
}

#otoku-structures .animation-wrap {
  width: 100%;
  height: 880px;
  margin: 0 0 47px;
  overflow: hidden;
}

#otoku-structures .tabs {
  margin: 0 0 15px;
  text-align: center;
  font-size: 0;
}

#otoku-structures .tabs li {
  display: inline-block;
  position: relative;
  width: 320px;
  margin: 0 30px;
  padding: 0 0 6px;
  border: 1px solid #2361AD;
  color: #000000;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
}

#otoku-structures .tabs li:before {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  left: 50%;
  border-top: 8px solid #2361AD;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none
}

#otoku-structures .tabs li:hover,
#otoku-structures .animation-wrap:not(.night) .tabs li:nth-child(1),
#otoku-structures .night .tabs li:nth-child(2) {
  text-decoration: none;
  background-color: #E3F2F7;
}

#otoku-structures .animation {
  position: relative;
  width: 1140px;
  height: 808px;
  left: calc(50% - 570px);
  bottom: 0;
  background: url(../img/otoku/structures/bg-animation1.gif) no-repeat center 0;
}

#otoku-structures .night .animation {
  background: url(../img/otoku/structures/bg-animation2.gif) no-repeat center 0;
}

#otoku-structures .animation ul li {
  position: absolute;
  cursor: pointer;
}

#otoku-structures .animation ul li:nth-child(1) {top: 248px; left: 184px;}
#otoku-structures .animation ul li:nth-child(2) {top: 488px; left: 182px;}
#otoku-structures .animation ul li:nth-child(3) {top: 488px; left: 311px;}
#otoku-structures .animation ul li:nth-child(4) {top: 488px; left: 581px;}
#otoku-structures .animation ul li:nth-child(5) {top: 473px; left: 703px;}
#otoku-structures .animation ul li:nth-child(6) {top: 488px; left: 437px;}
#otoku-structures .animation ul li:nth-child(7) {top: 382px; left: 407px;}

#otoku-structures .detail .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#otoku-structures .detail section {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 560px;
  height: auto;
  margin: -160px 0 0 -280px;
  padding: 24px 25px;
  border: 4px solid #053B8D;
  background-color: #FFFFFF;
}

#otoku-structures .detail section h4 {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 69px;
  color: #053B8D;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
}

#otoku-structures .detail section h4 span {
  font-size: 14px;
}

#otoku-structures .detail section h4 img {
  position: absolute;
  top: 2px;
  left: 0;
}

#otoku-structures .detail section p {
  margin: 0 0 30px;
  line-height: 22px;
  letter-spacing: -0.05em;
}

#otoku-structures .detail section p.notice {
  margin-top: -20px;
  font-size: 12px;
}

#otoku-structures .detail section > img {
  display: block;
  margin: 0 auto;
}

#otoku-structures .detail section .close {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: url(../img/otoku/structures/modal-close.png) no-repeat 0 0;
}

#otoku-structures .supplement {
  margin: 0 0 40px;
  padding: 35px 40px;
  border: 4px solid #E5F1F9;
}

#otoku-structures .supplement dl {
  float: left;
  width: 67%;
  padding: 0 0 0 30px;
  border-left: 1px solid #EAEAEA;
}

#otoku-structures .supplement dl:first-of-type {
  width: 30%;
  padding: 0 30px 0 0;
  border-left: none;
}

#otoku-structures .supplement dt {
  margin: 0 0 18px;
  color: #1B4C96;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

#otoku-structures .supplement dd {
}

#otoku-structures .supplement dd p {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 24px;
}

#otoku-structures .supplement dd table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
}

#otoku-structures .supplement dd table caption {
  margin: 0 0 12px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

#otoku-structures .supplement dd table caption span {
  font-size: 11px;
}

#otoku-structures .supplement dd table tr > * {
  border: 2px solid #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  background-color: #E5F1F9;
}

#otoku-structures .supplement dd table thead tr th:first-child,
#otoku-structures .supplement dd table tbody tr td:nth-child(3) {
  border-right-width: 3px;
}

#otoku-structures .supplement dd .notice {
  font-size: 12px;
  line-height: 24px;
}


/* --------------------------------------------------
 * otoku-regions
 */
#otoku-regions .page-title {
  padding: 0 0 25px;
  text-align: center;
}

#otoku-regions .page-lead {
  padding: 0 0 48px;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

#otoku-regions .section1 dl {
  display: table;
}

#otoku-regions .section1 dl dt,
#otoku-regions .section1 dl dd {
  display: table-cell;
}

#otoku-regions .map {
  position: relative;
  padding: 75px 80px 192px;
  margin: 0 0 21px;
  background: #fcfaf1;
}

#otoku-regions .map:after {
  content: "";
  display: block;
  position: absolute;
  top: 51px;
  right: 76px;
  width: 624px;
  height: 606px;
  background: url(../img/otoku/regions/image.png) no-repeat 0 0;
  z-index: 1;
}

#otoku-regions .map .inner {
  margin: 45px 0 33px;
}

#otoku-regions .map .inner dl {
  line-height: 2;
}

#otoku-regions .map p {
  position: relative;
  z-index: 2;
}

#otoku-regions .contents .notes-list {
  margin: 0 0 40px;
  font-size: 12px;
  line-height: 2;
}

#otoku-regions .contents .notes-list dt {
  width: 40px;
}

#otoku-regions .contents table {
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  table-layout: fixed;
}

#otoku-regions .contents table th,
#otoku-regions .contents table td {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-weight: normal;
  text-align: left;
  line-height: 1.714;
}

#otoku-regions .contents table th {
  padding: 10px 25px 5px;
}

#otoku-regions .contents table .head1 {
  width: 128px;
}

#otoku-regions .contents table .head2 {
  width: 366px;
}

#otoku-regions .contents table td {
  padding: 22px 25px 27px;
}

#otoku-regions .contents > p {
  margin: 15px 0 33px;
  line-height: 2;
}


/* modal */
#modal-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#modal-window .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/otoku/regions/modal-bg.png);
}

#modal-window .modal-cont {
  position: absolute;
  left: 50%;
  width: 1140px;
  margin: 0 0 0 -570px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

#modal-window .modal-cont .close-button {
  position: absolute;
  top: -38px;
  right: 0;
}

#modal-window .modal-cont table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

#modal-window .modal-cont table th,
#modal-window .modal-cont table td {
  width: 189px;
  padding: 7px 0 9px;
  background: #fff;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-weight: normal;
  text-align: center;
  line-height: 1.714;
}

#modal-window .modal-cont table .cell-color1 {
  background: #d2d9e1;
}

#modal-window .modal-cont table .cell-color2 {
  background: #e2ebee;
}

#modal-window .modal-cont table .cell-color3 {
  background: #dbece5;
}

#modal-window .modal-cont table .cell-color4 {
  background: #e0e9cf;
}

#modal-window .modal-cont table .cell-color5 {
  background: #eef0d2;
}

#modal-window .modal-cont table .cell-color6 {
  background: #f7f3d2;
}

#modal-window .modal-cont table .cell-color7 {
  background: #f6e5c7;
}

#modal-window .modal-cont table .cell-color8 {
  background: #f9e1d4;
}

#modal-window .modal-cont table .cell-color9 {
  background: #f8d7c4;
}

#modal-window .modal-cont table .cell-color10 {
  background: #f6d0d3;
}

#modal-window .modal-cont table .border {
  border-bottom: none;
}


/* --------------------------------------------------
 * otoku-function1
 */

#otoku-function1 .page-title {
  padding: 0 0 56px;
  text-align: center;
}

#otoku-function1 .sections {
  margin: 0 0 48px;
}

#otoku-function1 .sections .section-title {
  padding: 38px 0 45px;
  text-align: center;
}

#otoku-function1 .section1 .intro {
  height: 487px;
  padding: 70px 79px;
  background: url(../img/otoku/function1/intro-bg.png) no-repeat right 0;
}

#otoku-function1 .section2,
#otoku-function1 .section3 {
  padding: 0 80px 60px;
  background: #f9f4e8;
}

#otoku-function1 .section2 .case h4 {
  padding: 15px 0 16px;
  margin: 0 0 29px;
  background: #7a6a55;
  border-radius: 5px;
  text-align: center;
}

#otoku-function1 .section2 .case p {
  font-size: 16px;
  line-height: 1.625;
}

#otoku-function1 .section2 .case1 {
  float: left;
  width: 50%;
  padding-right: 20px;
}

#otoku-function1 .section2 .case1 figure {
  margin: 44px 0 0 30px;
}

#otoku-function1 .section2 .case2 {
  float: right;
  width: 50%;
  padding-left: 20px;
}

#otoku-function1 .section2 .case2 figure {
  margin: 29px 0 0 65px;
}

#otoku-function1 .section2 .use-example h4 {
  margin: 58px 0 19px;
  font-size: 22px;
  color: #7a6a55;
  line-height: 1.1;
}

#otoku-function1 .section2 .use-example .inner {
  position: relative;
  padding: 28px 25px 27px 23px;
  background: #b6d4a0;
  border-radius: 5px;
}

#otoku-function1 .section2 .use-example .inner h5 {
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
}

#otoku-function1 .section2 .use-example .inner .notes {
  position: absolute;
  top: 20px;
  right: 16px;
  color: #fff;
}

#otoku-function1 .section2 .use-example .inner ul {
  margin: 31px 0 0;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}

#otoku-function1 .section2 .use-example .inner ul li {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 0.15rem;
  min-height: 167px;
  text-align: center;
}

#otoku-function1 .section2 .use-example .inner dl {
  position: absolute;
  bottom: 0;
  width: calc(100% - 0.3rem);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
}

#otoku-function1 .section2 .use-example .inner dl dt {
  margin: 0 0 11px;
  color: #fff;
}

#otoku-function1 .section2 .use-example .inner dl dd {
  width: 103px;
  margin: 0 auto;
  padding: 4px 0;
  background: #fff;
  border-radius: 5px;
  color: #b6d4a0;
}

#otoku-function1 .section2 .notes-list {
  margin: 20px 0 0;
  line-height: 1.571;
}

#otoku-function1 .section2 .notes-list .text-color {
  color: #da0000;
}

#otoku-function1 .section3 {
  margin-bottom: 68px;
}

#otoku-function1 .section3 .sub {
  margin: 0 0 54px;
  text-align: center;
}

#otoku-function1 .section3 .image {
  float: left;
}

#otoku-function1 .section3 p.text {
  float: right;
  width: calc(100% - 340px);
  margin: 0 0 1em;
  font-size: 16px;
}

#otoku-function1 .section3 p.text2 {
  float: right;
  width: calc(100% - 340px);
  padding: 15px;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  background-color: #FFFFFF;
}

#otoku-function1 .section3 .battery {
  padding: 36px 50px 34px 40px;
  margin: 43px 0 0;
  background: #b6d4a0;
  border-radius: 5px;
}

#otoku-function1 .section3 .battery .cont figure {
  float: left;
  margin: 0 28px 0 0;
}

#otoku-function1 .section3 .battery .cont dl {
  color: #fff;
}

#otoku-function1 .section3 .battery .cont dl dt {
  font-size: 20px;
  line-height: 1.1;
}

#otoku-function1 .section3 .battery .cont dl .text {
  padding: 5px 0 0;
  line-height: 1.571;
}

#otoku-function1 .section3 .battery .cont1 {
  float: left;
  width: 50%;
  padding: 0 25px 0 0;
}

#otoku-function1 .section3 .battery .cont1 dl .button {
  padding: 13px 0 0;
}

#otoku-function1 .section3 .battery .cont2 {
  float: right;
  width: 50%;
}

#otoku-function1 .section3 .battery .cont2 dl .button {
  padding: 16px 0 0;
}


/* --------------------------------------------------
 * faq
 */

#faq h2 {
  margin: 55px 0 70px;
}

#faq h2 span:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 39px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(../img/faq/title-icon.png) no-repeat 0 0;
}

#faq .index {
  margin: 0 0 34px;
  padding: 2px 35px 10px;
  border: 4px solid #E5F1F9;
}

#faq .index li a {
  display: block;
  position: relative;
  padding: 19px 0 19px 62px;
  border-bottom: 1px solid #EAEAEA;
  color: #1B4C96;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  background: url(../img/faq/q-icon1.png) no-repeat 0 center;
}

#faq .index li:last-child a {
  border: none;
}

#faq .index li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: url(../img/faq/scroll-arrow.png) no-repeat 0 0;
}

#faq .faq dt {
  margin: 0 0 12px;;
  padding: 10px 0 10px 68px;
  color: #1B4C96;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  background: url(../img/faq/q-icon2.png) no-repeat 0 0;
}


#faq .faq dt:last-child {
  border: none;
}

#faq .faq dd {
  margin: 0 0 20px;
  padding: 0 0 30px 65px;
  border-bottom: 1px solid #EAEAEA;
}

#faq .faq dd:last-child {
  margin: 0 0 40px;
  border: none;
}

#faq .faq dd p {
  line-height: 33px;
  font-size: 15px;
}

#faq .faq dd p a {
  text-decoration: underline;
  color: #15AD8E;
}

#faq .faq dd .q13-image {
  margin: 36px 0 0;
}

#faq .baseline {
  vertical-align: baseline;
}


/* --------------------------------------------------
 * topics
 */

#topics .topics {
  padding: 60px 20px;
}

#topics .pagination {
  margin: 30px 0 0;
  text-align: center;
  font-size: 0;
}

#topics .pagination li {
  display: inline-block;
  margin: 0 8px 0 7px;
}

#topics .pagination li a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  text-align: center;
  color: #002D94;
  font-size: 15px;
  font-weight: bold;
  line-height: 34px;
}

#topics .pagination li.current a {
  color: #999999;
}

#topics .pagination li.prev a {
  width: auto;
  padding: 0 34px 0 45px;
}

#topics .pagination li.prev a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 9px;
  height: 100%;
  background: url(../img/topics/prev-arrow.png) no-repeat 0 center;
}

#topics .pagination li.next a {
  width: auto;
  padding: 0 45px 0 34px;
}

#topics .pagination li.next a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 9px;
  height: 100%;
  background: url(../img/topics/next-arrow.png) no-repeat 0 center;
}

#topics .pagination li.back a {
  width: auto;
  padding: 0 20px;
}

#topics .pagination li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#topics article {
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}

#topics article header {
  position: relative;
  margin: 20px 0 30px;
  padding: 0 0 18px 100px;
  border-bottom: 1px solid #EAEAEA;
}

#topics article header h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
}

#topics article header .topics-category {
  position: absolute;
  top: 0;
  left: 0;
}

#topics article header time {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 23px;
}

#topics article .body p {
  margin: 0 0 29px;
  line-height: 29px;
}

#topics article .body a {
  color: #16AD8E;
}

#topics article.with-image {
}

#topics article.with-image .body {
  float: left;
  width: 540px;
}

#topics article.with-image .image {
  float: right;
  max-width: 400px;
  height: auto;
}


/* --------------------------------------------------
 * terms, privacy
 */

.terms-section {
  margin-top: 40px;
}

.terms-section > p {
  margin: 0 0 40px;
  line-height: 29px;
}

.terms-section dl {
  margin: 0 0 80px;
}

.terms-section dl dt {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-color: #E5E5E5;
}

.terms-section dl dd {
  margin: 0 0 40px;
}

.terms-section dl dd p {
  margin: 0 0 29px;
  line-height: 29px;
}


/* --------------------------------------------------
 * inquiry
 */

#inquiry .input header {
  padding: 60px 0 20px;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}

#inquiry .input header h2 {
  margin: 0 0 50px;
}

#inquiry .input header .text {
  float: left;
  width: 490px;
  height: 138px;
  padding: 0 52px 0 0;
  border-right: 1px dotted #CACACA;
  line-height: 27px;
}

#inquiry .input header .tel {
  float: left;
  width: 490px;
  height: 138px;
  text-align: center;
}

#inquiry .input header .tel .caption {
  height: 59px;
  padding: 5px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

#inquiry .input header .tel .freedial {
  margin: 0 0 14px;
}

#inquiry form {
  padding: 16px 0 0;
}

#inquiry form p {
  line-height: 35px;
}

#inquiry form .required {
  display: inline-block;
  width: 36px;
  margin-right: 10px;
  border-radius: 2px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  background-color: #FF0000;
}

#inquiry form table {
  width: 100%;
  margin: 0 0 50px;
  border-collapse: collapse;
  table-layout: fixed;
}

#inquiry form table:first-of-type {
  margin-top: 20px;
}

#inquiry form .caption {
  width: 980px;
  margin: 0 0 30px;
  padding: 0 0 0 21px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  background-color: #F0F0F0;
}

#inquiry form table tbody tr th {
  width: 320px;
  height: 60px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #EAEAEA;
  color: #053C8D;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  background-color: #F1FCFE;
}

#inquiry form table tbody tr th > div {
  position: relative;
  padding: 5px 0 5px 30px;
}

#inquiry form table tbody tr th .notice {
  font-size: 12px;
  vertical-align: top;
}

#inquiry form table tbody tr th .required {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}

#inquiry form table tbody tr td {
  padding: 13px 0 13px 30px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 34px;
}

#inquiry form label {
  display: inline-block;
  margin: 0 30px 0 0;
}

#inquiry form [type="text"] {
  height: 34px;
  padding: 0 5px;
  border: 1px solid #EAEAEA;
}

#inquiry form table tbody tr.name td [type="text"],
#inquiry form table tbody tr.kana td [type="text"] {
  width: 180px;
}

#inquiry form table tbody tr.company td [type="text"],
#inquiry form table tbody tr.email td [type="text"] {
  width: 350px;
}

#inquiry form table tbody tr.zipcode td [type="text"] {
  width: 150px;
}

#inquiry form table tbody tr.zipcode td [type="text"]:first-child {
  width: 120px;
}

#inquiry form table tbody tr.address td label {
  display: block;
  margin: 0 0 10px;
}

#inquiry form table tbody tr.address td label span {
  display: inline-block;
  width: 110px;
  text-align: right;
}

#inquiry form table tbody tr.address td [name="address1"] {
  width: 180px;
}

#inquiry form table tbody tr.address td [name="address2"],
#inquiry form table tbody tr.address td [name="address3"] {
  width: 480px;
}

#inquiry form table tbody tr.tel td [type="text"],
#inquiry form table tbody tr.fax td [type="text"] {
  width: 100px;
}

#inquiry form table tbody tr.q1 label,
#inquiry form table tbody tr.q3 label {
  display: block;
  margin-left: -10px;
}

#inquiry form table tbody tr.q1 label input,
#inquiry form table tbody tr.q3 label input {
  vertical-align: 1px;
}

#inquiry form table tbody tr.q2 label {
  display: block;
  margin: 0 0 10px;
}

#inquiry form table tbody tr.q2 label span {
  display: inline-block;
  width: 192px;
  text-align: left;
}

#inquiry form table tbody tr.q2 input {
  width: 120px;
}

#inquiry form table tbody tr.q2 [name="q2-4"] {
  width: 180px;
}

#inquiry form .agreement > p {
  margin: 0 0 40px;
  text-align: center;
}

#inquiry form .agreement section {
  margin: 0 0 40px;
  padding: 30px;
  border: 1px solid #EAEAEA;
  background-color: #F6F6F6;
}

#inquiry form .agreement section h3 {
  height: 38px;
  font-size: 20px;
}

#inquiry form .agreement section p {
  margin: 0 0 25px;
  line-height: 29px;
}

#inquiry form .agreement section label {
  display: block;
  margin: 0;
  border: 1px solid #D4D4D4;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
  background-color: #E5E5E5;
}

#inquiry form .agreement section label input {
  margin-top: 0;
  margin-right: 14px;
}

#inquiry form .submit {
  margin: 0 auto 40px;
}

#inquiry form .globalsign {
  margin: 0 0 60px;
  text-align: center;
}

#inquiry form .globalsign img {
  margin: 0 26px 0 0;
  vertical-align: middle;
}

#inquiry form .errors {
  margin: 20px 0 40px;
  border-bottom: 1px solid #EAEAEA;
}

#inquiry form .errors table {
  margin-bottom: 40px;
}

#inquiry form .errors table tr td {
  color: #FF0000;
}

#inquiry .confirm header {
  margin: 60px 0 0;
}

#inquiry .complete header {
  margin: 60px 0 40px;
}

#inquiry .complete header h3 {
  margin-bottom: 52px;
}

#inquiry .complete header .lead {
  text-align: center;
  color: #1B4C96;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

#inquiry .complete .text {
  margin: 0 0 40px;
  padding: 0 0 32px;
  border-bottom: 1px solid #EAEAEA;
  line-height: 27px;
}

#inquiry .complete .tel {
  margin: 0 0 60px;
  text-align: center;
}

#inquiry .complete .tel .freedial {
  margin: 0 0 15px;
}

#inquiry .complete .tel .time {
  font-size: 15px;
  line-height: 15px;
}


/* --------------------------------------------------
 * quality
 */

#quality h2 {
  margin: 60px 0;
}

#quality h2 span:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(../img/quality/top/title-icon.png) no-repeat 0 0;
}

#quality .introduction {
  padding: 0 0 48px;
  text-align: center;
}

#quality .introduction .lead1 {
  height: 76px;
}

#quality .introduction .text {
  color: #04B795;
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
}

#quality .quality-wrap > section {
  border-top: 1px solid #EAEAEA;
}

#quality .quality-wrap > section h3 {
  padding: 45px 0 41px;
  text-align: center;
  color: #1B4C96;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
}

#quality .quality-wrap > section section {
  margin: 0 0 35px;
  overflow: hidden;
}

#quality .quality-wrap > section section h4 {
  margin: 0 0 29px;
  padding: 0 18px;
  color: #343434;
  font-size: 18px;
  line-height: 46px;
  background-color: #F0F0F0;
}

#quality .quality-wrap > section section p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: -0.02em;
}

#quality .quality-wrap .last-summary {
  height: 223px;
  padding: 50px 0 0;
  text-align: center;
  color: #0ABCE5;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  background: url(../img/quality/top/last-summary-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
}

#quality .quality-wrap .quality1-1 img {
  float: right;
  margin: 0 0 0 40px;
}

#quality .quality-wrap .quality1-2 .movie {
  width: 600px;
  margin: 0 auto;
}

#quality .quality-wrap .quality1-2 .movie video {
  width: 100%;
}

#quality .quality-wrap .quality1-2 .movie .notice {
  font-size: 12px;
  line-height: 24px;
}

#quality .quality-wrap .quality2-1 .process {
  margin: 0 -33px 40px;
  overflow: hidden;
}

#quality .quality-wrap .quality2-1 .process li {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 33px;
}

#quality .quality-wrap .quality2-1 .process li:before {
  content: "";
  display: block;
  position: absolute;
  top: 101px;
  right: -17px;
  border-left: 22px solid #D5E7F3;
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  border-right: none;
}

#quality .quality-wrap .quality2-1 .process li .caption {
  margin: 0 0 12px;
  border: 2px solid #EAEAEA;
  text-align: center;
  color: #1B4C96;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

#quality .quality-wrap .quality2-1 .process li .text {
  height: 88px;
  line-height: 33px;
}

#quality .quality-wrap .quality2-1 .process li img {
  width: 100%;
  height: auto;
  margin: 0 0 12px;
}

#quality .quality-wrap .quality2-1 .process li .supplement {
  text-align: right;
}

#quality .quality-wrap .quality2-1 .lead2 {
  margin: 0 0 50px;
  text-align: center;
}

.common-quality-links {
  padding: 60px 20px;
  text-align: center;
  font-size: 0;
}

.common-quality-links li {
  display: inline-block;
}

.common-quality-links li a {
  position: relative;
  display: inline-block;
  border: 1px solid #DDDDDD;
  width: 390px;
  color: #07398E;
  font-size: 20px;
  font-weight: bold;
  line-height: 108px;
}

.common-quality-links li:first-child a {
  border-right: 0;
}

.common-quality-links li a:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 46px;
  height: 46px;
  background: url(../img/quality/history/link-bg.png) no-repeat 0 0;
}


/* --------------------------------------------------
 * quality-history
 */

#quality-history h2 {
  margin: 55px 0 70px;
}

#quality-history .history {
  position: relative;
  width: 100%;
  height: 2813px;
  overflow: hidden;
  background: url(../img/quality/history/bg1.png) repeat-x center 0;
}

#quality-history .history .wrap {
  width: 980px;
  height: 2813px;
  padding: 0;
}

#quality-history .history .wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1696px;
  height: 2311px;
  margin-left: -839px;
  background: url(../img/quality/history/bg2.png) no-repeat 0 0;
  z-index: 0;
}

#quality-history .history h3 {
  height: 147px;
  padding: 70px 0 0;
  text-align: center;
}

#quality-history .history .wrap > p {
  margin: 0 0 33px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

#quality-history .history ul li .year {
  display: block;
  width: 78px;
  height: 80px;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 80px;
  background: url(../img/quality/history/year-bg1.png) no-repeat 0 0;
}

#quality-history .history ul li .year.large {
  display: block;
  width: 100px;
  height: 100px;
  font-size: 26px;
  line-height: 100px;
  background: url(../img/quality/history/year-bg2.png) no-repeat 0 0;
}

#quality-history .history ul li > * {
  position: absolute;
}

#quality-history .history ul li .year {
  z-index: 2;
}

#quality-history .history ul li .image {
  z-index: 1;
}

#quality-history .history ul li .texts.align-right {
  text-align: right !important;
}

#quality-history .history ul li .caption.align-left {
  text-align: left !important;
}

#quality-history .history ul li .texts p {
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
}

#quality-history .history ul li .texts p .note {
  font-size: 14px;
  font-weight: normal;
}

#quality-history .history ul li .texts .caption {
  display: inline-block;
  margin: 0 0 17px;
  padding: 4px 15px;
  color: #FFFFFF;
  line-height: 24px;
  background-color: #4FB1C7;
}

#quality-history .history ul li .texts .float-left {
  float: left;
  margin: 0 17px 0 0;
}

#quality-history .history ul li .texts .float-right {
  float: right;
  margin: 0 0 0 17px;
}

#quality-history .history ul .y1980 .year {top: 540px; left: 232px;}
#quality-history .history ul .y1980 .image {top: 536px; left: 343px;}
#quality-history .history ul .y1980 .texts {top: 623px; left: 663px;}
#quality-history .history ul .y1984 .year {top: 772px; left: 448px;}
#quality-history .history ul .y1984 .image {top: 773px; left: 503px;}
#quality-history .history ul .y1984 .texts {top: 814px; left: 713px;}
#quality-history .history ul .y1988 .year {top: 972px; left: 639px;}
#quality-history .history ul .y1988 .texts {top: 988px; left: 0; width: 618px;}
#quality-history .history ul .y1993 .year {top: 1078px; left: 523px;}
#quality-history .history ul .y1993 .texts {top: 1102px; left: 0; width: 500px;}
#quality-history .history ul .y1999 .year {top: 1158px; left: 217px;}
#quality-history .history ul .y1999 .image {top: 1168px; left: 282px;}
#quality-history .history ul .y1999 .texts {top: 1200px; left: 492px;}
#quality-history .history ul .y2001 .year {top: 1342px; left: 544px;}
#quality-history .history ul .y2001 .image {top: 1366px; left: 568px;}
#quality-history .history ul .y2001 .texts {top: 1427px; left: 778px;}
#quality-history .history ul .y2002 .year {top: 1494px; left: 372px;}
#quality-history .history ul .y2002 .image {top: 1519px; left: 395px;}
#quality-history .history ul .y2002 .texts {top: 1566px; left: 0; width: 370px;}
#quality-history .history ul .y2007 .year {top: 1714px; left: 281px;}
#quality-history .history ul .y2007 .texts {top: 1739px; left: 406px;}
#quality-history .history ul .y2010 .year {top: 1779px; left: 63px;}
#quality-history .history ul .y2010 .image {top: 1813px; left: 113px;}
#quality-history .history ul .y2010 .texts {top: 1870px; left: 318px; width: 580px;}
#quality-history .history ul .y2014 .year {top: 1963px; left: 307px;}
#quality-history .history ul .y2014 .image {top: 2001px; left: 360px;}
#quality-history .history ul .y2014 .texts {top: 2010px; left: 565px;}
#quality-history .history ul .y2015 .year {top: 2166px; left: 555px;}
#quality-history .history ul .y2015 .image {top: 2204px; left: 608px;}
#quality-history .history ul .y2015 .texts {top: 2276px; left: 0; width: 590px;}
#quality-history .history ul .y2016 .year {top: 2381px; left: 345px;}
#quality-history .history ul .y2016 .image {top: 2419px; left: 398px;}
#quality-history .history ul .y2016 .texts {top: 2447px; left: 604px;}


/* --------------------------------------------------
 * quality-patent
 */

#quality-patent h2 {
  margin: 60px 0;
}

#quality-patent .introduction {
  padding: 0 0 48px;
}

#quality-patent .introduction p {
  font-size: 16px;
  line-height: 29px;
}

#quality-patent .patent1 h3 {
  padding: 0 0 40px;
  text-align: center;
  color: #1B4C96;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

#quality-patent .patent1 section {
  margin: 0 0 35px;
  overflow: hidden;
}

#quality-patent .patent1 section h4 {
  margin: 0 0 29px;
  padding: 0 18px;
  color: #343434;
  font-size: 18px;
  line-height: 46px;
  background-color: #F0F0F0;
}

#quality-patent .patent1 section .image {
  float: right;
  margin: 0 0 0 40px;
}

#quality-patent .patent1 section .image img {
  margin: 0 0 10px;
}

#quality-patent .patent1 section .image p {
  text-align: center;
  line-height: 29px;
}

#quality-patent .patent1 section > p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 29px;
}





/* --------------------------------------------------
 * products - case    /products/case.html
 */


#products_case .case h2 {
    margin: 60px 0 48px;
}

#products_case .products_link h2 {
    margin: 60px 0 48px;
}
#products_case .common-products {
    border-top: none;
}

.other-lowers {
    margin: 0 -8px 40px -7px;
    overflow: hidden;
}
.other-lowers li {
    float: left;
    padding: 0 8px 0 7px;
    width: 33.33%;
}

.case_itemlist {
    margin: 0 -12px 40px;
    overflow: hidden;
}
.case_itemlist .case_item {
    float: left;
    padding: 0 12px;
    margin-bottom: 30px;
    width: 33.33%;
    
}
.case_itemlist .case_item a {
	display: block;
	position: relative;
	width: 364px;
	height: 250px;
}
.case_itemlist .case_item a:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/products/case/icon_zoom.gif) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.case_itemlist .case_item .case_txt {
	display: block;
	margin-top: 10px;
}


/* magnific poppup */
.mfp-bg {
	background-color: #000b1c;
	-ms-filter: "alpha( opacity=75 )";
	filter: alpha( opacity=75 );
	opacity: 0.75;
}
.mfp-iframe-scaler iframe {
	background-color: #fff;
}
.mfp-iframe-holder .mfp-content {
	min-height: 630px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	position: absolute;
	top: -22px;
	right: -20px;
	display: block;
	background: url(/img/products/case/icon_window_close.png) no-repeat 0 0;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	text-align: left;
}
.mfp-iframe-holder .mfp-close {
	
}
.mfp-close {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
}
/* magnific poppup END  */


/* Google code　余白回避 */
iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}
/* Google code　余白回避 END */
