@charset "utf-8";

/* content
---------------------------------------- */
#content .motto{
	margin-bottom: 60px;
	width:100%;
	max-width: 655px;
}
#content .philosophy{
	margin-bottom: 70px;	
	width:100%;
	max-width: 665px;
}
@media screen and (max-width:800px) {
	#content .motto{
		margin-bottom: 20px;
	}
	#content .philosophy{
		margin-bottom: 10px;	
	}
}

