@charset "utf-8";

#faq section {
margin-top: 30px;
}

#faq section dl {
    background: #eaf8ff;
}

#faq section dl:not(:first-child) {
    margin-top:30px;
}

#faq section dt {
    position: relative;
    padding: 10px 20px;
    font-weight: bold;
    background-color: #b3e6ff;
    color: #0080C0;
}

#faq dt::before {
  content: 'Q.';
    padding-right: 5px;
}

#faq dd {
  position: relative;
  padding: 10px 20px 10px 40px;
}

#faq dd::before {
  content: 'A.';
  position: absolute;
  left: 22px;
  font-weight: bold;
  color: #47bcf6;
}

@media only screen and (max-width: 768px) {}
