@charset "UTF-8";

.faq_title {
  background-color: #f7f7f7;
  border-left: 5px solid #b50000;
  color: #000;
  font-size: 2.0rem;
  margin-top: 50px;
  padding: 2px 10px;
  width: 100%;
}
.q-container dt.q-hd {
  border-bottom: dashed 1px #ccc;
  padding: 20px 10px 15px 20px;
  display: block;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
dt.q-hd p {
  text-indent:-2em;
  padding-left:1em;
}
dt.q-hd p::before {
  background: url(../images/faq/icon-question.png) no-repeat;
  content:"";
  display:inline-block;
  width: 35px;
  height: 35px;
  padding-right: 10%;
  position: relative;
  top: 12px;
}
.q-container dd {
  padding: 0 10px;
}
.q-container dd a {
  text-decoration: underline;
}
@media only screen and (min-width: 767px) {
  dt.q-hd p:before {
    padding-right: 5%;
  }
  .q-container dd {
    padding: 0 5px;
  }
}