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

#main {
	margin-bottom: 140px;
}

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

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

#main .copy2 {
text-align: center;
margin-bottom: 50px;
}

#main .copy3 {
text-align: center;
font-size: 26px;
line-height: 36px;
font-weight: bold;
margin-bottom: 50px;
}

#main  .reason_title {
	margin-bottom: 18px;
	padding: 11px 5px 10px;
	color: #106EB6;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
}

#main .linkList {
	margin: -20px 0 49px;
}

#main .linkList li {
	margin: 20px 20px 0 0;
	float: left;
	width: 320px;
}

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

#main .linkList li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

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

#main .point .title{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
line-height: 50px;
color: #FFF;
}

#main .point span{
color: #FCEB00;
font-family: 'Oswald-Bold';
margin-left: 15px;
margin-right: 15px;
}

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

#main .point .inner p{
font-size: 14px;
line-height: 24px;
}

#main .point .inner .subtitle{
	margin-bottom: 10px;
	padding: 5px 5px;
	color: #106EB6;
	font-size: 16px;
	font-weight: bold;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

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

#main table {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}

#main table th,
#main table td {
	padding: 17px 20px 16px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	vertical-align: top;
	border: 2px solid #DBDFE0;
}

#main table th {
	background-color: #F0FAFC;
	width: 180px;
}

#main .mailForm {
	margin-bottom: 60px;
}

#main .mailForm .text {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

#main .mailForm span {
	margin: 0 0 0 4px;
	display: inline-block;
}

#main .mailForm li {
	margin-right: 20px;
}

#main .mailForm li:last-child {
	margin-right: 0;
}
