@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

.section_faq .faq_box {
  margin-bottom: 40px;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}

.section_faq .faq_box:last-child {
  margin-bottom: 0;
}

.section_faq .faq_box h3 {
  padding: 20px 20px 20px 65px;
  position: relative;
  background: #0176c6;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.section_faq .faq_box h3::before {
  content: "?";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  left: 20px;
  border-radius: 20px;
  background: #fff000;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #0176c6;
}

.section_faq .faq_box > p {
  margin: 20px 0;
  padding: 0 20px;
}


/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */

@media screen and (max-width: 767px) {
  .section_faq .faq_box {
    margin-bottom: 8%;
  }

  .section_faq .faq_box h3 {
    padding: 3% 5% 3% 50px;
    font-size: 1.5rem;
  }

  .section_faq .faq_box h3::before {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    line-height: 30px;
  }

  .section_faq .faq_box .txt {
    padding: 5%;
  }
}
