﻿* {
	box-sizing: border-box
}
*::before, *::after {
	box-sizing: border-box
}
ul, ol {
	padding: 0
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 104%;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block
}
html { scroll-behavior: smooth;}
body {
	font-family: Lucida Grande, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.6
}
ul, ol {
	list-style: none
}
a {
	text-decoration: none
}
a:focus {
	outline: solid 2px #86C9FF;
	box-shadow: 0 0 5px #306FA2;
}
a:not {
	text-decoration-skip-ink: auto
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	border: none
}
article > * + * {
	margin-top: 1em
}
input, button, textarea, select {
	font: inherit;
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th {
	text-align: left
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important
	}
}