@charset "utf-8";
/* ----開発実績---- */

/* ----メインメニュー */

#gNav li:nth-child(4) {
	border-bottom: 4px solid #f19716 !important;
}
#gNav li:nth-child(4) a {
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-size: calc(100% - 1px) 100%;
	background-repeat: no-repeat;
	background-position: right;
}

/* ----h1イメージ---- */

#results #tit {
	background-image: url(../img/h1_image.jpg);
}

/* ----サービス領域---- */

#main {
	width: 100%;
	height: 840px;
	margin: 0px auto;
	background-image: url(../img/bg_results.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 980px 340px;
}

#main h2 {
	width: 980px;
	margin: 64px auto 40px;
	padding-bottom: 20px;
}

#contents {
	width: 980px;
	height: 340px;
	margin: 0px auto;
}

#contents div {
	float: left;
	width: 326px;
}

#contents div:nth-child {
	width: 328px;
}

#contents div h3 {
	text-align: center;
	width: 300px;
	margin: 0px auto 1px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

#contents div:first-child h3 {
	border-color: #5a83cc;
}

#contents div:nth-child(2) h3 {
	border-color: #5dca86;
}

#contents div:last-child h3 {
	border-color: #f28491;
}

#contents div dl {
	width: 300px;
	margin: 0px auto;
}

#contents div dl dt {
	height: 26px;
	line-height: 28px;
	margin-bottom: 16px;
	padding-left: 12px;
	color: #fff;
}

#contents div:first-child dl dt {
	background-color: #5a83cc;
}

#contents div:nth-child(2) dl dt {
	background-color: #5dca86;
}

#contents div:last-child dl dt {
	background-color: #f28491;
}

#contents div dl dd p {
	margin-bottom: 16px;
}

#contents div dl dd ul {
	list-style: none;
}

#contents div dl dd ul li {
	height: 30px;
}

#contents div dl dd p:before,
#contents div dl dd ul li:before {
	content: '・';
}


/************************************
**************     SP     *************
*************************************/
@media (max-width: 767px) {
	article #main {
		height: auto;
		background-image: none;
		margin-bottom: 40px;
	}
	
	#results #tit {
		background-position: 60%;
	}
	
	#contents {
		width: 100%;
		height: auto;
	}
	
	#main h2 {
		width: 100%;
		margin: 20px auto 30px;
		padding-bottom: 10px;
	}
	
	#contents div {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	
	#contents div h3 {
		font-weight: bold;
		color: #fff;
		border-bottom: 0;
		box-sizing: border-box;
		font-size: 16px;
		position: relative;
		height: 45px;
		padding: 0;
    line-height: 45px;
	}
	
	#contents div:first-child h3 {
		background-color: #5a83cc;
	}
	
	#contents div:nth-child(2) h3 {
		background-color: #5dca86;
	}
	
	#contents div:last-child h3 {
		background-color: #f28491;
	}
	
	#contents div dl {
    padding: 20px 10px;
    box-sizing: border-box;
	}
	
	#contents div dl dt {
		margin-bottom: 5px;
		line-height: 1;
		height: auto;
		background-color: #fff;
		font-weight: bold;
	}
	
	#contents div:first-child dl dt {
    background-color: #f7f9fc;
		color: #5a83cc;
	}
	
	#contents div:nth-child(2) dl dt {
		background-color: #f7fcf9;
		color: #5dca86;
	}
	
	#contents div:last-child dl dt {
    background-color: #fef9f9;
		color:#f28491;
	}
	
	
	#contents div dl dd ul li {
    height: auto;
    line-height: 150%;
	}
	
	#contents div dl dd p,
	#contents div dl dd ul {
		margin-bottom: 15px;
	}
	
	#contents div dl dd:last-child p,
	#contents div dl dd:last-child ul {
		margin-bottom: 0;
	}
	
	#contents div:first-child {
		border: #5a83cc 1px solid;
		background-color: #f7f9fc;
	}
	
	#contents div:nth-child(2) {
		border: #5dca86 1px solid;
		background-color: #f7fcf9;
	}
	
	#contents div:last-child {
		border: #f28491 1px solid;
		background-color: #fef9f9;
		margin-bottom: 0;
	}
	
	#contents div h3,
	#contents div dl{
		margin: 0;
		width: 100%;
	}
	
	#contents div h3::before {
		content: "";
		background-size: 100%;
		height: 25px;
    width: 25px;
    background-repeat: no-repeat;
		position: absolute;
		margin-top: 10px;
		margin-left: -35px;
	}

	#contents div:first-child h3::before {
    background-image: url(../img/icon_finance.png);
	}
	
	#contents div:nth-child(2) h3::before {
    background-image: url(../img/icon_infrastructure.png);
	}
	
	#contents div:last-child h3::before {
    background-image: url(../img/icon_other.png);
	}