/*-------------------------------------------------
---------------------------------------------------
---------------------------------------------------

    よくある質問 faq

---------------------------------------------------
---------------------------------------------------
-------------------------------------------------*/

.b_question_wrapper {
  border-top: 1px solid #e1e1e1;
  margin: 0;
  padding: 0;
/*  margin-bottom: 80px;*/
  margin-top:32px;
}

.b_question {
  margin: 0;
  padding: 0;
}

.b_question_wrapper--item {
  padding: 25px 0 25px;
  border-bottom: 1px solid #e1e1e1;
    list-style: none;
}


.b_question_wrapper .question {
  margin-bottom: 16px;
}

.question {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.question--th {
  width: 42px;
}
.question--th, .question--td {
  display: table-cell;
  vertical-align: top;
}

.question--icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  font-size: 20px;

}

.question .question--icon {
  background: #ff7377;
}

.question.-answer .question--icon {
  background: #bbdefb;
  color: #459be1;
}

.question--td {
  padding-left: 22px;
}

.question--heading {
  margin: 6px 0px 10px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: bold;
  color: #000;

}

.b_question_wrapper .question.-answer {
  margin-bottom: 0;
}

.question.-answer .question--th, .question.-answer .question--td {
  vertical-align: top;
}

.question.-answer .question--td {
  font-size: 15px;

  line-height: 2.15;
  padding-top: 3px;
}
