/* osms only!! */
.header_logo a > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 270px;
  height: 50px;
}
.footer_info_logo_wrap > .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 66px;
}

/* iPad Pro : 1024px */
@media screen and (max-width: 1024px){
  .header_logo a > .img{
    width: 254px;
    height: 46px;
  }
}

/* iPad Air : 820px */
@media screen and (max-width: 820px){
  
}

/* iPad Mini : 768px */
@media screen and (max-width: 768px) {
  .header_logo a > .img{
    width: 230px;
    height: 42px;
  }
  .footer_info_logo_wrap > .img {
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .header_logo a > .img{
    width: 210px;
    height: 38px;
  }
}

@media screen and (max-width: 480px) {
  .header_logo a > .img{
    width: 166px;
    height: 30px;
  }
}
@media screen and (max-width: 375px) {
  .header_logo a > .img{
    width: 166px;
    height: 30px;
  }
  .footer_info_logo_wrap > .img {
    height: 40px;
  }
}