/*---------------------------
 * #faqSection
 *---------------------------*/
#faqSection {
  margin-bottom: 6%;
}
#faqSection .box_1 {
  width: 100%;
  margin: 0 auto 1%;
  background-color: ;
}
#faqSection h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #5A3C32;
  padding: 5% 3% 3%;
  text-align: center;
  background: url(../../../img/input/faq/line.png) no-repeat left top/100% auto,
  url(../../../img/input/faq/line.png) no-repeat left bottom/100% auto;
}
.disp_pc #faqSection h3 {
  font-size: 1.3em;
  padding: 4% 3% 3%;
}
#faqSection .detail_txt {
  width: 85%;
  padding: 3% 0;
  margin: 0 auto;
}
#faqSection .detail_txt p {
  font-size: 1.1em;
  line-height: 1.7em;
}
#faqSection .catch_img {
  text-align: center;
  padding: 4% 0;
  width: 60%;
  margin: 0 auto;
}

