/*リセット*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, span, label, input, textarea, button, table, td, th, figure, nav, main, img {
  margin: 0;
  padding: 0;
}
html, body {
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, label, input, button, select, option, textarea, table, td, th, figure, nav, main, address {
  font-weight: inherit;
  font-style: normal;
}
a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, label, input, button, select, option, textarea, button, table, td, th, figure, nav, main, address {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*[disabled] {
  opacity: 1;
  cursor: auto;
}
table, td, th {
  border-spacing: 0;
}
th {
  text-align: justify;
}
a {
  text-decoration: none;
  outline: none;
}
a img {
  border: 0;
}
img, svg {
  vertical-align: bottom;
}
li {
  list-style: none;
}
input[type="submit"], input[type="button"], button, input[type="radio"] + label, input[type="checkbox"] + label, input[type="file"] + label, a {
  cursor: pointer;
}
main,picture {
  display: block;
}
i{
  font-style: normal;
}
em{
  font-style: normal;
}

/*フォーカス削除*/
a, button, input {
  -webkit-tap-highlight-color: transparent;
}
/*フォームパーツリセット*/
label, input, select, option, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none transparent;
  outline: none;
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input[type="file"], input[type="checkbox"], input[type="radio"] {
  display: none;
}
input[type="file"] {
  opacity: 0;
  width: 0;
  height: 0;
}

