.sub_mv.question .sub_mv_banner {
  background-image: url(../img/question/bg.png);
}

.sub_question {
  margin-bottom: 175px;
}

.sub_question_item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.sub_question_item_q {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 15px;
  min-height: 50px;
  padding-left: 65px;
  padding-right: 25px;
  position: relative;
}

.sub_question_item_q::before {
  align-items: center;
  border: 1px solid #9fc7ea;
  border-radius: 50%;
  color: #afc9e0;
  content: 'Q';
  display: flex;
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.sub_question_item_q::after {
  background-image: url(../img/question/arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 7px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.sub_question_item_q.plus::after {
  background-image: url(../img/question/arrow_up.svg);
}

.sub_question_item_a {
  background-color: #f5f5f5;
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 30px;
  padding: 40px 70px 40px 100px;
  position: relative;
}

.sub_question_item_a::before {
  align-items: center;
  border: 1px solid #cb8787;
  border-radius: 50%;
  color: #cb8787;
  content: 'A';
  display: flex;
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 35px;
  position: absolute;
  text-align: center;
  top: 45px;
  width: 50px;
}

.sub_question_item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .sub_mv {
    height: 120px;
  }
  .sub_question {
    margin-bottom: 50px;
  }
  .sub_question_item {
    margin-bottom: 10px;
  }
  .sub_question_item_q {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 40px;
    padding-right: 35px;
  }
  .sub_question_item_q::before {
    content: 'Q';
    font-size: 1.8rem;
    height: 30px;
    width: 30px;
  }
  .sub_question_item_q::after {
    right: 10px;
  }
  .sub_question_item_a {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 20px 35px 20px 60px;
  }
  .sub_question_item_a::before {
    font-size: 1.8rem;
    height: 30px;
    left: 15px;
    top: 20px;
    width: 30px;
  }
}
/*# sourceMappingURL=question.css.map */
