@charset "utf-8";


/*=======================================================
indexCSS
=======================================================*/
/* スライダー */
#slider{
	margin: 0 auto -100px;
	padding: 0;
	height: 330px;
	width: 100%;
	clear: both;
	position: relative;
}
#slider h1{
	margin: 0 auto 0;
	width: 950px;
	z-index: 510;
	position: relative;
}
#slider h1 span{
	position: absolute;
	top: -220px;
	left: 0;
}
#slider_cont{
	margin: 0 auto;
	width: 950px;
}
#index_main{ 
	background: url(../img/header_bg2.png) repeat-x left top;
	position: relative;
	z-index: 500;
}
#index_main_cont{
	margin: 0 auto;
	padding: 40px 0 0;
	width: 950px;
	overflow: hidden;
}

/* お知らせ */
.news_dl{ border-top: 1px solid #ccc; }
.news_dl .news_detail{ display: none; }

/* サービス一覧 */
#service_list{
	margin: 0 -10px 0 0;
	padding: 4px 0 0 2px;
	overflow: visible;
}
#service_list li{
	margin: -2px 10px 14px 0;
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 2px 1px 2px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.2);
	float: left;
	overflow: visible;
}
.ie #service_list li { border: 1px solid #e5e5e5; } /* IE8向 */  

#service_list li a{
	margin: -2px -2px -2px -2px;
	width: 228px;
	width: 226px\9; /* ie8 */
	display: block;
	border: 2px solid rgba(255,255,255,0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	position: relative;
	z-index: 500;
	min-height: 300px;
}
.ie #service_list li a { border: 2px solid #e5e5e5; } /* IE8向 */  

#service_list li a:hover{
	width: 228px;
	width: 226px\9; /* ie8 */
	border: 2px solid #c40026;
	text-decoration: none;
}

#service_list li p{ padding: 0 10px 10px; }
#service_list li p.service_img{
	margin: 0;
	padding: 0;
	height: 166px;
	width: 228px;
	width: 226px\9; /* ie8 */
	overflow: hidden;
	text-align: center;
	background-color: #efefef;
}
#service_list li p.service_img img{
	margin: -45px 0 0 -110px;
	height: 291px;
	width: 485px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
}
#service_list li a:hover p.service_img img{
	margin: -50px 0 0 -120px;
	height: 300px;
	width: 500px;
}
#service_list li .service_info{
	position: relative;
	z-index: 510;
}
.arrow{
	margin: -10px 0 1px 0;
	padding: 0 2px 2px 0;
	display: block;
	text-align: right;
	background-color: #c40026;
	background-image: url(../img/arrow_color.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 35px;
}

#nikkengakuin .arrow{ background-color: #c40026; }
#manabi .arrow{ background-color: #888479; }
#books .arrow{ background-color: #332c7c; }
#webmart .arrow{ background-color: #09839e; }
#computer .arrow{ background-color: #0178ba; }
#vs .arrow{ background-color: #f7931e; }
#npc .arrow{ background-color: #3b8b9f; }
/* 法人（学校）向けサービスメニュー */
#school .pc{
	display: block;
}
#school .sp{
	display: none;
}
#school .arrow{ background-color: #37a023; }
/* 法人（学校）向けサービスメニュー */

/* LUCHTA */
#luchta .arrow{ background-color: #d14c51; }
/* end LUCHTA */

#index_btm_cont{
	margin: 15px 0 0;
	clear: both;
}

/*** 左側コンテンツエリア ***/
#cont_left{
 float: left;
 width: 712px;
 margin: 0 0 15px 0;
}

/*** プレスリリース ***/
#release{
 width: 100%;
 margin: 0 auto 15px auto;
 padding: 10px;
 border: solid 1px #ccc;
 background-color: #fff;
 overflow: hidden;
 box-sizing: border-box;
}
#release h2{
 display: inline-block;
 text-indent: 120%;
 width: 110px;
 margin: 0 0 5px;
 padding: 0 10px 0 15px;
 border-left: solid 5px #0063a4;
 background: url(../img/index/release_ttl.png) no-repeat 10px 4px;
 overflow: hidden;
 white-space: nowrap;
}

/* プレスリリース表示エリア */
#release_area{
 border-top: solid 1px #ccc;
}
.display_top{}/*プレスリリース用のTOP表示class*/

/* 読み込んだプレスリリース */
#release_area .release_dl{}
#release_area .release_dl::after{
 content: '';
 display: block;
 clear: both;
}
#release_area .release_dl dt{
 float: left;
 padding-top: 0.5em;
}
#release_area .release_dl dd{
 padding-left: 9em;
}
#release_area .release_dl dd.release_ttl{
 padding-top: 0.5em;
}
#release_area .release_dl dd.release_detail{
 display: none;
}

/*** お知らせ ***/
#news_cont{
 float: none;
 width: 100%;
 box-sizing: border-box;
}


/*** 右側バナーエリア ***/
#index_aside{
	width: 220px;
	float: right;
}
#index_aside .btn{
	margin: 0 0 10px;
	padding: 0;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#index_aside .btn a{
	display: block;
	background: url(../img/btn_bg.png) repeat-x left bottom;
	overflow: hidden;
}

#index_aside .btn img{ vertical-align: middle; }
#index_aside .btn img.btn_ico{ margin: 0 5px 0 0; }


/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px) {

	/* スライダー */
	#slider{
		margin: 0 auto -30px;
		padding: 0;
		height: 170px;
		clear: both;
		-moz-background-size: 500px auto; /* Firefox */
		background-size: 500px auto;
		overflow: hidden;
	}
	#slider h1{ width: 100%; }
	#slider h1 span{
		position: absolute;
		top: -120px;
		left: 10px;
	}
	#slider h1 img{
		width: 280px;
		height: auto;
	}
	#news_cont{
		margin-bottom: 15px;
		width: 100%;
		float: none;
	}
	#slider_cont{ width: 100%; }
	#index_main{ 
		-moz-background-size: auto 30px; /* Firefox */
		background-size: auto 30px;
	}
	#index_main_cont{
		margin: 0;
		padding: 0;
		width: 100%;
		-moz-box-sizing: border-box; /* Firefox */
		box-sizing: border-box;
	}
	#service_list { margin: 1%; }
	#service_list li{
		margin-right: 1%;
		margin-left: 1%;
		width: 48%;
	}
	#service_list li a{
		width: 100%;
		min-height: 220px;
		line-height: 1.4;
	}
	#service_list li a:hover{ width: 100%; }

	#service_list li p.service_img{
		padding: 5px 0 10px;
		width: 100%;
		height: auto;
		max-width: 450px;
	}
	#service_list li p.service_img img{
		margin: -15px;
		width: 100%;
		height: auto;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	#service_list li a:hover p.service_img img{
		margin: -15px;
		width: 100%;
		height: auto;
	}
	#service_list li h2{ width: auto; }
	#service_list li h2 img{
		width: auto;
		height: 11px;
	}

	/* 法人（学校）向けサービスメニュー */
	#school .pc{
		display: none;
	}
	#school .sp{
		display: block;
	}
	/* 法人（学校）向けサービスメニュー */

	#index_btm_cont{
		margin: 15px 0 0;
		padding: 0 2%;
		clear: both;
	}
 
 /*** 左側コンテンツエリア ***/
 #cont_left{
  float: none;
  width: 100%;
  margin: 0 auto 15px auto;
 }

 /*** プレスリリース ***/
 #release{}
 
 /* 読み込んだプレスリリース */
 #release_area .release_dl dt{
  float: none;
 }
 #release_area .release_dl dd{
  padding-left: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
 }
 
 /*** お知らせ ***/
 #news_cont{
  margin: 0 auto;
	}

 
 /*** 右側バナーエリア ***/
	#index_aside{
		margin: 0 auto ;
		width: 80%;
		float: none;
	}
}
