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

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 20px;
	background-image: url(../images/visual.png);
}

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

#about {
	margin: 0 20px 20px;
}

#about h3 {
	font-weight: bold;
	font-size: 26px;
	color: #0d1b2a;
}

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

#anchor {
	margin: 0 20px 40px;
}

#anchor .section {
	margin-bottom: 20px;
	font-size: 0;
}

#anchor .anchor {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	height: 160px;
	margin-bottom: 15px;
	padding-top: 10px;
	background: #f7f7f7 url(../images/arrow.png) no-repeat bottom / 16px auto;
	line-height: 40px;
	position: relative;
	z-index: 0;
	transition: .4s;
	cursor: pointer;
}

#anchor .anchor:nth-of-type(odd) {
	background-color: #e7e7e7;
}

#anchor .anchor a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1.3;
	color: #0d1b2a;
}

#anchor figure {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 100%;
	background: #e7e7e7;
	line-height: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 62px;
	left: 50%;
}

#anchor .anchor:nth-of-type(odd) figure {
	background: #fff;
}

#anchor figure img {
	width: 40px;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document course
--------------------------------------------------------- */

#course {
	margin-bottom: 20px;
	text-align: left;
}

#course .target {
	margin-top: -70px;
	padding-top: 70px;
}

#course .figure {
	padding: 0 20px;
	background: #f17424 url(../images/bg.png) no-repeat bottom / auto 190%;
	text-align: center;
	font-size: 0;
	line-height: 60px;
}

#course .target:nth-of-type(odd) .figure {
	background-position: 125% bottom;
}

#course .target:nth-of-type(even) .figure {
	background-position: -25% bottom;
}

#course .figure .section {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#course .figure .num {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}

#course .figure figure {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
}

#course .course {
	margin-bottom: 15px;
	padding: 20px;
	text-align: left;
}

#course h3 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #f17424;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	margin: 0 20px 40px;
}

#price h3 {
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	position: relative;
}

#price h3:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #f17424;
	position: absolute;
	top: -1px;
	left: 0;
}

#price dl {
	margin-top: 15px;
}

#price dt {
	padding: 7px;
	background: #f3f3f3;
}

#price dd {
	padding: 10px;
}

#price .right {
	text-align: right;
	font-size: 14px;
	color: #888;
}

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

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

#outline h3 {
	padding: 15px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	position: relative;
}

#outline h3:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #f17424;
	position: absolute;
	top: -1px;
	left: 0;
}

#outline .section {
	margin-top: 20px;
}

#outline h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #f17424;
}

#outline h4 span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 5px;
	background: #f17424;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
}

#outline dd {
	font-size: 18px;
	color: #666;
}

#outline dd span {
	font-size: 12px;
}
