@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base_sp_min.css";

/*******************

 LP style

********************/
.cta-box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.cta-btn {
  box-sizing: border-box;
  padding: 0 2.5% 0% 52%;
  position: absolute;
  top: 7%;
  left: 4%;
  width: 95%;
}
.support {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.support-btn {
  box-sizing: border-box;
  padding: 0 4.5% 7% 4.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


.gif-box {
  position: relative;
}
.gif-box p:last-child {
  position: absolute;
  bottom: 2%;
  right: 0;
  width: 100%;
}


.faq .acd-btn {
  position: relative;
  cursor: pointer;
}
.faq .acd-btn:after {
  content: "";
  background: url(../img/faq_ar.png) no-repeat;
  -webkit-background-size: 1.8em auto;
  background-size: 1.8em auto;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  bottom: 1em;
  right: 1.7em;
  z-index: 2;
  width: 2em;
  height: 2em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq .acd-open.acd-btn:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .acd{
  background: url(../img/faq_a.png) repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 0 8% 0;
  width: 100%;
}
.faq .acd p {
  padding: .5em 0;
}

.product + .cta {
  background: url(../img/bg_gr.png) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.product + .cta p  {
  background: url(../img/footer_bg.png) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}



.product {
  margin: 0 auto;
  position: relative;
  background: url(../img/bg_gr.png) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 16%;
}
.product-img {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.product-box {
  box-sizing: border-box;
  position: relative;
  width: 93.75%;
  z-index: 2;
  margin: -2em auto 0;
}
.product-box dl {
  background: #d6d7d9;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0 auto 0.5em;
}

.product-box dt {
  background-color: #000000;
  color: #fff;
  padding: .3em;
  position: relative;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 0.8em;
}
.product-box dd p {
  padding: .5em;
  font-size: 0.75em;
  position: relative;
  text-align: center;
}
.product-box dd.txt-l p {
  text-align: left;
}

.product-box dt:after {
  content: "";
  background: url(../img/product_ar.png) no-repeat;
  -webkit-background-size: 1.2em auto;
  background-size: 1.2em auto;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  right: 0.8em;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-box dt.acd-open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}


/*-------------------------------------------
 footer
-----------------------------------------------*/
.footer-info {
  background: url(../img/footer_bg.png) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footer-info-txt {
  width: 92%;
  margin: 0 auto;
  padding: 3% 0;
}
.footer-info .footer-info-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.08em;
  margin: 0 auto;
  padding: 0.5em 0 .5em;
}
.footer-info-ttl:before ,
.footer-info-ttl:after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background-color: #fff;
}
.footer-info-txt p {
  color: #fff;
  font-size: 0.8em;
}
.footer-info-txt p + p {
  margin-top: 1em;
}
.footer-info-txt .footer-card {
  margin: .5em auto;
  width: 80%;
}
.footer-info-txt .yw {
  color: #fdf71c;
}
.footer-contact-box {
  position: relative;
}
.footer-contact {
  margin: 0 auto;
  padding-top: 5%;
}
.footer-contact-box .footer-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5.5% 0;
}









.footer-link {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
.footer-link li{
  font-size: .85rem;
  margin-bottom: 1.2em;
}
#copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #000000;
  box-sizing: border-box;
  padding: .5em;
}
.footer-info p + .footer-info-ttl {
  margin-top: 2em;
}
