/* osms only!! */
.header_logo a > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 200px;
  height: 40px;
}
.footer_info_logo_wrap > .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .header_logo a > .img{
    width: 170px;
    height: 34px;
  }
  .footer_info_logo_wrap > .img {
    height: 34px;
  }
}
@media screen and (max-width: 480px) {
  .header_logo a > .img{
    width: 140px;
    height: 28px;
  }
  .footer_info_logo_wrap > .img {
    height: 28px;
  }
}
@media screen and (max-width: 375px) {
  .header_logo a > .img{
    width: 120px;
    height: 24px;
  }
  .footer_info_logo_wrap > .img {
    height: 24px;
  }
}