@charset "UTF-8";
/* 明朝体 */
/* ゴシック体 */
/* ゴシック体 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#main_img {
  margin-bottom: 50px;
}

#faq {
  width: 1000px;
  margin: 40px auto 60px auto;
  text-align: left;
}
#faq .faq_title {
  margin-bottom: 25px;
}
#faq .faq_description {
  margin-bottom: 25px;
}
#faq .faq__list {
  width: 73%;
  background-color: #fff;
  float: left;
  padding: 0 0 40px 0;
}
#faq .faq__list .faq__list_title {
  background-color: #9e3250;
  color: #fff;
  padding: 1em;
  font-weight: bold;
  font-size: 1.3em;
}
#faq .faq__list li {
  border-bottom: 1px solid #9e3250;
  margin: 0;
  margin-bottom: 3.5em;
}
#faq .faq__list li:first-child {
  margin-top: 30px;
}
#faq .faq__list li:last-child {
  margin-bottom: 0;
}
#faq .faq__list .faq_q {
  margin-bottom: 1em;
}
#faq .faq__list .faq_q .faq_cat {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 0.6em;
  color: #fff;
  display: inline-block;
  color: #9e3250;
  background-color: #f5f5f5;
  padding: 1px 5px;
}
#faq .faq__list .faq_q .faq_q_ico {
  float: left;
  color: #9e3250;
  font-size: 1.5em;
  width: 30px;
  margin-right: 20px;
}
#faq .faq__list .faq_q .faq_q_text {
  float: left;
  width: 630px;
  text-align: left;
  color: #9e3250;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
}
#faq .faq__list .faq_a {
  margin-bottom: 3.5em;
}
#faq .faq__list .faq_a .faq_a_ico {
  float: left;
  color: #107C2B;
  font-size: 1.5em;
  width: 30px;
  margin-right: 20px;
}
#faq .faq__list .faq_a .faq_a_text {
  float: left;
  width: 630px;
  text-align: left;
}
#faq .faq__cate {
  float: right;
  width: 22%;
  text-align: left;
  margin-right: 10px;
}
#faq .faq__cate li {
  background-color: #9e3250;
  margin-bottom: 1px;
}
#faq .faq__cate li a {
  display: block;
  color: #fff;
  padding: 15px 15px 15px 30px;
  text-decoration: none;
  text-indent: -9px;
}
#faq .faq__cate li a .fa {
  margin-right: 0.5em;
}
#faq .faq__cate li a:hover {
  background-color: #d16884;
}

@media screen and (max-width: 768px) {
  #faq {
    width: 100%;
  }
  #faq .faq__cate {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  #faq .faq__list {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
  #faq .faq__list .faq_q .faq_q_ico {
    width: 5%;
    margin-right: 5%;
  }
  #faq .faq__list .faq_q .faq_q_text {
    width: 90%;
  }
  #faq .faq__list .faq_a {
    margin-bottom: 1.5em;
  }
  #faq .faq__list .faq_a .faq_a_ico {
    width: 5%;
    margin-right: 5%;
  }
  #faq .faq__list .faq_a .faq_a_text {
    width: 90%;
  }
}
