/*===============================
vaccination2
================================*/
@media screen and (min-width: 768px) {
}
/* ::::: 当院について ::::: */
#vaccination2 {
}
#vaccination2 .vaccination2-section {
 padding: 60px 0;
 background: #fff;
}
@media screen and (min-width: 768px) {
 #vaccination2 .vaccination2-section {
  padding: 100px 0;
  background: #fff;
 }
}
#vaccination2 .vaccination2-header {
 border-bottom: 3px solid #d6a59c;
 margin-bottom: 40px;
}
#vaccination2 .vaccination2-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;
}
#vaccination2 .vaccination2-icon {
 width: 25px;
 height: 25px;
}
@media screen and (min-width: 768px) {
 #vaccination2 .vaccination2-icon {
  width: 28px;
  height: 28px;
 }
}
#vaccination2 .vaccination2-title {
 font-size: 1em;
 padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
 #vaccination2 .vaccination2-title {
  font-size: 1.4em;
  padding-bottom: 40px;
 }
}
#vaccination2 .vaccination2-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カラム --- */
#vaccination2 .vaccination2-flex {
 display: flex;
 gap: 38px;
 align-items: flex-start;
 padding-bottom: 50px;
}

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

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

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

/* --- スマホ --- */
@media (max-width: 768px) {
 #vaccination2 .vaccination2-section {
  padding: 70px 0;
 }
 #vaccination2 .vaccination2-flex {
  flex-direction: column;
  gap: 32px;
 }
 #vaccination2 .vaccination2-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #vaccination2 .vaccination2-subheading {
  margin: 2em 0 0.8em;
 }
}
#vaccination2 .vaccination2-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) {
 #vaccination2 .vaccination2-addon-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #cc3366;
  margin: 2.4em 0 0.8em;
 }
}
