.schedule_content > div {
  width: 98%;
  margin: auto;
  padding-left: 4%;
  padding-bottom: 0.8em;
  position: relative;
}
.schedule_content > div p.step_num {
  margin-left: -4%;
  margin-bottom: 1.2em;
  background: #be9d64;
  color: #fff;
  padding: 0.2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1em;
  position: relative;
  z-index: 5;
}
.schedule_content > div p.date {
  display: inline-block;
  background: #e2041b;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
}
.schedule_content > div::before {
  display: block;
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  left: 20px;
  bottom: 0;
  border-left: 2px dashed #ccc;
}
.schedule_content > div::after {
  display: block;
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  left: 16px;
  bottom: -5px;
  transform: rotate(45deg);
}
.schedule_content > div:last-of-type::after {
  display: none;
}

.faq_content > div {
  border-top: 1px solid #be9d64;
}
.faq_content > div:last-of-type {
  border-bottom: 1px solid #be9d64;
}
.faq_content p.faq_q {
  font-weight: bold;
  padding: 1.5% 3%;
  position: relative;
  cursor: pointer;
}
.faq_content p.faq_q span {
  font-weight: bold;
  color: #be9d64;
}
.faq_content p.faq_q::before {
  position: absolute;
  display: block;
  content: "";
  right: 2%;
  top: 50%;
  width: 1.4rem;
  height: 1px;
  background: #be9d64;
  transition: all 0.3s ease;
  opacity: 1;
}
.faq_content p.faq_q::after {
  position: absolute;
  display: block;
  content: "";
  right: 2%;
  top: 50%;
  width: 1.4rem;
  height: 1px;
  background: #be9d64;
  transform: rotate(90deg);
  transition: all 0.3s ease;
  opacity: 1;
}
.faq_content p.faq_a {
  padding: 0 3.5% 2%;
  display: none;
}
.faq_content .question.open p.faq_q::after {
  transform: rotate(0deg);
}
.faq_content .question.open p.faq_q::before {
  transform: rotate(-90deg);
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .sp_reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .schedule_content h5 {
    font-size: 1.8rem;
    text-align: left;
  }
  .schedule_content > div {
    width: 100%;
    margin: auto;
    padding-left: 15%;
    padding-bottom: 2em;
    position: relative;
  }
  .schedule_content > div p.step_num {
    margin-left: -15%;
    margin-bottom: 1em;
  }
  .schedule_content > div::before {
    left: 30px;
  }
  .schedule_content > div::after {
    left: 26px;
  }
  #voice .voice_image > * {
    width: 100%;
  }
  #voice .voice_text {
    order: 1;
    width: 100%;
    text-align: left;
    margin-bottom: 10%;
  }
  #voice .voice_image {
    order: 2;
  }
  .faq_content p.faq_q {
    padding: 3% 8%;
    padding-left: 13%;
    text-indent: -3rem;
  }
  .faq_content p.faq_q::before {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 1.2rem;
    height: 1px;
  }
  .faq_content p.faq_q::after {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 1.2rem;
    height: 1px;
  }
  .faq_content p.faq_a {
    text-indent: -1.8rem;
    padding: 0 8% 3%;
    padding-left: 12%;
    display: none;
  }
  .faq_content .question.open p.faq_q::after {
    transform: rotate(0deg);
  }
  .faq_content .question.open p.faq_q::before {
    transform: rotate(-90deg);
    opacity: 0;
  }
}/*# sourceMappingURL=add_style.css.map */