@charset "UTF-8";
/* ---------------------------------------
	ACF用ブロックパーツ：FAQ
-----------------------------------------*/
@media screen and (width > 1280px) {
  .faq-block__item:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .faq-block__item:not(:first-of-type) {
    margin-top: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .faq-block__item:not(:first-of-type) {
    margin-top: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .faq-block__item:not(:first-of-type) {
    margin-top: 4.1025641026vw;
  }
}
.faq-block__item .faq_q {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  border: none;
  line-height: 1.5;
}
@media screen and (width > 1280px) {
  .faq-block__item .faq_q {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1280px) {
  .faq-block__item .faq_q {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
    font-size: 1.40625vw;
  }
}
@media screen and (width <= 991px) {
  .faq-block__item .faq_q {
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .faq-block__item .faq_q {
    -moz-column-gap: 4.1025641026vw;
         column-gap: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
.faq-block__item .faq_q::before {
  content: "";
  background-image: url("../../../images/page/top/faq-q.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .faq-block__item .faq_q::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media screen and (width <= 1280px) {
  .faq-block__item .faq_q::before {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media screen and (width <= 991px) {
  .faq-block__item .faq_q::before {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
@media screen and (width <= 767px) {
  .faq-block__item .faq_q::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.faq-block__item .faq_a {
  position: relative;
}
@media screen and (width > 1280px) {
  .faq-block__item .faq_a {
    padding-left: 5.125rem;
    margin-top: 1.125rem;
  }
}
@media screen and (width <= 1280px) {
  .faq-block__item .faq_a {
    padding-left: 6.40625vw;
    margin-top: 1.40625vw;
  }
}
@media screen and (width <= 991px) {
  .faq-block__item .faq_a {
    padding-left: 9.6354166667vw;
    margin-top: 2.34375vw;
  }
}
@media screen and (width <= 767px) {
  .faq-block__item .faq_a {
    padding-left: 11.7948717949vw;
    margin-top: 4.1025641026vw;
  }
}
.faq-block__item .faq_a::before {
  content: "";
  background-image: url("../../../images/page/top/faq-a.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (width > 1280px) {
  .faq-block__item .faq_a::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media screen and (width <= 1280px) {
  .faq-block__item .faq_a::before {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media screen and (width <= 991px) {
  .faq-block__item .faq_a::before {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
@media screen and (width <= 767px) {
  .faq-block__item .faq_a::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.faq-block__item .faq_a > p {
  line-height: 1.8 !important;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .faq-block__item .faq_a > p {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .faq-block__item .faq_a > p {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .faq-block__item .faq_a > p {
    font-size: 13px;
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  .faq-block__item .faq_a > p {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
/*# sourceMappingURL=../../maps/pages/acf-blocks/faq-block.css.map */
