@charset "UTF-8";


/*--mv--*/
.mv_sec{
	background-image:url(../../img/service/mv.jpg);
}

h3{
	font-size:26px;
	height:73px;
	box-sizing:border-box;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 24px 0;
	font-weight:bold;
	margin-bottom:40px;
}

/*--service_list--*/
.service_list{
	width:1000px;
	margin:0 auto;
}

.service_list > section {
	overflow:hidden;
	padding: 0 20px;
	box-sizing:border-box;
	margin-bottom:100px;
}

.service_list > section p{
	font-size:16px;
	margin-bottom:40px;
	margin-top:15px;
	text-align:left;
	line-height:1.6;
}

/*--workList--*/
.workList{
	width:100%;
}

.workList ul{
	overflow:hidden;
	width:100%;
}

.workList li{
	float:left;
	width:225px;
	margin-right:20px;
}

.workList li:nth-child(4),
.workList li:nth-child(8),
.workList li:nth-child(12){
	margin-right:0;
}

.workList li:last-child{
	margin-right:0;
}

.workList .workList_item:not(:first-child) {
	display: none;
}

.workList .workList_item a {
	display: block;
}

.workList .workList_item a img {
	object-fit: cover;
	width: 100%;
	height: 169px;
}
