@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 20px 60px;
	text-align: left;
}

#outline h3 {
}

#outline p {
	margin-bottom: 30px;
}

#outline figure {
	margin: 0 -20px 50px;
	position: relative;
	z-index: 0;
}

#outline figure:before {
	content: '';
	width: calc(100vw - 20px);
	height: 100%;
	background: #0055b0;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: -1;
}
