#page_title{
	background:url('../images/korekara/pagetitle.jpg') no-repeat top center;
}
main {
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0 120px 0;
	box-sizing: border-box;
}
#section2 article{
	display:flex;
	justify-content:space-between;
}
#section2 article .fll{
	width:20%;
	box-sizing:border-box;
	flex:none;
	text-align:center;
}
#section2 article .flr{
	width:75%;
	box-sizing:border-box;
	flex:none;
}

img.aligncenter{
	display: block;
	margin: 20px auto;
}

img.fl_img{
	float: left;
	margin: 0 20px 40px 0;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

h3{
	clear: both;
}

.clr{
	clear: both;
}
.photo{
	list-style:none;
	padding:20px 0;
	display:flex;
	justify-content:space-between;
}
.photo li{
	width:24.5%;
	text-align:center;
}
.photo li img{
	display:block;
	margin:0 auto 10px;
}