@charset "utf-8";

*, *::before, *::after {
	box-sizing: border-box;
}

body, blockquote, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, figure, pre, fieldset, legend, hr {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}

input, button, textarea, select {
	font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	font-size: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: inherit;
}

ul, li, ol {
	list-style-type: none;
}

table {
	text-indent: 0;
	border-collapse: collapse;
	border-color: inherit;
}

input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
