@charset "UTF-8";
@import "/include/css/common.sp.css";
@import url(https://fonts.googleapis.com/css?family=Scheherazade);

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 20px;
	padding: 20px;
	background: #e9ecf3;
	text-align: left;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 40px;
}

#anchor li {
	min-width: 130px;
}

/* ---------------------------------------------------------
	CSS Document support
--------------------------------------------------------- */

#support {
	margin: 0 20px 50px;
}

#support h2 {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	padding-top: 8px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 0 0 1px #0e2851 inset;
	background: #e9ecf3;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #0e2851;
}

#support h2 span {
	display: block;
	font-family: 'Scheherazade', serif;
	font-size: 48px;
}

#support dl {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: solid 6px #e9ecf3;
	text-align: left;
	position: relative;
}

#support dl:before {
	content: '';
	width: 70px;
	height: 6px;
	background: #2c428b;
	position: absolute;
	left: 0;
	top: -6px;
}

#support dt {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5;
	color: #0e2851;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow dl {
	margin: -70px 20px 40px;
	padding-top: 70px;
	text-align: left;
}

#flow dt {
	margin-bottom: 15px;
	font-weight: bold;
}

#flow li:last-of-type {
	margin-bottom: 0;
	border: solid 1px #0d264e;
	background: #0d264e;
	color: #fff;
}

#flow dd span {
	display: inline-block;
	vertical-align: top;
}

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

#outline .article {
	margin-bottom: 30px;
	padding: 30px 20px;
	background: #e9ecf3;
	text-align: left;
	word-break: normal;
}

#outline h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #2c428b;
}

#outline .article p {
	margin-top: 1em;
}

#outline > p {
	margin: 0 20px;
	text-align: left;
}
