@charset "UTF-8";
/*==================================

下層ページ:登録・申請について

==================================*/
.lower-introduction .container {
  position: relative;
}
@media (min-width: 768.1px) {
  .lower-introduction .container {
    padding-inline: 16%;
  }
}
.lower-introduction .container::before {
  content: "";
  position: absolute;
  inset: -10em 20px 0;
  display: block;
  height: 24vw;
  max-height: 270px;
  margin-inline: auto;
  background-image: url(../images/faq_headImg01.webp), url(../images/faq_headImg02.webp);
  background-repeat: no-repeat;
  background-position: top left 11%, bottom right 10%;
  background-size: 12.318% auto, 13.243% auto;
}
@media (max-width: 768px) {
  .lower-introduction .container::before {
    position: relative;
    inset: -2em 0 auto;
    height: 26.5vw;
    margin-top: -5.5em;
    background-position: top left, bottom right;
    background-size: 14.7816% auto, 15.8916% auto;
  }
}

.lower-faq__list > li a .arrow02 {
  width: 1.11em;
}
.lower-faq__list > li a .arrow02::after {
  width: 33%;
  height: 33%;
}
.lower-faq__title {
  margin-top: 2.25em;
  margin-bottom: 1em;
}
.lower-faq__container > li {
  padding: 1em 1.2em 1.2em;
  background-color: #fcf7de;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .lower-faq__container > li {
    padding: 0.5em 0.75em 0.75em;
  }
}
.lower-faq__container > li + li {
  margin-top: 1em;
}
.lower-faq__container .faq-question::before,
.lower-faq__container .faq-answer__inner::before {
  position: absolute;
  color: #ff8700;
  font-family: 'Montserrat';
  font-weight: 700;
}
.lower-faq__container .faq-question {
  position: relative;
  width: 100%;
  padding: 1em 2em 1em 6rem;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lower-faq__container .faq-question {
    padding: 0.75em 2em 0.75em 4.75rem;
    font-size: 1.5rem;
  }
}
.lower-faq__container .faq-question::before {
  content: "Q.";
  top: 0.5em;
  left: 0.35em;
  font-size: 1.666em;
}
@media (max-width: 768px) {
  .lower-faq__container .faq-question::before {
    font-size: 1.5em;
  }
}
.lower-faq__container .faq-question .toggle {
  position: absolute;
  top: 1.75em;
  right: 0.5em;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .lower-faq__container .faq-question .toggle {
    top: 1.65em;
    width: 16px;
  }
}
.lower-faq__container .faq-question .toggle::before, .lower-faq__container .faq-question .toggle::after {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  background: #444d72;
}
.lower-faq__container .faq-question .toggle::before {
  width: 2px;
  height: 100%;
}
.lower-faq__container .faq-question .toggle::after {
  content: "";
  width: 100%;
  height: 2px;
}
.lower-faq__container .faq-question:not([aria-expanded=true]) .toggle::before {
  content: "";
}
.lower-faq__container .faq-answer {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-height: 0; /* ここを JS で操作する */
  opacity: 0;
  -webkit-transition: max-height 350ms ease, opacity 200ms ease;
  transition: max-height 350ms ease, opacity 200ms ease;
}
.lower-faq__container .faq-answer__inner {
  position: relative;
  padding: 1.4em 1.2em 1.4em 6rem;
}
@media (max-width: 768px) {
  .lower-faq__container .faq-answer__inner {
    padding-left: 4.75rem;
  }
}
.lower-faq__container .faq-answer__inner::before {
  content: "A.";
  top: 1em;
  left: 1em;
  font-size: 1.25em;
}
.lower-faq__container .faq-answer__inner a {
  color: #ff8700;
}
.lower-faq__container .faq-answer__inner a:not(:hover) {
  text-decoration: underline;
}/*# sourceMappingURL=faq.css.map */