
#title {
	margin: 20px auto 30px auto;
	padding: 0 20px;
	width: auto;
}

#title h2 {
	font-size: 30px;
}

#title h2 span.comment {
	font-size: 15px;
	margin: 10px 0;
	padding: 5px 20px;
}

h3.subtitle {
	font-size: 25px;
}

h3.subtitle:after {
	height: 3px;
	margin: 10px auto 0 auto;
	width: 60px;
}

h4.item-title {
	color: #009a5b;
	font-size: 19px;
}

div.area {
	background-size: 140%;
	padding: 20px 0;
}

div.cleaning ul li {
	margin: 4px;
}

div.cleaning ul li a {
	border-radius: 20px;
	box-shadow: 0 0 3px #efefef;
	display: block;
	font-size: 15px;
	padding: 10px 15px;
	text-decoration: none;
}

div.requirement {
	flex-wrap: wrap;
}

div.requirement div.req {
	padding: 0 0 30px 0;
	width: 100%;
}

table.merit {
	width: 100%;
}

table.merit th {
	border-radius: 0 0 0 20px;
	font-size: 15px;
	padding: 15px;
	width: 45%;
}

table.merit th span.num {
	font-size: 13px;
}

table.merit td {
	border-radius: 0 20px 0 0;
	font-size: 14px;
	line-height: 1.6em;
	padding: 15px;
	width: 55%;
}

ul.flow {
	flex-wrap: wrap;
}

ul.flow li {
	margin: 0 0 40px 0;
	position: relative;
	width: auto;
}

ul.flow li:after {
	bottom: -40px;
	content: url(images/flow_arrow_sp.svg);
	display: block;
	left: 50%;
	position: absolute;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	width: 36px;
	z-index: 100;
}

ul.faq {
	margin: 0;
}

ul.faq li {
	padding: 10px 25px 10px 0;
}

ul.faq li.question {
	background-position: right 5px center;
}

ul.faq li.answer {
	padding: 5px 5px 10px 0;
}


ul.faq li em {
	width: 50px;
}

ul.faq li strong,
ul.faq li span {
	padding-left: 10px;
}