@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: 14px;
  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;
}

html {
}

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

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

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

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

.pc {
  display: none;
}


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

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

body:before, body:after {
  content: "";
  position: absolute;
  left: 0.1rem;
  width: -webkit-calc(100% - 0.2rem);
  width: -moz-calc(100% - 0.2rem);
  width: calc(100% - 0.2rem);
  height: 0.04rem;
  background-color: #053B8D;
  z-index: 100;
}

body:before {top: 0.1rem;}
body:after {bottom: 0.1rem;}

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

.wrap-all:before {left: 0.1rem;}
.wrap-all:after {right: 0.1rem;}


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

.lower {
}

.wrap {
  position: relative;
  width: 100%;
  padding: 0 0.4rem;
}

.wrap-large {
  position: relative;
  width: 100%;
  padding: 0 0.4rem;
}

.page-header h1,
.page-header .top-nav,
.page-header nav,
.scrolled-header,
.products-sub-nav {
  display: none;
}

.lower .sp-nav {
  height: 1.39rem;
}

.sp-nav.opened {
  height: auto;
}

.sp-nav .logo {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 1.53rem;
  z-index: 102;
}

.sp-nav .switch {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.57rem;
  height: 0.57rem;
  cursor: pointer;
  background: url(../img/common/sp-nav/open.png) no-repeat 0 0;
  background-size: cover;
  z-index: 102;
}

.sp-nav.opened .switch {
  background: url(../img/common/sp-nav/close.png) no-repeat 0 0;
  background-size: cover;
}

.sp-nav nav {
  display: none;
}

.sp-nav.opened nav {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.3rem 0.4rem 0.2rem;
  background-color: #FFFFFF;
  z-index: 99;
}

.sp-nav nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #E5E5E5;
}

.sp-nav nav .lang {
  position: absolute;
  top: 0.62rem;
  left: 3.6rem;
  color: #053B8D;
  font-size: 0.2rem;
  font-weight: bold;
}

.sp-nav nav .accordion {
  border-bottom: 0.02rem solid #E5E5E5;
  overflow: hidden;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

.sp-nav nav .accordion .caption {
  position: relative;
  padding-right: 0.2rem;
  text-align: center;
  color: #053C8D;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.08rem;
  cursor: pointer;
}

.sp-nav nav .accordion .caption:before {
  content: "";
  display: inline-block;
  margin: 0 0.16rem 0 0;
  vertical-align: middle;
  background-size: cover !important;
}

.sp-nav nav .reason .caption:before {width: 0.4rem; height: 0.39rem; background: url(../img/common/sp-nav/reason-icon.png) no-repeat 0 0;}
.sp-nav nav .products.accordion .caption:before {width: 0.55rem; height: 0.2rem; background: url(../img/common/sp-nav/products-icon.png) no-repeat 0 0;}
.sp-nav nav .examples.accordion .caption:before {width: 0.53rem; height: 0.34rem; background: url(../img/common/sp-nav/examples-icon.png) no-repeat 0 0;}
.sp-nav nav .otoku.accordion .caption:before {width: 0.68rem; height: 0.32rem; background: url(../img/common/sp-nav/otoku-icon.png) no-repeat 0 0;}
.sp-nav nav .quality.accordion .caption:before {width: 0.42rem; height: 0.35rem; background: url(../img/common/sp-nav/quality-icon.png) no-repeat 0 0;}

.sp-nav nav .accordion .caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.41rem;
  height: 1.08rem;
  background: url(../img/common/sp-nav/accordion-open.png) no-repeat 0 center;
  background-size: 0.41rem auto;
}

.sp-nav nav .accordion.opened .caption:after {
  background-image: url(../img/common/sp-nav/accordion-close.png);
}

.sp-nav nav .accordion.reason .caption:after {display: none;}
/*.sp-nav nav .otoku.accordion .caption:after {display: none;}*/

.sp-nav nav .accordion .body {
  display: none;
}

.sp-nav nav .accordion ul {
  border: 0.02rem solid #E5E5E5;
  border-top: none;
  border-bottom: none;
  overflow: hidden;
}

.sp-nav nav .accordion.opened ul {
}

.sp-nav nav .accordion ul li {
  float: left;
  width: 50%;
  height: 0.8rem;
  border-top: 0.02rem solid #E5E5E5;
  font-size: 0.2rem;
  line-height: 0.78rem;
}

.sp-nav nav .accordion ul li:nth-child(odd) {border-right: 0.02rem solid #E5E5E5;}

.sp-nav nav .accordion ul li a {
  display: block;
  text-align: center;
  color: #000000;
}

.sp-nav nav .l1 {
  margin: 0 0 0.3rem;
}

.sp-nav nav .l1 li {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1rem;
  border-bottom: 0.02rem solid #E5E5E5;
}

.sp-nav nav .l1 .faq a:before {
  content: "";
  display: inline-block;
  width: 0.47rem;
  height: 0.4rem;
  margin: 0 0.16rem 0 0;
  vertical-align: middle;
  background: url(../img/common/sp-nav/faq-icon.png) no-repeat 0 0;
  background-size: cover;
}

.sp-nav nav .l1 li a {
  display: block;
  color: #053C8D;
}

.sp-nav nav .l2 li {
  margin: 0 0 0.2rem;
}

.sp-nav nav .l2 li a {
  display: block;
  width: 5.61rem;
  height: 0.87rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.87rem;
  background: url(../img/common/sp-nav/button-bg.png) no-repeat 0 0;
  background-size: cover;
}

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

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

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

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

.footer-banners ul li {
  float: left;
  width: 50%;
  padding: 0 0.1rem 0.2rem;
}

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

.footer-socials li {
  display: inline-block;
  width: 0.6rem;
  margin: 0 0.18rem;
}

.page-footer .sitemap {
  display: none;
}

.page-footer .related-companies {
  display: none;
}

.page-footer .bottom {
  position: relative;
  padding: 0.38rem 0 0.2rem;
}

.page-footer .bottom .logo {
  width: 1.58rem;
  margin: 0 auto 0.25rem;
}

.page-footer .bottom .copyright {
  margin: 0 0 15px;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}

.page-footer .bottom .to-top {
  position: fixed;
  right: 0.34rem;
  bottom: 0.4rem;
  width: 0.57rem;
  opacity: 0;
  z-index: 100;
  transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
}

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

.page-footer .bottom .to-top.footer {
  position: absolute;
  top: 0.4rem;
}

.common-title {
  margin: 0 0 0.35rem;
  text-align: center;
}

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

.common-title2 {
  margin: 0 0 0.2rem;
  padding: 0 0 0 23px;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  background-color: #F0F0F0;
}
.common-title3 {
	margin: 0 0 0.2rem;
	text-align: center;
	color: #053c8d;
	font-size: 16px
}

.common-button {
  position: relative;
  display: block;
  width: 3.11rem;
  height: 0.62rem;
  border-radius: 3px;
  box-shadow: inset 0 -0.08rem #002358;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.24rem;
  line-height: 0.58rem;
  background-color: #053B8D;
}

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

.common-button.l,
.common-button.xl {
  width: 3.6rem;
  height: 0.74rem;
  font-size: 0.24rem;
  line-height: 0.68rem;
}

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

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

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

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

.common-lower-nav .links li {
  display: inline-block;
  width: 50%;
  padding: 0 0.1rem;
}

.common-lower-nav .links li a {
  display: inline-block;
  width: 100%;
  height: 0.86rem;
  padding: 0.3rem 0 0;
  border-bottom: 0.08rem solid #DFDFDF;
  color: #222222;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
}

.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 {
  display: none;
}

.bread-crumb {
  display: none;
}

.common-pickup {
  padding: 0.3rem 0;
  background-color: #E5F1F9;
}

.common-pickup h3 {
  width: 1.76rem;
  height: 0.38rem;
  margin: 0 auto 0.28rem;
  border-radius: 0.19rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.38rem;
  background-color: #47CDEC;
}

.common-pickup > div {
}

.common-pickup .carousel {
  margin: 0 -0.1rem;
  overflow: hidden;
}

.common-pickup .links {
  margin: 0 0 0.24rem;
  overflow: hidden;
}

.common-pickup .links li {
  float: left;
  /*width: 50%;*/
  padding: 0 0.1rem;
}

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

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

.common-pickup .links li a p {
  height: 0.9rem;
  padding: 0.1rem 0 0;
  text-align: center;
  font-size: 0.17rem;
  line-height: 0.3rem;
  white-space: nowrap;
}

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

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

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

.common-products {
  padding: 0.4rem;
}

.common-products ul {
  overflow: hidden;
}

.common-products .l1 {
  margin-bottom: 0.4rem;
}

.common-products .l2.wrap {
  padding: 0;
}

.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: 1.72rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #053C8D;
  font-size: 0.4rem;
  z-index: 2;
}

.common-products .l1 li.lineup a {
  position: absolute;
  top: 2.63rem;
  left: 50%;
  width: 3.4rem;
  height: 0.7rem;
  margin-left: -1.7rem;
  z-index: 2;
  background-size: 100%;
}

.common-examples {
  padding: 0.4rem;
  background: url(../img/top/examples/bg.jpg) no-repeat center center;
  background-size: cover;
}

.common-examples > div {
  padding: 0.4rem 0.3rem 0.3rem;
  background-color: #FFFFFF;
}

.common-examples > div header {
  margin: 0 0 0.44rem;
  text-align: center;
}

.common-examples > div header h3 {
  margin: 0 0 0.35rem;
}

.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 h3 span br {
  display: none;
}

.common-examples > div header p {
  margin: 0 0 0.35rem;
  color: #4D4C54;
  line-height: 32px;
}

.common-examples > div header p br {
  display: none;
}

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

.common-examples > div ul {
  margin: 0 -0.1rem;
  overflow: hidden;
}

.common-examples > div ul li {
  float: left;
  width: 50%;
  padding: 0 0.1rem;
}

.common-examples > div ul li:last-child {
  display: none;
}

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

.common-examples > div ul li p {
  padding: 0.1rem;
  border: 1px solid #E5E5E5;
  border-top: none;
  text-align: center;
  color: #4D4C54;
  font-size: 0.2rem;
  line-height: 0.22rem;
}

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

.common-inquiry {
  padding: 0.7rem 0.4rem;
}

.common-inquiry h3 {
  margin-bottom: 0.48rem;
}

.common-inquiry section {
}

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

.common-inquiry section.form {
  padding: 0 0 0.63rem;
  border-bottom: 1px solid #EAEAEA;
}

.common-inquiry section.form ul li {
  width: 3.6rem;
  margin: 0 auto 20px;
}

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

.common-inquiry section.tel {
  padding: 0.43rem 0 0;
  text-align: center;
}

.common-inquiry section.tel .freedial {
  width: 5.16rem;
  margin: 0 auto 0.26rem;
}

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

.common-topics-list li {
  padding: 24px 0 18px;
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.common-topics-list li time {
  float: left;
  margin: 0 18px 17px 0;
  color: #053B8D;
  line-height: 22px;
}

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

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

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

.common-topics-list li .title {
  clear: both;
}

.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: 24px;
  height: 32px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background: url(../img/common/pdf-icon.png) no-repeat 0 0;
}

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

.common-map h3 {
  margin: 0 auto 0.44rem;
}

.common-map > div {
  height: 3.6rem;
}

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

.google-map-info-window img {
  float: left;
  width: 1.2rem;
  margin: 0 0.15rem 0 0;
}

.google-map-info-window p {
  font-size: 0.14rem;
  line-height: 0.24rem;
}
*/

.common-spec-accordion {
}

.common-spec-accordion .toggle {
  position: relative;
  margin: 0 0 20px;
  padding: 10px 40px 10px 18px;
  border: 2px solid #E2E2E2;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  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: 5000px;
}

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

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

.common-spec-accordion table tr th.th2 {
  color: #333333;
  background-color: #F8F8F8;
}

.common-spec-accordion table tr th:first-child {
}

.common-spec-accordion table tr td {
  padding: 15px 20px;
  border: 1px solid #EAEAEA;
  font-size: 18px;
  line-height: 26px;
}


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

#top .main {
  position: relative;
  height: 8.52rem;
}
/*
#top .main:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.16rem;
  margin-left: -0.12rem;
  width: 0.24rem;
  height: 0.42rem;
  background: url(../img/top/main/scroll.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 2;
}
*/
#top .main .lead {
  position: absolute;
  top: 1.95rem;
  left: 1.14rem;
  width: 4.13rem;
  z-index: 2;
}

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

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

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

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

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

#top section.otoku {
  padding: 0.34rem 0 0.2rem;
  background-color: #E5F1F9;
}

#top section.otoku h3 {
  width: 4.29rem;
  margin: 0 auto 0.36rem;
}

#top section.otoku > div > p {
  margin: 0 0 0.4rem;
  text-align: center;
  line-height: 1.5;
}

#top section.otoku .common-button {
  display: none;
}

#top section.others {
  padding: 0.4rem 0 0.38rem;
}

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

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

#top section.others ul li a {
  display: block;
  height: 2.47rem;
  padding: 0.27rem;
  background-color: #E9F2F8;
}

#top section.others ul li img {
  width: 1.19rem;
  height: auto;
  margin-bottom: 0.3rem;
}

#top section.others ul li p {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.34rem;
}

#top section.others ul li:nth-child(4) img {
  margin-bottom: 0.1rem;
}

#top section.others .user {
  border-top: none;
  border-left: none;
}

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

#top section.others .user li dl dt {
  margin: 0.3rem 0 0.15rem;
  color: #15AD8E;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.34rem;
}

#top section.others .user li dl dd {
  border: 1px solid #DDDDDD;
}

/*
#top section.others .user li:first-child dl dd {
  border-right: none;
}
*/

#top section.others .user li dl dd a {
  padding-left: 0;
  padding-right: 0;
  background: #053B8D;
  color: #fff;
}

#top section.others .user li dl dd a img {
  margin-bottom: 0.1rem;
}

#top section.topics {
  padding: 0 0 0.36rem;
}

#top section.topics h3 {
}

#top section.topics .view-all {
  width: 3.11rem;
  margin: 0 auto;
}

#top section.important {
  padding: 0.18rem 0 0;
}

#top section.important h3 {
  margin: 0 0 12px;
  text-align: center;
  color: #1B4C96;
  font-size: 0.3rem;
  line-height: 0.4rem;
}

#top section.important .common-topics-list li {
  padding: 18px 0 12px;
  overflow: visible;
}

#top section.important .common-topics-list li time {
  margin: 0 18px 12px 0;
}

#top section.important .topics-category {
  width: 104px;
}

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

#top section.important .title {
  line-height: 0.3rem;
}

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


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

#reasons {
}

#reasons .reasons {
}

#reasons .reasons header {
  height: 6.8rem;
  margin-bottom: 0.3rem;
  text-align: center;
  background: url(../img/reasons/image-sp.png) no-repeat center center;
  background-size: cover;
}

#reasons .reasons header > div {
  padding: 0;
}

#reasons .reasons header h2 {
  width: 4.26rem;
  margin: 0 auto;
  padding: 1.3rem 0 0.3rem;
}

#reasons .reasons header p {
  margin: 0 0 0.42rem;
  color: #4D4C54;
  font-size: 0.24rem;
  line-height: 0.42rem;
}

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

#reasons .reasons .reason h3 {
  width: 144px;
  height: 70px;;
}

#reasons .reasons .reason .lead {
  margin: 0 0 38px;
  color: #053C8D;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}

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

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

#reasons .reasons .reason p {
  margin: 0 0 26px;
  color: #222222;
  line-height: 26px;
}

#reasons .reasons .reason .buttons {
}

#reasons .reasons .reason .buttons li {
  width: 3.6rem;
  margin: 0 auto 0.2rem;
}

#reasons .reasons .reason1 {
  padding: 30px 0 60px;
  background: url(../img/reasons/reason1-image-sp.png) no-repeat right 0.3rem;
  background-size: 5.68rem auto;
}

#reasons .reasons .reason2 {
  padding: 30px 0;
  text-align: right;
  background: url(../img/reasons/reason2-image-sp.png) no-repeat center center;
  background-size: cover;
}

#reasons .reasons .reason2 h3 {
  float: right;
}

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

#reasons .reasons .reason2 video {
  display: none;
}

#reasons .reasons .reason3 {
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
  background: url(../img/reasons/reason3-image-sp.png) no-repeat right 30px;
  background-size: 3.62rem auto;
}


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

#products .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

#products > section h2 {
  margin: 0.5rem 0;
}

#products > section h2 span:before {
  content: "";
  display: inline-block;
  width: 0.57rem;
  height: 0.19rem;
  margin: 0 0.1rem 0 0;
  vertical-align: middle;
  background: url(../img/products/index/title-icon.png) no-repeat 0 0;
  background-size: cover;
}

#products .product {
  position: relative;
  margin: 0 0 50px;
  padding-top: 2.75rem;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}

#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 {
}

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

#products .visola.product .block h3 img {width: 2.55rem;}
#products .soltilex.product .block h3 img {width: 3.25rem;}
#products .gransola.product .block h3 img {width: 3.76rem;}

#products .product .block p {
  margin: 0 0 0.3rem;
  font-size: 16px;
  line-height: 28px;
}

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

#products .product .block .features li {
  display: inline-block;
  width: 1.56rem;
  height: 1.2rem;
  margin: 0 0.05rem;
  padding: 0.18rem 0 0;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 0.26rem;
  background-color: #15AD8E;
}

#products .product .block .features li.l2 {
  padding: 0.35rem 0 0;
}

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

#products .other-lowers {
  padding: 0 0 0.5rem;
}

#products .other-lowers li {
  margin: 0 0 0.45rem;
}

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

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


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

#product-detail > section > header {
}

#product-detail > section > header h2 {
  margin: 0 0 0.4rem;
}

#product-detail > section > header h2 img {
  vertical-align: middle;
}

#product-detail > section > header .match {
  width: 5.6rem;
  margin: 0 auto;
}

#product-detail .introduction {
  padding: 0.57rem 0.4rem 0.45rem;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
}

#product-detail .introduction > .lead {
  margin: 0 auto 0.45rem;
}

#product-detail .visola .introduction > .lead {
  width: 3.17rem;
}

#product-detail .soltilex .introduction > .lead,
#product-detail .gransola .introduction > .lead {
  width: 5rem;
}

#product-detail .introduction > .text {
  text-align: center;
  font-size: 0.22rem;
  line-height:0.48rem;
}

#product-detail .introduction ul {
  margin: 50px 0;
}

#product-detail .introduction ul li {
  margin: 0 0 30px;
  text-align: left;
}

#product-detail .introduction ul li img {
  margin: 0 0 28px;
}

#product-detail .introduction ul li .lead {
  margin: 0 0 10px;
  color: #1B4C96;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.37rem;
}

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

#product-detail .features {
  padding: 0.45rem 0.4rem;
}

#product-detail .features ol li {
  position: relative;
  padding: 0 0 0.45rem;
  list-style: none;
}

#product-detail .features ol li .feature {
  margin: 0 0 0.2rem;
  color: #1B4C96;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.75rem;
  white-space: nowrap;
}

#product-detail .features ol li .feature.l2 {
  line-height: 0.37rem;
}

#product-detail .features ol li .feature img {
  float: left;
  width: 0.76rem;
  height: auto;
  margin: 0 0.1rem 0 0;
}

#product-detail .features ol li .feature.l2 img {
}

#product-detail .features ol li p {
  line-height: 30px;
}

#product-detail .features ol li p.b {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #product-detail .introduction ul li .text,
  #product-detail .features ol li p {
    font-size: 12px;
    line-height: 22px;
  }

  #product-detail .features ol li p.b {
    font-size: 15px;
  }
}

#product-detail .features ol li .image {
  margin-top: 0.3rem;
}

#product-detail .features ol > li ul {
  margin: 30px 0 0;
}

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

#product-detail .features ol > li ul li img {
  margin: 0 0 10px;
}

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

#product-detail .features .summary {
  width: 5.63rem;
  height: 9.65rem;
  margin: 0 0 0.4rem;
  padding: 0.4rem 0.3rem 0 0.4rem;
  background: url(../img/products/visola/features-summary-bg-sp.png) no-repeat 0 0;
  background-size: cover;
}

#product-detail .features .summary .lead {
  margin: 0 0 0.06rem;
  color: #0ABCE5;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.46rem;
}

#product-detail .features .summary .text {
  margin: 0 0 0.1rem;
  font-size: 0.2rem;
  line-height: 0.37rem;
}

#product-detail .features .summary .notice {
  font-size: 0.2rem;
  line-height: 0.29rem;
}

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

#product-detail .about-spec a {
  margin: 0 auto;
}

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

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

#product-detail .specs {
  padding: 30px 0.4rem;
}

#product-detail .specs table {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  border-bottom: 1px solid #EAEAEA;
}

#product-detail .specs table tbody,
#product-detail .specs table tbody tr {
  display: block;
}

#product-detail .specs table tr th,
#product-detail .specs table tr td {
  display: block;
  padding: 15px;
  border: 1px solid #EAEAEA;
  border-bottom: none;
}

#product-detail .specs table tr th {
  text-align: left;
  color: #1B4C96;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  background-color: #F1FCFF;
}

#product-detail .specs table tr td {
  font-size: 14px;
  line-height: 22px;
}

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

#product-detail .methods {
  padding: 45px 0.4rem 10px;
  border-top: 1px solid #EAEAEA;
}

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

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

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

#product-detail .methods .dummy {
  width: 100%;
  height: 3.1rem;
  background-color: #EEEEEE;
}

#product-detail .methods .methods2 dl dt {
  height: 30px;
  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 {
}

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

#product-detail .methods .methods2 dl dd ul li img {
}

#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: 0.32rem;
  line-height: 50px;
  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 10px;
  padding: 0 0 0 15px;
  color: #1B4C96;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.37rem;
}

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

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

#product-detail .gransola .types section .block .text strong {
  font-size: 16px;
  line-height: 35px;
}

#product-detail .gransola .types .type1 .block {
  padding-bottom: 2.5rem;
  background-image: url(../img/products/gransola/type-image1.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 80% auto;
}
#product-detail .gransola .types .block .caption {
  padding: 0 15px;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 18px;
}
#product-detail .gransola .types .type1 .block .text + p {
  padding: 16px 15px 0 15px;
}

#product-detail .gransola .types .type1 ol {
}

#product-detail .gransola .types .type1 ol li {
  margin: 0 0 30px;
  list-style: none;
}

#product-detail .gransola .types .type1 ol li .feature {
  margin: 0 0 0.2rem;
  color: #1B4C96;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.75rem;
  white-space: nowrap;
}

#product-detail .gransola .types .type1 ol li .feature img {
  width: 0.75rem;
  height: auto;
  margin: 0 15px 0 0;
  vertical-align: middle;
}

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

#product-detail .gransola .types .type2 .block {
  padding-bottom: 2.5rem;
  background-image: url(../img/products/gransola/type-image2.png);  
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 35% auto;
}

#product-detail .gransola .types .type2 ul li {
}

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

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

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

#product-detail .gransola .types .type2 ul li p {
  line-height: 27px;
}

#product-detail .gransola .types .type2 .ul1 {
  positoin: relative;
}

#product-detail .gransola .types .type2 .ul1 li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #EAEAEA;
}

#product-detail .gransola .types .type2 .ul2 {
}

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


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

#product-flow .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

#product-flow .flow > div > header {
  padding: 20px 0 40px;
}

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

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

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

#product-flow .flow > div > header .lower-nav li {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0 0 20px;
  padding: 0 0.1rem 0 0;
  vertical-align: top;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.28rem;
}

#product-flow .flow > div > header .lower-nav li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  vertical-align: top;
  background: url(../img/common/arrow-bottom.png) no-repeat 0 0;
  background-size: 0.18rem 0.18rem;
}

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

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

#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: 0.34rem 0;
  text-align: center;
  background-color: #F0F0F0;
}

#product-flow .flow .download p {
  height: 0.55rem;
  font-size: 0.24rem;
  font-weight: bold;
}

#product-flow .flow .download p:after {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.32rem;;
  margin: -0.02rem 0 0 6px;
  vertical-align: top;
  background: url(../img/common/pdf-icon.png) no-repeat 0 0;
  background-size: cover;
}

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


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

#product-related .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

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

#product-related .related > header h2 {
  margin: 0 0 30px;
}

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

#product-related .related > header .lower-nav li {
  display: inline-block;
  width: 50%;
  margin: 0 0 20px;
  padding: 0 6% 0 0;
  vertical-align: top;
  text-align: right;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
}

#product-related .related > header .lower-nav li:nth-child(even) {
  padding: 0 12% 0 0;
}

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

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

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

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

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

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

#product-related .related .related-section .notice {
  font-size: 14px;
  line-height: 24px;
}

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

#product-related .related .section1-1 .introduction .image,
#product-related .related .section1-2 .introduction .image {
  margin: 20px 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;
  width: 30%;
  margin: 0 10px 0 0;
}

#product-related .related .section4 .block .inner img {
  float: none;
  width: 100%;
  margin: 10px 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 {
  margin: 0 0 40px;
}

#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.22rem;
  line-height: 0.32rem;
}

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

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

#product-related .section2 .common-spec-accordion table tr th.th2 {
  color: #053C8D;
  background-color: #F1FCFE;
}

#product-related .related .common-button.l {
  margin: 0 auto 20px;
  text-align: left;
  padding: 0 0 0 5px;
}

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

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

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

#product-storage .storage > header {
  position: relative;
  margin: 0 0 30px;
}

#product-storage .storage > header .wrap-large {
  display: none;
}

#product-storage .storage > header .image {
  position: relative;
  width: 100%;
  height: 5.25rem;
  background: url(../img/products/storage/main-image-sp.png) no-repeat center center;
  background-size: cover;
}

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

#product-storage .storage .introduction p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 26px;
}

#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: 50px;
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  color: #053C8D;
  font-weight: bold;
}

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

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

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

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

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

#product-storage .storage .feature .scenes li {
  float: right;
  width: 2.7rem;
  margin: 0 0 0.4rem;
}

#product-storage .storage .feature .scenes li:nth-child(odd) {
  clear: both;
  float: left;
}

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

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

#product-storage .storage .feature2 .scenes li:last-child,
#product-storage .storage .feature3 .scenes li:last-child,
#product-storage .storage .feature4 .scenes li:last-child {
  width: 100%;
}

#product-storage .storage .feature2 .scenes li:last-child img,
#product-storage .storage .feature3 .scenes li:last-child img,
#product-storage .storage .feature4 .scenes li:last-child img {
  float: left;
  width: 2.7rem;
  margin: 0 0.2rem 0 0;
}

#product-storage .storage .feature2 .scenes li:last-child p,
#product-storage .storage .feature3 .scenes li:last-child p,
#product-storage .storage .feature4 .scenes li:last-child p {
  margin-top: 0.25rem;
}

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

#product-storage .storage .feature4 .example {
}

#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 {
  margin: 0 0 20px;
}

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

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

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

#product-storage .storage .catalog .inner .common-button {
  margin: 0 auto;
}

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

#product-storage .storage .common-button.l {
  margin: 0 auto 20px;
}

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


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

#product-specs .specs > header .page-nav > div h3 {
  font-size: 0.26rem;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

#product-specs .specs > header .page-nav > div > ul li {
  width: auto;
  padding: 16px 5px 18px 10px;
  border-bottom: 1px dotted #e5e5e5;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.333;
}

#product-specs .specs > header .page-nav > div > ul li:last-child {
  border-bottom: none;
}

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

#product-specs .specs > header .page-nav .type1 {
  float: left;
  width: 48%;
}

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

#product-specs .specs > header .page-nav .type2 {
  float: right;
  width: 48%;
}

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

#product-specs .specs > header .nav-title {
  padding: 17px 0 15px;
  border-top: 2px solid #053b8d;
  font-size: 0.28rem;
  color: #053b8d;
  text-align: center;
}

#product-specs .specs > header .lower-nav {
  border-collapse: collapse;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  table-layout: fixed;
  overflow: hidden;
}

#product-specs .specs > header .lower-nav li {
  float: left;
  width: 50%;
  padding: 20px 10px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 1.454;
  text-align: center;
}

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

#product-specs .section .section-title1 {
  padding: 43px 0 35px;
  font-size: 28px;
  color: #053c8d;
  line-height: 1.214;
  text-align: center;
}

#product-specs .section .section-title2 {
  padding: 14px 10px;
  margin: 0 0 25px;
  background: #f0f0f0;
  font-size: 18px;
  line-height: 1.214;
}

#product-specs .section .notes-list {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.785;
}

#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: 39%;
  padding: 9px 15px;
  background: #F1FCFE;
  border: 1px solid #EAEAEA;
  text-align: left;
  color: #053C8D;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  vertical-align: middle;
}

#product-specs .common-intro .intro-table td {
  padding: 9px 15px;
  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: 9px 15px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  text-align: left;
  color: #053C8D;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.375;
  vertical-align: middle;
}

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

#product-specs .cont-accordion table td {
  padding: 9px 15px;
  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 img {
  width: 55%;
}

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

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

#product-specs .cont-accordion > table td{
  font-weight: bold;
}

#product-specs .cont-accordion .detail > table {
  border-top: none;
}

#product-specs .cont-accordion.module > table th,
#product-specs .cont-accordion .lower-section .module-table-head th {
  background: #39bfdd;
  font-size: 16px;
  color: #fff;
}

#product-specs .cont-accordion .module-table-head th:first-child,
#product-specs .cont-accordion .lower-section .module-table-head th:first-child,
#product-specs .cont-accordion .system-table-head th:first-child {
  width: 39%;
}


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

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

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

#product-specs .cont-accordion .button {
  width: 3.6rem;
  margin: 15px auto 20px;
  border: 2px solid #E2E2E2;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.777;
  text-align: center;
  cursor: pointer;
}

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

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

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

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

#product-specs .lower-section {
  margin: 0 0 20px;
}

#product-specs .lower-section .image {
  display: block;
  width: 55%;
  margin: 0 auto 25px;
}

#product-specs .visola .common-intro .image {
  display: block;
  width: 56%;
  margin: 0 auto 20px;
}

#product-specs .boost .cont-accordion table td figure img {
  width: 35%;
}
#product-specs .boost .cont-accordion table td figure img.sp-img {
  width: 20%;
}


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

#otoku .otoku,
.otoku-lower {
  border-top: 1px solid #EAEAEA;
}

.otoku > header,
.otoku-lower > header {
  padding: 0.35rem 0 0.4rem;
}

#otoku .otoku > header h2,
.otoku-lower > header h2 {
  margin: 0 0 0.4rem;
}

#otoku .otoku > header h2 span,
.otoku-lower > header h2 span {
  position: relative;
  padding-left: 0.85rem;
  text-align: center;
}

#otoku .otoku > header h2 span:before,
.otoku-lower > header h2 span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.23rem;
  left: 0.02rem;
  width: 0.7rem;
  height: 0.34rem;
  background: url(../img/otoku/index/title-icon.png) no-repeat 0 0;
  background-size: cover;
}

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

.common-otoku-lowers {
  margin: 0 -0.1rem 0.4rem;
  overflow: hidden;
}

.common-otoku-lowers li {
  float: left;
  width: 50%;
  padding: 0 0.1rem 0.2rem;
}

.common-otoku-lowers li.large {
  width: 100%;
}

.common-otoku-lowers li:last-child {
  display: none;
}

.common-otoku-lowers li a {
  display: block;
  padding: 0.08rem;
  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 0.08rem;
}

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

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

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

.common-otoku-navi {
  padding: 0.3rem 0 0.5rem;
  background: #e5f1f9;
}

.common-otoku-navi p.title {
  margin: 0 auto 0.4rem;
  width: 4.5rem;
  max-width: 100%;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #47cdec;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: center;
}

.common-otoku-navi ul {
  margin: 0 10px;
  overflow: hidden;
}

.common-otoku-navi li {
  float: left;
  width: 50%;
  margin: 0 0 40px;
  padding: 0 15px;
  text-align: center;
}

.common-otoku-navi li:nth-child(odd) {
  clear: both;
}

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

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

.common-otoku-navi li p.small {
  font-size: 14px;
}

.common-otoku-navi .cond5 {
  display: none;
}


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

#otoku-selling .page-title {
  padding: 0.45rem 0 0.25rem;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

#otoku-selling .page-title img {
  width: 3.5rem;
  max-width: 100%;
}

#otoku-selling .page-lead {
  padding: 0 0 0.3rem;
  font-size: 0.19rem;
  color: #000000;
  text-align: center;
}

#otoku-selling .cases {
  position: relative;
  padding: 0 0.45rem 0.4rem;
  border: 1px solid #e5e5e5;
}

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

#otoku-selling .cases h4 {
  margin: -0.3rem 0 0 -0.55rem;
  padding-bottom: 0.5rem;
  width: 3.6rem;
  max-width: 78%;
}

#otoku-selling .case1 .image {
  margin-left: -0.4rem;
  margin-bottom: 0.3rem;
  width: 4rem;
  max-width: 100%;
}

#otoku-selling .case2 .image {
  display: block;
  margin: 0 auto 0.2rem;
  width: 4rem;
  max-width: 100%;
}

#otoku-selling .cases .lead {
  padding: 0 0 0.4rem;
}

#otoku-selling .cases .text {
  margin: 0 auto;
  padding: 0 0 0.4rem;
  width: 3.6rem;
}

#otoku-selling .case2 .text {
  width: 100%;
}

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

#otoku-selling .cases .example h5 {
  padding: 0 0 0.2rem;
}

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

#otoku-selling .case1 .example img {
  display: block;
  margin: 0 auto 0.3rem;
  width: 2.5rem;
  max-width: 80%;
}

#otoku-selling .cases .example dl {
  color: #151515;
  font-size: 0.14rem;
  line-hight: 1.5;
}

#otoku-selling .cases .example dd,
#otoku-selling .cases .example dt {
  display: inline;
  float: left;
  line-height: 1.8;
}

#otoku-selling .cases .example dd {
  float: none;
}

#otoku-selling .cases .example dt {
  clear: both;
}

#otoku-selling .cases li {
  margin-bottom: 0.2rem;
  overflow: hidden;
}

#otoku-selling .case1 .caption {
  color: #151515;
  font-size: 0.14rem;
}

#otoku-selling .section2 {
  padding-bottom: 0.5rem;
}

#otoku-selling .section2 h3 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  text-align: center;
}

#otoku-selling .section2 .points {
  margin-bottom: 0.3rem;
  padding: 0.15rem 0.1rem 0.1rem;
  width: auto;
  background: url(../img/otoku/selling/bg2.png) no-repeat;
  background-size: 100%;
  list-style: none;
}

#otoku-selling .section2 .points li {
  padding: 0;
  margin-top: -0.05rem;
}

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

#otoku-selling .section2 .image {
  margin-bottom: 0.36rem;
  padding: 0.36rem 0 0.36rem;
  background: #fcfaf1;
  text-align: center;
}

#otoku-selling .section2 .image img {
  width: 3.5rem;
  max-width: 63%;
}

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

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

#otoku-selling .section3 h3 {
  margin-bottom: 0.3rem;
  color: #1b4c96;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}

#otoku-selling .section3 .lead {
  margin-bottom: 0.27rem;
  color: #151515;
  font-size: 0.16rem;
  text-align: center;
}

#otoku-selling .section3 .caption {
  padding-top: 0.27rem;
  color: #151515;
  font-size: 0.14rem;
}

#otoku-selling .case2 h4 {
  padding-bottom: 0.23rem;
}

#otoku-selling .case2 .text {
  padding-bottom: 0.3rem;
}

#otoku-selling .cases .text img {
  padding-bottom: 0.3rem;
  max-width: 100%;
}

#otoku-selling .case2 .example {
  padding-bottom: 0.2rem;
  text-align: center;
  overflow: hidden;
}

#otoku-selling .section3 .sub-caption {
  padding-bottom: 0.15rem;
  color: #151515;
  font-size: 0.14rem;
  line-height: 1.4;
}

#otoku-selling .case2 li {
  text-align: center;
}

#otoku-selling .case2 .example2 img {
  width: 2.9rem;
  max-width: 53%;
}

#otoku-selling .case2 .example1 img {
  width: 4rem;
  max-width: 81%;
}
#otoku-selling .case2 .example1 {
  margin-right: -0.3rem;
}
#otoku-selling .case2 .example2 {
  margin-right: -0.9rem;
}


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

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

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

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

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

#otoku-structures .tabs li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 6px;
  border: 1px solid #2361AD;
  color: #000000;
  font-size: 14px;
  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: 100%;
  height: 3.97rem;
  background: url(../img/otoku/structures/bg-animation1.gif) no-repeat center 0;
  background-size: cover !important;
}

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

#otoku-structures .animation:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.97rem;
  background: url(../img/otoku/structures/dummy-buttons.png) no-repeat center 0;
  background-size: cover !important;
}

#otoku-structures .animation ul li {
  display: none;
}

#otoku-structures .detail .overlay {
  display: none;
}

#otoku-structures .detail section {
  margin: 0 0 40px;
}

#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;
  width: 54px;
  height: auto;
}

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

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

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

#otoku-structures .supplement dl:first-of-type {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #EAEAEA;
}

#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;
  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;
  line-height: 20px;
}

#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 .notice {
  font-size: 16px;
  line-height: 24px;
}


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

#otoku-regions .page-title {
  padding: 0.45rem 0 0.25rem;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

#otoku-regions .page-title img {
  width: 3.9rem;
  max-width: 100%;
}

#otoku-regions .page-lead {
  padding: 0 0 0.3rem;
  font-size: 0.19rem;
  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: 0.2rem;
  margin: 0 0 10px;
  background: #fcfaf1;
}

#otoku-regions .map:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 0.2rem;
  width: 4.12rem;
  height: 4.03rem;
  background: url(../img/otoku/regions/image.png) no-repeat 0 0;
  background-size: cover;
}

#otoku-regions .map .lead {
  width: 80%;
}

#otoku-regions .map .inner {
  margin: 4.0rem 0 0;
}

#otoku-regions .map .inner dl {
  font-size: 0.2rem;
  line-height: 1.714;
}

#otoku-regions .map > p {
  width: 3.6rem;
  margin: 10px auto 0;
}

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

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

#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-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 1.571;
}

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

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

#otoku-regions .contents table td {
  padding: 11px 13px 13px;
  word-break: break-all;
}

#otoku-regions .contents > p {
  margin: 7px 0 15px;
  font-size: 12px;
  line-height: 1.571;
}


/* 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%;
  padding: 0 0.2rem;
  background: url(../img/otoku/regions/modal-bg.png);
}

#modal-window .modal-cont {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 0.2rem;
}

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

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

  border-left: 1px solid #eaeaea;
}

#modal-window .modal-cont table thead:nth-child(1) {
  border-top: 1px solid #eaeaea;
}

#modal-window .modal-cont table th,
#modal-window .modal-cont table td {
  width: auto;
  padding: 5px 7px 6px;
  background: #fff;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.18rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.571;
  word-break: break-all;
}

#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.45rem 0 0.3rem;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

#otoku-function1 .page-title img {
  width: 4.4rem;
  max-width: 100%;
}

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

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

#otoku-function1 .section1 .intro {
  position: relative;
  padding: 0.2rem;
  background: #f9f4e8;
  background-size: cover;
}

#otoku-function1 .section1 .intro p {
  margin: 0 0 2.43rem;
}

#otoku-function1 .section1 .intro:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.43rem;
  background: url(../img/otoku/function1/intro-bg.png) no-repeat 0 0;
  background-size: cover;
}

#otoku-function1 .section2,
#otoku-function1 .section3 {
  padding: 0 0.2rem 0.2rem;
  background: #f9f4e8;
}

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

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

#otoku-function1 .section2 .case figure {
  margin: 22px 0 20px;
}

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

#otoku-function1 .section2 .use-example .inner {
  position: relative;
  padding: 0.2rem;
  background: #b6d4a0;
  border-radius: 5px;
}

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

#otoku-function1 .section2 .use-example .inner .notes {
  margin: 5px 0 0;
  font-size: 0.18rem;
  color: #fff;
  text-align: right;
}

#otoku-function1 .section2 .use-example .inner ul {
  margin: 15px 0 0;
  overflow: hidden;
}

#otoku-function1 .section2 .use-example .inner ul li {
  float: left;
  display: table;
  width: 48%;
  margin: 0 0 20px;
  text-align: center;
  overflow: hidden;
}

#otoku-function1 .section2 .use-example .inner ul li:nth-child(odd) {
  margin-right: 10px;
}

#otoku-function1 .section2 .use-example .inner ul li img {
  display: table-cell;
  width: 80%;
}

#otoku-function1 .section2 .use-example .inner ul li:nth-child(2) img {
  width: 60%;
  margin: 0 auto;
}

#otoku-function1 .section2 .use-example .inner dl {
  display: table-cell;
  width: 60%;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: middle;
}

#otoku-function1 .section2 .use-example .inner dl .for-sp {
  display: none;
}

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

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

#otoku-function1 .section2 .notes-list {
  margin: 10px 0 0;
 font-size: 0.2rem;
  line-height: 1.571;
}

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

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

#otoku-function1 .section3 .sub {
  margin: 0 0 27px;
}

#otoku-function1 .section3 .image {
  margin: 0 0 10px;
}

#otoku-function1 .section3 p.text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.571;
}

#otoku-function1 .section3 p.text2 {
  font-size: 14px;
  line-height: 1.571;
  padding: 10px;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
}

#otoku-function1 .section3 .battery {
  padding: 14px;
  margin: 20px 0 0;
  background: #b6d4a0;
  border-radius: 5px;
}

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

#otoku-function1 .section3 .battery .cont dl {
  color: #fff;
  margin: 0 0 30px;
}

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

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

#otoku-function1 .section3 .battery .cont1 {
  margin: 0 0 20px;
}

#otoku-function1 .section3 .battery .cont1 figure {
  width: 1.39rem;
}

#otoku-function1 .section3 .battery .cont2 figure {
  width: 0.69rem;
  margin-left: 14px;
}

#otoku-function1 .section3 .battery .button {
  text-align: center;
  margin: 20px 0 0;
}
#otoku-function1 .section3 .battery .button img {
  width: 80%;
  height: auto;
}

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

#faq .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

#faq h2 {
  margin: 0.5rem 0;
}

#faq h2 span:before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.38rem;
  margin: 0 0.1rem 0 0;
  vertical-align: middle;
  background: url(../img/faq/title-icon.png) no-repeat 0 0;
  background-size: cover;
}

#faq .index {
  margin: 0 0 40px;
  padding: 0 15px;
  border: 4px solid #E5F1F9;
}

#faq .index li {
  position: relative;
  min-height: 68px;
  padding: 15px 35px 15px 85px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  background: url(../img/faq/q-icon1.png) no-repeat 0 center;
  background-size: 68px auto;
}

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

#faq .index li: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 .index li a {
  color: #1B4C96;
}

#faq .faq dt {
  min-height: 64px;
  margin: 0 0 20px;
  padding: 0 0 0 80px;
  color: #1B4C96;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  background: url(../img/faq/q-icon2.png) no-repeat 0 0;
  background-size: 68px 63px;
}

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

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

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

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

#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 .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

#topics .topics h2 {
  margin-top: 0.4rem;
}

#topics .pagination {
  margin: 0.3rem 0 0.5rem;
  text-align: center;
  font-size: 0;
}

#topics .pagination li {
  display: inline-block;
  margin: 0 0.1rem;
  vertical-align: top;
}

#topics .pagination li a {
  position: relative;
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  border: 0.01rem solid #E5E5E5;
  border-radius: 0.05rem;
  text-align: center;
  vertical-align: top;
  color: #002D94;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.54rem;
}

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

#topics .pagination li.prev a {
  background: url(../img/topics/prev-arrow.png) no-repeat center center;
  background-size: 0.15rem 0.24rem;
}

#topics .pagination li.next a {
  background: url(../img/topics/next-arrow.png) no-repeat center center;
  background-size: 0.15rem 0.24rem;
}

#topics .pagination li.prev span,
#topics .pagination li.next span,
#topics .pagination li.back span {
  display: none;
}

#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: 0.4rem 0 0.2rem;
  padding: 40px 0 15px;
  border-bottom: 1px solid #EAEAEA;
}

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

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

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

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

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

#topics article.with-image {
}

#topics article.with-image .body {
  margin: 0 0 10px;
}

#topics article.with-image .image {
  display: block;
  max-width: 4rem;
  height: auto;
  margin: 0 auto 50px;
}


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

#terms .sp-nav,
#privacy .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

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

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

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

.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 .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

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

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

#inquiry .input header .text {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px dotted #CACACA;
  font-size: 14px;
  line-height: 30px;
}

#inquiry .input header .tel {
  width: 100%;
  padding: 30px 10px 10px;
  text-align: center;
}

#inquiry .input header .tel .caption {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

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

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

#inquiry form p {
  margin: 0 0 20px;
  line-height: 30px;
}

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

#inquiry form table {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

#inquiry form table tbody,
#inquiry form table tbody tr,
#inquiry form table tbody tr > * {
  display: block;
  width: 100%;
}

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

#inquiry form table tbody tr th {
  width: 100%;
  margin-top: -1px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #EAEAEA;
  color: #053C8D;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  background-color: #F1FCFE;
}

#inquiry form table tbody tr th > div {
  position: relative;
  padding: 10px 10px 10px 20px;
}

#inquiry form table tbody tr th br {
  display: none;
}

#inquiry form table tbody tr th .notice {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: top;
}

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

#inquiry form table tbody tr td {
  margin-top: -1px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #EAEAEA;
  font-size: 18px;
}

#inquiry form label {
  display: inline-block;
}

#inquiry form [type="text"] {
  width: 100%;
  height: 34px;
  padding: 0 5px;
  font-size: 18px;
  border: 1px solid #EAEAEA;
}

#inquiry form table tbody tr td label span {
  display: none;
}

#inquiry form table tbody tr.number td [type="text"] {
  width: 30%;
}

#inquiry form table tbody tr.name td,
#inquiry form table tbody tr.kana td {
  padding: 10px 5px;
  overflow: hidden;
}

#inquiry form table tbody tr.name td label,
#inquiry form table tbody tr.kana td label {
  float: left;
  width: 50%;
  padding: 0 5px;
}

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

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

#inquiry form table tbody tr.address td {
  padding-bottom: 0;
}

#inquiry form table tbody tr.address td label {
  width: 100%;
  padding: 0 0 10px;
}

#inquiry form table tbody tr.tel td,
#inquiry form table tbody tr.fax td {
  padding: 10px 5px;
  overflow: hidden;
}

#inquiry form table tbody tr.tel td label,
#inquiry form table tbody tr.fax td label {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}

#inquiry form table tbody tr.q1 label {
  display: block;
  padding: 0 10px;
  line-height: 40px;
}

#inquiry form table tbody tr.q3 label {
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
}

#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 20px;
}

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

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

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

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

#inquiry form .agreement section {
  margin: 0 0 20px;
  padding: 20px;
  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 15px;
  font-size: 12px;
  line-height: 30px;
}

#inquiry form .agreement section label {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px 20px 12px 40px;
  border: 1px solid #D4D4D4;
  line-height: 26px;
  cursor: pointer;
  background-color: #E5E5E5;
  font-size: 14px;
}

#inquiry form .agreement section label input {
  position: absolute;
  top: 35%;
  left: 15px;
}

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

#inquiry form .globalsign {
  margin: 0 0 20px;
  padding: 0 0 0 1.1em;
  text-indent: -1.1em;
}

#inquiry form .globalsign-sp {
  display: block;
  width: 130px;
  margin: 0 auto 40px;
}

#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 .errors table tr td,
#inquiry .confirm table tr td {
  padding: 10px 20px !important;
  line-height: 34px;
}

#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 .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

#quality h2 {
  margin: 0.6rem 0 0.77rem;
}

#quality h2 span:before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.37rem;
  margin: 0 0.1rem 0 0;
  vertical-align: middle;
  background: url(../img/quality/top/title-icon.png) no-repeat 0 0;
  background-size: cover;
}

#quality .introduction {
  padding: 0 0 48px;
}

#quality .introduction .lead1 {
  width: 4.9rem;
  margin: 0 auto 40px;
}

#quality .introduction .text {
  font-size: 16px;
  line-height: 40px;
}

#quality .introduction .text br {
  display: none;
}

#quality .quality-wrap > section {
}

#quality .quality-wrap > section h3 {
  padding: 40px 0;
  text-align: center;
  color: #1B4C96;
  font-size: 24px;
  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 20px;
  padding: 10px;
  color: #343434;
  font-size: 20px;
  line-height: 38px;
  background-color: #F0F0F0;
}

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

#quality .quality-wrap .last-summary {
  padding: 30px;
  border: 3px dotted #009FC9;
  border-radius: 5px;
  text-align: center;
  color: #0ABCE5;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

#quality .quality-wrap .last-summary br {
  display: none;
}

#quality .quality-wrap .quality1-1 img {
  display: block;
  width: 3.9rem;
  margin: 0 auto;
}

#quality .quality-wrap .quality1-2 .movie {
}

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

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

#quality .quality-wrap .quality2-1 .process {
}

#quality .quality-wrap .quality2-1 .process li {
  position: relative;
  padding: 0 0 0.8rem;
}

#quality .quality-wrap .quality2-1 .process li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  margin-left: -0.6rem;
  border-top: 0.3rem solid #D5E7F3;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: none;
}

#quality .quality-wrap .quality2-1 .process li:last-child:before {
  display: none;
}

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

#quality .quality-wrap .quality2-1 .process li .text {
  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: 40px 20px;
  text-align: center;
  font-size: 0;
}

.common-quality-links li {
}

.common-quality-links li a {
  position: relative;
  display: block;
  border: 1px solid #DDDDDD;
  width: 100%;
  margin: 0 0 20px;
  color: #07398E;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}

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


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

#quality-history .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

#quality-history h2 {
  margin: 0.6rem 0 0.5rem;
}

#quality-history .history {
  position: relative;
  width: 100%;
  height: 33.92rem;
  overflow: hidden;
  background: url(../img/quality/history/bg-sp.png) no-repeat 0 0;
  background-size: cover;
}

#quality-history .history .wrap {
  width: 100%;
  height: 33.92rem;
  padding: 0;
}

#quality-history .history h3 {
  height: 2rem;
  padding: 0.62rem 0 0;
  text-align: center;
}

#quality-history .history h3 img {
  width: 4.34rem;
}

#quality-history .history .wrap > p {
  margin: 0 0 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
}

#quality-history .history ul li {
  position: absolute;
  left: 0.3rem;
  padding: 0 0 0 1.08rem;
}

#quality-history .history ul li .year {
  display: block;
  position: absolute;
  top: 0;
  left: 0.1rem;
  width: 0.78rem;
  height: 0.8rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.8rem;
  background: url(../img/quality/history/year-bg1.png) no-repeat 0 0;
  background-size: cover;
}

#quality-history .history ul li .year.large {
  left: 0;
  width: 1rem;
  height: 1rem;
  font-size: 0.26rem;
  line-height: 1rem;
  background: url(../img/quality/history/year-bg2.png) no-repeat 0 0;
  background-size: cover;
}

#quality-history .history ul li .texts p {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
}

#quality-history .history ul li .texts p .note {
  font-size: 0.22rem;
  font-weight: normal;
}

#quality-history .history ul li .texts .caption {
  display: inline-block;
  margin: 0 0 0.1rem;
  padding: 0.03rem 0.12rem;
  color: #FFFFFF;
  font-size: 0.22rem;
  line-height: 0.29rem;
  background-color: #4FB1C7;
}

#quality-history .history ul .y1980 {top: 7.74rem;}
#quality-history .history ul .y1984 {top: 10.07rem;}
#quality-history .history ul .y1988 {top: 12.22rem;}
#quality-history .history ul .y1993 {top: 13.93rem;}
#quality-history .history ul .y1999 {top: 15.02rem;}
#quality-history .history ul .y2001 {top: 17.56rem;}
#quality-history .history ul .y2002 {top: 19.7rem;}
#quality-history .history ul .y2007 {top: 21.86rem;}
#quality-history .history ul .y2010 {top: 23.16rem;}
#quality-history .history ul .y2014 {top: 25.31rem;}
#quality-history .history ul .y2015 {top: 27.46rem;}
#quality-history .history ul .y2016 {top: 29.61rem;}

#quality-history .history ul li .image {
  float: left;
  width: 1.85rem;
  margin: 0 0.25rem 0 0;
}

#quality-history .history ul li .texts {
  float: left;
  width: 2.48rem;
}

#quality-history .history ul .y1980 .image {
  width: 2.97rem;
}

#quality-history .history ul .y1980 .texts {
  width: auto;
  padding: 0;
}

#quality-history .history ul .y1980 .texts p {
  line-height: 2.03rem;
}

#quality-history .history ul .y1984 .texts {
  padding-top: 0.39rem;
}

#quality-history .history ul .y1988 .texts,
#quality-history .history ul .y1993 .texts,
#quality-history .history ul .y2007 .texts {
  width: 4.4rem;
}

#quality-history .history ul .y2001 .texts {
  padding-top: 0.58rem;
}


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

#quality-patent .sp-nav {
  border-bottom: 1px solid #EAEAEA;
}

#quality-patent h2 {
  margin: 0.5rem 0;
}

#quality-patent .introduction {
}

#quality-patent .introduction p {
  font-size: 16px;
  line-height: 36px;
}

#quality-patent .patent1 {
}

#quality-patent .patent1 h3 {
  padding: 40px 0;
  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 20px;
  padding: 14px 10px;
  color: #343434;
  font-size: 20px;
  line-height: 34px;
  background-color: #F0F0F0;
}

#quality-patent .patent1 section .image {
}

#quality-patent .patent1 section .image img {
  margin: 0 0 10px;
}

#quality-patent .patent1 section .image p {
  text-align: center;
  font-size: 14px;
  line-height: 29px;
}

#quality-patent .patent1 section p {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 32px;
}


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



#products_case img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

.case_itemlist .case_item {
    margin-bottom: 20px;
}
.case_itemlist .case_item a {
	display: block;
	position: relative;
}
.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;
}

/* Google code　余白回避 */
iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}
/* Google code　余白回避 END */



