/*!
 * A modern CSS reset
 * MIT License
 * https://github.com/andy-piccalilli/modern-css-reset
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul[role='list'],
ol[role='list'] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizespeed;
	line-height: 1.5;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

html {
	scroll-behavior: smooth;
}

body {
	min-width: 980px;
	min-height: 100dvh;
	font-family: hiragino-kaku-gothic-pron, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	color: #676767;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	background-color: #fff;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

body.single {
	padding-bottom: 56px;
}

body.home #page,
body.single #page,
body.page #page,
body.error404 #page {
	background-color: #fff;
}

body:not(.single):not(.page):not(.error404):not(.home) #page {
	background-color: #f5f5f5;
}

img {
	height: auto;
}

li {
	list-style: none;
}

input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid #8fc4ff;
	outline-offset: 2px;
	border-radius: 2px;
}

a {
	color: #005ce2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.halt {
	font-feature-settings: 'halt' on;
}

@media (prefers-reduced-motion: reduce) {

	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
