@charset "utf-8";
/*-------------- 医院ごとのパーツ -----------------*/
/*---ロゴ上下幅調整---*/
.header-logo {
  margin-top: 2px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 428px) {
  .header-logo {
    margin-bottom: 0;
    margin: 6px 0 4px 8px;
    width: 82%;
    height: auto;
  }
  .logo-footer {
    width: 288px;
  }
}

@media only screen and ( max-width : 428px ) {
  .sticky-btns-area a.two-btns {
    display: inline-block;
    width: calc(100% / 2 - 20px);
    border: 1px solid;
    margin: 10px 5px 0 9px;
    font-size: 15px;
  }
}