.c_faq__question::before, .c_faq__ask::before {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_faq__question::before, .c_faq__ask::before {
    font-size: 2.5rem;
  }
}

.c_faq__item {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c_faq__item {
    padding: 34px 52px 48px 53px;
  }
}
.c_faq__item + .c_faq__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_faq__item + .c_faq__item {
    margin-top: 82px;
  }
}
.c_faq__question, .c_faq__ask {
  width: 100%;
  position: relative;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c_faq__question, .c_faq__ask {
    gap: 45px;
  }
}
.c_faq__question::before, .c_faq__ask::before {
  font-weight: 900;
  line-height: 1.45;
}
.c_faq__question {
  color: #a85f38;
  font-weight: 700;
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #beb8b8;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_faq__question {
    padding-left: 25px;
  }
}
.c_faq__question::before {
  content: "Q";
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_faq__question::before {
    transform: translateY(-5px);
  }
}
.c_faq__ask {
  color: #000000;
  position: relative;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .c_faq__ask {
    padding-left: 29px;
    padding-top: 31px;
  }
}
.c_faq__ask::before {
  content: "A";
  position: relative;
  color: #777575;
}
@media screen and (min-width: 768px) {
  .c_faq__ask::before {
    transform: translate(-1px, -16px);
  }
}
.c_faq .txt {
  line-height: 1.6666666667;
  color: #000000;
}

.p_faq01 {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p_faq01 {
    padding: 82px 0 clamp(
      5rem,
      7.1428571429vw + 1.5714285714rem,
      8rem
  );
  }
}
.p_faq01 .c_ttl35 {
  color: #430203;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4571428571;
}
.p_faq01__txt {
  line-height: 1.5555555556;
  padding-top: 20px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p_faq01__txt {
    padding-top: 95px;
  }
}
.p_faq01__content {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_faq01__content {
    padding-top: clamp(
      3.75rem,
      9.6726190476vw + -0.8928571429rem,
      7.8125rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_faq01 .c_faq__item.item05 {
    padding: 34px 52px 10px 53px;
  }
}
.p_faq01 .c_faq__item.item05 .c_faq__ask {
  padding-top: 9px;
}
@media screen and (min-width: 768px) {
  .p_faq01 .c_faq__item.item05 .c_faq__ask::before {
    transform: translate(-1px, clamp( -1rem, 15.7142857143vw + -13.7678571429rem, 0.375rem ));
  }
}
/*# sourceMappingURL=faq.css.map */
