@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 20px 60px;
	text-align: left;
}

#outline h3 {
	margin: 0 -20px 20px;
	padding: 20px;
	background: url(../../include/images/i_h3.png) 0 0;
	font-weight: bold;
	font-size: 5vw;
	line-height: 1.3;
	color: #003063;
}

#outline h3 span {
	display: block;
	margin-top: 5px;
	font-size: 4vw;
}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#outline .index {
	margin-bottom: 30px;
	padding-bottom: 30px;
	letter-spacing: 1px;
	position: relative;
	z-index: 0;
}

#outline .index:before {
	content: '';
	width: calc(100% + 30px);
	height: 190px;
	background: #e8f3fd;
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: -1;
}

#outline .index .w490 h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 21px;
	color: #004ea3;
}

#outline .index .w490 ol {
	margin-bottom: 20px;
	font-weight: bold;
	color: #003063;
}

/* ---------------------------------------------------------
	CSS Document section
--------------------------------------------------------- */

#outline .section:not(:last-of-type) {
	margin-bottom: 40px;
}

#outline .section h4 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #004ea3;
}

#outline .section h4:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	margin-top: 10px;
	background-image: linear-gradient(90deg, #fff 0%, #fff 75%, #003063 75%, #003063 100%, #fff);
	background-size: 4px 1px;
}

#outline .section ol {
	margin-top: 30px;
	line-height: 1.4;
}

#outline .section ol li {
	margin-top: 10px;
	margin-left: 1.2em;
	text-indent: -1.2em;
}
