@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img,
picture {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
	display: block;
	max-width: 100%;
}