@charset "utf-8";
/* clearfix */
.faq {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.faq p {
  position: relative;
  padding: 15px 10px 7px 40px;
  line-height: 1.5;
}
.faq p:first-child {
  border-bottom: 1px solid #666;
}
.faq p i {
  position: absolute;
  top: 10px;
  left: 0;
}
.faq p i.que {
  background-image: url(../images/common/sprite.png);
  background-position: 0px -98px;
  width: 30px;
  height: 30px;
}
.faq p i.ans {
  background-image: url(../images/common/sprite.png);
  background-position: 0px -128px;
  width: 30px;
  height: 30px;
}
