<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-------------- 医院ごとのパーツ -----------------*/
.header-logo-e {
  width: 220px;
}

@media only screen and ( max-width : 428px ) {
  .header-logo {
    margin: 8px 0 4px 8px;
    width: 60%;
  }
  
  @media only screen and ( max-width : 375px ) {
    .header-logo {
      margin: 5px 0 4px 8px;
      width: 75%;
    }
  
    @media ( max-width : 320px ) {
      .header-logo {
        margin: 5px 0 4px 8px;
        width: 95%;
      }
    }
  }
}

.logo-footer {
  width: 280px;
}

@media only screen and ( max-width : 428px ) {
  .logo-footer {
    width: 250px;
  }
}</pre></body></html>