.question_block dl {
  margin-top: 70px;
}

.question_block dl div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  width: 47px;
  height: 47px;
  margin-right: 27px;
}

.question_block dt {
  color: #93262C;
  font-size: 1.8rem;
  background: #fcedc1;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.question_block dt div {
  color: #fff;
  background: #93262C;
}

.question_block dd {
  display: -webkit-box;
  display: flex;
  margin-top: 25px;
}

.question_block dd div {
  color: #93262C;
  background: #fcedc1;
  font-size: 1.8rem;
  font-weight: bold;
}

.question_block dd p {
  width: 100%;
  max-width: 775px;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .question_block dl {
    margin-top: 30px;
  }
  .question_block dl div {
    width: 47px;
    height: 47px;
    margin-right: 10px;
  }
  .question_block dl p {
    width: calc(100% - 47px);
  }
  .question_block dt {
    color: #93262C;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .question_block dd {
    margin-top: 20px;
  }
  .question_block dd div {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .question_block dd p {
    margin-top: 0px;
  }
}
