@charset "UTF-8";
.b_qa {
  margin: 0;
}
.b_qa .b_qa_q,
.b_qa .b_qa_a {
  position: relative;
  padding: 1em 1em 1em 3.2em;
  line-height: 1.7;
}
@media screen and (max-width: 820px) {
  .b_qa .b_qa_q,
  .b_qa .b_qa_a {
    padding-left: 2.8em;
  }
}
.b_qa .b_qa_q::before,
.b_qa .b_qa_a::before {
  position: absolute;
  left: 0;
  top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}
@media screen and (max-width: 820px) {
  .b_qa .b_qa_q::before,
  .b_qa .b_qa_a::before {
    width: 1.8em;
    height: 1.8em;
    font-size: 0.9em;
  }
}
.b_qa .b_qa_q {
  font-weight: bold;
  background: #f0faf0;
  border-bottom: 1px solid #e0e0e0;
}
.b_qa .b_qa_q::before {
  content: "Q";
  background: #4bbf4a;
  color: #fff;
}
.b_qa .b_qa_a {
  background: #fff;
  border-bottom: 2px solid #4bbf4a;
}
.b_qa .b_qa_a::before {
  content: "A";
  background: #fff;
  color: #4bbf4a;
  border: 2px solid #4bbf4a;
}