/* 医院様専用のCSS */
html {
  scroll-behavior: smooth;
}

.main-copy {
  height: 280px;
}

.main-copy h2 {
  font-size: 28px;
}

@media print,
screen and (max-width: 639px) {
  .main-copy {
    height: 280px;
  }

  .main-copy h2 {
    font-size: 22px;
  }
}