@charset "utf-8";
*, *::before, *::after {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}
html {
		scroll-behavior: smooth;
		scroll-padding-top: 80px;
}
body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
}
ol, ul {
		list-style: none;
}
blockquote, q {
		quotes: none;
}
table {
		border-collapse: collapse;
		border-spacing: 0;
}
img {
		max-width: 100%;
		height: auto;
		display: block;
}
a {
		color: inherit;
		text-decoration: none;
}
button {
		font: inherit;
		cursor: pointer;
		border: none;
		background: none;
}