@charset "UTF-8";

.faq-bg{
  background: url(../img/faq/bg1.svg) center top / 100% auto no-repeat,
              url(../img/faq/bg2.svg) center top 2000px / 100% auto no-repeat;
}
@media screen and (max-width: 1366px) {
  .faq-bg{
    background-size: 1366px auto;
  }
}
@media screen and (max-width: 767px) {
  .faq-bg{
    background: url(../img/faq/bg1-sp.svg) center top / 100% auto no-repeat,
                url(../img/faq/bg2-sp.svg) center top 400vw / 100% auto no-repeat;
  }
}

/* ▼▼▼ よくある質問
======================================================*/

.faq1{
  padding: 65px 0 60px;
  display: flex;
  justify-content: space-between;
}
.faq1 a{
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 32%;
  background: url(../img/common/arrow-right.svg) right 20px center / 20px auto no-repeat #4e5f77;
  display: block;
  padding: 20px;
  border-radius: 10px;
}
.faq2{
  padding-bottom: 50px;
}
.faq-ttl{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.faq-ttl img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 10px 0;
}
.faq-ttl span{
  display: inline-block;
  padding-right: 128px;
  position: relative;
}
.faq-ttl span:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 116px;
  height: 1px;
  display: block;
  background: #4e5f77;
}
.faq2 dl{
  padding: 0 33px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #4e5f77;
  margin-bottom: 50px;
}
.faq2 dl dt,.faq2 dl dd{
  line-height: 1.375;
  font-weight: 500;
  position: relative;
}
.faq2 dl dt{
  color: #4e5f77;
  font-size: 20px;
  padding: 25px 0 25px 38px;
  cursor: pointer;
}
.faq2 dl dt span{
  display: block;
  padding-right: 40px;
  position: relative;
}
.faq2 dl dt span:before,
.faq2 dl dt span:after{
  content: "";
  position: absolute;
  display: block;
  background: #4e5f77;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.faq2 dl dt span:before{
  width: 22px;
  height: 3px;
  right: 12px;
}
.faq2 dl dt span:after{
  width: 3px;
  height: 22px;
  right: 21.5px;
}
.faq2 dl dt.open span:after{
  opacity: 0;
}
.faq2 dl dd{
  border-top: 1px solid #4e5f77;
  padding: 12px 0 12px 38px;
  margin-bottom: 12px;
  display: none;
}
.faq2 dl dt:before,.faq2 dl dd:before{
  color: #4e5f77;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 0;
  height: 1em;
}
.faq2 dl dt:before{
  top: 25px;
  content: "Q";
}
.faq2 dl dd:before{
  top: 14px;
  content: "A";
}
@media screen and (max-width: 767px) {
  .faq1{
    padding: 45px 0 40px;
    display: block;
  }
  .faq1 a{
    font-size: 13px;
    background: url(../img/common/arrow-right.svg) right 15px center / 18px auto no-repeat #4e5f77;
    width: 90%;
    padding: 15px;
    margin: 0 auto 10px;
  }
  .faq2{
    padding-bottom: 20px;
  }
  .faq-ttl{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .faq-ttl img{
    width: 20px;
    margin: 0 7px 5px 0;
  }
  .faq-ttl span{
    padding-right: 72px;
  }
  .faq-ttl span:after{
    width: 70px;
  }
  .faq2 dl{
    padding: 0 10px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .faq2 dl dt{
    font-size: 16px;
    padding: 20px 0 20px 25px;
  }
  .faq2 dl dt span{
    padding-right: 25px;
  }
  .faq2 dl dt:before, .faq2 dl dd:before{
  }
  .faq2 dl dt span:before{
    width: 16px;
    right: 0;
  }
  .faq2 dl dt span:after{
    height: 16px;
    right: 6px;
  }
  .faq2 dl dd{
    font-size: 13px;
    padding: 15px 0 15px 25px;
    margin-bottom: 0;
  }
  .faq2 dl dt:before,.faq2 dl dd:before{
    font-size: 18px;
    bottom: inherit;
  }
  .faq2 dl dt:before{
    top: 22px;
  }
  .faq2 dl dd:before{
    top: 15px;
  }
}
