@charset "UTF-8";

/* リセット */
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  display: block;
}

body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption,
img,
span,
a {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1, "trad" 1;
}
*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
