h2{
border-bottom:5px solid #5ac8fb;
margin:0 0 2px 0;
}
#midashi{
height:67px;
line-height:67px;
text-align:center;
background:#74d6da;
color:#fff;
font-size:24px;
margin:0 0 40px 0;
font-weight:normal;
}
#main section{
width:960px !important;
margin-bottom:70px;
}
#main section h4{
color:#5ac8fb;
font-size:30px;
text-align:center;
margin:0 0 20px 0;
}
#contents1 .inner{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
#contents1 dl{
border:1px solid #ccc;
	box-sizing:border-box;
	width:calc((100% - 40px) / 3);
border-radius:5px;
}
#contents1 dl dt img{
	display:block;
	width:100%;
	height:auto;
}
#contents1 dd{
padding:20px;
}
#contents1 dd h5{
font-size:20px;
font-weight:normal;
margin:0 0 20px 0;
}
#contents2 .inner{
width:938px;
padding:40px 0;
border:1px solid #ccc;
border-radius:5px;
margin:0 auto;
background:url('../images/rebuilt/bg_flow.png');
}