@charset "utf-8";

/* ====================================================================
 Ｑ＆Ａ / faq
==================================================================== */

/* faq_01 */
.faq_01 {}
.faq_list {
  border-bottom: 1px dashed #3b8c56;
  margin-top: 30px;
  padding-bottom: 30px;
}
.faq_list dt, .faq_list dd {
  position: relative;
  min-height: 40px;
  padding-left: 50px;
}
.faq_list dt {
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: bold;
}
.faq_list dd {
  padding-top: 4px;
}
.faq_list dt:before, .faq_list dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
}
.faq_list dt:before {
  content: "Q";
  background-color: #3b8c56;
}
.faq_list dd:before {
  content: "A";
  background-color: #369177;
}
