@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document law
--------------------------------------------------------- */

#law {
	margin: 0 5vw;
}

#law h3 {
	margin-bottom: 10vw;
	padding-bottom: 20px;
	border-bottom: solid 1px #a6a6a6;
	text-align: left;
	font-weight: 500;
	font-size: 5.5vw;
	line-height: 1;
	letter-spacing: 0.2em;
	position: relative;
}

#law h3:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #0656bf;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#law .table {
	margin-bottom: 20vw;
	text-align: justify;
}

#law .table dl {
	margin-bottom: 10vw;
}

#law .table dt {
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1;
	color: #0656bf;
}

#law .table dt:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin-top: 1em;
	background: #0656bf;
}
