.ly_slogan {
  padding: 40px 15px 30px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.ly_step {
  padding: 0 15px 80px;
  position: relative;
  scroll-margin-top: 80px;
}

.ly_step img {
  margin-block: 18px 20px;
}

.ly_step .el_btn {
  margin-top: 20px;
}

.bl_stepCont p {
  font-size: 14px;
  line-height: 1.875;
}

.bl_stepCont ul {
  padding: 18px 14px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bl_stepCont ul h3 {
  color: #41b3cb;
  font-weight: 400;
  -webkit-text-stroke: 0.8px;
  border-bottom: 1px solid #41b3cb;
  margin-bottom: 7px;
  letter-spacing: 0.05em;
}

.bl_stepCont ul p {
  font-size: 12px;
  line-height: 2.16;
}

.bl_stepCont small {
  color: #666;
  margin-top: 4px;
  display: block;
  line-height: 1.875;
}

.bl_stepCont .el_stepNote {
  padding: 8px 10px;
  color: #ff3a3a;
  background: #f2f2f2;
  font-size: 12px;
}

.ly_step:nth-last-child(2) {
  padding-bottom: 0;
}

.ly_step:not(:nth-last-child(2)) .bl_step::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  height: 60px;
  width: 4px;
  transform: translateX(-50%);
  background: url('../../img/flow/flow-dots.svg') no-repeat center;
}

@media screen and (min-width: 768px) {
  .ly_slogan {
    padding-block: 90px 40px;
  }

  .bl_slogan {
    max-width: 1000px;
    margin-inline: auto;
  }

  .ly_step {
    padding-bottom: 0;
  }

  .bl_step {
    position: relative;
    max-width: 1000px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 290px auto;
    width: 100%;
  }

  .bl_stepCont p {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }

  .bl_stepCont ul {
    padding: 35px 0;
    gap: 30px;
  }

  .bl_stepCont ul p {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .bl_stepCont small {
    font-size: 14px;
    margin-top: 15px;
  }

  .ly_step:not(:first-child) .bl_stepCont {
    border-top: 1px solid #e6e6e6;
    padding-block: 46px 50px;
  }

  .ly_step:not(:first-child) .bl_step1 .bl_stepCont {
    border-top: none;
  }

  .el_stepTtl {
    width: 100%;
    max-width: 290px;
    padding-top: 45px;
  }

  .bl_stepCont {
    max-width: 660px;
  }

  .bl_stepCont .el_stepNote {
    font-size: 16px;
    color: #ff0000;
    margin-bottom: 10px;
  }

  .ly_step:not(:nth-last-child(2)) .bl_step::after {
    height: calc(100% - 128px);
    background-repeat: repeat-y;
    left: 0;
    bottom: 0;
  }

  .ly_step .el_btn {
    margin-left: 0;
  }
}
