<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSans7002";
  src: url("../font/NotoSansJP-Bold.ttf") format("ttf");
}
@media screen and (min-width: 961px) {
  .archive-faq {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 960px) {
  .archive-faq {
    padding: 30px 0 80px;
  }
}

@media screen and (min-width: 961px) {
  .faq-section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .faq-section {
    padding: 40px 0 0;
  }
}

.faq-section__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.faq-section__text {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .faq-section__text {
    font-size: 20px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__text {
    font-size: 16px;
    line-height: 1.55;
  }
}

.faq-section__heading {
  position: relative;
  background-color: #FC738B;
  color: #fff;
  text-align: left;
  padding: 12px 0;
  padding-left: 30px;
  letter-spacing: 0.01em;
}
.faq-section__heading:before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .faq-section__heading:before {
    position: absolute;
    top: 13px;
    left: 20px;
  }
}
@media screen and (min-width: 961px) {
  .faq-section__heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 961px) {
  .faq-section__heading:nth-child(n+2) {
    margin: 50px auto 30px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__heading:nth-child(n+2) {
    margin: 40px auto 20px;
  }
}

@media screen and (min-width: 961px) {
  .faq-section__result {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__result {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.faq-section__item {
  background-color: #fff;
  border-top: 1px solid #FC738B;
}
.faq-section__item:last-child {
  border-bottom: 1px solid #FC738B;
}

.faq-section__question {
  position: relative;
  cursor: pointer;
  line-height: 1.77;
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
}
.faq-section__question:before {
  content: "Q";
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
  color: #FC738B;
}
.faq-section__question.is-active {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .faq-section__question {
    padding: 25px 110px 25px 100px;
    font-size: 18px;
    /*  &amp;:hover{
        background-color: $color1;
      }*/
  }
  .faq-section__question:before {
    left: 30px;
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__question {
    padding: 20px 60px;
    font-size: 16px;
  }
  .faq-section__question:before {
    left: 15px;
    font-size: 21px;
  }
}

.faq-section__switch:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  border-radius: 100px;
  background-color: #FC738B;
}
.faq-section__switch:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 100px;
  background-color: #FC738B;
}
.faq-section__switch.is-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 961px) {
  .faq-section__switch:before {
    width: 20px;
    height: 2px;
    right: 20px;
  }
  .faq-section__switch:after {
    width: 2px;
    height: 20px;
    right: 29px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__switch:before {
    width: 15px;
    height: 2px;
    right: 20px;
  }
  .faq-section__switch:after {
    width: 2px;
    height: 15px;
    right: 27px;
  }
}

.faq-section__answer {
  display: none;
  position: relative;
  line-height: 1.77;
}
.faq-section__answer:before {
  content: "A";
  position: absolute;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
  color: #FC738B;
}
@media screen and (min-width: 961px) {
  .faq-section__answer {
    padding: 25px 110px 25px 100px;
    font-size: 18px;
  }
  .faq-section__answer:before {
    top: 36px;
    left: 30px;
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__answer {
    padding: 20px 0 20px 60px;
    font-size: 16px;
  }
  .faq-section__answer:before {
    top: 36px;
    left: 15px;
    font-size: 21px;
  }
}
.faq-section__answer p {
  margin-bottom: 10px;
}
.faq-section__answer ul {
  margin-bottom: 15px;
}
.faq-section__answer ul li {
  margin-bottom: 5px;
  padding-left: 0.9em;
  text-indent: -0.8em;
}
.faq-section__answer ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 3px;
  display: inline-block;
  border-radius: 100px;
  background-color: #333;
}
.faq-section__answer ol {
  margin-bottom: 15px;
}
.faq-section__answer ol li {
  margin-bottom: 5px;
  padding-left: 1.3em;
  text-indent: -1.4em;
}</pre></body></html>