@charset "utf-8";
/* CSS Document */

/* ===============================
	qa
 =============================== */
#qa ul {
  padding-top: 15px;
  padding-bottom: 38px;
}
#qa ul li:not(:last-child) {
  margin-bottom: 65px;
}
#qa .question,
#qa .answer {
  display: flex;
}
#qa .question *,
#qa .answer * {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.333333333333333;
  letter-spacing: 0.02em;
  color: var(--C-blue);
  text-align: justify;
}
#qa .question {
  border-bottom: 1px solid #E1E2E2;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#qa .answer p {
  font-weight: normal;
}