@charset "UTF-8";
.faq_list .item {
  padding: 20px 0;
  border-top: 1px solid #eeece0;
}
@media screen and (min-width: 1024px) {
  .faq_list .item {
    padding: 30px 0;
  }
}
.faq_list .item:last-child {
  border-bottom: 1px solid #eeece0;
}
.faq_list .item dt, .faq_list .item dd {
  position: relative;
  line-height: 1.6em;
  padding-left: 30px;
}
.faq_list .item dt:before, .faq_list .item dd:before {
  position: absolute;
  top: 0;
  left: 0;
}
.faq_list .item .q:before {
  content: "Q：";
  color: #cc0000;
}
.faq_list .item .a {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .faq_list .item .a {
    margin-top: 25px;
  }
}
.faq_list .item .a:before {
  content: "A：";
  color: #0066cc;
}