/* 北の廃から。共通ヘッダー中央ロゴ */
.header{
  position:relative!important;
}
.header>a:first-child{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:auto!important;
  max-width:calc(100% - 180px)!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.header>a:first-child .logo{
  width:auto!important;
  height:40px!important;
  max-width:180px!important;
  max-height:40px!important;
  object-fit:contain!important;
  object-position:center center!important;
}

@media(max-width:420px){
  .header>a:first-child .logo{
    height:38px!important;
    max-width:164px!important;
    max-height:38px!important;
  }
}
