@charset "utf-8";
ul.down-list li:before {
  font-family: FontAwesome;
  content: "\f0ab";
  color: #6c9bd2;
  margin-right: 3px;
  font-size: 1.8rem;
}

.contents-sub-title {
  margin-top: 20px;
}
.faq-q {
  background: #f2ece2;
  padding: 5px 10px 5px 40px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  position: relative;
}
.faq-a {
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.faq-q:before,
.faq-a:before {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 1.8;
  border-radius: 50%;
  position: absolute;
  left: 10px;
}
.faq-q:before {
  content: "Q";
  background-color: #1075dc;
  top: 5px;
}
.faq-a:before {
  content: "A";
  background-color: #f28e00;
  top: 0;
}
@media screen and (max-width: 768px) {
  .faq-q {
    font-size: 1.4rem;
  }
  .faq-q:before,
  .faq-a:before {
    font-size: 1.3rem;
    width: 22px;
    height: 22px;
  }
}