/* 医院様専用のCSS */

@media print,
screen and (min-width: 1025px) {
  .top .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 1.7vw;
  }

  .top .swiper-container .swiper-wrapper .swiper-slide .text .item1 {
    position: absolute;
    top: 1vw;
    left: 20vw;
    background-color: rgb(255 255 255 / 1);
    padding: 0 0.5vw;
  }

  .top .swiper-container .swiper-wrapper .swiper-slide .text .item2 {
    position: absolute;
    top: 4vw;
    left: 16.5vw;
    background-color: rgb(255 255 255 / 1);
    padding: 0 0.5vw;
  }

  .top .swiper-container .swiper-wrapper .swiper-slide .text .item3 {
    position: absolute;
    top: 8vw;
    left: 12.5vw;
    background-color: rgb(255 255 255 / 1);
    padding: 0 0.5vw;
  }
}

/*追従バナー設置*/
#bottomLink {
  display: none;
}

@media screen and (max-width: 768px) {
  #bottomLink {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    height: 50px;
    overflow: hidden;
  }

  #bottomLink a span {
    font-size: 14px;
    display: inline-block;
  }

  #bottomLink a {
    display: block;
    color: #fff;
    background: #295e35;
    /*テンプレートに合わせて色を変更*/
    text-decoration: none;
    font-size: 110%;
    line-height: 1.2em;
    width: 49.5%;
    height: 100%;
    float: left;
    border-left: 1px solid #fff;
    padding: 10px 0px;
  }

  #bottomLink a:last-of-type {
    border-right: 1px solid #fff;
  }

  .footer .bottom {
    padding-bottom: 45px;
  }
}