﻿@charset "UTF-8";
html, body {
  width: 100%;
}
body {
  color: #000;
  font-size: 100%;
  line-height: 1.8;
}
a {
  color: #ccc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: middle;
  width: 100%;
  max-width: 750px;
}
img.w70 {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 750px) {
  img.w70 {
  width: 100%;
}
}
.sp {
  display: none !important;
}
@media print, (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.bld {
  font-weight: bold;
}
.att {
  font-size: 12px;
  margin: 0 3%;
  color: #999;
  line-height: 1.2;
}
.note {
  font-size: 70%;
  color: #999;
  text-align: right;
  line-height: 2.0;
}
.center {
  text-align: center;
}
.mgtop50 {
  margin-top: 50px;
}
.mgtop60 {
  margin-top: 60px;
}
.mgtop70 {
  margin-top: 70px;
}
.mgtop80 {
  margin-top: 80px;
}
.mgtop90 {
  margin-top: 90px;
}
.mgtop100 {
  margin-top: 100px;
}
.mgbtm50 {
  margin-bottom: 50px;
}
.mgbtm60 {
  margin-bottom: 60px;
}
.mgbtm70 {
  margin-bottom: 70px;
}
.mgbtm80 {
  margin-bottom: 80px;
}
.mgbtm90 {
  margin-bottom: 90px;
}
.mgbtm100 {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .mgtop50 {
    margin-top: 30px;
  }
  .mgtop60 {
    margin-top: 40px;
  }
  .mgtop70 {
    margin-top: 50px;
  }
  .mgtop80 {
    margin-top: 60px;
  }
  .mgtop90 {
    margin-top: 70px;
  }
  .mgtop100 {
    margin-top: 80px;
  }
  .mgbtm50 {
    margin-bottom: 30px;
  }
  .mgbtm60 {
    margin-bottom: 40px;
  }
  .mgbtm70 {
    margin-bottom: 50px;
  }
  .mgbtm80 {
    margin-bottom: 60px;
  }
  .mgbtm90 {
    margin-bottom: 70px;
  }
  .mgbtm100 {
    margin-bottom: 80px;
  }
}
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0.7;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#head {
  text-align: center;
}
#head div {
  background: url("../img/tou/09/top_bg.jpg") no-repeat 0 0;
  padding: 0 0 50px;
}
#head .order-btn {
  margin-top: 40px;
}
@media (max-width: 750px) {
  #head div {
    background: url("../img/tou/09/top_bg.jpg") no-repeat 0 0;
    background-size: contain;
    padding: 0 0 30px;
  }
  #head .order-btn {
    margin-top: 20px;
  }
}
#head .graph {
  width: 92%;
  margin: 0 auto;
  background: url("../img/tou/09/top_down_graph_bg.png") no-repeat 0 0;
  background-size: 100%;
}
#head .graph img {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 32% 0 13%;
}
.order-btn {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.order-btn::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.order-btn:hover::before {
  animation: kiran 0.5s linear;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.2;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.order-btn:hover {
  animation: none;
}
.orderbox {
  margin-bottom: 200px;
}
@media (max-width: 750px) {
  .orderbox {
    margin-bottom: 100px;
  }
}
.orderbox .inner {
  margin: 0 auto;
  padding: 0 0;
}
.orderbox .order-btn {
  margin: -30% auto 0;
  width: 80%;
}
.trouble .details {
  margin-top: -40%;
  z-index: 1;
}
.trouble .ttl {
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  padding: 8% 0 0;
}
.voice {
  background: url("../img/tou/09/voice_bg.jpg") no-repeat 0 0;
  padding: 50px 0 30px;
}
.voice h2 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.voice .sec_inner img {
  width: 100%;
}
.voice .att {
  margin: 0 8% 0;
  color: #666;
}
/*-----------カルーセルスライダー---------------*/
/*-----------height調整----------*/
.voice .slick-slide {
  height: auto !important;
}
.voice .sec_inner {
  max-width: 671px !important;
  margin: 0 auto;
  padding: 2%;
}
/*-----------矢印表示----------*/
.slick-next {
  right: -30px !important;
}
.slick-prev {
  left: -30px !important;
}
.slick-next:before {
  background: url("../img/tou/09/voice_arrow_right.png") !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url("../img/tou/09/voice_arrow_left.png") !important;
  background-size: contain !important;
}
.slick-arrow {
  z-index: 2 !important;
  width: 49px !important;
  height: 49px !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
@media (max-width: 750px) {
  .voice .sec_inner {
    max-width: 90% !important;
    margin: 0 auto;
    padding: 2%;
  }
  .slick-next {
    right: -5% !important;
  }
  .slick-prev {
    left: -5% !important;
  }
  .slick-arrow {
    z-index: 2 !important;
    width: 30px !important;
    height: 30px !important;
  }
}
.overview {
  display: block;
  width: 750px;
  margin: 0 auto 0;
  text-align: left;
}
.overview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.overview strong {
  font-weight: bold;
}
.overview dl {
  border: 1px solid #00afe7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.overview dl dt {
  color: #00afe7;
  font-weight: bold;
  font-size: 24px;
  background-color: #e8f9ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #00afe7;
  padding: 10px 30px;
}
.overview dl dd {
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
}
.overview dl dt span {
  font-size: 70%;
  color: #999;
}
.overview dl dd ul {
  list-style: disc;
  margin: 15px 0 0 20px;
}
.overview dl dd ul + p {
  text-align: center;
  margin-top: 20px;
  padding: 20px 0;
}
.overview a {
  color: #000;
  text-decoration: underline;
}
.overview .materials {
  margin: 20px 0 5px;
}
.overview .materials + p {
  margin: 0 0 10px;
}
/* よくある質問 */
#qa {
  margin: 100px auto;
  width: 750px;
}
#qa .title {
  background: #114183;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}
#qa li {
  text-align: left;
}
#qa li dt {
  background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_q.png") no-repeat scroll 10px 0;
  border-bottom: 1px dashed #bfbfbf;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  line-height: 44px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 70px;
  position: relative;
}
#qa li dt::after {
  background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_arrow_under.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 18px;
  margin-top: -16px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
}
#qa li dt.active::after {
  background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_arrow_up.png") no-repeat scroll 0 0;
}
#qa li dd {
  background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_a.png") no-repeat scroll 10px 0;
  display: none;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 50px;
  padding-left: 90px;
  padding-right: 20px;
}
.infosbi {
  width: 750px;
  padding-bottom: 50px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #qa {
    margin: 50px auto 40px;
    width: 100%;
  }
  #qa .title {
    background: #132a88;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    color: #fff;
  }
  #qa .title img {
    width: 40%;
  }
  #qa li {
    text-align: left;
  }
  #qa li dt {
    background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_q.png") no-repeat scroll 10px 0;
    background-size: 8%;
    border-bottom: 1px dashed #bfbfbf;
    cursor: pointer;
    font-size: 100%;
    margin-bottom: 15px;
    padding: 0 12% 15px 13%;
    position: relative;
  }
  #qa li:nth-child(2) dt {
    line-height: 1.2;
  }
  #qa li dt::after {
    background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_arrow_under.png") no-repeat scroll 10px 0;
    background-size: 50%;
    content: "";
    display: inline-block;
    height: 18px;
    margin-top: -16px;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 40px;
  }
  #qa li dt.active::after {
    background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_arrow_up.png") no-repeat scroll 10px 0;
    background-size: 50%;
  }
  #qa li dd {
    background: rgba(0, 0, 0, 0) url("../img/tou/09/ic_a.png") no-repeat scroll 10px 0;
    background-size: 8%;
    display: none;
    font-size: 90%;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0 3% 0 13%;
  }
  .overview {
    width: 94%;
    font-size: 120%;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .overview dl dt {
    font-size: 100%;
    padding: 10px 3%;
  }
  .overview dl dd {
    padding: 15px 3%;
    font-size: 80%;
  }
  .overview dl dt span {
    font-size: 70%;
    color: #999;
  }
  .overview dl dd ul {
    list-style: disc;
    margin: 15px 0 0 20px;
  }
  .overview dl dd ul + p {
    text-align: left;
  }
  .infosbi {
    width: 90%;
    padding-bottom: 30px;
    font-size: 80%;
    text-align: left;
    margin: 0 auto;
  }
}