@charset "utf-8";

#index .mainv{
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}
@media screen and (max-width: 767px){
	#index .mainv{
		display: block;
		margin-bottom: 5px;
		margin-bottom: 0px;/*特別入試2バナー対応のため*/
	}
}
#index .mainv_news{
	display: block;
	position: relative;
	flex-basis: 35%;
	order: 2;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: stretch;

	display: none!important;
}


#index .mainChild{
	display: block;
	position: relative;
	height: calc(50% - 5px);
	background: url(../img/index/mainChild/bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 10px;
}
#index .mainChild img{
	width: 68%;
	max-width: 368px;/*307px*1.2*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	#index .mainChild{
		position: static;
		background: url(../img/index/mainChild/bg_m.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		padding: 0px;
		/*margin-top: 5px;*/
		margin-bottom: 5px;
	}
	#index .mainChild img{
		width: 100%;
		max-width: 375px;
		position: static;
		transform: translate(0,0);
	}
}


#index .mainFaq{
	display: block;
	position: relative;
	/* height: calc(50% - 5px); */
	/* height: 100%; */
	background: url(../img/index/mainFaq/bg.jpg) no-repeat center;
	background-size: cover;
}
#index .mainFaq img{
	width: 77%;
	max-width: 418px;/*348px*1.2*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*@media screen and (max-width: 767px){
	#index .mainFaq{
		position: static;
		text-align: center;
		padding: 20px;
		margin-top: 5px;
		margin-top: 0px;
	}
	#index .mainFaq img{
		width: 250px;
		max-width: 100%;
		position: static;
		transform: translate(0,0);
	}
}*/


#index .mainOc2022{
	display: block;
	position: relative;
	/* background: #d2ecfa; */
	background-color: #fff;
	flex-grow: 1;
	border: solid 14px #FFEF00;
	margin-bottom: 10px;
}

#index .mainOc2022 img{
	width: 82%;/*320px*/
	width: 90%;/*380px*/
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 1601px){
	#index .mainOc2022 img{
		max-width: 500px;
	}
}
@media screen and (max-width: 767px){
	#index .mainOc2022{
		position: static;
		text-align: center;
		padding: 24px;
		/* margin-top: 5px; */
		margin-bottom: 5px;
		border: solid 8px #FFEF00;
	}
	#index .mainOc2022 img{
		width: 80%;
		width: 100%;
		/* width: 259px; */
		max-width: 350px;
		position: static;
		transform: translate(0,0);
	}
}


#index .mainOc{
	display: block;
	position: relative;
	background: url(../img/index/mainOc/bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 10px;
	flex-grow: 1;
}

#index .mainOc img{
	/* width: 72%; */
	width: 82%;
	max-width: 400px;/*334px*1.2*/
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	#index .mainOc{
		position: static;
		text-align: center;
		padding: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#index .mainOc img{
		width: 251px;
		max-width: 100%;
		position: static;
		transform: translate(0,0);
	}
}



#index .mainWeboc2022{
	display: block;
	position: relative;
	height: 100%;
	text-align: center;
	background: url(../img/index/mainWeboc2022/bnr_bg.png) no-repeat center;
	background-size: cover;
}
#index .mainWeboc2022>img{
	width: 49%;
	position: absolute;
	top: 7%;
	left: 4%;
}
#index .mainWeboc2022>span{
	width: 37%;
	position: absolute;
	right: 5%;
	bottom: 4%;
}

@media screen and (max-width: 767px){
	#index .mainWeboc2022{
		margin-bottom: 5px;
		background: none;
		height: auto;
	}
	#index .mainWeboc2022>img{
		width: 100%;
		height: auto;
		position: static;
	}
}

@media screen and (max-width: 767px){
	#index .mainWeboc2022{
		margin-bottom: 5px;
		background: none;
		height: auto;
	}
	#index .mainWeboc>img{
		width: 100%;
		height: auto;
		position: static;
	}
} 


#index .newsConsul{
	display: block;
	position: relative;
	/*background: #fff;*/
	background: #333333;
	/*height: 100%;*/
	height: calc(58% - 10px);
	margin-top: 10px;

}
#index .newsConsul img{
	/*width: 100%;*/
	width: 90%;
	max-width: 520px;/*448px*1.2*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	#index .newsConsul{
		position: static;
		text-align: center;
		/*margin-top: 0px;*/
		margin-top: 5px;
		margin-bottom: 5px;/*特別入試2バナー対応のため*/
	}
	#index .newsConsul img{
		max-width: 450px;
		position: static;
		transform: translate(0,0);
	}
}

/* #index #mainv_weboc{
	flex-basis: calc(65% - 10px);
	order: 1;
	position: relative;
	overflow: hidden;
}
#index #mainv_weboc a{
	display: block;
}
#index #mainv_weboc img{
	width: 100%;
} */

#index #mainv_cnt{
	/* flex-basis: calc(65% - 10px); */
	flex-basis: 100%;/*動画100%*/
	order: 2;
	position: relative;
	overflow: hidden;
}
#index #mainv_cnt .cover{
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1px);
	background: transparent;
	position: absolute;
	z-index: 20;
	background: rgba(0,0,0,0.3);
}
#index #mainv_cnt .video-container {
	width: 100%;
	height: 100%;
}
#index #mainv_cnt .video-container > .content {
	width: 100%;
	height: 100%;
	position: relative;
}
#index #mainv_cnt .video-container > .content iframe{
	position: absolute;
	top: 0;
	left: 0;
}


#index #mainv_cnt .movie_txt{
	position: absolute;
	z-index: 22;
	top: 50%;
	left: 50%;
	width: 55%;
	/*max-width: 458px;*/
	max-width: 700px;
	min-width: 400px;
	margin-top: -8%;
	text-align: center;
	transform: translateX(-50%);
}
#index #mainv_cnt .movie_btn{
	width: 80px;
	text-align: center;
	position: absolute;
	z-index: 22;
	top: 50%;
	left: 50%;
	margin-top: 1%;
	transform: translateX(-50%);
}


@media screen and (max-width: 999px) {
	#index #mainv_cnt .cover{ background: rgba(0,0,0,0.2); }



/*	#index #mainv_cnt .movie_txt{
		width: 70%;
		margin: -10% 0 0 -35%;
	}
	#index #mainv_cnt .movie_btn{
		top: 60%;
	}*/
}
@media screen and (max-width: 767px){
	#index #mainv_cnt{
		margin-bottom: 5px;
	}
	#index #mainv_cnt .movie_txt{
		width: 40%;
		margin-top: -15%;
		min-width: 300px;
	}
	#index #mainv_cnt .movie_btn{
		top: 62%;
		width: 70px;
	}
}
@media screen and (max-width: 400px){
	#index #mainv_cnt .movie_txt{
		width: 70%;
		margin-top: -25%;
		min-width: 100px;
	}
}


#index .ie9_btn{ display: none; }
.ie9 #index .video-container{ display: none!important; }
.ie9 #index .cover{ background: rgba(0,0,0,0.2); }
.ie9 #index .slide_box{ display: block!important; position: relative; z-index: 1; }
.ie9 #index .ie9_btn{ display: block; }







/* ---------------------------------------
#index
--------------------------------------- */
#index{ background: #000; padding-top: 60px; }

/* #index #header .search { position: absolute; top: 15px; right: 425px; } */
#index .h_nav li.nav_news{ display: block; }
@media screen and (max-width: 999px){
	/* #index #header .search { right: 365px; } */
}
@media screen and (max-width: 767px){
	#index{ padding-top: 0; }
}



#index .main_nav{
	min-width: 100%;
	max-width: 100%;
	border-bottom: 5px solid #000;
}
#index .main_nav li {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
	height:330px;
/*	background: #f00;
*/}
@media screen and (max-width: 1280px) {
	#index .main_nav li { height:280px; }
}

#index .main_nav li>img {
/*	-moz-transform: scale(1.01,1.01);
	-webkit-transform: scale(1.01,1.01);
	-ms-transform: scale(1.01,1.01);
	transform: scale(1.01,1.01);*/

/*	width: 116%;
	max-width: 116%;
*/
}

/*.img-block:hover>img.img {
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
}
*/



@media screen and (max-width: 999px) {
	#index .main_nav li {
		width: 50%;
		height: auto!important;
		cursor: pointer;
	}
	#index .main_nav li:nth-child(2n+1) {
		clear: both;
	}
/*	#index .main_nav li>img {
		top: 50%;
		left: 50%;
		margin: -60% 0 0 -60%;
	}*/
}
@media screen and (max-width: 767px) {
/*	#index .main_nav li>img {
		position: static;
		top: 50%;
		left: 50%;
		margin: -0% 0 0 -0%;
	}*/
}
@media screen and (max-width: 639px) {
	#index .main_nav li {
		width: 100%;
		height: auto!important;
		float: none;
	}
/*	#index .main_nav li img {
		position: static;
		margin: 0;
	}*/
}



#index .news_btn{
	text-align: center;
	background: #000;
	padding: 16px 20px 14px;
	line-height: 1;
}
#index .news_btn img{
	width: 91px;
}
@media screen and (max-width: 767px) {
	#index .news_btn{
		display: none;
	}
}




#index .main_nav .txt01 { position: absolute; top: 50%; left: 0; margin: 0 auto; width: 100%; text-align: center; }

#index .main_nav .li1 .txt01-2 {background: rgba(232, 0, 0, .75); }
#index .main_nav .li5 .txt01-2 {background: rgba(255, 241, 0, .85); }
#index .main_nav .txt01-2 { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 2px; text-align: center; box-sizing: border-box;}
#index .main_nav .txt01-2 img { height: 38px; }
#index .main_nav .txt01 img { height: 130px; margin-top: -65px; -webkit-transition: 0.3s; -moz-transition : 0.3s; transition : 0.3s; }
#index .main_nav .txt03 img{ height: 200px; margin-top: -100px; }
@media screen and (max-width: 1200px) {
	#index .main_nav .txt01 img { height: 103px; margin-top: -52px; }
	#index .main_nav .txt03 img{ height: 158px; margin-top: -79px; }
	#index .main_nav .txt01-2 img { height: 32px; }
}
@media screen and (max-width: 999px) {
	#index .main_nav .txt01 img { height: 100px; margin-top: -50px; }
	#index .main_nav .txt03 img{ height: 140px; margin-top: -70px; }
	#index .main_nav .txt01-2 img { height: 28px; }
}
@media screen and (max-width: 767px) {
	#index .main_nav .txt01-2 img { height: 32px; }
}
@media screen and (max-width: 639px) {
	#index .main_nav li img { position: static; height: 100px; margin-top: -50px; }
	#index .main_nav .txt01 img { height: 110px; margin-top: -55px; }
	#index .main_nav .li1 .txt01-2 { width: 94%; left: 3%; bottom: 10px; }
	#index .main_nav .txt03 img{ height: 180px; margin-top: -90px; }
}
@media screen and (max-width: 479px) {
	#index .main_nav li img { height: 90px; margin-top: -45px; }
	#index .main_nav .txt01 img { height: 110px; margin-top: -55px; }
	#index .main_nav .txt02 img{ height: 120px; /*margin-top: -55px;*/ margin-top: -60px;}
	#index .main_nav .txt03 img{ height: 160px; margin-top: -80px; }
	#index .main_nav .txt01-2 img { height: 28px; }
}
@media screen and (max-width: 400px) {
	#index .main_nav .txt01 img { height: 120px; margin-top: -60px; }
	#index .main_nav .txt03 img{ height: 170px; margin-top: -83px; }
}


/*.common */
#index .btm_nav{
	min-width: 100%;
	max-width: 100%;
}
#index .btm_nav li{ position: relative; overflow: hidden; background: #000; /*cursor: pointer;*/ max-height: 146px; }
#index .btm_nav li a{ display: block; }
#index .btm_nav li a{ -webkit-transition: 0.8s; -moz-transition : 0.8s; transition : 0.8s;  }
#index .btm_nav li a:hover { opacity: 0.8; }
#index .btm_nav li a.nonlink{
	cursor: default;
	pointer-events: none;
}
#index .btm_nav_box{
	border-bottom: 10px solid #000;
}
#index .btm_nav_box .top_txt1{ position: absolute; top: 10px; width: 100%; text-align: center; line-height: 1; }
#index .btm_nav_box .top_txt1>img{ height: 16px; width: auto;}
@media screen and (max-width: 1300px){
	#index .btm_nav_box .top_txt1{ top: 7px; }
}
@media screen and (max-width: 1200px) {
	#index .btm_nav_box .top_txt1{ top: 4px; }
	#index .btm_nav_box .top_txt1>img{ height: 14px; }
}
@media screen and (max-width: 767px) {
	#index .btm_nav_box{
		border-bottom: 5px solid #000;
	}
	#index .btm_nav li{ max-height: 100000px!important; -webkit-transition: none; -moz-transition : none; transition : none;  }
	#index .btm_nav li{ max-height: 220px!important; -webkit-transition: none; -moz-transition : none; transition : none;  }/*テキストにあわせて調整*/
	#index .btm_nav li.mh210{ max-height: 210px!important;}
	#index .btm_nav li.mh240{ max-height: 230px!important;}
	#index .btm_nav li.mh240{ max-height: 240px!important;}
	#index .btm_nav li.mh250{ max-height: 250px!important;}
	#index .btm_nav li.mh340{ max-height: 340px!important;}
	#index .btm_nav li.mh360{ max-height: 360px!important;}
	#index .btm_nav li.mh420{ max-height: 420px!important;}

	/*#index .btm_nav li{ max-height: 280px!important; -webkit-transition: none; -moz-transition : none; transition : none;  }*//*テキストにあわせて調整
	/*#index .btm_nav li{ max-height: 420px!important; -webkit-transition: none; -moz-transition : none; transition : none;  }*//*テキストにあわせて調整*/
	/*#index .btm_nav li{ max-height: 380px!important; -webkit-transition: none; -moz-transition : none; transition : none;  }/*テキストにあわせて調整*/
	#index .btm_nav_box .top_txt1{ top: 8px; }
}

/*矢印アイコン*/
/*横長*/
#index .btm_nav_box .icon{
	position: absolute;
	top: 0;
	left: 0;
	height: 34px;
	width: 34px;
	background: url(../img/index/bnr_icon.png) no-repeat center;
	background-size: 9px 15px;
	background-color: rgba( 0, 0, 0, .2);
}
#index .btm_nav_box .line{
	position: absolute;
	top: 0;
	left: 0;
	height: 34px;
	width: 100%;
	background: rgba(0,0,0,0.2);
}
#index .btm_nav_box .line._2{
	background: rgba(0,50,0,0.4);
}
#index .btm_nav_box .line._3{
	background: rgba(0,50,80,0.4);
}
@media screen and (max-width: 1300px){
	#index .btm_nav_box .icon{ height: 28px; width: 28px; }
	#index .btm_nav_box .line{ height: 28px; }
}
@media screen and (max-width: 1200px) {
	#index .btm_nav_box .icon{ height: 23px; width: 22px; }
	#index .btm_nav_box .line{ height: 23px; }
}
@media screen and (max-width: 767px) {
	#index .btm_nav_box .icon{ height: 30px; width: 30px; }
	#index .btm_nav_box .line{ height: 30px; }
}

/*縦長*/
#index .btm_nav_box .icon.type2{ height: 100%; width: 20px; /*background: url(../img/index/col1/ico_arrow.png) no-repeat center;*/ }
#index .btm_nav_box .line.type2{ height: 100%; width: 20px; }
@media screen and (max-width: 767px) {
	#index .btm_nav_box .icon.type2{ height: 40px; width: 30px; top: 50%; margin-top: -20px; }
	#index .btm_nav_box .line.type2{ height: 40px; width: 30px; top: 50%; margin-top: -20px; }
}
/*PC縦長：SP横長*/
#index .btm_nav_box .icon.type3{ height: 100%; width: 20px; /*background: url(../img/index/col1/ico_arrow.png) no-repeat center;*/ }
#index .btm_nav_box .line.type3{height: 100%; width: 20px; }
@media screen and (max-width: 767px) {
	#index .btm_nav_box .icon.type3{ height: 30px; width: 30px; background-color: rgba( 0, 0, 0, .2); }
	#index .btm_nav_box .line.type3{ height: 30px; width: 100%; }
}



/*.column1*/
/*一般後期*/
#index .column1 .txt2{
	width: 100%;
	position: absolute;
	top: 38%;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column1 .txt2 img{ width: 100%; max-width: 1280px; }

@media screen and (max-width: 1500px) {
	#index .column1 .txt2 img{ width: 96%; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 0%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 375px; width: 100%; margin: 0 auto; }
}

/*総合選抜型2 ／ 学校推薦型一般公募*/
/* #index .column1 .txt2{
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column1 .txt2 img{ width: 100%; max-width: 1280px; }

@media screen and (max-width: 1500px) {
	#index .column1 .txt2 img{ width: 96%; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 0%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 375px; width: 100%; margin: 0 auto; }
} */

/*総合選抜型1*/
/* #index .column1 .txt2{
	width: 100%;
	position: absolute;
	top: 34%;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column1 .txt2 img{ width: 100%; max-width: 1280px; }

@media screen and (max-width: 1500px) {
	#index .column1 .txt2 img{ width: 96%; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 0%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 375px; width: 100%; margin: 0 auto; }
} */

/*.column1*/
/*就学支援制度*/
/*#index .column1 .txt2{
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column1 .txt2 img{ width: 100%; max-width: 640px; }

@media screen and (max-width: 1300px) {
	#index .column1 .txt2{ top: -10%; }
	#index .column1 .txt2 img{ width: 60%; }
}
@media screen and (max-width: 1100px) {
	#index .column1 .txt2{ top: -14%; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 1.4%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 375px; width: 100%; margin: 0 auto; }
}*/


/*.column1*/
/*学校推薦型一般公募 QA*/
/* #index .column1 .txt2{
	width: 100%;
	position: absolute;
	top: 38%;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column1 .txt2 img{ width: 100%; max-width: 1280px; }

@media screen and (max-width: 1500px) {
	#index .column1 .txt2 img{ width: 96%; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 0%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 375px; width: 100%; margin: 0 auto; }
} */

/*.column1*/
/*特別選抜入試2 QA*/
/*#index .column1 .txt2{
	width: 100%;
	position: absolute;
	top: 38%;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column1 .txt2 img{ width: 100%; max-width: 1280px; }

@media screen and (max-width: 1500px) {
	#index .column1 .txt2 img{ width: 96%; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 0%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 375px; width: 100%; margin: 0 auto; }
}*/

/*特別選抜入試1*/
/*#index .column1 .txt2{
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column1 .txt2 img{ width: 100%; max-width: 1280px; }

@media screen and (max-width: 1500px) {
	#index .column1 .txt2 img{ width: 96%; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 0%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 375px; width: 100%; margin: 0 auto; }
}*/


/*@media screen and (max-width: 1500px) {
	#index .column1 .txt2{ top: 0%; }
	#index .column1 .txt2 img{ width: 96%; }
}
@media screen and (max-width: 1280px) {
	#index .column1 .txt2{ top: 0; }
}
@media screen and (max-width: 999px) {
	#index .column1 .txt2{ top: 3px; }
}
@media screen and (max-width: 767px) {
	#index .column1 .txt2{ width: 100%; top: 5%; left: 0%; }
	#index .column1 .txt2 img{ max-width: 560px; width: 100%; margin: 0 auto; }
}
@media screen and (max-width: 639px) {
	#index .column1 .txt2 { top: -2%; }
}
@media screen and (max-width: 420px) {
	#index .column1 .txt2 { top: -1.4%; }
}
@media screen and (max-width: 360px){
	#index .column1 .txt2 { top: 0; }
}*/


/*.column2*/
#index .column2 .btm_nav li{ float: left; width: 66.6666%; }
#index .column2 .btm_nav li:first-child{ width: 33.3334%; }

#index .column2 .btm_nav li.w50{ width:50%; }
#index .column2 .btm_nav li.w50:first-child{ width: 50%; }

#index .column2 .txt1,
#index .column2 .txt1-2{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
}
#index .column2 .txt1 img,
#index .column2 .txt1-2 img{ width: 100%; max-width: 640px; margin: 0 auto; }
@media screen and (max-width: 1500px) {
	#index .column2 .txt1,
	#index .column2 .txt1-2{ bottom: 0; }
}
@media screen and (max-width: 767px) {
	#index .column2 .btm_nav li{ float: none; width: 100%!important; }
	#index .column2 .btm_nav li:first-child{ border-bottom: 5px solid #000; }

	#index .column2 .txt1,
	/*#index .column2 .txt1-2{ width: 100%; bottom: auto; top: 2.5%; left: 0%; }*//*テキストにあわせて調整*/
	/*#index .column2 .txt1-2{ width: 100%; bottom: auto; top: -2.5%; left: 0%; }*//*テキストにあわせて調整*/
	#index .column2 .txt1-2{ width: 100%; bottom: auto; top: 0%; left: 0%; }/*テキストにあわせて調整*/
	#index .column2 .txt1 img,
	#index .column2 .txt1-2 img{ max-width: 420px; }
}
@media screen and (max-width: 639px) {
	#index .column2 .txt1,
	/*#index .column2 .txt1-2{ top: -4%; }*/
}
@media screen and (max-width: 375px) {
	#index .column2 .txt1,
	/*#index .column2 .txt1-2{ top: -1%; }*/
}


#index .column2 .block_column2{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
#index .column2 .block_column2 .block1{
	width: 50%;
	float: left;
	text-align: center;
}
#index .column2 .block_column2 .block1 img{
	max-width: 320px;
	width: 100%;
}

/*高さ小さいタイプ*/
@media screen and (max-width: 767px) {
	#index .btm_nav li.small_height{ max-height: 230px!important; }
}




/*.column3 */
#index .column3 .btm_nav li{ float: left; width: 33.3333%; }
#index .column3 .btm_nav li:first-child{ width: 33.3334%; }

#index .column3 .txt1{ width: 100%; position: absolute; top: 34%; text-align: center;}
#index .column3 .txt1 img{ width: 74%; max-width: 360px; margin: 0 auto; }
#index .column3 .txt2{ width: 100%; position: absolute; top: 40%; text-align: center;}
#index .column3 .txt2 img{ width: 90%; max-width: 410px; margin: 0 auto; }
#index .column3 .txt3{ width: 100%; position: absolute; top: 33%; text-align: center;}
#index .column3 .txt3 img{ width: 88%; max-width: 410px; margin: 0; margin-left: -3%; }

@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
	#index .column3 .btm_nav li{ float: none; width: 100%!important; }
	#index .column3 .txt1 img,
	#index .column3 .txt2 img,
	#index .column3 .txt3 img{ width: 100%; max-width: 500px; margin-left: 0;}
	#index .column3 .txt1{ top: 50%; margin-top: -52px;}
	#index .column3 .txt2{ top: 50%; margin-top: -102px;}
	#index .column3 .txt3{ top: 50%; margin-top: -96px;}
}
@media screen and (max-width: 639px) {
	#index .column3 .txt1{ top: 28%; margin-top: 0;}
	#index .column3 .txt2{ top: 20%; margin-top: 0;}
	#index .column3 .txt3{ top: 20%; margin-top: 0;}
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
}









/*#index #pick_up_contents*/
#index .scroll_txt a{ line-height: 1; display: block; text-align: center; padding: 12px 0 10px; }
#index #pick_up_contents{ padding-top: 5px; }
#index #pick_up_contents .pick_tit{
	line-height: 1;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}
#index #pick_up_contents .pick_tit span{
	position: relative;
	padding: 0 10px;
	z-index: 10;
	background: #1A1A1A;
}
#index #pick_up_contents .pick_tit img{ height: 15px; }
#index #pick_up_contents .pick_tit:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%; left: 0;
	width: 100%;
	border-bottom: 1px solid #7B7B7B;
}
#index #pick_up_contents .box_wrap{ margin-right: -6px; }
#index #pick_up_contents .box_wrap .box{
	float: left;
	padding: 0 6px 6px 0;
	position: relative;
	box-sizing: border-box;
}
#index #pick_up_contents .box_wrap .box a{ display: block; }
#index #pick_up_contents .box_wrap .box img.box_bg{ width: 100%; }
#index #pick_up_contents .box_wrap .box.w50{ width: 50%; }
#index #pick_up_contents .box_wrap .box.w33{ width: 33.333%; }

#index #pick_up_contents .icon_sm{ position: absolute; top: 0; left: 0; height: 25px; }
#index #pick_up_contents .table_box{
	width: 100%;
	height: 80px;
	display: table;
	position: absolute;
	left: 0;
	bottom: 6px; /* border分 */
	background: #1a1a1a;
	background: rgba(26,26,26,0.85);
}
#index #pick_up_contents .table_box dl{ display: table-row; }
#index #pick_up_contents .table_box dt,
#index #pick_up_contents .table_box dd{ display: table-cell; vertical-align: middle; text-align: center; line-height: 1; }
#index #pick_up_contents .table_box dt{
	width: 180px;
	background: #4E4C4E;
	background: rgba(255,255,255,0.12);
}
#index #pick_up_contents .w50 .table_box dt{ width: 220px; }
#index #pick_up_contents .table_box .row1{ height: 16px; }
#index #pick_up_contents .table_box .row2{ height: 46px; }
#index #pick_up_contents .table_box dt .row2{ height: 40px; }
@media screen and (max-width: 1300px) {
	#index #pick_up_contents .table_box{ height: 70px; }
	#index #pick_up_contents .table_box dt{ width: 140px; }
	#index #pick_up_contents .table_box .row1{ height: 14px; }
	#index #pick_up_contents .table_box .row2{ height: 36px; }
	#index #pick_up_contents .table_box dt .row2{ height: 34px; }
}
@media screen and (max-width: 999px) {
	#index #pick_up_contents .icon_sm{ height: 20px; }
	#index #pick_up_contents .table_box{ height: 60px; }
	#index #pick_up_contents .table_box dt{ width: 100px; }
	#index #pick_up_contents .w50 .table_box dt{ width: 130px; }
	#index #pick_up_contents .table_box .row1{ height: 10px; }
	#index #pick_up_contents .table_box .row2{ height: 28px; }
	#index #pick_up_contents .table_box dt .row2{ height: 26px; }
}
@media screen and (max-width: 767px) {
	#index .scroll_txt{ display: none; }
	#index #pick_up_contents .icon_sm{ height: 30px; }
	#index #pick_up_contents .box_wrap{ margin-right: 0; }
	#index #pick_up_contents .box_wrap .box{ float: none; padding: 0 0 4px 0; }
	#index #pick_up_contents .box_wrap .box.w50{ width: 100%; }
	#index #pick_up_contents .box_wrap .box.w33{ width: 100%; }

	#index #pick_up_contents .table_box{ height: 80px; bottom: 4px; }
	#index #pick_up_contents .table_box dt{ width: 40%; }
	#index #pick_up_contents .w50 .table_box dt{ width: 40%; }
	#index #pick_up_contents .table_box .row1{ height: 18px; }
	#index #pick_up_contents .table_box .row2{ height: 42px; }
	#index #pick_up_contents .table_box dt .row2{ height: 38px; }
}
@media screen and (max-width: 639px) {
	#index #pick_up_contents{ padding-top: 5px; }
	#index #pick_up_contents .pick_tit{ margin-bottom: 30px; }
	#index #pick_up_contents .pick_tit img{ height: 12px; }
	#index #pick_up_contents .icon_sm{ height: 18px; }

	#index #pick_up_contents .table_box{ height: 60px; }
	#index #pick_up_contents .table_box dt{ width: 40%; }
	#index #pick_up_contents .table_box .row1{ height: 14px; }
	#index #pick_up_contents .table_box .row2{ height: 32px; }
	#index #pick_up_contents .table_box dt .row2{ height: 26px; }
}
@media screen and (max-width: 374px) {
	#index #pick_up_contents .table_box .row1{ height: 12px; }
	#index #pick_up_contents .table_box .row2{ height: 27px; }
	#index #pick_up_contents .table_box dt .row2{ height: 24px; }
}


/*#index #news*/
#index #news { width: 100%; font-size: 0.9em; padding: 50px 0 50px;}
#index #news .incnt{ width: 1210px; }

#index #news .cnt_top{
	width: 100%;
	float: none;
	text-align: center;
	padding: 0 0 25px;
}
#index #news .cnt_left{
	width: 100%;
	float: none;
}

#index #news .cnt_right{
	width: 100%;
	float: none;
	text-align: center;
	padding: 45px 0 0;
}
@media screen and (max-width: 1200px) {
	#index #news .incnt{ width: 96%; }
	#index #news .cnt_top{ padding: 0 0 15px; }
}

@media screen and (max-width: 767px) {
	#index #news { padding: 40px 0 50px; }
	#index #news .cnt_right{ padding: 20px 0 0; }
}
@media screen and (max-width: 639px) {
	#index #news { padding: 30px 0 50px; }
}
@media screen and (max-width: 450px) {
	#index #news .cnt_right{
		margin: 0 -4%;
		width: 108%;
	}
}



#index #news .news_slide { color: #FFF; padding: 0 10px 0 0; height: 160px; overflow-y: scroll; overflow-x: hidden; }
#index #news .news_slide a { color: #FFF; text-decoration: underline; }
#index #news .news_slide a:hover { color: #AAA; text-decoration: none; }
#index #news .news_slide li { border-bottom: 1px dotted #D1D1D1; margin-bottom: 10px; padding-bottom: 10px;}
#index #news .tit_news { width: 100%; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 2px solid #8D8D8D;}
#index #news .tit_news img { height: 12px; margin: 0px auto; }
#index #news .new_cnt dt { float: left; }
#index #news .new_cnt dd { padding-left: 100px; }
#index #news .news_slide { position: relative; }

@media screen and (max-width: 767px) {
	#index #news .tit_news { text-align: center;}
	#index #news .new_cnt dt { float: none; }
	#index #news .new_cnt dd { padding-left: 0; }
	#index #news .news_slide { padding: 0 5px 0 0; }
}
@media screen and (max-width: 639px) {
	#index #news .news_slide { height: auto; overflow-y: auto; overflow-x: auto;}
}











#index #news .banner_block{
	letter-spacing: -0.4em;
}
#index #news .banner_block + .banner_block{
	margin-top: 25px;/*本来はこちら*/
	margin-top: 20px;
}
#index #news .banner_block .banner{
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	letter-spacing: normal;
}
#index #news .banner_block .banner img{
	height: 160px;
	width: auto;
}

@media screen and (max-width: 1200px) {
	#index #news .banner_block .banner img{
		height: 150px;
	}
}
@media screen and (max-width: 999px){
	#index #news .banner_block + .banner_block{
		margin-top: 20px;
	}
	#index #news .banner_block .banner img{
		height: 110px;
	}
}
@media screen and (max-width: 767px) {
	#index #news .banner_block + .banner_block{
		margin-top: 0;
	}
	#index #news .banner_block .banner{
		display: block;
		margin: 0 auto 15px!important;
	}
	#index #news .banner_block .banner img{
		height: auto!important;
		max-width: 290px;
	}
	#index #news .banner_block._1 .banner img{
		height: auto!important;
		max-width: 320px;
	}
}
@media screen and (max-width: 450px) {
	#index #news .banner_block .banner img{
		max-width: 90%;
	}
	#index #news .banner_block._1 .banner img{
		max-width: 100%;
	}
}






#index .lb_btn{ text-align: center; padding: 50px 0 0; }
#index .lb_btn img{ height: 28px; }
#index .youtube_wrap{ display: none; }
#index .youtube>div{ width: 100%; position: relative; padding: 60% 0 0 0; }
#index .youtube iframe{ width: 100%; height: 100%; position: absolute; top: 0; right: 0; }
@media screen and (max-width: 639px) {
	#index .lb_btn{ text-align: center; padding: 40px 0 0; }
	#index .lb_btn img{ height: 22px; }
}















/* ---------------------------------------
#privacypolicy
--------------------------------------- */
#privacypolicy #sec_1 .insec { margin-bottom: 80px; }
@media screen and (max-width: 767px) {
	#privacypolicy #sec_1 .insec { margin-bottom: 8%; }
}













/* ---------------------------------------
#aboutsite
--------------------------------------- */
#aboutsite #sec_1 .insec { margin-bottom: 80px; }
@media screen and (max-width: 767px) {
	#aboutsite #sec_1 .insec { margin-bottom: 8%; }
}
@media screen and (max-width: 639px) {
	#aboutsite #sec_1 dd span { display: block; }
}














/* ---------------------------------------
#site_search
--------------------------------------- */
#site_search #content{ padding: 0 0 100px;}
@media screen and (max-width: 639px) {
	#site_search #content{ padding: 0 0 50px; }
}
#site_search .gsc-control-cse{ line-height: 1; }
#site_search .gsst_a { padding-top: 7px!important;}
#site_search .gsib_a { width: 100%; padding: 4px 6px 4px;}
#site_search input.gsc-search-button-v2 { padding: 7px 27px; margin-top: 0;}
#site_search input.gsc-input{ font-size: 13px!important;}
#site_search .gsc-result .gs-title { height: 1.5em;}





/* ---------------------------------------
#news
--------------------------------------- */
#news .sec_title{ font-size: 1.3em; font-weight: bold; line-height: 1.5; border-left: 5px solid #90171D; padding-left: 18px; }
#news #sec_bgintro { padding: 40px 0; margin-bottom: 40px; }
#news #sec_1{ margin-bottom: 100px; }
#news #sec_1 .insec {min-height: 250px;}
