header {
	background: url("images/cleaning/pc_header_bg.jpg") center top no-repeat;
	background-size: cover;
	width: 100%;
}

h1 {
	margin-bottom: 60px;
	background: url("images/cleaning/pc_cleaning.png") top center no-repeat;
}
h1 img {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

article p {
	line-height: 1.69;
	margin-bottom: 54px;
}
article .cleaning-info {
	width: 920px;
	padding: 0 40px;
	margin: 0 auto;
}
article .cleaning-info img {
	display: block;
	margin: 0 auto;
}
article ul li {
	border-bottom: 1px solid #c8c8c8;
	margin-top: 40px;
	padding-bottom: 37px;
}
article ul li:last-child {
	border-bottom: none;
}
article ul li dl {
	padding: 0 40px;
}
article ul li dl dt {
	border-left: 4px solid #e9cd98;
	font-size: 19px;
	line-height: 1.0;
	padding-left: 13px;
	margin-bottom: 18px;
}
article ul li dl dt > span {
	font-size: 14px;
	padding-left: 20px;
}
article ul li dl dd {
	line-height: 1.61;
}

/* smart phone */
@media only screen and ( max-width: 768px ){

	h1 {
		background-image: none;
		width: 31.1940%;
		margin: 0 auto 8.9552%;
	}
	h1 img {
		opacity: 1;
		width: 100%;
		display: block;
	}

	article p {
		font-size: 1.2rem;
		line-height: 1.41;
		margin-bottom: 8.0597%;
	}
	article .cleaning-info {
		width: 100%;
		padding: 0;
	}
	article .cleaning-info img {
		width: 100%;
	}
	article .cleaning-info ul {
		padding: 0 5.3333%;
	}
	article ul li {
		border-bottom: 2px solid #c8c8c8;
		margin-top: 8.8059%;
		padding-bottom: 8.9552%;
	}
	article ul li dl {
		padding: 0;
	}
	article ul li dl dt {
		font-size: 1.4rem;
		line-height: 1.357;
		letter-spacing: -1px;
	}
	article ul li dl dt > span span {
		font-size: 1.0rem;
	}
	article ul li dl dd {
		font-size: 1.2rem;
		line-height: 1.41;
	}
}