.ly_faqCont {
  padding: 35px 30px;
}

.bl_faqCont {
  border: 1px dashed #04aecb;
  font-size: 14px;
  padding: 20px 40px 48px;
}

.bl_faqCont h2 {
  font-size: 16px;
  color: #41b3cb;
  margin-bottom: 14px;
  text-align: center;
  line-height: 2;
}

.bl_faqCont li {
  line-height: 2;
  text-decoration: underline;
}

.el_ttl h2 {
  font-size: 20px;
  text-align: center;
}

.ly_qaSec {
  padding: 65px 15px;
}

.ly_qaSec:nth-child(odd) {
  background-color: #f5fafa;
}

.bl_qa_question {
  padding-inline: 20px 26px;
  letter-spacing: 0.05em;
}

.bl_qa_question span:last-child {
  right: 8px;
}

@media screen and (min-width: 768px) {
  .el_ttl h2 {
    font-size: 40px;
    letter-spacing: 0.1em;
  }

  .bl_faqCont {
    margin-inline: auto;
    max-width: 490px;
    font-size: 16px;
  }

  .bl_faqCont h2 {
    font-size: 20px;
  }
}
