@charset "utf8";


/*----------------------------------------------------
	* mechanism.html *
	* 人材派遣のメリットと仕組み *
----------------------------------------------------*/

/* 下層ページ見出し */
/*
.page-mechanism .heading {
    background-image: url(../images/heading-bg-mechanism.png);
    background-size: cover;
	background-position: center;
}
.page-mechanism .heading .heading-title {
    height: 230px;
}

@media screen and (max-width: 650px) {
	.page-mechanism .heading .heading-title {
		height: 100px;
	}
	
}
*/


#mechanism {}
#mechanism .text {
    font-size: 15px;
    line-height: 1.7em;
}

#mechanism .container {
    margin: 60px auto;
}
#mechanism .container:last-of-type {
    margin: 60px auto 0;
}

@media screen and (max-width: 650px) {
	#mechanism .text {
		font-size: 14px;
		line-height: 1.6em;
	}
	
	#mechanism .container {
		margin: 30px auto;
	}
	#mechanism .container:last-of-type {
		margin: 30px auto 0;
	}
}


.merit-list {
    margin-top: 80px;
}
.merit-list li {
    margin-bottom: 80px;
}
.merit-list li .text-wrap {
    width: 48%;
	position: relative; 
}
.merit-list .text-wrap::before { 
	content: "";
	display: inline-block;
	width: 170px;
	height: 36px;
	margin-bottom: 10px;
}
.merit-list li:nth-child(1) .text-wrap::before {
	background: url("../images/merit-01.png") no-repeat;
	background-size: contain;
}
.merit-list li:nth-child(2) .text-wrap::before {
	background: url("../images/merit-02.png") no-repeat;
	background-size: contain;
}
.merit-list li:nth-child(3) .text-wrap::before {
	background: url("../images/merit-03.png") no-repeat;
	background-size: contain;
}
.merit-list li:nth-child(4) .text-wrap::before {
	background: url("../images/merit-04.png") no-repeat;
	background-size: contain;
}

.merit-list .content-title02 {
    margin-bottom: 30px;
}
.merit-list li figure {
    width: 46%;
}


@media screen and (max-width: 650px) {
	.merit-list {
		margin-top: 50px;
	}
	.merit-list li .text-wrap,
	.merit-list li figure {
		width: 100%;
	}
	.merit-list .text-wrap::before {
		margin-top: 10px;
	}
	
	.merit-list .content-title02 {
		margin-bottom: 20px;
	}
	
}




.relate-list {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.relate-list dt,
.relate-list dd {
	height: 70px;
	border-top: 1px solid #ddd;
}
.relate-list dl:last-chid dt,
.relate-list dl:last-chid dd {
	border-bottom: 1px solid #ddd;
}
.relate-list dt {
	font-size: 20px;
    font-weight: bold;
    width: 25%;
}
.relate-list dt span {
	width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}
.relate-list dd {
	font-size: 16px;
	line-height: 1.8em;
	width: 75%;
}

@media screen and (max-width: 650px) {
		.relate-list {
		width: 100%;
	}
	.relate-list dt,
	.relate-list dd {
		width: 100%;
		height: auto;
	}
	.relate-list dt {
		font-size: 16px;
		padding: 10px 0;
	}
	.relate-list dt span {
		width: 25px;
		height: 25px;
	}
	.relate-list dd {
		border-top: none;
		padding: 0 0 10px;
		font-size: 14px;
		line-height: 1.6em;
	}
	
}




