/* 除雪機能力の指標について 202103 */
#Characteristic {
	margin: -70px auto 50px;
}

#Characteristic hr {
	margin-bottom: 70px;
	border-width: 0;
	border-top: 1px solid #999;
}

#Characteristic h5+p {
	font-size: 16px;
	line-height: 26px;
	margin-top: .8em;
}

#Characteristic ul {
	display: flex;
	justify-content: space-between;
	margin: 35px auto 25px;
}

#Characteristic ul li {
	width: 47%;
}

#Characteristic p.caut {
	font-size: 14px;
	margin: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.4;
	opacity: .9;
}

@media screen and (max-width:736px) {
	#Characteristic {
		margin: -70px auto 35px;
	}

	#Characteristic.toppage {
		margin: -35px auto 35px;
	}

	#Characteristic hr {
		margin-bottom: 40px;
	}

	#Characteristic h5+p {
		font-size: 14px;
		line-height: 24px;
		margin-top: .7em;
	}

	#Characteristic ul {
		display: block;
		margin: 20px auto 12px;
	}

	#Characteristic ul li {
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}

	#Characteristic ul li+li {
		margin-top: 1.6em;
	}

	#Characteristic p.caut {
		font-size: 12px;
	}
}