/* 医院様専用のCSS */
.mv img {
  width: 100vw;
  height: auto;
  object-fit: cover;
}

.feature-image img {
  transform: scale(1);
}

.content .content-list .item .item-img img {
  border-radius: 0;
}

/*追従バナー設置*/
#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: #36497e;
    /*テンプレートに合わせて色を変更*/
    text-decoration: none;
    font-size: 110%;
    line-height: 1.5em;
    width: 100%;
    height: 100%;
    float: left;
    padding: 10px 0px;
  }

  .copylight {
    padding: 15px 0 72px;
  }
}