@charset "UTF-8";
/* CSS Document */
.text{
	width: 80%;
	margin: 0 auto;
}
.text h1{
	margin-top: 200px;
	font-size: 1.5rem;
}
.text h2{
	font-size: 1.3rem;
	text-align: left;
	margin-top: 30px;
}
.text p{
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.6rem;
}
.text ul{
	text-align: left;
	font-size: 1.2rem;
	list-style: none;
}