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

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#summary {
	margin: 0 5% 20vw;
	text-align: left;
	font-size: 3.5vw;
}

#summary .h2 {
	margin-top: 20vw;
}

#summary .copy {
	margin-bottom: 10vw;
	text-align: center;
}

#summary h3 {
	margin: 40px 0 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #adadad;
	font-weight: 500;
	font-size: 4vw;
}

#summary p {
	margin-bottom: 1.5em;
	line-height: 1.9;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 5%;
	font-size: 3.5vw;
}

#outline dl {
	display: table;
	width: 100%;
	text-align: left;
}

#outline dl:first-of-type {
	border-top: solid 2px #ebebeb;
}

#outline dt {
	display: table-cell;
	vertical-align: top;
	width: 29%;
	padding: 20px 0;
	border-bottom: solid 2px #ebebeb;
	font-weight: 500;
}

#outline dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0;
	border-bottom: solid 2px #ebebeb;
}

#outline .link {
	margin: 60px 0 15px;
}

#outline .link a {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	background: #333;
	text-decoration: none;
	line-height: 15vw;
	color: #fff;
	position: relative;
}

#outline .link a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
