@charset "utf-8";
/*-------------- 医院ごとのパーツ -----------------*/

.header-logo {
  margin: 8px 0 5px 8px;
  width: 60%;
}


@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;
}
}