@charset "utf-8";
/* CSS Document */

.urgent_info {
 display: none;
 }

#others_nav {
	padding:1% 1.5% 2%;
	display: flex;
	
}
#others_nav li{
	width:32%;
	margin-right:2%;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #0e357f;
	line-height: 1.2;
	
}
#others_nav li:last-child{
	margin-right:0;
}
#others_nav li:first-child a{
	padding-left: 2.2rem;
	background-image: url("../images2015/others_nav_icon_studyroom.png");
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 3rem auto;
}
#others_nav li:nth-child(2) a{
	padding-left: 1.9rem;
	background-image: url("../images2015/others_nav_icon_charge.png");
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 3rem auto;
}
#others_nav li:last-child a{
	padding-left: 1.9rem;
	background-image: url("../images2015/others_nav_icon_map.png");
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 2rem auto;
}
#others_nav li a{
	text-decoration: none;
	    font-size: 1.6rem;
    font-weight: bold;
	height: 5.5rem;
	display: flex;
    justify-content: center;
    align-items: center;
	
}

#movie_area{
	padding:2% 1.5% 0;
}

/*
.bnr_wteachers {
	padding:1% 1.5% 4%;
}*/
.bnr_wteachers {
	margin : 1% 1.5% 4%;
	padding-top: 10px;
	text-align: center;
	background-color: #fff211;
	border-radius: 4px;
}
.bnr_wteachers a {
	font-size: 4vw;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.bnr_wteachers a span {
	font-size: 5.2vw;
}

.exp_ttl{
	margin: 10px 0;
	font-size: 2rem;
	font-weight: bold;
	color: #0e357f;
	line-height: 1.4;
}



ul#w_teachers_nav {
	padding:1% 1.5% 2%;
}
ul#w_teachers_nav li{
	width:49%;
	float:left;
	margin-bottom: 2%;
}
ul#w_teachers_nav li:nth-child(1){
	padding-right:2%;
}
/*ul#w_teachers_nav li:first-child{
	width: 100%;
}*/
ul#w_teachers_nav li:last-child{
	width: 100%;
	margin-bottom: 0;
}


#course_ttl {
	position: relative;
}
#course_ttl .course_parents {
	position: absolute;
	top: 15px;
	right: 10px;
}
#course_ttl .course_parents a {
	display: inline-block;
	padding: 5px 25px 5px 12px;
	font-size: 90%;
	color: #ff6600;
	font-weight: bold;
	line-height: 1.0;
	text-decoration: none;
	background-color: #fff7c3;
	border-radius: 4px;
	position: relative;
	transition: all 0.15s ease-out;
}
#course_ttl .course_parents a::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
	transform: rotate(45deg);
}

ul#course_nav {
	padding:1% 0 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
ul#course_nav li{
/*	width:32%; */
/*	padding:0 2% 2% 0; */
	width: 23vw;
	padding-right: 1.5vw;
	padding-bottom: 2vw;
}
ul#course_nav li:nth-child(5),
ul#course_nav li:nth-child(6),
ul#course_nav li:nth-child(7){
	width: 31vw;
}
ul#course_nav li:nth-child(4),
ul#course_nav li:nth-child(7){
	padding-right: 0;
}


ul#top_menu_mid{
	margin-left:auto;
	margin-right:auto;
	width:97%;
	margin-bottom:6%;
}

ul#top_menu_mid li:nth-child(2){
	width:54.1871921182266%;
	float:left;
}
ul#top_menu_mid li:nth-child(3){
	width:44.17077175697865%;
	float:right;
}

/*
#message_block{
	background-color:#fff104;
	padding-bottom:4%;
	margin-bottom:4%
}
#message_block h2{
	background-color:#fff104;
	padding:4% 0 4% 3%;
	background-size:25px 20px;
	color:#0e357f;
	font-weight:bold;
	font-size:100%;
}

#message_block ul.topics_view{
	background-color:#FFF;
	width:96%;
	margin:0 auto;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	padding-bottom:2px;
	font-size:80%;
}
#message_block ul.topics_view li {
	border-bottom:#ccc solid 1px;
}
#message_block ul.topics_view li a{
	text-decoration:none;
	color:#333;
}
#message_block ul.topics_view li div{
	padding:2% 0 2% 3%;
	background: url(/sp/images2015/MENU/icon_h_arrow.png ) no-repeat 0 0;
	background-size: 9px 13.5px;
	background-position: 97% 50%;
}
*/

#kyuukou{
	padding:0.5em 0 1.5em;
}
/*
.display-more-button {
	color:#0e357f;
	text-align:center;
	background:#fff;
	width: 90%;
margin: 0 auto;
padding: 2% 3%;
border-bottom-left-radius:2px;
border-bottom-right-radius:2px;
}
.display-more-button a{
	display:block;
	font-weight:bold;
	background:url('/sp/images2015/icon_moreview_arrow.png') no-repeat center bottom;
	background-size:1.8em;
	padding-bottom:12px;
}
div.open a{
	background:url('/sp/images2015/icon_moreview_arrow_up.png') no-repeat center bottom;
	background-size:1.8em;
}
*/

.pagetop {
	margin-top:2%;
}

.snsarea{
	text-align:center;
}
.snsarea img{
	width:40px!important;
	height:40px!important;
}
.twitterarea{
	margin:20px 2% 0;
}
/*フッター*/
#footer_pc .under,#footer_sp .under{ display:none;}
#footer_pc .top,#footer_sp .top{ display:block;}
#footer_sp #foot_menu_over li.top { display: table; }
