@charset "UTF-8";
.mark {
	max-width: 500px;
	margin-bottom: 60px;
}
.uInfoSect_title {
	font-weight: bold;
	font-size: 20px;
	color: #171717;
}
.uInfoSect_title > small {
	color: #009A80;
	font-size: 20px;
	font-weight: normal;
}
.u-floatImages-2col {}
.u-floatImages-3col {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:989px) {
	.mark {
		max-width: none;
		margin-bottom: 40px;
	}
	.uInfoSect_title {
		font-size: 18px;
	}
	.uInfoSect_title > small {
		font-size: 16px;
	}
	.u-floatImages-2col {}
	.u-floatImages-3col {}
}
@media screen and (max-width:699px) {
	.mark {
		margin-bottom: 30px;
	}
	.uInfoSect_title {
		font-size: 16px;
	}
	.uInfoSect_title > small {
		font-size: 14px;
	}
	.u-floatImages-2col {}
	.u-floatImages-3col {
		max-width: 420px;
	}
}
