/*===============================
health-check
================================*/
@media screen and (min-width: 768px) {
}
/* ::::: 当院について ::::: */
#health-check {
}
#health-check .health-check-section {
 padding: 60px 0;
 background: #fff;
}
@media screen and (min-width: 768px) {
 #health-check .health-check-section {
  padding: 100px 0;
  background: #fff;
 }
}
#health-check .health-check-header {
 border-bottom: 3px solid #d6a59c;
 margin-bottom: 40px;
}
#health-check .health-check-heading {
 display: flex;
 align-items: center;
 gap: 10px;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-size: clamp(1.2rem, 2.4vw, 2.4rem);
 font-weight: 700;
 color: #333;
}
#health-check .health-check-icon {
 width: 25px;
 height: 25px;
}
@media screen and (min-width: 768px) {
 #health-check .health-check-icon {
  width: 28px;
  height: 28px;
 }
}
#health-check .health-check-title {
 font-size: 1em;
 padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
 #health-check .health-check-title {
  font-size: 1.4em;
  padding-bottom: 40px;
 }
}
#health-check .health-check-title h2 {
 text-align: center;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-weight: 500; /* 少し軽めのウェイト */
 letter-spacing: 0.05em; /* ややゆったり */
 color: #333; /* 落ち着いた濃いグレー */
 line-height: 1.8;
}
/* --- 2カラム --- */
#health-check .health-check-flex {
 display: flex;
 gap: 38px;
 align-items: flex-start;
 padding-bottom: 70px;
}

#health-check .health-check-photo {
 width: 48%;
 margin: 0;
}
#health-check .health-check-photo img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 6px;
}

#health-check .health-check-text {
 flex: 1;
 font-size: 1rem;
 line-height: 1.8;
 color: #333;
}
@media screen and (min-width: 768px) {
 #health-check .health-check-text {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
 }
}
#health-check .health-check-text p {
 margin: 0 0 1.8em;
}

#health-check .health-check-subheading {
 font-size: 1.1rem;
 font-weight: 700;
 padding-bottom: 10px;
 color: #cc3366;
 margin: 1.4em 0 0.5em 0;
}
@media screen and (min-width: 768px) {
 #health-check .health-check-subheading {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  color: #cc3366;
  margin: 1.4em 0 0.5em 0;
 }
}
#health-check .health-check-list {
 list-style: disc;
 margin: 0 0 0 1.2em;
 padding: 0;
}
#health-check .health-check-list li {
 margin: 0 0 0.8em;
}

/* --- スマホ --- */
@media (max-width: 768px) {
 #health-check .health-check-section {
  padding: 70px 0;
 }
 #health-check .health-check-flex {
  flex-direction: column;
  gap: 32px;
 }
 #health-check .health-check-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #health-check .health-check-subheading {
  margin: 2em 0 0.8em;
 }
}
#health-check .health-check-table {
 margin-top: 20px;
}
#health-check .health-check-table table {
 width: 100%;
 border-collapse: collapse;
 font-size: 1rem;
}
#health-check .health-check-table td {
 border: 1px solid #ccc;
 vertical-align: middle;
 padding: 10px;
}
/* モバイル対応 */
@media (max-width: 768px) {
 #health-check .health-check-flex {
  flex-direction: column;
 }
}
@media (max-width: 768px) {
 #health-check .health-check-table table,
 #health-check .health-check-table tbody,
 #health-check .health-check-table tr {
  display: block;
  width: 100%;
 }

 #health-check .health-check-table tr {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
 }

 #health-check .health-check-table td {
  display: block;
  width: 100%;
  padding: 6px 0;
  border: none;
  font-size: 0.95rem;
 }
 #health-check .pdf-btn {
  display: inline-block;
  background: #cc3366;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 9999px;
  text-decoration: none;
 }
}
#health-check .gray {
 background: #fff;
}
@media screen and (min-width: 768px) {
 #health-check .gray {
  background: #f5f4f4;
 }
}
/*===============================
vaccination
================================*/
@media screen and (min-width: 768px) {
}
/* ::::: 当院について ::::: */
#vaccination {
}
#vaccination .vaccination-section {
 padding: 30px 0;
 background: #fff;
}
@media screen and (min-width: 768px) {
 #vaccination .vaccination-section {
  padding: 50px 0;
  background: #fff;
 }
}
#vaccination .vaccination-header {
 border-bottom: 3px solid #d6a59c;
 margin-bottom: 40px;
}
#vaccination .vaccination-heading {
 display: flex;
 align-items: center;
 gap: 10px;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-size: clamp(1.2rem, 2.4vw, 2.4rem);
 font-weight: 700;
 color: #333;
}
#vaccination .vaccination-icon {
 width: 25px;
 height: 25px;
}
@media screen and (min-width: 768px) {
 #vaccination .vaccination-icon {
  width: 28px;
  height: 28px;
 }
}
#vaccination .vaccination-title {
 font-size: 1em;
 padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
 #vaccination .vaccination-title {
  font-size: 1.4em;
  padding-bottom: 40px;
 }
}
#vaccination .vaccination-title h2 {
 text-align: center;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-weight: 500; /* 少し軽めのウェイト */
 letter-spacing: 0.05em; /* ややゆったり */
 color: #333; /* 落ち着いた濃いグレー */
 line-height: 1.8;
}
/* --- 2カラム --- */
#vaccination .vaccination-flex {
 display: flex;
 gap: 38px;
 align-items: flex-start;
 padding-bottom: 50px;
}

#vaccination .vaccination-photo {
 width: 48%;
 margin: 0;
}
#vaccination .vaccination-photo img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 6px;
}

#vaccination .vaccination-text {
 flex: 1;
 font-size: 1rem;
 line-height: 1.8;
 color: #333;
}
@media screen and (min-width: 768px) {
 #vaccination .vaccination-text {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
 }
}
#vaccination .vaccination-text p {
 margin: 0 0 1.8em;
}

#vaccination .vaccination-subheading {
 font-size: 1.5rem;
 font-weight: 700;
 color: #cc3366;
 margin: 1.4em 0;
}
#vaccination .vaccination-list {
 list-style: disc;
 margin: 0 0 0 1.2em;
 padding: 0;
}
#vaccination .vaccination-list li {
 margin: 0 0 0.8em;
}

/* --- スマホ --- */
@media (max-width: 768px) {
 #vaccination .vaccination-section {
  padding: 70px 0;
 }
 #vaccination .vaccination-flex {
  flex-direction: column;
  gap: 32px;
 }
 #vaccination .vaccination-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #vaccination .vaccination-subheading {
  margin: 2em 0 0.8em;
 }
}
#vaccination .vaccination-addon-heading {
 font-size: 1.2rem;
 font-weight: 700;
 color: #cc3366;
 margin: 2.4em 0 0.8em;
 border-bottom: 2px solid #dfdede;
 padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
 #vaccination .vaccination-addon-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #cc3366;
  margin: 2.4em 0 0.8em;
 }
}
