@charset "utf-8";
/* Base Style Setting */
html {
	font-size: 62.5%;/* 10px相当 */
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden;
	background: none;
	color: #000;
	font-size: 1.5em;
	line-height: 1.75;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	touch-action: manipulation;
}
a {
	color: #004da0;
	text-decoration: none;
}
a:hover {
	color: hsl(211, 100%, 41%);
}
a:focus {
	outline: 2px auto Highlight;
	outline: 5px auto -webkit-focus-ring-color;
}
@media (min-width: 60.001em){
	body {
		font-size: 1.7em;
	}
}

/* Typography Base Setting */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}
p, ul, ol, dl, blockquote, table {
	margin-top: 0;
	margin-bottom: 1em;
}
dd {
	margin-left: 0;
}
ol, ul {
	padding-left: 2em;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
em {
	font-style: normal;
}
rp, rt {
	font-size: .6875em;
	line-height: 1;
}
table {
	font-size: 1em;
	empty-cells: show;
}
img {
	height: auto;
}
iframe {
	width: 100%;
}
img, iframe, button {
	max-width: 100%;
}