/* osms only!! */
.header_logo a > .img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 232px;
  height: 40px;
}
.footer_info_logo_wrap > .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 40px;
}

/* iPad Pro : 1024px */
@media screen and (max-width: 1024px){
  
}

/* iPad Air : 820px */
@media screen and (max-width: 820px){
  
}

/* iPad Mini : 768px */
@media screen and (max-width: 768px) {
  .header_logo a > .img{
    width: 210px;
    height: 36px;
  }
}

@media screen and (max-width: 640px) {
  .header_logo a > .img{
    width: 186px;
    height: 32px;
  }
}

@media screen and (max-width: 480px) {
  .header_logo a > .img{
    width: 150px;
    height: 26px;
  }
  .footer_info_logo_wrap > .img {
    height: 30px;
  }
}
@media screen and (max-width: 375px) {
  .header_logo a > .img{
    width: 142px;
    height: 24px;
  }
}