@charset "UTF-8";
@media screen and (min-width: 768px), print {
  .p-faq {
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-faq__inner {
    display: grid;
    grid-template-columns: 315rem 1fr;
    gap: 48rem;
    border-top: 1px solid rgba(112, 112, 112, 0.4);
    padding-top: 60rem;
  }
}
.p-faq__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .p-faq__nav-list {
    margin-bottom: 80rem;
    border-top: 1px solid rgba(112, 112, 112, 0.4);
  }
}
@media screen and (min-width: 768px), print {
  .p-faq__nav-list {
    position: sticky;
    top: 170rem;
    left: 0;
    display: grid;
    gap: 10rem;
    padding-bottom: 120rem;
  }
}
.p-faq__nav-item {
  margin: 0;
  padding: 0;
  transition: color 0.3s, border-bottom-color 0.3s;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-faq__nav-item {
    border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  }
}
@media screen and (min-width: 768px), print {
  .p-faq__nav-item:hover, .p-faq__nav-item:has(> a.is-current) {
    color: #EA9900;
  }
}
.p-faq__nav-link {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-faq__nav-link {
    display: grid;
    grid-template-columns: 1fr 10rem;
    align-items: center;
    padding: 6rem 10rem 6rem 0;
  }
}
.p-faq__nav-arrow svg {
  width: 100%;
  height: 100%;
}
.p-faq__title {
  font-size: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-faq__title {
    font-size: 26rem;
    margin-bottom: 40rem;
  }
}
.p-faq__list {
  margin: 0 0 60rem;
  display: grid;
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-faq__list {
    margin-bottom: 120rem;
  }
}
.p-faq__item {
  background-color: #fff;
}
.p-faq__question {
  color: #EA9900;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2em;
  padding: 16rem 16rem 16rem 40rem;
  cursor: pointer;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .p-faq__question {
    font-size: 20rem;
    font-weight: 500;
    padding: 28rem 50rem 28rem 100rem;
  }
}
.p-faq__question::after {
  content: "┼";
  text-align: right;
}
.p-faq__question.is-open::after {
  content: "─";
}
.p-faq__answer {
  position: relative;
  display: none;
  padding: 16rem 16rem 16rem 40rem;
}
@media screen and (min-width: 768px), print {
  .p-faq__answer {
    padding: 28rem 50rem 32rem 100rem;
  }
}
.p-faq__answer::before {
  content: "";
  height: 1px;
  width: auto;
  background: rgba(112, 112, 112, 0.4);
  position: absolute;
  top: 0;
  left: 40rem;
  right: 16rem;
}
@media screen and (min-width: 768px), print {
  .p-faq__answer::before {
    left: 100rem;
    right: 50rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-faq__answer .p-faq__label {
    top: 24rem;
  }
}
.p-faq__label {
  position: absolute;
  top: 16rem;
  left: 16rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-faq__label {
    font-size: 20rem;
    top: 28rem;
    left: 50rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-faq__answer-text a {
    transition: text-decoration-color 0.3s;
  }
  .p-faq__answer-text a:hover {
    text-decoration-color: transparent;
  }
}/*# sourceMappingURL=faq.css.map */