.sec__question {
  padding: 80px 0 35px;
}
@media screen and (max-width: 719px) {
  .sec__question {
    padding: 60px 0 45px;
  }
}

/* 各商品ページのfaq */
.wrap__products .sec__product__step {
  margin-bottom: 0;
}
@media screen and (max-width: 719px) {
  .wrap__products .sec__product__step {
    padding: 55px 0;
  }
}
.wrap__products .sec__question {
  padding: 95px 0 35px;
}
@media screen and (max-width: 719px) {
  .wrap__products .sec__question {
    padding: 60px 0 15px
  }
}
.wrap__products .sec__faq .sec__sub__fv {
  height: 110px;
}
.wrap__products .sec__faq .sec__sub__fv .fv__ttl.ttl__en {
  font-size: 15px !important;
}
.wrap__products .sec__faq .sec__sub__fv .sec__product__step .ttl__jp {
  font-size: 28px !important;
}
@media screen and (max-width: 719px) {
  .wrap__products .sec__faq .sec__sub__fv {
    height: 90px;
  }
  .wrap__products .sec__faq .sec__sub__fv .fv__ttl.ttl__en {
    font-size: 12px !important;
  }
  .wrap__products .sec__faq .sec__sub__fv .sec__product__step .ttl__jp {
    font-size: 22px !important;
  }
}