* {
  padding: 0;
  margin: 0;
  font-style: normal;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.83333;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #666666;
}

input,
select,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
select,
textarea {
  font-size: inherit;
  font-weight: normal;
}

input[type='text'],
input[type='password'],
input[type='button'],
input[type='submit'],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'],
input[type='button'],
input[type='submit'],
label {
  cursor: pointer;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
  vertical-align: top;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.5s;
  display: inline-block;
  color: #666666;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

main {
  display: block;
}

button {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-transform: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
