.page_faq .common_page_wrap {
  padding: 90px 0 90px;
}

.faq_cont_sec .list dl {
  background: #f5f5f5;
}

.faq_cont_sec .list dl:nth-child(even) {
  background: #e3e3e3;
}

.faq_cont_sec .list dl + dl {
  margin-top: 0.6em;
}

.faq_cont_sec .list dl dt {
  display: flex;
  align-items: center;
  gap: 0 0.8em;
  padding: 20px 40px;
}

.faq_cont_sec .list dl dt .en {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  font-family: "Figtree", sans-serif;
  color: #4581b5;
}

.faq_cont_sec .list dl dt .text {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.faq_cont_sec .list dl dt .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  position: relative;
}

.faq_cont_sec .list dl dt .mark::before,
.faq_cont_sec .list dl dt .mark::after {
  content: "";
  width: 2px;
  height: 41%;
  background: #3e3e3e;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.4s;
}

.faq_cont_sec .list dl dt .mark::after {
  rotate: 90deg;
}

.faq_cont_sec .list dl dt.nowOpen .mark::before {
  rotate: 90deg;
}

.faq_cont_sec .list dl dd {
  border-top: 1px dotted #3e3e3e;
  margin: 0 30px;
  padding: 25px 75px 30px 55px;
}

.faq_cont_sec .list dl dd .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.faq_cont_sec .list dl dd .closeBtnHat {
  display: none;
}

.faq_cont_sec .list dl dd .text b {
  font-family: "Figtree", sans-serif;
  color: rgb(255, 102, 102);
}

@media (max-width: 750px) {
  .wrap {
    max-width: 95%;
  }
  .page_faq .common_page_wrap {
    padding: 13vw 0 13vw;
  }
  .faq_cont_sec .list dl + dl {
    margin-top: 0.7em;
  }
  .faq_cont_sec .list dl dt {
    padding: 5vw 3vw;
  }
  .faq_cont_sec .list dl dt .en {
    font-size: 6.1vw;
  }
  .faq_cont_sec .list dl dt .text {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .faq_cont_sec .list dl dt .mark {
    width: 8.2vw;
  }
  .faq_cont_sec .list dl dd {
    margin: 0 3vw;
    padding: 4vw 0 6vw;
  }
  .faq_cont_sec .list dl dd .text {
    font-size: 3.6vw;
    letter-spacing: 0.06em;
  }
}
/*# sourceMappingURL=faq.css.map */