@charset "UTF-8";

article>h1 {
	background-image: url(../img/about/bg_ttl.png);
}
h2 {
	padding-top: 90px;
	padding-bottom: 100px;
	text-align: center;
}
h3 {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.txt_l {
	text-align: left;
}
.txt_r {
	text-align: right;
}

.about .intro {
	font-size: 82%;

}
.about .intro p {
	line-height: 230%;
}

.box_r {
	width: 755px;
	float: right;
	text-align: left;
	margin-bottom: 70px;
}
.box_l {
	width: 755px;
	float: left;
	text-align: left;
	margin-bottom: 70px;
}

.box_r p,
.box_l p {
	padding: 0;
}


.img_right {
	background: url(../img/about/img_right.png) no-repeat right;
	width: 100%;
	height: 465px;
	position: relative;
}
.img_left {
	background: url(../img/about/img_left.png) no-repeat left;
	width: 100%;
	height: 424px;
	position: absolute;
	left: 0;
}