/* osms only!! */
.header_logo a > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 160px;
  height: 44px;
}
.footer_info_logo_wrap > .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .header_logo a > .img{
    width: 140px;
    height: 38px;
  }
}
@media screen and (max-width: 480px) {
  .header_logo a > .img{
    width: 120px;
    height: 32px;
  }
  .footer_info_logo_wrap > .img {
    height: 32px;
  }
}