@charset "utf-8";

/**
 *
 * 入試情報: index
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content{
	position: relative;
}

.error,
.error-list{
	display: block;
	color: #d91c5c;
	font-weight: bold;
	text-align: center;
}
.error-list{
	margin-top: 17px;
}

/* .cmn_kv_img
-----------------------------------------------------------------*/
.cmn_kv_img{
	background-image: url(../images/index/kv_img.jpg);
	background-position: 50% 0;
}
.cmn_kv._type01 .cmn_kv_cont_frame{
	background-image: url(../images/index/kv_bg_img.png);
}

/* @SP */
@media all and (max-width: 767px){
	.cmn_kv_img{
		background: none;
	}
	.cmn_kv._type01 .cmn_kv_cont_frame{
		background-image: url(../images/index/kv_bg_img_sp.png);
		background-size: 101px auto;
	}
}



/*----------------------------------------------------------------------
	.top_block
----------------------------------------------------------------------*/
.top_block{
	padding: 94px 0;
	background: url(/shared/images/bg_dot.png) repeat 0 0;
}
.top_block .units{
	letter-spacing: -.4em;
}
.units .unit{
	display: inline-block;
	width: 50%;
	padding: 6px 48px;
	letter-spacing: 0;
	vertical-align: top;
	box-sizing: border-box;
}
.units .unit_head{
	position: relative;
}
.units .unit_list_btn{
	position: absolute;
	top: 10px;
	right: 0;
}
.units .unit_cont{
	margin-top: 12px;
}

/* .info
-----------------------------------------------------------------*/
.units .info{
	padding-right: 40px;
}
.cmn_items ul{
	border-bottom: 0;
}
.cmn_items li:first-child{
	border-top: 0;
}
.cmn_items li:last-child{
	padding-bottom: 0;
}


/* .event
-----------------------------------------------------------------*/
.units .event{
	padding-left: 40px;
}
.units .event{
	position: relative;
}
.units .event .unit_cont{
	margin-top: 20px;
}
.event_item{
	position: relative;
	text-align: center;
}
.event_item .frame{
	overflow: hidden;
	position: relative;
	margin: 0 -6px;
}
.event_item .slide{
	position: relative;
	width: 10000px;
}
.event_item .slide ul{
	float: left;
	width: 404px;
}
.event_item .item{
	width: 190px;
	float: left;
	margin: 12px 6px 0 6px;
}
.event_item .item_cont{
	padding: 8px 15px 0;
}
.event_item .item_cat{
	display: block;
	border-radius: 10px;
	font-size: 11px;
}
.event_item .item_summary{
	position: relative;
	height: 75px;
}
.event_item .item_summary .inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.event_item .item_ttl{
	display: block;
	color: #646464;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.event_item .item_date{
	display: none;
	font-size: 12px;
	font-weight: bold;
}
.event_item .item_weekday{
	font-size: 10px;
	margin-left: 5px;
}
.event_item .item_label{
	width: 100%;
	display: table;
}
.event_item .item_label a{
	display: table-cell;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.event_item .item_label a + a{
	border-left: 1px solid #fff;
	width: 50%;
}

/* other */
.item._category4 .item_cont{
	background: #fff url(../images/index/bg_event_other.png) no-repeat 100% 100%;
	background-size: auto 40px;
}
.item._category4 .item_label{
	background: #4ba52f;
}
.item._category4 .item_date{
	color: #40a023;
}
.item._category4 .item_cat{
	background: #daecd4;
	color: #40a023;
}

/* both */
.item._category1 .item_cont{
	background: #fff url(../images/index/bg_event_both.png) no-repeat 100% 100%;
	background-size: auto 40px;
}
.item._category1 .item_label{
	background: #dc306b;
}
.item._category1 .item_date{
	color: #dc306b;
}
.item._category1 .item_cat{
	background: #ffd2d2;
	color: #db2966;
}

/* high */
.item._category3 .item_cont{
	background:  #fff url(../images/index/bg_event_high.png) no-repeat 100% 100%;
	background-size: auto 40px;
}
.item._category3 .item_label{
	background: #fe90b7;
}
.item._category3 .item_date{
	color: #fe90b7;
}
.item._category3 .item_cat{
	background: #ffe8f1;
	color: #fe8ab3;
}

/* junior */
.item._category2 .item_cont{
	background: #fff url(../images/index/bg_event_junior.png) no-repeat 100% 100%;
	background-size: auto 40px;
}
.item._category2 .item_label{
	background: #ff9555;
}
.item._category2 .item_date{
	color: #ff9555;
}
.item._category2 .item_cat{
	background: #ffeade;
	color: #ff9555;
}
.event_item .item_label a{
	font-size: 10px;
}

/* navi */
.event_item .navi{
	position: relative;
	display: inline-block;
	height: 32px;
	margin-top: 20px;
	padding: 0 40px;
}
.event_item .navi img{
	width: 32px;
}
.event_item .prev,
.event_item .next{
	position: absolute;
	top: 0;
}
.event_item .prev{
	left: 0;
}
.event_item .next{
	right: 0;
}
.event_item .pointer{
	letter-spacing: -0.4em;
}
.event_item .pointer li{
	display: inline;
	letter-spacing: 0;
	line-height: 32px;
}
.event_item .pointer a{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	border-radius: 100%;
	background: #c5c5c5;
}
.event_item .pointer a:hover,
.event_item .pointer .active a{
	background: #d9195a;
}


@media all and (max-width: 767px){

	.top_block{
		padding: 60px 0;
		background-size: 8px 8px;
	}
	.units .unit{
		display: block;
		width: 100%;
		padding: 20px 30px 30px;
	}
	.units .unit_ttl img{
		width: auto;
		height: 32px;
	}
	.units .unit_list_btn{
		top: 8px;
	}
	.units .unit_list_btn a{
		font-size: 11px;
		padding-left: 15px;
		background-position: 1px;
		background-size: 8px auto;
	}
	.units .unit_cont{
		margin-top: 4px;
	}

	/* .info
	-----------------------------------------------------------------*/
	.units .info{
		position: relative;
	}
	.units .info:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #e3e3e3;
	}

	/* .event
	-----------------------------------------------------------------*/
	.units .event{
		padding: 30px 30px 20px;
	}
	.units .event .unit_cont{
		margin-top: 10px;
	}
	.event_item{
		width: 275px;
		margin: 0 auto;
	}
	.event_item .frame{
		margin: 0 -4px;
	}
	.event_item .slide ul{
		width: 283px;
	}
	.event_item .item{
		width: 50%;
		margin: 0;
		padding: 9px 4px 0 4px;
		box-sizing: border-box;
	}
	.event_item .item_cat{
		font-size: 8px;
	}
	.event_item .item_ttl{
		font-size: 11px;
		line-height: 1.5;
	}
	.event_item .item_summary{
		height: auto;
	}
	.event_item .item_summary .inner{
		position: static;
		top: auto;
		transform: none;
		padding: 5px 0;
	}
	.event_item .item_cont{
		padding: 8px 8px 0;
	}
	.event_item .item_weekday{
		display: block;
		margin-left: 0;
	}
	/* navi */
	.event_item .navi{
		padding: 0 48px;
	}

}
@media all and (max-width: 374px){
	.event_item{
		width: 220px;
		margin: 0 auto;
	}
	.event_item .slide ul{
		width: 228px;
	}
}


/*----------------------------------------------------------------------
	.bottom_block
----------------------------------------------------------------------*/
.bottom_block{
	padding: 64px 0 80px;
	background: #fffdf0;
	border-top: 1px solid #e3e3e3;
}
.bottom_block .sec{
	margin-top: 54px;
}
.bottom_block .sec:first-child{
	margin-top: 0;
}
.cmn_card{
	margin-top: 48px;
}
.cmn_card_hdg{
	display: table-cell;
	vertical-align: middle;
	padding-left: 24px;
	background-position: 0 45%;
}
.coming_soon_card{
	padding: 18px 0 0;
}
.coming_soon_card h3{
	opacity:.3;
}


/* .sec03
-----------------------------------------------------------------*/
.sec03{
	margin-top: 34px;
	padding-top: 20px;
}
.sec03 .sec_cont{
	margin-top: 42px;
}
.sec03 .sec_cont_ttl{
	margin-bottom: 12px;
	color: #d91c5c;
	font-size: 16px;
	font-weight: bold;
}
.sec03 dl{
	display: table;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dotted #b7b7ae;
}
.sec03 dl:first-child{
	border-top: 1px dotted #b7b7ae;
}
.sec03 dt,
.sec03 dd{
	display: table-cell;
	vertical-align: top;
}
.sec03 dt{
	width: 116px;
	font-weight: bold;
}
.sec03 dd ul{
	letter-spacing: -.4em;
}
.sec03 dd li{
	margin-right: 30px;
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
}


@media all and (max-width: 767px){

	.bottom_block{
		padding: 44px 0 50px;
	}
	.bottom_block .sec{
		margin-top: 36px;
	}
	.cmn_card{
		margin-top: 30px;
	}
	.cmn_card_hdg{
		padding-left: 24px;
		background-position: 0 40%;
	}
	.coming_soon_card{
		padding: 15px 0 0;
	}

	/* .sec03
	-----------------------------------------------------------------*/
	.sec03 .sec_cont{
		margin-top: 22px;
	}
	.sec03 .sec_cont_ttl{
		margin-bottom: 14px;
		font-size: 14px;
	}
	.sec03 dl{
		padding: 10px 0;
	}
	.sec03 dt,
	.sec03 dd{
		vertical-align: middle;
	}
	.sec03 dt{
		width: 88px;
	}
	.sec03 dd li{
		margin-right: 0;
		display: block;
	}

}
