.faq {
  margin-bottom: 20px;
}

.faq dt {
  font-weight: 700;
  padding: 0 30px 10px 0;
  border-bottom: #999999 dotted 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}

.faq dt:before {
  content: "";
  width: 36px;
  height: 31px;
  background: url(../images/qa/question.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.faq dt:after {
  content: "";
  width: 14px;
  height: 9px;
  background: url(../images/qa/accordion.png) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 10px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.faq dt.on:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq dd {
  background: #e1f1f9;
  padding: 20px;
  margin: 10px auto 40px auto;
  border-radius: 15px;
  display: none;
}

/*# sourceMappingURL=map/qa.css.map */
