@media screen and (max-width: 736px) {
  #tempFaq .l_wrapper {
    padding-bottom: 30px;
  }
}
#tempFaq .dl-qa {
  margin: 0 auto 10px;
  max-width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 736px) {
  #tempFaq .dl-qa {
    width: auto;
    padding: 0;
    margin: 0 19px;
    margin-bottom: 0;
  }
}
#tempFaq .dl-qa dt {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)), color-stop(46%, rgb(249, 249, 249)), color-stop(51%, rgb(240, 240, 240)), to(rgb(247, 247, 247)));
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  border: #d6d6d6 1px solid;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 736px) {
  #tempFaq .dl-qa dt {
    font-size: 18px;
    line-height: 1.5;
    padding: 9px 35px 13px 10px;
    background-color: #fafafa;
  }
}
#tempFaq .dl-qa dt div {
  background: url("../../images/faq/icon-q.jpg") no-repeat;
  font-weight: 700;
  min-height: 50px;
  padding-left: 70px;
  line-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  #tempFaq .dl-qa dt div {
    background-image: url("../../images/faq/icon-q-sp.jpg");
    min-height: 30px;
    padding-left: 40px;
    padding-top: 4px;
    line-height: 1.2;
  }
}
#tempFaq .dl-qa dd {
  background: url("../../images/faq/icon-a.jpg") no-repeat #fff;
  font-size: 18px;
  background-position: 20px 15px;
  border: #d6d6d6 1px solid;
  border-top: none;
  padding: 20px 70px 20px 90px;
  line-height: 1.8;
}
@media screen and (max-width: 736px) {
  #tempFaq .dl-qa dd {
    background-image: url("../../images/faq/icon-a-sp.jpg");
    background-position: 10px 9px;
    font-size: 16px;
    padding: 10px 25px 10px 50px;
    line-height: 1.5;
  }
}
#tempFaq .accT {
  position: relative;
  cursor: pointer;
}
#tempFaq .accT:after {
  content: url("../../images/faq/icon-open.png");
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 736px) {
  #tempFaq .accT:after {
    content: url("../../images/faq/icon-open-sp.png");
    right: 10px;
    top: 13px;
    width: auto;
    height: auto;
  }
}
#tempFaq .accT.open:after {
  content: url("../../images/faq/icon-close.png");
}
@media screen and (max-width: 736px) {
  #tempFaq .accT.open:after {
    content: url("../../images/faq/icon-close-sp.png");
  }
}/*# sourceMappingURL=style.css.map */