@charset "utf-8";
/*-------------- 医院ごとのパーツ -----------------*/
/*---ロゴ上下幅調整---*/
.header-logo {
  margin-top: 2px; 
  margin-bottom: 2px; 
}

@media only screen and ( max-width : 428px ) {
  .header-logo {
    margin-bottom: 0;
    margin: 10px 0 4px 8px;
    width: 90%;
    height: auto;
  }

  .logo-footer {
    margin-bottom: 20px;
    width: 300px;
  }  
  
  @media only screen and ( max-width : 375px ) {
    .header-logo {
      margin-bottom: 0;
      margin: 12px 0 4px 8px;
      width: 90%;
      height: auto;
    }
  
    @media ( max-width : 320px ) {
      .header-logo {
        width: 100%;
        margin: 15px 0 4px 8px;
      }
    }
  }
}