<style>
  .section-title {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding-left: 10px;
    border-left: 6px solid #4caf50;
  }

  .lead {
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.7;
  }

  .menu-heading {
    font-size: 18px;
    margin: 25px 10px 10px;
    font-weight: bold;
    color: #333;
  }

  .menu-heading.red {
    color: #d32f2f;
  }

  .card-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 10px 20px;
  }

  .card {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: 0.2s;
  }

  .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  }

  .card-icon {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .card-title {
    font-size: 17px;
    font-weight: bold;
  }

  .card-sub {
    font-size: 12px;
    color: #666;
  }
.card {
  background: linear-gradient(#f0fff4, #ffffff);
}
/* タイトルを強制的に大文字化 */
.section-title,
.section-title span.en,
#hpb-title h2,
#hpb-title span.en {
    text-transform: uppercase !important;
}
#hpb-title h2,
#hpb-title h2 span.en,
#hpb-title span.en {
    text-transform: uppercase !important;
}
.section-title,
.section-title span.en {
    text-transform: uppercase;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #00aaff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}

.btn.yellow {
  background: #ffcc00;
  color: #333;
}
.btn-box {
  display: flex;
  gap: 10px;        /* ボタン同士のすき間 */
  justify-content: center;  /* 中央揃え（任意） */
}
header {
  background: #c8e6c9;
  padding: 20px;
  text-align: center;
  border-bottom: 3px solid #9ccc65;
}

header .site-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2e7d32;
}

header .clinic-name {
  margin: 5px 0 0;
  font-size: 0.9rem;
  color: #2e7d32;
  opacity: 0.9;
}

.top-links {
  text-align: right;
  padding: 10px 15px;
}

.top-links a {
  color: #2e7d32;
  text-decoration: none;
  font-size: 0.9rem;
}

</style>
