.div_boxFaq01 {
  margin-bottom: 30px;
}

.div_boxFaq01:last-child {
  margin-bottom: 0;
}

.faq_ti_q {
  padding-left: 40px;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  position: relative;
  color: #fff;
  background-color: #6b4a8f;
}

.android .faq_ti_q {
  font-size: 32px;
}

.faq_ti_q:before {
  content: "";
  background: url(../img/bg_faq01.png) no-repeat;
  width: 30px;
  height: 34px;
  position: absolute;
  top: 22px;
  left: 18px;
}

.faq_ti_a {
  margin-bottom: 15px;
  padding: 30px 30px 30px 60px;
  font-weight: normal;
  line-height: 170%;
  position: relative;
  background-color: #eee;
}

.android .faq_ti_a {
  font-size: 24px;
}

.faq_ti_a:before {
  content: "";
  background: url(../img/bg_faq02.png) no-repeat;
  width: 30px;
  height: 34px;
  position: absolute;
  top: 34px;
  left: 18px;
}