@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/

#pageHeader{
	background:url(../../shared/img/MainVisual_bg02.png) no-repeat center bottom;
	background-size:cover;
}

#Readcopy{
	width:1000px;
	margin:0 auto;
	text-align:center;
}

#Readcopy h3{
	color:#009C95;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:30px;
}

#Readcopy p{
	line-height:2.1em;
	letter-spacing:0.1em;
}

#RecruitInfo h3{
	display:block;
	margin:0 auto;
	border:3px solid #009C95;
	width:995px;
	text-align:center;
	color:#009C95;
	font-size:1.8em;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	margin-top:100PX;
}

#RecruitInfo .RecruitInfoList{
	width:1000px;
	margin:0 auto;
}

#RecruitInfo .RecruitInfoList dl{
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
}

#RecruitInfo .RecruitInfoList dl dt{
	width:40%;
	color:#009C95;
	font-weight:bold;
	border-bottom:1px dashed #009C95;
	padding:30px 0;
}
	
#RecruitInfo .RecruitInfoList dl dd{
width:59%;
border-bottom:1px dashed #009C95;
padding:30px 0;
line-height:1.6em;
}

#Recruitform{
	width:1000px;
	margin:0 auto;
	text-align:center;
	background:#009C95;
	margin-top:50px;
	padding:20px 0;
	color:#fff;
	line-height:1.5em;
}