@charset "UTF-8";
.top__area img {
  -o-object-position: center top;
     object-position: center top;
}

.question h2 {
  display: none;
}

.question__description {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .question__description {
    width: 600px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .question__description br {
    display: block;
  }
  .question__description p {
    text-align: left;
    font-size: 2.0rem;
    line-height: 3.0rem;
    padding-left: 30px;
  }
}

.question__content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
  font-family: メイリオ;
  font-size: 12px;
  /*全体のフォントサイズ*/
}

.question__content dl {
  border: 1px solid #ccc;
}

.question__content dt {
  font-weight: bold;
  color: #573001;
  background: #f4f4f4;
  /* 「Q」タイトルの背景色 */
  padding: 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.question__content dt:first-child {
  border-top: none;
}

.question__content dt:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 8px;
}

.question__content dd {
  padding: 16px 16px 24px 30px;
  margin: 0;
  line-height: 140%;
}

.question__content dd:first-line {
  font-weight: bold;
  color: #bf0000;
}

.question__content dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 8px;
  margin-left: -21px;
}

@media (min-width: 768px) {
  .question__wrap {
    text-align: left;
  }
  .question__content {
    width: 600px;
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
/*# sourceMappingURL=question.css.map */