.clinic-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.middle__title {
  text-align: center;
  margin-bottom: 30px;
}
.middle__title p {
  font-size: 16px;
  line-height: 16px;
  color: #127ac0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.middle__title h2 {
  font-size: 40px;
  line-height: 40px;
  color: #222f3e;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.middle__title h2:nth-of-type(2) {
  display: none;
}

.first-view__schedule {
  display: flex;
  flex-direction: column;
  margin-bottom: 132px;
}
.first-view__schedule img {
  width: 828px;
  height: auto;
}
.first-view__schedule .schedule-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 18px;
}
.first-view__schedule .schedule-links a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2c3e69;
  border-bottom: 1px solid #127ac0;
}
.first-view__schedule .schedule-links a::after {
  content: "";
  display: block;
  background-image: url("../img/arrow.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
}

.reservation {
  text-align: center;
  margin-top: 50px;
}
.reservation h1 {
  font-size: 40px;
  font-weight: 700;
  color: #127ac0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 15px;
}
.reservation h1 br {
  display: none;
}
.reservation p {
  font-size: 20px;
  line-height: 1.6;
  color: #222f3e;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.reservation .download-link {
  font-weight: 700;
  color: #2c3e69;
  cursor: pointer;
  border-bottom: 1px solid #2c3e69;
  display: inline-block;
  padding-bottom: 2px;
  margin: 16px 0 50px;
}
.reservation .download-link span {
  display: flex;
  align-items: center;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  gap: 4px;
}
.reservation .download-link span::before {
  content: "";
  display: block;
  background-image: url("../img/arrow_navy.svg");
  width: 20px;
  height: 20px;
  padding-right: 8px;
  background-size: cover;
}
.reservation .download-link span a {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.reservation a {
  width: 333px;
  height: 58px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.reservation a span {
  display: flex;
  align-items: center;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  gap: 4px;
}
.reservation a span::before {
  content: "";
  display: block;
  background-image: url("../img/icon_tel.svg");
  width: 20px;
  height: 20px;
  padding-right: 8px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .clinic-info {
    padding: 0px;
    max-width: none;
  }
  .middle__title {
    margin-bottom: 16px;
  }
  .middle__title h2 {
    font-size: 34px;
  }
  .first-view__schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .first-view__schedule img {
    width: auto;
    height: auto;
    margin-bottom: 8px;
  }
  .first-view__schedule .schedule-links {
    margin-top: 8px;
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .first-view__schedule .schedule-links a {
    margin: 0 0 0 auto;
  }
  .reservation {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reservation h1 {
    width: 85%;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 32px;
  }
  .reservation h1 br {
    display: block;
  }
  .reservation p {
    font-size: 20px;
    text-align: left;
  }
  .reservation .download-link {
    width: 300px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .reservation .download-link span {
    font-size: 20px;
    font-weight: 500;
    gap: 2px;
  }
  .reservation .download-link span::before {
    width: 16px;
    height: 16px;
  }
  .reservation a {
    width: 333x;
    height: 58px;
    margin: 0 auto;
  }
  .reservation a span {
    font-size: 20px;
  }
  .reservation a span::before {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=diagnosis.css.map */