@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: 1em;
}
ul,
ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}
img,
picture {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
  border: none;
}
input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
table {
  width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
  text-align: inherit;
  font-weight: inherit;
}