#content_imp{margin-bottom:10px}

/*content important
-----------------------------------*/
/*content sentences
-----------------------------------*/
.content_sentences{margin-bottom:30px}
.content_sentences h2 span{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#f9f;
	font-size:12px;
	line-height:1.2;
}

.cs_inner{padding:20px 50px}
.cs_content{
	margin-bottom:15px;
	padding-bottom:10px;
}
.cs_content p{
	line-height:1.5;
	font-size:16px;
}

/* 最新5件のみ表示（6件目以降のsectionを非表示） */
#content > section:nth-child(n+7) {
	display: none;
}
/* free_tel・content_bottom・bottom_linkの末尾3sectionは常に表示 */
#content > section:nth-last-child(-n+3) {
	display: block;
}