@charset "UTF-8";
@media screen and (min-width: 751px) {
  .archive-faq {
    padding: 40px 0 150px;
  }
}
@media screen and (max-width: 750px) {
  .archive-faq {
    padding: 50px 0 80px;
  }
}

.archive-faq__inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.archive-faq__heading {
  position: relative;
  text-align: left;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin: 0 auto 42px;
}
@media screen and (min-width: 751px) {
  .archive-faq__heading {
    font-size: 30px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 750px) {
  .archive-faq__heading {
    font-size: 25px;
  }
}
@media screen and (min-width: 751px) {
  .archive-faq__heading:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .archive-faq__heading:nth-child(n+2) {
    margin-top: 50px;
  }
}
.archive-faq__heading:before, .archive-faq__heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.archive-faq__heading:before {
  width: 100%;
  background-color: #D8D8D8;
}
.archive-faq__heading:after {
  width: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#1F2E55), color-stop(50%, #1F2E55), color-stop(50%, #4B5775), to(#4B5775));
  background: linear-gradient(90deg, #1F2E55 0%, #1F2E55 50%, #4B5775 50%, #4B5775 100%);
}

.archive-faq__item {
  padding-left: 30px;
  padding-right: 25px;
  border-radius: 10px;
  background-color: #F9F8F5;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(51, 51, 51, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(51, 51, 51, 0.16));
}
@media screen and (max-width: 750px) {
  .archive-faq__item {
    padding: 0 10px;
  }
}
.archive-faq__item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .archive-faq__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.archive-faq__term {
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  place-content: center;
}
.archive-faq__term:before, .archive-faq__term:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  display: block;
  background-color: #1F2E55;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.archive-faq__term:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.archive-faq__term.is-open:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.archive-faq__term:hover {
  opacity: 0.8;
}
.archive-faq__term .archive-faq__text {
  padding-left: 54px;
  padding-right: 45px;
  margin: 0;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .archive-faq__term .archive-faq__text {
    padding-left: 46px;
  }
}
.archive-faq__term .archive-faq__text:first-child {
  text-indent: -26px;
}
@media screen and (max-width: 750px) {
  .archive-faq__term .archive-faq__text:first-child {
    text-indent: -23px;
  }
}
.archive-faq__term .archive-faq__text:first-child::before {
  content: "Q　";
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  font-size: 30px;
  color: #1F2E55;
}
@media screen and (max-width: 750px) {
  .archive-faq__term .archive-faq__text:first-child::before {
    font-size: 25px;
  }
}

.archive-faq__detail {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: none;
}
.archive-faq__detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 45px);
  height: 1px;
  background-color: #D8D8D8;
}
@media screen and (max-width: 750px) {
  .archive-faq__detail:before {
    width: 100%;
  }
}
.archive-faq__detail > p {
  padding-left: 54px;
  padding-right: 45px;
  margin: 0;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .archive-faq__detail > p {
    padding-left: 46px;
    padding-right: 0;
  }
}
.archive-faq__detail > p:first-child {
  text-indent: -26px;
}
@media screen and (max-width: 750px) {
  .archive-faq__detail > p:first-child {
    text-indent: -23px;
  }
}
.archive-faq__detail > p:first-child:before {
  content: "A　";
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  font-size: 30px;
  color: #1F2E55;
}
@media screen and (max-width: 750px) {
  .archive-faq__detail > p:first-child:before {
    font-size: 25px;
  }
}