.section-questions {
  margin: 70px 0px;
}
@media only screen and (max-width: 768px) {
  .section-questions {
    margin: 40px 0;
  }
}
.section-questions .title {
  color: #3d2b11;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 78px;
}
@media only screen and (max-width: 768px) {
  .section-questions .title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .section-questions .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}

.section-questions .faq-wrap .tit {
  color: #705448;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .section-questions .faq-wrap .tit {
    margin-bottom: 35px;
  }
}
.section-questions .faq-wrap .tit span {
  border-bottom: 3px solid #ec8e1f;
  display: inline-block;
  padding: 0px 13px;
  position: relative;
}
.section-questions .faq-wrap .faq-list dt {
  background-color: #f4f1e9;
  color: #3d2b11;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 7px 10px 5px 73px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-questions .faq-wrap .faq-list dt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .section-questions .faq-wrap .faq-list dt {
    padding-left: 55px;
  }
}
.section-questions .faq-wrap .faq-list dt:before {
  content: "";
  background: url(../images/faq/img_q.png) no-repeat center;
  background-color: #ec8e1f;
  height: 22px;
  left: 0px;
  padding: 12px 14px;
  position: absolute;
  top: 0px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .section-questions .faq-wrap .faq-list dt:before {
    padding: 9px 12px;
  }
}
.section-questions .faq-wrap .faq-list dd {
  padding-left: 73px;
  padding-right: 30px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .section-questions .faq-wrap .faq-list dd {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .section-questions .faq-wrap .faq-list dd {
    padding-left: 55px;
    padding-right: 15px;
  }
}
.section-questions .faq-wrap .faq-list dd:before {
  content: "";
  background: url(../images/faq/img_a.png) no-repeat center;
  background-color: #554640;
  height: 22px;
  left: 0px;
  padding: 12px 14px;
  position: absolute;
  top: 0px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .section-questions .faq-wrap .faq-list dd:before {
    padding: 9px 12px;
  }
}
.section-questions .faq-wrap .list-chose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .section-questions .faq-wrap .list-chose {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 0px;
  }
}
.section-questions .faq-wrap .list-chose li {
  border-right: 2px solid #fae6d6;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .section-questions .faq-wrap .list-chose li {
    padding: 0px 10px;
  }
}
.section-questions .faq-wrap .list-chose li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.section-questions .faq-wrap .list-chose li a {
  display: block;
  color: #ec8e1f;
  font-weight: bold;
}
