.under_mv {
  background: url("../images/mv_faq.jpg") center center/cover;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_faq_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

.img_faq {
  position: absolute;
  right: 30px;
  bottom: -60px;
  width: 100px;
}
.img_faq img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .img_faq {
    display: none;
  }
}

.faq_bx {
  border-radius: 5px;
  border: 2px solid #0994D4;
  box-sizing: border-box;
  margin-top: 10px;
}
.faq_bx .q {
  display: grid;
  position: relative;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  cursor: pointer;
}
.faq_bx .q .qtx {
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}
.faq_bx .q .num {
  background: #0994D4;
  color: white;
  font-size: 2rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.faq_bx .q .num i {
  width: 100%;
  text-align: center;
}
.faq_bx .q .num:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: #E6F4F1;
}
.faq_bx .q .plus {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #0994D4;
  transition: all 0.3s ease;
}
.faq_bx .q .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.faq_bx .q .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
  width: 2px;
  height: 16px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.faq_bx .q.open .plus {
  transform: rotate(270deg);
}
.faq_bx .q.open .plus:before {
  opacity: 0;
}
.faq_bx .a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  padding-right: 20px;
}
.faq_bx .a .atx {
  padding: 20px 0 20px 40px;
  box-sizing: border-box;
}
.faq_bx .a .num {
  background: #0994D4;
  color: white;
  font-size: 2rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.faq_bx .a .num:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: #E6F4F1;
}
.faq_bx .a .num i {
  width: 100%;
  text-align: center;
}
.faq_bx .a .conts {
  padding: 15px 0;
  box-sizing: border-box;
  border-top: 2px dashed #0994D4;
}
.faq_bx .a .links1 {
  display: block;
}
.faq_bx .a .links1 a {
  text-decoration: none;
  color: #3A4856;
  padding-left: 25px;
  box-sizing: border-box;
  display: inline-block;
  background: url("../images/arw_faq.png") center left no-repeat;
  background-size: 16px auto;
  transition: all 0.3s ease;
}
.faq_bx .a .links1 a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .faq_bx .q {
    grid-template-columns: 64px 1fr;
    gap: 0;
  }
  .faq_bx .q .qtx {
    padding: 10px 40px 10px 20px;
    line-height: 1.4;
    font-weight: 500;
  }
  .faq_bx .q .num {
    font-size: 1.6rem;
  }
  .faq_bx .q .num:before {
    right: -12px;
    width: 24px;
  }
  .faq_bx .q .plus {
    top: 50%;
    margin-top: -16px;
    right: 13px;
    width: 24px;
    height: 24px;
  }
  .faq_bx .a {
    grid-template-columns: 64px 1fr;
    gap: 0;
    padding: 0;
  }
  .faq_bx .a .atx {
    padding: 20px 0 20px 40px;
    box-sizing: border-box;
  }
  .faq_bx .a .num {
    font-size: 1.6rem;
  }
  .faq_bx .a .num:before {
    right: -12px;
    width: 24px;
  }
  .faq_bx .a .conts {
    line-height: 1.5;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    border-top: 2px dashed #0994D4;
  }
}

/*# sourceMappingURL=faq.css.map */
