@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
body,
h1, h2, h3, h4, h5, h6, p,
div, blockquote, th, td,
dl, dt, dd, ul, ol, li,
form, fieldset, legend, input, button, textarea,
figure,
address {
	margin: 0;
	padding: 0;
}
html, body, td, th,
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
main, aside, section, article {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.5;
}
img {
	width: 100%;
	display: block;
}
a {
	text-decoration: none;
}
img, fieldset, iframe {
	border: 0;
}
button,
[type=submit], [type=reset], [type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background-color: transparent;
}
[type=submit], [type=reset], [type=button],
button, label {
	cursor: pointer
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
th, optgroup {
	font-style: normal;
	font-weight: normal;
}
abbr {
	border: 0;
	font-variant: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
address, cite {
	font-style: normal;
}