@media screen and (max-width: 980px) {
  .p-faq {
    width: 90%;
    margin: 0 auto;
  }
}
.p-faq-ttl {
  margin-top: 80px !important;
}
@media screen and (max-width: 980px) {
  .p-faq-ttl {
    margin-top: 60px !important;
  }
}
.p-faq-ttl:nth-of-type(1) {
  margin-top: 0 !important;
}
.p-faq .c-faq-list dt {
  border: 1px solid #FE7449;
  background: #FFD6B7;
  color: #333;
}
.p-faq .c-faq-list dt:before {
  color: #FE7449;
}
.p-faq .c-faq-list dt:after {
  background: url("../img/common/util_icn_arw_under.svg") no-repeat center center/contain;
}