@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

/* おすすめ特長 */
#features .img.has-caption {
	margin-bottom: 0;
}

#features .caption {
	margin-bottom: 1em;
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* おすすめ特長 */
	#features .mbs {
		margin-bottom: 2em;
	}

}