.faq .page-title {
  background: #f0c387 url(../_images/bg-texture.png) center;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-list > dt {
  float: none;
  clear: both;
  width: auto;
  margin: 0;
  position: relative;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 0 10px 60px;
  font-weight: bold;
  overflow: hidden;
}

.faq-list > dt::before {
  content: "Q";
  color: #fff;
  background: #555;
}

.faq-list > dd {
  position: relative;
  padding: 10px 0 10px 60px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.faq-list > dd::before {
  content: "A";
  color: #fff;
  background: #c30e22;
}

.faq-list > dt::before,
.faq-list > dd::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .faq-list > dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 50px;
  }

  .faq-list > dd {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 50px;
  }
}