#section1:after{
	display:none;
}
main section{
	padding:40px 0;
}
#section0{
}
#section0 h3{
	line-height:1.5em;
}
#section1{
	margin:0 auto;
}

#section1{
	background:#fff;
}
#section1 article dd{
	background:rgba(249,247,236,0.8);
	padding:40px;
	border-radius:20px;
	width:480px;
	position:relative;
	z-index:2;
	margin:80px 0 0;
}
#section1 article dd h6{
	font-size:24px;
	text-align:center;
	padding:40px 0 20px;
}
#section1 article dl{
	position:relative;
	width:100%;
	margin:0 auto 200px;
}
#section1 article dt{
	position:absolute;
	z-index:1;
	top:0;
}
#section1 article dl:nth-child(odd) dt{
	top:0;
	right:-100px;
}
#section1 article dl:nth-child(even) dd{
	margin-left:480px;
}
.number{
	width:108px;
	line-height:108px;
	flex:none;
	font-size:48px;
	font-weight:700;
	color:#fff;
	text-align:center;
	background:url('../images/about/bg_number.png') no-repeat center center;
	position:absolute;
	top:-60px;
	left:0;
	right:0;
	margin:auto;
}