@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  border: 0;
  margin: 0;
}
article,
aside,
button,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
input,
menu,
nav,
picture,
section,
select,
strong,
textarea {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
a,
button,
h1,
h2,
h3,
h4,
input,
select,
label,
small {
  line-height: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-feature-settings: inherit;
  letter-spacing: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: 400;
  text-align: center;
}
img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
}