/* Sass Document */
.main_title_area {
  max-width: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.1822916667;
  margin: 0;
  background: url(../img/notice/bg_main_title_area.svg) no-repeat center bottom;
  background-size: cover;
  border-radius: 0;
}
@media screen and (max-width: 840px) {
  .main_title_area {
    aspect-ratio: 1/0.4083733333;
    background: url(../img/notice/bg_main_title_area_sp.svg) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) {
  .main_title_area .main_title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area .main_title {
    font-size: 6.6666666667vw;
  }
}

#qa_area {
  padding: 10rem 0 11rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #qa_area {
    padding: 8.3333333333vw 0 9.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #qa_area {
    padding: 13.3333333333vw 0 16vw;
  }
}
#qa_area .wrap {
  padding: 0;
  background: none;
  border-radius: 0;
}
#qa_area .wrap .qa_content {
  margin: 0 auto;
}
#qa_area .wrap .qa_content dl {
  background: #fff;
}