#page{
	padding: 30px 0;
	position: relative;
}
.page_title{
	font-weight: 700;
	font-family: Cera-Round-Pro-700;
	font-size: 50px;
	line-height: 1.2;
	color: #000;
	position: relative;
	z-index: 2;
}
.page_box div.content{
	margin-top: 20px;
}
.page_box div p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #232323;
}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 770px) {}
@media screen and (max-width: 700px) {
	.page_title{
		font-size: 40px;
	}
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 500px) {
	.page_title{
		font-size: 30px;
	}
	.page_box div p{
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
	.page_title{
		font-size: 26px;
	}
}