/*=======================
メインビジュアル
=======================*/
#support {
	background-image: url(../img/support_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=======================
一覧
=======================*/
#support_wrap {
	padding-bottom: 1.00rem;
}

#support_wrap .lead {
	font-size: 0.18rem;
	line-height: 2;
	min-height: 3.00rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
#support_wrap .lead {
	font-size: 0.15rem;
	min-height: 2.00rem;
}
}