@charset "utf-8";


/* service
============================================================================================================ */
#service {
	position: relative;
	overflow: hidden;
	padding: 20px 0 5px;
}
#service > div {
	margin-bottom: 10px;
	text-align: center;
}

#service > div {
	width: 680px;
	margin: 0 auto;
}
#service .row {
	margin: 0 -13px;
}
#service section {
	float: left;
	width: 220px;
	padding: 0 7px 30px;
}
#service section a {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-decoration: none;
	color: #4c4c4c;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1px;
}
#service section a div {
	position: relative;
	display: table;
	width: 100%;
	height: 67px;
	border-bottom: 1px solid #c4b49d;
}
#service section a div:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 20px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #9a794b;
}
#service section a:hover div:after {
	left: 21px;
}
#service section a div span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #9a794b;
	font-weight: normal;
}
#service section a:hover div span {
	text-decoration: underline;
}

#service section a p {
	position: relative;
}
#service section a .summary {
	padding: 15px 20px;
	min-height: 4.6em;
}
#service section a .summary:after {
	content: "";
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 40px;
	border-bottom: 2px solid #9a794b;
}
#service section a .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#service section a:hover .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (max-width: 680px) {
	#service {
		padding: 20px 0;
	}
	#service > div {
		margin-bottom: 20px;
	}
	#service div img {
		width: 200px;
	}

	#service > div {
		width: auto;
	}
	#service .row {
		margin: 0 8px;
	}
	#service section {
		width: 50%;
		padding: 0 5px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#service section a {
		max-width: 220px;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	#service section a div {
		height: 4em;
	}
	#service section a div:after {
		top: 50%;
		left: 5px;
		margin-top: -3px;
	}
	#service section a:hover div:after {
		left: 5px;
	}
	#service section a div span {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#service section a .summary {
		padding: 10px 5px;
		min-height: 4.2em;
	}
	#service section a .hover {
		display: none;
	}
}