/* [MIXIN] FONTSIZE */
/* [MIXIN] NAV */
/* [MIXIN] MIN/MAX WIDTH */
/* [MIXIN] ANIMATION */
/* [MIXIN] KEYFRAMES */
/* [MIXIN] TRANSITION */
.title {
  height: 199px;
  background: url("../images/faq/faq_bg_01.png") no-repeat center top;
  padding-top: 60px;
}

.faq {
  border: 8px solid #c4c4c4;
  border-radius: 10px;
  text-align: left;
  margin-top: 30px;
}
.faq .faq_cnt {
  display: table;
  padding: 15px 0px;
  width: 100%;
  table-layout: fixed;
}
.faq .faq_cnt:first-child {
  border-bottom: 1px solid #c4c4c4;
}
.faq .faq_cnt .faq_cnt_icon {
  width: 10%;
  box-sizing: border-box;
  padding-left: 15px;
}
.faq .faq_cnt .faq_cnt_txt {
  display: table-cell;
  line-height: 1.6;
  width: 90%;
  box-sizing: border-box;
  padding-right: 15px;
}
.faq .faq_cnt .faq_cnt_txt.fct-q {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  color: #4487b4;
}
.faq .faq_cnt .faq_cnt_txt.fct-a {
  font-size: 17px;
  font-size: 1.7rem;
  vertical-align: top;
}

/*# sourceMappingURL=faq.css.map */
