/* 医院様専用のCSS */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.about .acs {
  margin-top: 6vw;
  padding-top: 2vw;
}

.about .acs .acs-wrapper .acs-content .text {
  margin-left: 0;
}

@media print,
screen and (min-width: 1025px) {

  .top .swiper-container .swiper-wrapper .swiper-slide .text .item1,
  .top .swiper-container .swiper-wrapper .swiper-slide .text .item2 {
    background-color: #fff;
    padding: 6px;
  }
}

@media print,
screen and (max-width: 1024px) {

  .header .header-fixed .header-logo {
    width: 56.99vw;
    margin-top: 4vw;
  }
}