@charset "UTF-8";
/* ========== ========== ==========
個別部
========== ========== ========== */
.faq {
  margin-bottom: min(calc(160 / var(--base-width-pc) * 100vw), 160px);
}
.faq .sectionSubTitle {
  margin-block: 60px 30px;
}
.faq_list {
  border: solid 1px #B2A9B0;
  border-radius: 4px;
}
.faq_textQ, .faq_textA {
  background-color: transparent;
}

/* 個別部ここまで
---------- ---------- */