@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* タブレット */
/* PC:最低幅 */
/* PC:中幅 */
/* PC:大幅 */
/* PC:VW基準*/
/* PC:%基準*/
/* PC:大幅VW基準*/
/* PC:大幅%基準*/
/* PC:中幅VW基準*/
/* PC:中幅%基準*/
/* PC:px基準*/
/* タブレットpx基準 */
/* タブレット%基準 */
/* スマートフォンvw基準 */
/* スマートフォン%基準 */
/*--------------------------
     08_faq.html
--------------------------*/
.faq .faq_nav.top ul {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .faq .faq_nav.top ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faq .faq_nav.top li {
  margin: 0 1rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .faq .faq_nav.top li {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.faq .faq_nav.top li a {
  padding: 0.5em 2em 0.5em 1.5em;
  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;
  min-height: 4em;
  background: url("../img/common/arw_r.png") top 50% right 1rem no-repeat, #1651a0;
  background-size: 1.5rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0px 0px #ddd;
          box-shadow: 0.4rem 0.4rem 0px 0px #ddd;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .faq .faq_nav.top li a {
    padding-bottom: 1.5em;
    position: relative;
  }
  .faq .faq_nav.top li a::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    bottom: 1.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}
.faq .faq_nav.middle {
  margin-top: 45px;
}
.faq .faq_nav.middle ul {
  text-align: center;
}
.faq .faq_nav.middle li {
  display: inline-block;
  border-left: #00238c 1px solid;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .faq .faq_nav.middle li {
    font-size: 1.4rem;
  }
}
.faq .faq_nav.middle li:first-child {
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .faq .faq_nav.middle li:nth-child(3n+1) {
    border-left: 0;
  }
}
.faq .faq_nav.middle li a {
  padding: 0 1.25em;
  color: #00238c;
}
.faq .faq_wrap {
  margin: 0;
  padding: 7.5rem 0 6.5rem;
}
@media only screen and (max-width: 767px) {
  .faq .faq_wrap {
    padding: 2rem 0 4rem;
  }
}
.faq .faq_wrap:nth-child(even) {
  background: rgba(0, 89, 178, 0.05);
}
.faq .faq_lttl {
  margin: 0 0 2em;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq .faq_lttl {
    margin-top: 1em;
    font-size: 2.4rem;
  }
}
.faq .faq_lttl span {
  padding: 0 0.5em 0.2em;
  border-bottom: #1651a0 3px solid;
}
.faq .faq_list {
  font-size: 1.8rem;
}
.faq .faq_list .question,
.faq .faq_list .answer {
  position: relative;
}
.faq .faq_list .question:before,
.faq .faq_list .answer:before {
  position: absolute;
  left: 3rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq .faq_list .question:before,
  .faq .faq_list .answer:before {
    left: 1.5rem;
  }
}
.faq .faq_list .question {
  margin-top: 1rem;
  padding: 1rem 7rem;
  background: url("../img/purchase/faq_question.png") top 1.7rem right 2rem no-repeat, #dfe6ee;
  background-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .faq .faq_list .question {
    padding: 1rem 5rem;
  }
}
.faq .faq_list .question:before {
  top: 0.7rem;
  content: "Q";
  background: #1651a0;
}
.faq .faq_list .question:hover {
  cursor: pointer;
}
.faq .faq_list .question.open {
  background: url("../img/purchase/faq_question_open.png") top 1.7rem right 2rem no-repeat, #dfe6ee;
  background-size: 1.3rem;
}
.faq .faq_list .answer {
  display: none;
  padding: 2rem 7rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .faq .faq_list .answer {
    padding: 2rem 2rem 2rem 5rem;
  }
}
.faq .faq_list .answer:before {
  top: 2.1rem;
  content: "A";
  background: #d60418;
}
.faq .faq_list .answer.open {
  display: block;
}