*{
	box-sizing : border-box;
}
html{
	font-size : 62.5%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size : 1.8em;
	font-weight : 500;
	line-height : 2;
	letter-spacing: 0.1em;
	color : #333;
	text-size-adjust : 100%;
}
img{
	max-width : 100%;
	height : auto;
	vertical-align : middle;
}
a{
	text-decoration : none;
	color : #333;
}