@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  よくある質問
----------------------------------------------------*/
.intro {
  text-align: center;
  margin-bottom: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro {
    margin-bottom: 130px;
  }
}
.intro h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  line-height: 1.68;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .intro h2 {
    font-size: 52px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .intro h2 {
    font-size: 38px;
  }
}
.intro p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.96;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .intro p {
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .intro p {
    font-size: 22px;
  }
}

.category_list > li {
  background-color: #F4F4F4;
  border-radius: 30px;
  padding: 33px 20px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list > li {
    padding: 50px 58px;
    width: 100%;
    margin: 0 0 100px 0;
  }
}
.category_list > li:last-child {
  margin-bottom: 0;
}
.category_list > li h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .category_list > li h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .category_list > li h3 {
    font-size: 34px;
  }
}
.category_list > li .faq_list > li {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 20px 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list > li .faq_list > li {
    margin-bottom: 20px;
    padding: 30px 40px;
  }
}
.category_list > li .faq_list > li:last-child {
  margin-bottom: 0;
}
.category_list > li .faq_list > li .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  cursor: pointer;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list > li .faq_list > li .question {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.category_list > li .faq_list > li .question .q {
  font-family: "Jost", sans-serif;
  font-size: 34px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list > li .faq_list > li .question .q {
    font-size: 56px;
  }
}
.category_list > li .faq_list > li .question p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  width: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list > li .faq_list > li .question p {
    font-size: 20px;
  }
}
.category_list > li .faq_list > li .question .more_btn {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #f7d644;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
  transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
  transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
  transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list > li .faq_list > li .question .more_btn {
    width: 45px;
    height: 45px;
  }
}
.category_list > li .faq_list > li .question .more_btn::before, .category_list > li .faq_list > li .question .more_btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #393939;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_list > li .faq_list > li .question .more_btn::before, .category_list > li .faq_list > li .question .more_btn::after {
    width: 17px;
    height: 3px;
  }
}
.category_list > li .faq_list > li .question .more_btn::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category_list > li .faq_list > li .question.active .more_btn::before {
  width: 0;
}
@media (min-width: 751px) and (hover: hover) {
  .category_list > li .faq_list > li .question:hover .more_btn {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.category_list > li .faq_list > li .answer {
  display: none;
  padding-top: 20px;
}
/*# sourceMappingURL=faq.css.map */