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

#main {
	margin-bottom: 140px;
}

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

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

#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;
color: #0E6FB4;
}

#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 p {
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 24px;
}

#main p span{
color: #BA282B;
margin-right: 15px;
font-weight: bold;
}

#main .example {
position: relative;
margin-bottom: 50px;
}

#main .example .caution{
position: absolute;
top:0px;
right:0px;
width: 300px;
}

#main .example .icon{
position: absolute;
bottom:0px;
right:100px;
}