@charset "UTF-8";


/* faq_list1
***************************************************************/
.faq_list1 {
  width: 1120px;
  margin: 85px auto 0;
}
.faq_list1 .li1:nth-of-type(n + 2) {
  margin-top: 40px;
}
.faq_list1_tit {
  background-color: #F1F9FB;
  border-radius: 15px;
  padding: 17px 26px;
  display: flex;
  align-items: center;
  color: #ED7D39;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.faq_list1_tit::before {
  content: "Q";
  width: 36px;
  height: 36px;
  padding-bottom: 2px;
  margin-right: 18px;
  background-color: #FCE5D8;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_list1_txt {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
}
.faq_list1_txt a {
  color: #356AD7;
}
@media all and (min-width: 681px) {
  .faq_list1_txt a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 680px) {
  .faq_list1 {
    width: 100%;
    margin-top: 40px;
    padding: 0 24px;
  }
  .faq_list1 .li1:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .faq_list1_tit {
    padding: 16px 19px;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .faq_list1_tit::before {
    width: 30px;
    height: 30px;
    margin-right: 11px;
    font-size: 16px;
  }
  .faq_list1_txt {
    font-size: 12px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
