@charset 'utf-8';


/* / snav(PC only) / */
.aftersupport_congestionsituation .snav__level1__item--repair .snav__level2 {
	display: block;
}


/* /congestionsituation/ */

.box-attention-area {
	margin-bottom: 30px;
	padding: 20px 50px;
	background: url("/aftersupport/congestionsituation/assets/icon_att.png") no-repeat 15px center;
	border: 1px solid #e7380d;
	border-radius: 5px;
}

.box-attention-area strong {
	font-family: 'TBUDゴシック B', 'TBUDGothic B';
}

.box-attention-area a {
	color: #404544;
}

.box-attention-area a:hover {
	color: #e8380d;
	opacity: 1;
}

.box-attention-area a + .icon-keyboard_arrow_right {
	position: relative;
	top: 2px;
	margin: 0 0 0 2px;
	font-size: 1.8rem;
}

.graph-area {
	margin-bottom: 15px;
	padding: 20px 30px;
	border: 15px solid #f2f2f2;
}

.graph-label {
	margin-bottom: 0;
	font-size: 12px;
}

.graph-caption {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}

.graph-caption dt {
	padding-top: 2px;
	font-family: 'TBUDゴシック B', 'TBUDGothic B';
	width: 8em;
	float: left;
}

.graph-caption dd {
	padding-left: 8em;
}

.graph-caption ul {
	letter-spacing: -0.4em;
}

.graph-caption li {
	margin-right: 15px;
	letter-spacing: normal;
	display: inline-block;
}

.graph-caption li span {
	margin-right: 3px;
	width: 30px;
	height: 20px;
	position: relative;
	top: 5px;
	display: inline-block;
}

.graph-caption li.lv1 span {
	background-color: #b4e2f1;
}

.graph-caption li.lv2 span {
	background-color: #ff7bac;
}

.graph-caption li.lv3 span {
	background-color: #c70b57;
}



@media screen and (max-width: 767.499px) {
	/* SP */

	.graph-area {
		padding: 20px;
	}

	.graph-caption dt {
		padding-top: 0;
		width: auto;
		float: none;
	}

	.graph-caption dd {
		padding-left: 0;
	}
	
	.graph-caption li {
		margin-bottom: 5px;
		display: block;
	}

}


