@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;
	margin-bottom: 100px;
	padding: 0;
}
.text li:first-child{
	border-bottom: 1px solid #696969; 
}
.text-br{
	display: none;
}
@media (max-width: 700px){
	.text-br{
	display: block;
}
}