@charset "UTF-8";
/*==============================================================*/
/*!　Q&A　*/
/* ---------------------------------------------------------- */
#faq.details .container > .inner {
  padding: 0 10px;
}

#faq.details .question, #faq.details .answer {
  position: relative;
  padding: 0 0 0 45px;
}

#faq.details .question:before, #faq.details .answer:before {
  position: absolute;
  border: solid 1px #33703D;
  width: 24px;
  height: 24px;
  display: block;
  left: 0;
  top: 5px;
  font-size: 1.23077rem;
  text-align: center;
  line-height: 24px;
  color: #33703D;
  margin: 0;
  padding: 0;
}

#faq.details .question:before {
  content: "Q";
}

#faq.details .answer:before {
  content: "A";
}
