/* osms only!! */
.header_logo a > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 200px;
  height: 60px;
}
.footer_info_logo_wrap > .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .header_logo a > .img{
    width: 132px;
    height: 40px;
  }
  .footer_info_logo_wrap > .img {
    height: 40px;
  }
}