@charset "UTF-8";
.page_mv {
  background: url(../img/mv/faq.jpg) center / cover;
}

/* ------------------------------------------
  faq
------------------------------------------ */
.faq {
  margin-top: 72px;
  margin-bottom: 100px;
}

.faq .container > p {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 80px;
}

.faq_inner {
  border-top: 1px solid #707070;
}

.q_inner {
  padding: 20px 30px;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.q_inner:before,
.q_inner:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #5a84d7;
  position: absolute;
}

.q_inner:before {
  top: 48%;
  right: 30px;
  transform: rotate(0deg);
  transition: all 0.3s;
}

.q_inner:after {
  top: 48%;
  right: 30px;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.q_inner.close:before {
  transform: rotate(45deg);
}

.q_inner.close:after {
  transform: rotate(-45deg);
}

.q_num {
  margin-right: 65px;
  color: #5a84d7;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 30px;
}

.q_num2 {
  margin-right: 45px;
}

.q_txt {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.a_container {
  display: none;
  position: relative;
  background: #f2f2f2;
  padding: 30px 0 30px 45px;
}

.a_inner {
  display: flex;
  align-items: center;
}

.a {
  margin-right: 72px;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  color: #263e6d;
  font-weight: 500;
}

.a_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 30px;
  width: 76%;
}

.a_container a {
  position: absolute;
  display: inline-block;
  bottom: 30px;
  right: 28px;
  text-align: center;
  color: #fff;
  background: #263e6d;
  border-radius: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 18px;
  padding: 6px 15px;
  border: 1px solid #263e6d;
}

.a_container a:hover {
  color: #263e6d;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .faq {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .faq .container > p {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .q_inner {
    padding: 15px 10px;
  }

  .q_num {
    font-size: 20px;
    margin-right: 20px;
  }

  .q_txt {
    font-size: 16px;
    width: 70%;
  }

  .q_inner:before,
  .q_inner:after {
    width: 20px;
    right: 10px;
  }

  .a_container {
    padding: 20px 0 20px 15px;
  }

  .a {
    font-size: 24px;
    margin-right: 29px;
  }

  .a_container a {
    position: static;
    margin-right: 20px;
    margin-left: auto;
    margin-top: 10px;
    display: block;
    width: 200px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .a_container a {
    width: 75%;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 320px) {
  .q_inner:before,
  .q_inner:after {
    right: 0px;
  }
}
