html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%; /* 10px = 1rem */
  touch-action: manipulation;
}

body {
  margin: 0;
  word-break: break-all;
  line-height: 1;
  color: #333;
  font-size: 1.5rem;
}

h1,
h2,
h3 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input[type="submit"],
input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
}

button {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

address {
  font-style: normal;
}

dialog {
  border: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}
