.section__zigyou .top__txt {
  text-align: center;
  margin-bottom: 50px;
}
.section__zigyou .kousou_catch {
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.section__zigyou .fc__img {
  max-width: 470px;
}
.section__zigyou .basic-plan__img {
  max-width: 800px;
}
.section__zigyou .plan__img {
  max-width: 700px;
}
.section__zigyou .epc__img {
  max-width: 570px;
}
.section__zigyou .zigyou__ttl {
  font-size: 32px;
  color: #046F3E;
  font-weight: normal;
  margin-bottom: 20px;
}
.section__zigyou .zigyou__img {
  margin-bottom: 20px;
}
.section__zigyou .zigyou__items .flex__item2 {
  margin-bottom: 80px;
}
.section__zigyou .zigyou-step {
  padding: 30px 30px 20px;
  position: relative;
}
.section__zigyou .zigyou-step::after {
  content: "";
  position: absolute;
  background: url(../image/step-border.jpg) no-repeat;
  background-size: cover;
  height: 33px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section__zigyou .zigyou-step:last-of-type::after {
  display: none;
}

@media (max-width: 1200px) {
  .section__zigyou .zigyou-step::after {
    background-size: contain;
  }
}
@media (max-width: 700px) {
  .section__zigyou .kousou_catch {
    font-size: 20px;
  }
  .section__zigyou .zigyou__items .flex__item2 {
    margin-bottom: 40px;
  }
  .section__zigyou .zigyou-step {
    padding: 20px 10px 10px;
    position: relative;
  }
  .section__zigyou .zigyou-step:first-of-type {
    padding-top: 0;
  }
  .section__zigyou .zigyou-step::after {
    content: "";
    position: absolute;
    background: url(../image/step-border-sp.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 30px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .section__zigyou .zigyou-step .section__ttl-left {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=zigyou.css.map */