.section_about_banner {
	padding: 100px 0 0;
}
.section_about_banner img {
	display: block;
	margin: 0 auto;
}

.section_about_content {
	width: 800px;
	margin: 0 auto 100px;
}
.section_about_content .title {
	margin-bottom: 80px;
}
.section_about_content .title img {
	display: block;
}
.section_about_content .label {
	margin-bottom: 90px;
}
.section_about_content .label img {
	display: block;
	margin: 0 auto;
}
.section_about_content .content {
	width: 550px;
	margin: 0 auto;
}
.section_about_content .content .group {
	margin-top: 65px;
}
.section_about_content .content .group:first-child {
	margin-top: 0;
}
.section_about_content .content .group .group_ttl {
	margin-bottom: 18px;
}
.section_about_content .content .group .group_ttl img {
	display: block;
}

.section_about_voice {
	padding: 70px 0 90px;
	margin-bottom: -90px;
	background: #EEB990;
	color: #000;
	line-height: 1.8em;
}
.section_about_voice .sec_inner {
	width: 550px;
	margin: 0 auto;
}
.section_about_voice .title {
	margin-bottom: 75px;
}
.section_about_voice .title img {
	display: block;
}
.section_about_voice .content .group {
	margin-top: 80px;
}
.section_about_voice .content .group:first-child {
	margin-top: 0;
}
.section_about_voice .content .group .group_ttl {
	margin-bottom: 30px;
}
.section_about_voice .content .group .group_ttl img {
	display: block;
}


@media (max-width: 640px) {

	.section_about_banner {
		padding: 50px 0 0;
	}
	.section_about_banner img {
		width: 100%;
	}

	.section_about_content {
		width: auto;
		margin: 0 auto 50px;
		padding: 0 10px;
	}
	.section_about_content .title {
		margin-bottom: 30px;
	}
	.section_about_content .title img {
		width: 100%;
	}
	.section_about_content .label {
		margin-bottom: 30px;
	}
	.section_about_content .label img {
		width: 100%;
	}
	.section_about_content .content {
		width: auto;
		margin: 0 auto;
	}
	.section_about_content .content .group {
		margin-top: 30px;
	}
	.section_about_content .content .group:first-child {
		margin-top: 0;
	}
	.section_about_content .content .group .group_ttl {
		margin-bottom: 18px;
	}
	.section_about_content .content .group .group_ttl img {
		width: 100%;
	}

	.section_about_voice {
		padding: 30px 10px 40px;
		margin-bottom: -40px;
		background: #EEB990;
		color: #000;
		line-height: 1.8em;
	}
	.section_about_voice .sec_inner {
		width: auto;
		margin: 0 auto;
	}
	.section_about_voice .title {
		margin-bottom: 40px;
	}
	.section_about_voice .title img {
		width: 100%;
	}
	.section_about_voice .content .group {
		margin-top: 30px;
	}
	.section_about_voice .content .group:first-child {
		margin-top: 0;
	}
	.section_about_voice .content .group .group_ttl {
		margin-bottom: 20px;
	}
	.section_about_voice .content .group .group_ttl img {
		width: 100%;
	}

}