html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	color: #111;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	min-width: 1000px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	background: #999;
	padding: 1vw;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	text-decoration:none;
	color:blue;
}

p {
	font-size:1.4rem;
}
