/* osms only!! */
.header_logo a > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 260px;
  height: 40px;
}
.footer_info_logo_wrap > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 36px;
}
@media screen and (max-width: 640px) {
  .footer_info_logo_wrap > .img {
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header_logo a > .img{
    width: 170px;
    height: 20px;
  }
  .footer_info_logo_wrap > .img {
    height: 20px;
  }
}
@media screen and (max-width: 375px) {
  .header_logo a > .img{
    width: 140px;
    height: 18px;
  }
}