@charset "utf-8";

@media screen and (min-width: 751px), print {

#wrapper.service #contentsWrap {
	width: 100%;
	float: none;
}
#wrapper.service p {
	line-height: 1.4;
}
#wrapper.service  .lead {
	text-align: center;
	line-height: 2;
	font-size: 180%;
	padding: 30px 0 40px;
}
#wrapper.service  .lead + p {
	font-weight: bold;
	font-size: 120%;
	width: 500px;
	margin: 0 auto 30px;
	line-height: 1.6;
}
#wrapper.service  dl {
	width: 500px;
	margin: 0 auto;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	padding: 30px 30px 10px;
}
#wrapper.service  dt {
	font-weight: bold;
	line-height: 1.4;
	float: left;
	margin-bottom: 20px;
}
#wrapper.service  dd {
	margin-left: 100px;
	margin-bottom: 15px;
	line-height: 1.4;
}
#wrapper.service  dd span {
	font-size: 86%;
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	padding-top: 5px;
}
#wrapper.service  dd:after {
	content: "";
	display: block;
	clear: both;
}
#wrapper.service  dl + p {
	font-weight: bold;
	width: 500px;
	margin: 20px auto 80px;
	line-height: 1.6;
}
#wrapper.service .logo {
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
#wrapper.service .logo img {
	width: 100%;
	height: auto;
}










}