@charset "UTF-8";


/* nav
----------------------------------------*/
.nav-list li.vol02::before{
	display: inline-block;
}

/* photo
----------------------------------------*/
.f_center{
	max-width: 650px;
	margin: 60px auto;
}
.f_center.wide{
	max-width: 900px;
}
.section02 .f_center:last-of-type,
.section03 .f_center:last-of-type,
.section04 .f_center:last-of-type{
	margin: 60px auto 20px;
}

@media screen and (max-width: 767px){
	.f_left,.f_right{
		float: none;
		width: 80%;
		margin: 40px auto;
	}
	.f_center,.f_center.wide{
		width: 100%;
		margin: 40px auto;
	}
	.section02 .f_center:last-of-type,
	.section03 .f_center:last-of-type,
	.section04 .f_center:last-of-type{
		margin: 40px auto 10px;
	}
}