.s-content-step-02 .img-fluid {
  width: 100%;
}
.s-content-step-02 .s-chapterbox {
  margin-bottom: 32px;
}
.s-content-step-02 .s-chapter__box-1 {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-1 {
    flex-direction: column;
  }
}
.s-content-step-02 .s-chapter__box-1 .a-caption {
  padding: 5px 5px 5px 32px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-1 .a-caption {
    padding: 24px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-1_img {
    width: 100%;
  }
}
.s-content-step-02 .s-chapter__box-2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-2 {
    flex-direction: column-reverse;
  }
}
.s-content-step-02 .s-chapter__box-2 > div {
  width: 50%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-2 > div {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-fig img {
    width: 100%;
  }
}
.s-content-step-02 .s-chapter__box-2-inner {
  counter-reset: number;
}
.s-content-step-02 .s-chapter__text-box {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__text-box {
    width: 90%;
    margin-left: auto;
    position: relative;
  }
  .s-content-step-02 .s-chapter__text-box::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    width: 25px;
    height: 25px;
    background-color: #004B9E;
    color: #fff;
    font-size: 14px;
    left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
}
.s-content-step-02 .s-chapter__text {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__text {
    font-size: 12px;
  }
}
.s-content-step-02 .s-chapter__box-2-title {
  font-size: 19px;
  line-height: 1.5;
  color: #004B9E;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-2-title {
    font-size: 18px;
  }
}
.s-content-step-02 .s-chapter__box-2-title--mb {
  margin-bottom: 15px;
}
.s-content-step-02 .s-chapter__box-3-title {
  font-size: 19px;
  color: #004B9E;
  position: relative;
}
@media screen and (min-width: 769px) {
  .s-content-step-02 .s-chapter__box-3-title::after {
    position: absolute;
    content: "";
    width: 75%;
    height: 1px;
    background-color: #004B9E;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
  }
}
.s-content-step-02 .s-chapter__box-3-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-inner {
    flex-direction: column;
  }
}
.s-content-step-02 .s-chapter__box-3-inner > figure {
  width: 50%;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-inner > figure {
    max-width: 492px;
    width: 100%;
    margin: 0 auto 8px auto;
  }
}
.s-content-step-02 .s-chapter__box-3-caption {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-caption {
    font-size: 12px;
    right: 2px;
  }
}
.s-content-step-02 .s-chapter__box-3-caption-2 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  position: absolute;
  top: 35px;
  padding: 10px 15px;
}
@media screen and (min-width: 769px) {
  .s-content-step-02 .s-chapter__box-3-caption-2 {
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 90%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-caption-2 {
    left: inherit;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-caption-2 {
    left: inherit;
    right: 0;
  }
}
.s-content-step-02 .s-chapter__box-3-link-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-link-box {
    margin-top: 6px;
  }
}
.s-content-step-02 .s-chapter__box-3-link {
  font-size: 16px;
  font-weight: 400;
  color: #00AEEF;
  display: inline-block;
  margin-left: auto;
  border-bottom: 1px solid #00AEEF;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-chapter__box-3-link {
    font-size: 12px;
  }
}
.s-content-step-02 .s-chapter2__box {
  padding-top: 0 !important;
}
.s-content-step-02 .s-chapter2__row {
  display: flex;
  margin-top: 16px;
  justify-content: center;
}
.s-content-step-02 .s-servbox__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__row {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .s-content-step-02 .s-servbox__row2 {
    display: flex;
    margin-top: 26px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.s-content-step-02 .s-servbox__col {
  max-width: 33.33%;
  margin-right: 34px;
  padding: 70px 30px 24px 30px;
  background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_01.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col {
    background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_01_sp.png);
    background-size: contain;
    padding: 40px 30px 24px 30px;
  }
}
.s-content-step-02 .s-servbox__col--2 {
  background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_02.png);
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col--2 {
    background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_02_sp.png);
  }
}
.s-content-step-02 .s-servbox__col--3 {
  background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_03.png);
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col--3 {
    background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_03_sp.png);
  }
}
.s-content-step-02 .s-servbox__col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col {
    max-width: 100%;
    width: 275px;
    margin: 0 auto 16px auto;
  }
}
.s-content-step-02 .s-servbox__col2 {
  max-width: 48%;
  padding: 5px 15px 15px 15px;
  background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_04.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col2 {
    background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_04_sp.png);
    max-width: 100%;
    width: 275px;
    margin: 0 auto 16px auto;
  }
}
.s-content-step-02 .s-servbox__col2--2 {
  background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_05.png);
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col2--2 {
    background-image: url(/assets/images/original/kounyu-guide-step-02_proposal_05_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__col2:last-child {
    margin-right: auto;
  }
}
.s-content-step-02 .s-servbox__col2 .s-chapter__box-3-link-box {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__flex .a-text {
    font-size: 13px;
    line-height: 1.4;
  }
}
.s-content-step-02 .s-servbox__title {
  font-size: 20px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__title {
    font-size: 16px;
  }
}
.s-content-step-02 .s-servbox__title--2 {
  text-align: left;
  padding-left: 240px;
  margin-top: 14px;
  height: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .s-content-step-02 .s-servbox__title--2 {
    padding-left: 0;
    padding-top: 60px;
    height: inherit;
    margin-top: 0;
    text-align: center;
  }
}
.s-content-step-02 .s-servbox__text {
  padding-top: 24px;
  line-height: 1.5;
}
.s-content-step-02 .s-servbox__img {
  display: block;
  margin: 20px auto 14px auto;
}
.s-content-step-02 .s-hp_capture_info {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 16px;
  background: linear-gradient(119.31deg, white 0%, #eff0f0 100%);
  box-shadow: 0.92px 0.92px 0.92px rgba(35, 24, 21, 0.35);
  margin-bottom: 16px;
}
.s-content-step-02 .s-text--cl {
  color: #d32f2f;
}
.s-content-step-02 .s-text {
  margin-bottom: 20px;
}
.s-content-step-02 .s-hp_capture_sp_num {
  color: #004B9E !important;
}

@media screen and (min-width: 769px) {
  .m-link-list__item-steps {
    width: 372px;
  }
}

/* 20250529追記  */
.s-content-step-02 .s-servbox__col2--2.s-250529 {
  margin-left: auto;
  margin-right: auto;
}
