html {
 	font-size: 62.5%;
 }
body {
	font-family: Meiryo;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
body h1 {
	font-size: 45px;
	font-size: 4.5rem;
	color: #4F60A3;
}
body h2 {
	font-size: 35px;
	font-size: 3.5rem;
	color: #4F60A3;
}
body h3 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #0A0A0A;
}
body h4 {
	font-size: 15px;
	font-size: 1.5rem;
	color: #0A0A0A;
}
body h5 {
	font-size: 15px;
	font-size: 1.5rem;
	color: #3E3B3B;
}
a {
	font-size: 15px;
	font-size: 1.5rem;
	color: #0A0A0A;
}
