  @charset "utf-8";
/* ----test 会社情報index---- */

#link {
	width: 980px;
	margin: 60px auto;
}

#link div {
	float: left;
	width: 200px;
	margin: 0px 40px 60px 0px;
}

#link div:first-child,
#link div:nth-child(5) {
	margin-left: 0px;
}

#link div a {
	display: block;
	position: relative;
	width: 200px;
	height: 123px;
	padding-bottom: 2px;
	border-bottom: 2px solid #dfdfdf;
}
#link a {
	color: #333;
}
/*
#link div a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #f19716;
	border-right: 1px solid #fff;
}
*/
#link div h2::before {
	position: absolute;
	top: -2px;;
	z-index: 2;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #f19716;
	border-right: 1px solid #fff;
}

#link div img {
	margin-bottom: 2px;
}

#link div h2 {
	margin: -2px 0px 10px 0px;
	padding: 15px 0 0 0;
	border-top: 2px solid #dfdfdf;
	position: relative;
}

#link div p {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

/* ----採用情報---- */

#recruitData {
	clear: both;	
}

/* ----ニュース---- */

#news {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

#news div {
	font-size: 16px;
	width: 980px;
	height: 46px;
	margin: 0px auto;
	padding: 0px;
}

#news div #newNews {
	float: left;
	width: 716px;
	line-height: 46px;
}

#news div #newNews span {
	margin-right: 20px;
}

#news div #moreBtn {
	float: right;
	line-height: 46px;
	text-align: center;
	width: 264px;
	background-color: #262626;
	color: #FFF;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#link {
		width: 100%;
		overflow: hidden;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 30px auto 40px;
	}
	#link div {
		width: 50%;
		margin: 0px 0px 20px;
		box-sizing: border-box;
	}
	#link div a {
		width: 100%;
		height: auto;	
		padding-bottom: 0;
	}
	#link div img {
		width: 100%;
    height: auto;
	}
	#link a:nth-child(odd) div {
		padding-right: 5px;
	}
	#link a:nth-child(even) div {
		padding-left: 5px;
	}
	#link div h2 {
		margin: 0 0px 5px 0px;
		font-weight: 600;
	}
	#link div p {
		min-height: 55px;
		font-size: 12px;
	}
}

