/* for japan-address-validator style adjustment */

.mw-address-validator {
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.3em;
  z-index: 2002;
  position: relative;
}

.mw-address-validator * {
  font-weight: initial;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  background-color: initial;
  -webkit-appearance: none;
  appearance: none;
}

.mw-address-validator h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

@media screen and (min-width:750px) { 
  .mw-address-validator h2 {
    font-size: 18px;
    line-height: 23.4px
  }
}