@charset "UTF-8";

/* 通行規制カードのレイアウトを通常フローに戻す */
.border-danger {
	background-color: #fff;
	border: 5px solid #ff0000;
	margin-bottom:20px;color:#ff0000;
}

.card-body{
	margin:20px;
}

#border-danger h4{
	color:#ff0000;
	text-align:center;
	border:none !important;
	font-size:23px;
	line-height:1.25;
}

#border-danger p{
	color:#ff0000;
	font-size:17px;
	line-height:1.5;
}

#border-danger a{
	color:#ff0000;
	text-decoration:underline;
}

#border-danger a[href$=".pdf"]:after {
	 display:none;
}

.map-link {
    margin-bottom: 0 !important;

}

@media screen and (max-width: 992px) {
    .map-box {
        margin-bottom: 0 !important;
    }
}


