@charset "utf-8";
/*------------------------------------------------------------
	スタッフ一覧
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 48px;
}

#main {
	margin-bottom: 140px;
}

#main h3 {
height: 120px;
background-image: url(../search/images/h3_bg.png);
background-repeat: no-repeat;
background-position: center;
font-size: 16px;
font-weight: normal;
line-height: 26px;
text-align: center;
box-sizing: border-box;
margin-bottom: 50px;
}

#main p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
}

#main h4 {
	margin-bottom: 18px;
	padding: 10px 5px;
	color: #106EB6;
	font-size: 18px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

#main .before {
margin-bottom: 50px;
}

#main .before .title{
color: #FFF;
text-align: center;
font-size: 18px;
font-weight: bold;
line-height: 50px;
background-color: #106EB6;
}

#main .before .inner{
	box-sizing: border-box;
	border: 5px solid #D0E8F4;
	border-top: none;
	padding: 20px;
	overflow: hidden;
}

#main .image {
margin-bottom: 20px;
}

#main .copy {
margin-bottom: 30px;
}

#main .zero_bn {
margin-bottom: 50px;
}

#main .reform {
margin-bottom: 50px;
overflow: hidden;
}

#main .reform li{
width: 320px;
height: 180px;
margin-right: 20px;
margin-bottom: 20px;
float: left;
}

#main .reform li:nth-child(3n) {
margin-right: 0px;
}