body{
	background:url('../images/reform/bg_header.jpg') no-repeat top center;
}
#side{
display:none;
}
#contents{
width:100%;
line-height:1.8em;
font-size:15px;
}
#contents h3{
	color:#4fb2a0;
	font-size:26px;
	margin:0 0 15px 0;
	border-bottom:2px solid #4fb2a0;
}
#contents h3:before{
	content:"■□";
}
#contents h4{
	color:#4fb2a0;
	font-size:20px;
	margin:0 0 15px 0;
}
#reform_photo{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
#reform_photo li{
	width:calc(100% / 4 - 40px);
	margin:0 20px 40px;
	text-align:center;
}
#reform_photo li img{
	width:100%;
	height:auto;
}