@charset "UTF-8";
/* CSS Document */
.question-top {
  width: 70%;
  margin-bottom: 60px;
  margin-top: 110px;
}
.question ul li {
  list-style: none;
}
.q {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.0rem;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #ced1d3;
}
.a {
  font-weight: 600;
  padding-bottom: 30px;
  line-height: 3.0rem;
  border-bottom: 2px dashed black;
  background-color: #a0d2f2;
  padding-top: 30px;
}
.question ul li img {
  width: 10%;
  height: 10%;
  margin: 10px 10px 0px;
}
.question h2 {
  margin: 100px auto 60px;
  font-size: 2.4rem;
  line-height: 4.0rem;
}
.question-img {
  width: 70%;
  height: 70%;
  margin-bottom: 120px;
}
.question-box {
  text-align: center;
}