@media (max-width: 360px) {
  html {
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  .content-central .land-block img,
  .content-central .land-block video,
  .content-central .land-block iframe {
    max-width: 100%;
    height: auto;
  }
  input,
  select,
  textarea,
  button {
    max-width: 100%;
    min-height: 44px;
  }
  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
