[id*=faq-] {
  padding: 112px 0 0;
}

main {
  overflow: hidden;
}

.lead {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #212121;
  padding: 49px 0 41px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 14px;
    text-align: left;
  }
}

.anchor-menu {
  padding: 0 0 0;
}
@media screen and (max-width: 768px) {
  .anchor-menu {
    margin: 0;
  }
}
.anchor-menu nav ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.anchor-menu nav ul li {
  flex: 0 0 calc((100% - 16px) / 3);
}
@media screen and (max-width: 768px) {
  .anchor-menu nav ul li {
    flex: 0 0 calc((100% - 8px) / 2);
  }
}
.faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  padding-left: 40px;
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .faq-item {
    padding-left: 0;
  }
}
.faq-item dt {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: left;
  color: #FA7800;
  margin-bottom: 1em;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .faq-item dt {
    font-size: 18px;
  }
}
.faq-item dt::before {
  content: "Q.";
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: #FA7800;
  line-height: 1.3;
  display: inline-block;
  width: 31px;
  margin-right: 16px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .faq-item dt::before {
    font-size: 25px;
  }
}
.faq-item dd {
  padding-left: 47px;
}
.faq-item dd p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .faq-item dd p {
    font-size: 14px;
  }
}
.faq-item dd p::before {
  content: "A.";
  display: inline-block;
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #171717;
  width: 31px;
  text-align: right;
  margin-right: 16px;
  margin-left: -47px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .faq-item dd p::before {
    font-size: 16px;
  }
}