@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: 24px;
line-height: 120px;
text-align: center;
box-sizing: border-box;
margin-bottom: 20px;
}

#main .copy {
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

#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 .privacy{

}

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

#main .privacy ul{
	padding-left: 20px;
	margin-bottom:50px;
}

#main .privacy li{
	list-style-type: decimal;
	line-height:26px;
	font-size:14px;
	margin-bottom: 5px;
}