@charset "utf-8";
@import url("root.css");

/***************************************
-------------- FAQ --------------
***************************************/

#faq .faq_item {
  background: url(../img/contents_bg01.webp) repeat;
  padding: 10px;
}
#faq .faq_item:not(:last-of-type) {
  margin-bottom: 2rem;
}

#faq .question {
  font-size: clamp(1.8rem, 1.730rem + 0.3vw, 2rem);
  position: relative;
  font-weight: bold;
  padding: 5px 0 15px 70px;
}

#faq .answer {
  position: relative;
  padding: 15px 0 15px 70px;
  background: #fff;
}

#faq .question::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: var(--base-color01);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 30px;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#faq .answer::before {
  content: "A";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--base-color02);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 28px;
  bottom: auto;
  left: 30px;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}

/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {
}

/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
}
