/* osms only!! */
.header_logo a > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 293px;
  height: 54px;
}
.footer_info_logo_wrap > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .header_logo a > .img{
    width: 260px;
    height: 48px;
  }
}
@media screen and (max-width: 800px) {
  .header_logo a > .img{
    width: 240px;
    height: 44px;
  }
}
@media screen and (max-width: 640px) {
  .header_logo a > .img{
    width: 218px;
    height: 40px;
  }
  .footer_info_logo_wrap > .img {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .header_logo a > .img{
    width: 196px;
    height: 36px;
  }
  .footer_info_logo_wrap > .img {
    height: 38px;
  }
}