.header0322__logo {
  grid-area: header_logo;
  display: block;
  width: 152px;
  height: 27px;
  background-image: url("/v3/images/logo032022.svg");
  font-size: 0;
  margin: 0;
  font-weight: normal;

}

@media (min-width : 768px) {
  .header0322__logo {
    grid-area: header_logo;
    width: 132px;
    height: 47px;
    background-image: none;
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:400;
    color: #333333;
    display: flex;
    flex-direction: column;
    line-height: 11px;
    padding: 0;

  }
  .header0322__logo::before {
    content: '';
    width: 132px;
    height: 47px;
    background-image: url("/v3/images/logo032022.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width : 1024px) {
  .header0322__logo {
    grid-area: header_logo;
    width: 152px;
    height: 57px;
    font-size: 9px;
    margin-left:10px;
  }
  .header0322__logo::before {
    width: 152px;
    height: 57px;
  }
}