.ly_treatmentCase {
  padding-top: 80px;
}

.ly_treatmentCase .el_postDate {
  margin-top: 10px;
}

.bl_treatmentCaseTitle {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #41b3cb;
  border-bottom: 1px solid #41b3cb;
}

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

.bl_treatmentCaseList {
  margin-top: 30px;
}

.bl_treatmentCaseList li {
  padding: 12px 20px 8px;
  font-size: 14px;
  display: flex;
  gap: 8px;
}

.bl_treatmentCaseList li:nth-child(even) {
  background-color: #f5fafa;
}

.bl_treatmentCaseList li p {
  color: #6e99ac;
  letter-spacing: 0.05em;
  width: 104px;
  flex-shrink: 0;
}

.ly_selectWrapper {
  padding-inline: 15px;
}

.bl_treatmentCaseNotes {
  margin-block: 18px;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.05em;
}

.bl_treatmentCaseNotes a {
  color: #41b3cb;
  text-decoration: underline;
}

.bl_treatmentComment {
  margin-top: 30px;
  border-radius: 20px;
  background: #e5f3f7;
  padding: 25px 20px 40px;
}

.bl_treatmentComment h2 {
  font-size: 20px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #9ec2cc;
  font-weight: 500;
}

.bl_treatmentComment p {
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.85;
}

.ly_treatmentCaseFooter {
  margin-top: 22px;
  background: #f2f2f2;
  padding: 27px 20px 25px;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.ly_treatmentCaseFooter h2 {
  font-size: 20px;
  font-weight: 500;
}

.ly_treatmentCaseFooter a {
  text-decoration: underline;
  color: #41b3cb;
}

@media screen and (min-width: 768px) {
  .bl_treatmentCaseArticle {
    max-width: 1000px;
    margin-inline: auto;
  }

  .bl_treatmentCaseImages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }

  .bl_treatmentCaseList {
    margin-top: 44px;
  }

  .bl_treatmentCaseList li {
    font-size: 16px;
    gap: 24px;
  }

  .bl_treatmentCaseList li p {
    width: 120px;
  }

  .bl_treatmentComment {
    display: flex;
    gap: 20px;
    margin-top: 45px;
    padding: 30px;
  }

  .bl_treatmentCaseNotes {
    font-size: 14px;
  }

  .bl_treatmentCommentImage {
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
  }

  .bl_treatmentComment h2,
  .ly_treatmentCaseFooter h2 {
    font-size: 24px;
  }

  .bl_treatmentComment p,
  .ly_treatmentCaseFooter p {
    font-size: 16px;
  }

  .ly_treatmentCaseFooter {
    margin-top: 50px;
    padding: 30px;
  }

  .ly_treatmentCaseFooter a {
    display: block;
    margin-top: 12px;
    font-size: 16px;
  }
}