@charset "UTF-8";
/* CSS Document */

.section-top-img {
  background:url("../img/about/about_top.png")no-repeat center/cover;
  width: 100%;
  height: 300px;
  position: relative;
}
.section-top-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(109, 109, 109, 0.25);
}
.section-top-img h2 {
  font-size: 4.0rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
}
@media(max-width: 480px) {
  .section-top-img {
    background:url("../img/about/about_top_mobile.png")no-repeat center/cover;
    height: 150px;
  }
  .section-top-img h2 {
    font-size: 2.4rem;
    top: 43%;
    left: 30%;
  }
}
.list  {
  width: 1040px;
  margin: 20px auto 60px;
  font-size: 1.5rem;
}
.list a {
  color: #EE7800;
}
@media(max-width: 480px) {
  .list  {
  width: 335px;
  margin: 20px auto 0;
}
}

#question {
  width: 850px;
  margin: 0 auto 100px;
}

#question dl {
  border: 1px solid #EE7800;
  margin-bottom: 80px;
  border-radius: 10px;
}

#question dt {
  font-weight: bold;
  background: rgba(238, 120, 0, 0.3);
  border-radius: 10px 10px 0 0;
  padding: 20px 10px 20px 8px;
  border-top: 1px solid #EE7800;
  border-bottom: 1px solid #EE7800;
  font-size: 2.0rem;
  overflow: hidden; 
}

#question dt:first-child {
  border-top: none;
}

#question dt img {
  vertical-align: middle; 
  margin-right: 20px; 
  margin-left: 20px;
  margin-top: -5px;
}

#question dt br {
  display: none;
}

#question dd {
  display: block;
  padding: 16px 16px 24px 30px;
  margin: 0;
  text-align: left;
  line-height: 140%;
  width: 760px;
}
.question_img-1 {
  margin: 0 20px 20px 0;
}
.question_img-2 {
  margin: 0 20px 20px 0;
}
.question_img-3 {
  margin: 0 20px 20px 0;
}
.question_img-4 {
  margin: 0 20px 40px 0;
}
.question_img-5 {
  margin: 0 20px 40px 0;
}
.question_img-6 {
  margin: 0 20px 110px 0;
}
.question_img-7 {
  margin: 0 20px 5px 0;
} 
.question_img-8 {
  margin: 0 20px 60px 0;
} 
#question dl dd p{
  overflow: hidden;
    zoom: 1;
}
#question dl dd,#question dl dt{
  display: flex;
}
@media (max-width: 480px) {
  #question {
    width: 335px;
    margin: 0 auto 100px;
  }
  #question dt {
    font-size: 1.6rem;
    text-align: left;
  }
  #question dd {
    width: 280px;
  }
  #question dt::before {
    margin-left: 10px;
    padding-bottom: 30px;
  }
  #question dt br {
    display: block;
  }
 .question_img-1 {
  margin: 0 20px 60px 0;
}
.question_img-2 {
  margin: 0 20px 60px 0;
}
.question_img-3 {
  margin: 0 20px 100px 0;
}
.question_img-4 {
  margin: 0 20px 150px 0;
}
.question_img-5 {
  margin: 0 20px 150px 0;
}
.question_img-6 {
  margin: 0 20px 390px 0;
}
.question_img-7 {
  margin: 0 20px 15px 0;
} 
.question_img-8 {
  margin: 0 20px 150px 0;
} 
  .question_img-dt {
    margin-bottom: 30px;
  }
  .question_img-dt-1 {
    margin-bottom: 40px;
  }
}