.el_ttl h2 {
  font-size: 24px;
}

/* ========= 初診の無料相談について =========== */

.ly_free {
  padding: 44px 15px 28px;
}

.bl_freeCont {
  padding-top: 50px;
}

.bl_freeCont p {
  font-size: 14px;
  line-height: 1.85;
}

.bl_freeCont .bl_freeNote {
  padding: 8px 10px;
  background: #f2f2f2;
  color: #fe4c0d;
  margin-top: 5px;
  font-size: 12px;
  line-height: 2;
}

.bl_freeAttention {
  width: 285px;
}

/* ========= 矯正初診相談の流れ =========== */

.ly_firstFlow {
  background: #e5f3f7;
  padding: 40px 15px;
}

.bl_firstFlowCont {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_firstFlowCont p {
  font-size: 14px;
  line-height: 1.85;
}

/* ========= 初診相談を有意義にするために大切なこと =========== */

.ly_important {
  padding: 36px 15px 0;
}

.ly_important .el_ttl h2 {
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
}

.bl_important p {
  font-size: 14px;
  line-height: 1.85;
}

.bl_importantCont h3 {
  margin-top: 48px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -6px;
  text-decoration-color: #ffddd1;
}

.bl_importantCont ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 17px;
}

.bl_importantCont_point {
  border-radius: 20px;
  border: 1px solid #f3b098;
  padding: 15px 20px;
}

.bl_importantCont_point h4 {
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  color: #41b3cb;
  font-weight: 400;
  -webkit-text-stroke: 1px;
}

.bl_importantCont_point p {
  font-size: 14px;
  line-height: 1.85;
}

.ly_important .el_btn {
  margin-top: 20px;
  width: 100%;
  max-width: 345px;
}

@media screen and (min-width: 768px) {
  .ly_free {
    padding-block: 100px 53px;
  }

  .ly_free .el_ttl h2 {
    font-size: 40px;
  }

  .bl_free {
    max-width: 756px;
    margin: 0 auto;
  }

  .bl_freeCont {
    text-align: center;
  }

  .bl_freeCont p {
    font-size: 16px;
  }

  .bl_freeCont .bl_freeNote {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .bl_freeAttention {
    width: unset;
  }

  /* ========= 矯正初診相談の流れ =========== */

  .ly_firstFlow {
    padding-block: 85px 80px;
  }

  .ly_firstFlow .el_ttl h2 {
    font-size: 40px;
  }

  .bl_firstFlowCont {
    margin-top: 45px;
    max-width: 660px;
    margin-inline: auto;
    gap: 77px;
  }

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

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

  .bl_firstFlowCont li {
    position: relative;
  }

  .bl_firstFlowCont li::after {
    content: '';
    bottom: 0;
    position: absolute;
  }

  .bl_firstFlowCont li:not(:last-child)::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 26px;
    height: 50px;
    width: 4px;
    transform: translateY(100%);
    background: url('../../img/flow/flow-dots.svg') no-repeat center;
  }

  /* ========= 初診相談を有意義にするために大切なこと =========== */

  .ly_important {
    padding-block: 85px 60px;
  }

  .ly_important .el_ttl h2 {
    font-size: 40px;
    line-height: 1.5;
  }

  .bl_important {
    max-width: 790px;
    margin-inline: auto;
  }

  .bl_importantCont h3 {
    font-size: 24px;
  }

  .ly_important .el_btn {
    margin-top: 50px;
  }

  .bl_importantCont ul {
    margin-top: 50px;
  }

  .bl_importantCont_point {
    padding: 30px;
  }

  .bl_importantCont_point h4 {
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }

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