/* * {
    outline: 1px solid red;
} */
.page__title__heading::first-letter {
  color: #D56158;
}

.faq__wrap h2 {
  margin: 0 auto;
  padding: 9rem 0 3.5rem;
  border-bottom: 1px solid #9D928C;
}
.faq__wrap p {
  margin-bottom: 2.5rem;
}
.faq__wrap dl {
  line-height: 2;
}
.faq__wrap dl dt {
  position: relative;
  padding-left: 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #3D1D0A;
  margin-top: 2.5rem;
}
.faq__wrap dl dt:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 0;
  margin-top: 0.6rem;
  background-image: url(../images/faq-q.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq__wrap dl dd {
  position: relative;
  padding-left: 4rem;
  font-size: 1.5rem;
  line-height: 2;
  color: #3D1D0A;
  margin: 1rem 0 2.5rem;
  border-bottom: 1px solid #9D928C;
  padding-bottom: 2.5rem;
}
.faq__wrap dl dd::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/faq-a.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .faq__wrap h2 {
    margin: 0 auto;
    padding: 6rem 0 2.5rem;
  }
  .faq__wrap dl dt {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=style.css.map */