.breadcrumbs_box + .lg_inner_space {
  margin-top: -45px;
}

.nav_area {
  background: #d1e8f6;
  padding: 40px 0;
  margin-top: -25px;
}
.nav_area .btn_orange {
  width: 31.6%;
  margin: 0;
}
.nav_area .btn_orange a::after {
  transform: rotate(90deg);
  top: 43%;
  right: 15px;
}

.sec_faq {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sec_faq .content_box {
  margin-bottom: 60px;
}
.sec_faq .content_ttl {
  padding: 1.4% 0 1.6%;
}
.sec_faq .content_ttl span {
  position: relative;
}
.sec_faq .content_ttl span::before {
  content: "";
  background: url(../img/questions/icon_question.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 45px;
  position: absolute;
  left: -67px;
  top: 7px;
}
.sec_faq #content03 {
  margin-bottom: 0;
  position: relative;
}
.sec_faq #content03::after {
  content: "";
  background: url(../img/questions/txt_questions.png) no-repeat;
  background-size: contain;
  width: 292px;
  width: min(21vw, 292px);
  height: 90px;
  position: absolute;
  right: -8.5%;
  bottom: -3.6%;
}
.sec_faq dl:first-of-type {
  margin-top: -10px;
}

@media only screen and (max-width: 960px) {
  .nav_area {
    padding: 3.5vw 0;
    margin-top: -5px;
  }
  .nav_area .btn_orange a {
    font-size: 16px;
  }
  .sec_faq .content_ttl span::before {
    width: 35px;
    height: 31.5px;
    left: -48px;
    top: 4px;
  }
  .sec_faq .content_box {
    margin-bottom: 40px;
  }
  .sec_faq #content03::after {
    width: 204.4px;
    height: 63px;
    right: -1.5%;
    bottom: -3.2%;
  }
  .sec_faq dl:first-of-type {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 568px) {
  .breadcrumbs_box + .lg_inner_space {
    margin: 0;
    padding-top: 28px;
  }
  .sec_page_intro .ttl_underbar {
    line-height: 1.5;
    padding-bottom: 1px;
    margin-bottom: 28px;
  }
  .sec_page_intro p {
    text-align: left;
  }
  .nav_area {
    padding: 25px 0;
    margin-top: -15px;
  }
  .nav_area ul {
    flex-direction: column;
    gap: 15px 0;
  }
  .nav_area .btn_orange {
    width: 100%;
  }
  .nav_area .btn_orange a {
    font-size: 17px;
    padding: 11px 5% 13px;
  }
  .sec_faq .content_box {
    margin: 0 -5.3vw;
  }
  .sec_faq #content01 {
    margin-top: 10px;
  }
  .sec_faq #content03 .content_ttl {
    padding-left: 1%;
  }
  .sec_faq #content03::after {
    width: 160px;
    height: 49px;
    right: 15px;
    bottom: -13px;
  }
  .sec_faq .content_ttl {
    font-size: 23px;
    padding: 2.6% 0 3% 10%;
  }
  .sec_faq .content_ttl span::before {
    width: 30px;
    height: 27px;
    left: -38px;
    top: 6px;
  }
  .sec_faq dl:first-of-type {
    margin-top: 0;
  }
  .sec_faq dl:last-of-type {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=questions.css.map */