@charset "utf-8";

.philosophy-text {
	margin-top: 15px;
	padding: 0 0 0 5px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}

@media (max-width: 640px) {
	.philosophy-text {
		margin-top: 15px;
		padding: 0;
		font-size: 13px;
		line-height: 1.8;
	}
}