@charset "utf-8";

/* よくあるご質問
   ========================================================================== */
#faq dl {
  margin-top: 20px;
}
#faq dl:first-of-type {
  margin-top: 0;
}
#faq dt {
  background-image: url("../img/faq-img-01.png");
  background-repeat: no-repeat;
  background-position: top 4px left 2px;
  background-size: 14px auto;
  font-weight: bold;
  padding: 0 0 6px 24px;
  border-bottom: 1px dotted #b7b7b7;
}
#faq dd {
  background-image: url("../img/faq-img-02.png");
  background-repeat: no-repeat;
  background-position: top 4px left 2px;
  background-size: 14px auto;
  padding-left: 24px;
  margin-top: 8px;
}
@media (min-width:769px){
  #faq dl {
    margin-top: 60px;
  }
  #faq dt {
    background-position: top 6px left 2px;
    background-size: 24px auto;
    font-size: 2.4rem;
    padding: 0 0 8px 44px;
  }
  #faq dd {
    background-position: top 3px left 2px;
    background-size: 24px auto;
    padding-left: 48px;
    margin-top: 12px;
  }
}




