/* 医院様専用のCSS */


/*追従バナー設置*/
#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: #ffc638; /*テンプレートに合わせて色を変更*/
    text-decoration: none;
    font-size: 110%;
    line-height: 1.2em;
    width:49.6%;
    height: 100%;
  float:left;
  border-left: 1px solid #fff;
    padding: 10px 0px;
}
}