@charset "utf-8";

/* ----------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------ */
main #pageTtl .bg {
	background: url(images/img_page_size-l.jpg) repeat center center;
	background-size: cover;
}
main #pageTtl h1 {
	padding: 6% 5% 6% 5%;
	letter-spacing: 0;
}


/************ overview ************/
#overview .caution {
	width: 100%;
    margin: 0 auto;
    padding: 5%;
    background: #e4ecf3;
    color: #001e5b !important;
    font-size: 14px;
}
#overview .caution span{
	display: block;
	margin: 10px auto 0;
	font-size: 13px;
}


/************ levelBox ************/
#levelBox ul {
	margin: 0 0 0 0;
}
#levelBox ul li {
	width: 100%;
	margin: 0 0 5% 0;
}
#levelBox ul li div p.level {
	width: 100%;
	height: 40px;
	margin: 0 0 3% 0;
	padding: 0.5% 0 0 0;
	background: #001e5b;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.4rem;
}
#levelBox p.caution{
	width: 100%;
	margin: 0 0 8% 0;
	padding: 5%;
	background: #e4ecf3;
	color: #001e5b;
}
#levelBox small{
	display: inline-block;
	padding: 0 0 5% 0;
	font-size: 12px;
	border-bottom: 1px solid #001e5b;
}

/************ schedule ************/
#schedule .cource{
	padding: 0 0 5% 0;
	border-bottom: 2px solid #c9d9e7;
}
#schedule .cource:last-child{
	padding: 0;
	border-bottom: none;
}
#schedule .cource .box .left {
	width: 100%;
}
#schedule .cource .box .right {
	width: 100%;

}
