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

.serviceList li {
	margin: 0 0 20px;
}

.serviceList li:nth-child(2n) {
	float: right;
	margin: 0 0 20px;
}
.serviceList li:nth-child(2n+1) {
	clear: both;
	float: left;
	margin: 0 8px 20px 0;
}
#business li:last-child {
	background: url(/common/img/bg-result.gif) no-repeat;
}
#business li:last-child h3 {
	background: none;
	font-size: 20px;
	color: #fff;
}
#business li:last-child p {
	padding: 0 0 0 8px;
	color: #fff;
}
.serviceList li {
	position: relative;
}
.serviceList .more {
	position: absolute;
	right:10px;
	bottom:20px;
	padding: 0;
}


#bizList dt {
	font-size: 14px;
	line-height: 1;
	background: #333333;
	padding: 6px 20px;
	color: #fff;
	margin: 0 0 16px;
}
#bizList dd {
	margin: 0 0 32px;
	padding: 0 20px;
}
#bizList dd ul {
	padding:0 0 0 20px;
}

#bizList dd li {
	list-style-type:disc;
	margin: 0 0 1em;
	line-height: 1.5;
}
#bizList .thumb {
	margin:0 0 60px;
}

#bizList .thumb .lead {
	float: left;
	width: 400px;
	margin: 0;
}
#bizList .thumb .image {
	float: right;
	width: 250px;
}

@media screen and (max-width: 812px) {

	#business li:last-child {
		background: url(/common/img/bg-result.gif) left bottom no-repeat;
		background-size:100% auto;

	}
	#bizList .thumb .lead {
		float: none;
		width: 100%;
		margin: 0 0 2em;
	}
	#bizList .thumb .image {
		float: none;
		text-align: center;
		width: unset;
	}
	#bizList dt {
		font-size: 16px;
		padding: 10px;
	}

}