@charset "UTF-8";


.overview .caution {
	/*font-weight: bold;*/
	margin-top: 0.8em;
	color: #c3002f;
}

.overview .caution a {
	color: #c3002f;
	text-decoration: underline;
}

.overview .caution a:hover {
	color: #920023;
}

.numberOfChargingSpots {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	padding: calc(20/1170 * 100%) 0;
}

.numberOfChargingSpots dl {
	width: 33%;
	padding: .4em 0;
}

.numberOfChargingSpots dl:nth-of-type(2) {
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}

.numberOfChargingSpots dl dt,
.numberOfChargingSpots dl dd {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1;
}

.numberOfChargingSpots dl dt {
	font-size: calc(18/14 * 1em);
	font-weight: 500;
	color: #c3002f;
	margin-bottom: .6em;
}

.numberOfChargingSpots dl dd {
	font-size: calc(32/14 * 1em);
	font-weight: bold;
	color: #000;
}

.numberOfChargingSpots dl dd .unit {
	font-size: calc(22/32 * 1em);
}