@charset "UTF-8";
/* Webフォント */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
._poppins {
  font-family: "Poppins", sans-serif;
}

html {
  color: #262626;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Noto Sans JP", Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, Verdana, Meiryo, sans-serif;
}

/* ======================================================
/*  faq
========================================================= */
body {
  position: unset !important;
}

#faq {
  padding-left: unset;
  padding-right: unset;
  padding-top: 85px;
}
#faq .faq_content .faq_wrap {
  padding: 50px 5vw;
}
#faq .faq_content .faq_wrap:nth-child(odd) {
  background-color: #FFFFFF;
}
#faq .faq_content .faq_wrap:nth-child(even) {
  background-color: #F2F2F2;
}
#faq .color_box {
  background-color: #fff;
}
#faq .faq_list .faq_set + .faq_set {
  margin-top: 30px;
}
#faq .faq_list .faq_set .question,
#faq .faq_list .faq_set .answer {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  position: relative;
  padding-left: calc(1em + 11px);
}
#faq .faq_list .faq_set .question::after,
#faq .faq_list .faq_set .answer::after {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.15em;
  left: 0;
}
#faq .faq_list .faq_set .question {
  font-weight: bold;
  color: #17459D;
}
#faq .faq_list .faq_set .question::after {
  content: "Q";
  color: #17459D;
}
#faq .faq_list .faq_set .answer {
  margin-top: 13px;
}
#faq .faq_list .faq_set .answer::after {
  content: "A";
  color: #262626;
}
@media screen and (min-width: 768px) {
  #faq {
    padding-top: 133px;
  }
  #faq .faq_content .faq_wrap {
    padding: 100px 5vw;
  }
  #faq .faq_list .faq_set + .faq_set {
    margin-top: 50px;
  }
  #faq .faq_list .faq_set .question,
#faq .faq_list .faq_set .answer {
    font-size: 1.4rem;
    padding-left: calc(1em + 11px);
  }
  #faq .faq_list .faq_set .question::after,
#faq .faq_list .faq_set .answer::after {
    font-size: 2rem;
  }
  #faq .faq_list .faq_set .answer {
    margin-top: 10px;
  }
}