@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/**** fv ****/
.child-fv__ttl--sub img {
  width: 35px;
}
@media screen and (min-width: 992px) {
  .child-fv__ttl--sub img {
    width: 50px;
  }
}

.faq-wrapper {
  max-width: 1101px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .faq-item {
    margin-bottom: 80px;
  }
}

.q-box-inner {
  color: #FFFFFF;
  font-weight: 900;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .q-box-inner {
    font-size: 2rem;
  }
}

.faq-icon {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 900;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .faq-icon {
    font-size: 3rem;
  }
}
.faq-icon-wrapper {
  width: 51px;
  height: 51px;
  display: inline-block;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .faq-icon-wrapper {
    width: 102px;
    height: 102px;
  }
}
.faq-icon-wrapper::before {
  content: "";
  width: 46px;
  height: 46px;
  background-color: #FF8B05;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .faq-icon-wrapper::before {
    width: 92px;
    height: 92px;
  }
}

.q-box-content {
  background-color: #FF8B05;
  display: inline-block;
  height: fit-content;
  border-radius: 100vw;
  padding: 6px 0 9px;
  width: calc(100% - 51px + 38px);
  margin-left: -38px;
  padding-left: 52px;
  padding-right: 25px;
}
@media screen and (min-width: 992px) {
  .q-box-content {
    padding: 13px 0;
    width: calc(100% - 102px + 87px);
    margin-left: -87px;
    padding-left: 108px;
  }
}

.a-box {
  width: 79%;
  margin-left: 55px;
}
@media screen and (min-width: 992px) {
  .a-box {
    width: 87%;
    margin-left: 110px;
  }
}

.a-box-inner {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .a-box-inner {
    padding-top: 55px;
  }
}/*# sourceMappingURL=style-faq.css.map */