#service #summary p {
	margin: 30px 0;
}

#service #summary ul {
	margin: 0 0 50px 0;
	font-size: 0;
}

#service #summary ul li {
	position: relative;
	padding: 0 0 55px 0;
	margin: 5px 2% 5px 0;
	width: 49%;
	border: solid 1px #0E728D;
	background-color: #0E728D;
}

#service #summary ul li:nth-of-type(even) {
	margin-right: 0;
}

#service #summary ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#service #summary ul li img {
	padding: 20px 15px;
	width: 100%;
	background-color: #FFFFFF;
}

#service #summary ul li span {
	display: inline-block;
	position: absolute;
}

#service #summary ul li .category {
	display: block;
	position: absolute;
	bottom: 15px;
	padding: 2px;
	margin: 0 5px;
	width: calc(100% - 10px);
	font-size: 1.2rem;
	color: #0E728D;
	border: solid 1px;
	border-radius: 15px;
	background-color: #FFFFFF;
	text-align: center;
}

#service #summary ul .comingsoon span {
	top: 50%;
	left: 50%;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	transform: translate(-50%, -50%);
}

#service dl {
	margin: 30px 0;
}

#service dl dt {
	position: relative;
	padding: 5px 70px 5px 30px;
	margin: 40px 0 20px 0;
	font-size: 1.7rem;
	font-weight: bold;
	color: #0E728D;
	line-height: 1.2;
	background: url(../images/service/bg_dt.png) no-repeat left center;
	background-size: 25px 25px;
	border-bottom: solid 3px #0E728D;
}

#service dl dt a {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #0E728D;
	border-top: solid 1px #0E728D;
	border-right: solid 1px #0E728D;
	border-left: solid 1px #0E728D;
	border-radius: 8px 8px 0 0;
}

#service dl dt a:hover {
	color: #FFFFFF;
	background-color: #0E728D;
}

#service dl dd {
	line-height: 2;
}

#service dl dd span {
	display: inline-block;
	line-height: 1.6;
}

#service dl dd ol {
	list-style-type: number;
	margin: 0 0 0 1.3em;
}


@media only screen and (min-width: 620px) {
	#service #contents .inner {
		padding: 0 0 50px 0;
		width: 898px;
	}

	#service #summary ul li {
		margin: 16px 14px 16px 0;
		width: 214px;
	}
	
	#service #summary ul li:nth-of-type(even) {
		margin-right: 14px;
	}

	#service #summary ul li:nth-of-type(4n) {
		margin-right: 0;
	}

	#service #summary ul li a {

	}

	#service dl {
		margin: 60px 0;
	}

	#service dl dt {
		padding: 5px 0 5px 35px;
		font-size: 2rem;
	}
	
	#service dl dt a {
		padding: 5px 25px;
	}
}