@charset 'utf-8';

html {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	word-break: break-all;
	color: #333;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: thin dotted invert;
}

a, button {
	-webkit-transition: .3s all;
	transition: .3s all;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure {
	padding: 0;
	margin: 0;
}

input, button, textarea, select {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
}

input[type=submit]:hover {
	cursor: pointer;
}

address {
	font-style: inherit;
}

img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

small, strong, span, time {
	display: inline-block;
}

nav li::before {
	display: none;
}