#faq_content .ttl_stripe, #faq_content .ttl_stripe_color03 {
  font-size: 32px;
  margin-bottom: 30px;
  padding: 0.4em 1.25em 0.5em;
}

#faq_content .intro_txt {
  margin: -10px 0 54px;
}

.faq_list {
  margin-bottom: 70px;
}

.faq_list li {
  width: 100%;
  max-width: initial;
  margin-bottom: 20px;
}

.faq_list li:last-child {
  margin-bottom: 0;
}

.faq_list dt {
  border-bottom: 1px solid #a1bbea;
  padding-bottom: 25px;
}

.faq_list dd {
  margin-top: 20px;
  padding-bottom: 5px;
}

.faq_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.faq_list.other dt::before {
  /* background: url(../img/common/icon_question02.svg) no-repeat; */
  background-size: contain;
}

@media screen and (max-width: 960px) {
  #faq_content .ttl_stripe, #faq_content .ttl_stripe_color03 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #faq_content .intro_txt {
    margin: -15px 0 40px;
  }
  .faq_list {
    margin-bottom: 50px;
  }
  .faq_list li {
    padding: 3.5vw 2.5vw;
  }
}

@media screen and (max-width: 568px) {
  #faq_content .ttl_stripe, #faq_content .ttl_stripe_color03 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  #faq_content .intro_txt {
    text-align: left;
    margin: -5px 0 28px;
  }
  .faq_list {
    margin-bottom: 40px;
  }
  .faq_list li {
    padding: 22px 20px 18px;
    margin-bottom: 15px;
  }
  .faq_list dt {
    padding-bottom: 18px;
    line-height: 1.4;
  }
  .faq_list dd {
    margin-top: 16px;
  }
}
/*# sourceMappingURL=faq.css.map */