@charset "UTF-8";
/* ================================================================================

  */
/* ▼ faq.css

  ================================================================================ */
/* ------------------------------------------------------------
  - ▼ チャットボット
  ------------------------------------------------------------ */
.faq_list > div {
  border-top: 1px solid #D0D0D0;
  cursor: pointer;
}

.faq_list > div:last-child {
  border-bottom: 1px solid #D0D0D0;
}

.faq_list .question > p, .faq_list .question > div, .faq_list .asked > p, .faq_list .asked > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_list .question > p:before, .faq_list .question > div:before, .faq_list .asked > p:before, .faq_list .asked > div:before {
  margin-top: -4px;
  line-height: 1;
  font-size: 35px;
  font-weight: normal;
  font-family: "GU-Regular", "Noto Sans JP", sans-serif;
  margin-right: 12px;
}

@media print, screen and (max-width: 640px) {
  .faq_list .question > p:before, .faq_list .question > div:before, .faq_list .asked > p:before, .faq_list .asked > div:before {
    font-size: 32px;
  }
}

.faq_list .question {
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 4px 16px;
}

@media print, screen and (max-width: 640px) {
  .faq_list .question {
    font-size: 18px;
  }
}

.faq_list .question.plus:after {
  content: "";
  margin-top: -6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cline x2='15' transform='translate(0 7.5)' fill='none' stroke='%231b1b1b' stroke-width='1'/%3E%3Cline y2='15' transform='translate(7.5)' fill='none' stroke='%231b1b1b' stroke-width='1'/%3E%3C/svg%3E");
}

.faq_list .question.minus:after {
  content: "";
  margin-top: -6px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cline x2='15' transform='translate(0 7.5)' fill='none' stroke='%231b1b1b' stroke-width='1'/%3E%3C/svg%3E");
}

.faq_list .question > p:before {
  content: "Q.";
  color: #263792;
}

.faq_list .asked {
  overflow: hidden;
  display: none;
  opacity: 1;
}

.faq_list .asked > p, .faq_list .asked > div {
  padding-block: 16px;
}

.faq_list .asked > p:before, .faq_list .asked > div:before {
  content: "A.";
}

.faq_list .asked .box {
  background-color: #f4f4f4;
  padding: 16px;
  margin-block: 8px;
}

.faq_list .asked .box small {
  font-size: 14px;
}

/*# sourceMappingURL=faq.css.map */
