@charset "UTF-8";
.about {}
.about_title {}
.about_text {}
.about_image {
	margin-left: auto;
	margin-right: auto;
	max-width: 876px;
	margin-top: 80px;
}
.about_image > img {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.about {}
	.about_title {}
	.about_text {}
	.about_image {
		margin-top: 50px;
	}
	.about_image > img {}
}
@media screen and (max-width:767px) {
	.about {}
	.about_title {}
	.about_text {}
	.about_image {
		margin-top: 25px;
	}
	.about_image > img {}
}