@charset "UTF-8";
/* ----------------------
変数
-------------------------*/
body {
  overflow-x: hidden;
}

.faq {
  padding: 80px 0 40px;
}
.faq_wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .faq_wrap {
    margin-top: 6rem;
  }
}
.faq_wrap .headline_02 {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .faq_wrap .headline_02 {
    margin-bottom: 32px;
  }
}
.faq_list {
  width: 100%;
}
.faq_list li {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .faq_list li {
    margin-bottom: 32px;
  }
}
.faq_list li .faq_q {
  background-color: #FFFFCC;
  border-radius: 10px 10px 0px 0px;
  padding: 16px 16px 16px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}
@media screen and (min-width: 481px) {
  .faq_list li .faq_q {
    font-size: 24px;
    padding: 34px 35px 30px 88px;
  }
}
.faq_list li .faq_q:before {
  content: "Q";
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  margin: auto;
  padding-bottom: 5px;
  background-color: #004680;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .faq_list li .faq_q:before {
    left: 12px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .faq_list li .faq_q:before {
    top: 0;
    bottom: 0;
    left: 20px;
    font-size: 24px;
  }
}
.faq_list li .faq_a {
  background-color: rgba(167, 188, 214, 0.2);
  border: 2px solid #EEF2F6;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px;
}
@media screen and (min-width: 481px) {
  .faq_list li .faq_a {
    padding: 23px 30px 27px;
  }
}
.faq_list li .faq_a > a {
  color: #00195D;
  text-decoration: underline;
  font-weight: 700;
}
.faq_intro__wrap {
  margin: 32px auto;
}
.faq-other-list {
  padding: 16px;
  background-color: rgba(167, 188, 214, 0.2);
  border-radius: 10px;
}
@media screen and (min-width: 481px) {
  .faq-other-list {
    padding: 2rem 4rem;
  }
}
.faq-other-list > li {
  margin-bottom: 24px;
}
.faq-other-list > li > span {
  position: relative;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
}
@media screen and (min-width: 481px) {
  .faq-other-list > li > span {
    font-size: 20px;
  }
}
.faq-other-list > li > span:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.6rem;
  color: #004680;
}
.faq-other-list > li > span.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-other-list > li > ol {
  display: none;
  margin-left: 24px;
}
.faq-other-list > li > ol > li a {
  text-decoration: none;
}
.faq-other-list li a {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1rem;
}
.faq-other-list li a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  margin-right: 0.6rem;
  color: #004680;
}

footer {
  margin-bottom: 109px;
}