@charset "utf-8";
.treatment__disease {
  width: 100%;
  padding-top: 35px;
  margin-bottom: 37px;
}
.treatment__diseaseHeading {
  color: #202020;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.52;
  background-color: #c1e3df;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.treatment__diseaseContents {
  padding-top: 25px;
  padding-bottom: 54px;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.treatment__diseaseList {
  width: calc(100% - 40px);
  max-width: 806px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 3.4%;
}
.treatment__diseaseItem {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
  width: calc(93.2% / 3);
  max-width: 250px;
  display: flex;
  align-items: center;
  line-height: 1.75;
  background-image: repeating-linear-gradient(90deg, #949394, #949394 3px, transparent 3px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.treatment__diseaseImg {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  display: block;
}

.low__listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.low__listItem:not(:last-child) {
  margin-bottom: 40px;
}
.low__listIcon {
  width: 170px;
}
.low__listContents {
  width: calc(100% - 200px);
  max-width: 755px;
}
.low__listHeading {
  color: #c09a61;
}

@media screen and (max-width: 750px) {
  .treatment__disease {
    padding-top: 30px;
    margin-bottom: 27px;
  }
  .treatment__diseaseHeading {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .treatment__diseaseContents {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .treatment__diseaseList {
    gap: 10px 3.4%;
  }
  .treatment__diseaseItem {
    font-size: 14px;
    padding-bottom: 4px;
  }

  .low__listItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .low__listIcon {
    width: 120px;
  }
  .low__listContents {
    width: calc(100% - 150px);
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .treatment__diseaseList {
    gap: 10px 15px;
    justify-content: space-between;
  }
  .treatment__diseaseItem {
    width: calc((100% - 15px) / 2);
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .low__listItem {
    display: block;
  }
  .low__listItem:not(:last-child) {
    margin-bottom: 25px;
  }
  .low__listIcon {
    width: 120px;
    margin: 0 auto 10px;
  }
  .low__listContents {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .treatment__diseaseList {
    display: block;
  }
  .treatment__diseaseItem {
    width: 100%;
  }

  .treatment__diseaseItem:not(:last-child) {
    margin-bottom: 10px;
  }
}
