@charset "utf-8";
html{
	font-size:100%;
	min-width:1000px;
}
body{
	font-family: "Rounded Mplus 1c";
	font-size: 14px;
	font-size: 1.6rem;

}
h1{
	font-size: 32px;
	font-size: 3.2rem;
}

h2{
	font-size: 24px;
	font-size: 2.4rem;
}

h3{
	font-size: 16px;
	font-size: 1.6rem;
}
h4{
	font-size: 8px;
	font-size: 0.8rem;
}
h5{
	font-size: 4px;
	font-size: 0.4rem;
}
h6{
	font-size: 2px;
	font-size: 0.2rem;
}
p {
	margin-top:1rem;
	margin-bottom:1rem;
}

ul {
	list-style-type:circle;
	padding-left:3rem;
	font-size:24px;
}
