@charset "UTF-8";
/* CSS Document */


@media screen and (min-width: 1080px){
	
	#site_slide_img .main img{
		position: relative;
		top: -320px;

	}
}




@media screen and (min-width: 768px) and (max-width: 1079px){
	
/*--------------スライドショー--------------*/

	#site_slide_img{
		width: 100%;
	}

	.slide_custom{
		width: 100%;
	}

	.slide_custom #arrows{
		width: 100%;
		position: absolute;
		top: 180px;
		left: 33px;
		z-index: 2;
	}

	.slick-prev{
		left: 4px;
	}

	.slick-next{
		right: 64px;
	}

	#site_slide_img img{
		width: 100%;
		height: auto;
	}

	#site_slide_img .main img{
		position: relative;
		top: -120px;

	}

	#site_slide_img .main h2{
		width: 100%;
	}


	.sub_article{
		position: relative;
	}

	.sub_article a{
		width: 100%;
		box-sizing: border-box;
	}


	/*見出し白文字*/

	.sub_article1 a h2{
		width: 100%;
		left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	/*見出し黒文字*/

	.sub_article2 a h2{
		width: 100%;
		left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	
	.res_br{
		display: none;
	}
	
/*--------------サイトの説明--------------*/

	#site_dscrp{
		width: 100%;
	}
	#site_dscrp p{
		margin: 20px auto;
		width: 680px;
	}


/*--------------コンテンツ--------------*/


	#contents_type_wrap .contents_type{
		width: 100%;
	}


/*--------------運営会社--------------*/


	.Oprt_cmp_wrap{
		width: 100%;
	}


	#Oprt_cmp{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 50px;
		box-sizing: border-box;
	}



	#Oprt_cmp .cmp_dscrp{
		width: 650px;
		margin: 40px auto 40px;
	}


}


@media screen and (min-width: 480px) and (max-width: 767px){
	
	
	header{
		min-width: 0;
	}
	
	header .head{
		width: 100%;
	}
	/*--------------スライドショー--------------*/

	#site_slide_img{
		width: 100%;
		height: 270px;
	}

	.slide_custom{
		width: 100%;
	}
	.slide_custom #apDots{
		top: 280px;
	}

	.slide_custom #arrows{
		display: none;
	}


	#site_slide_img img{
		width: 100%;
		height: auto;
	}

	#site_slide_img .main img{
		position: relative;
		top: -20px;
	}
	
	#site_slide_img .main .top_image{
		top: 60px;
		width: 300px;
		height: 150px;
	}
	
	#site_slide_img .main .top_image span{
		display: inline-block;
		width: 300px;
		height: 120px;
		padding-top: 115px;
		background: url("../img/midashi_logo.png") no-repeat;
		background-position: left 25px top 25px;
		background-size: 250px;
	}

	#site_slide_img .main .top_image span#text{
		padding-top: 10px;
	}


	#site_slide_img .main h2{
		width: 100%;
		height: 270px;
	}
	


	.sub_article{
		position: relative;
	}

	.sub_article a{
		width: 100%;
		box-sizing: border-box;
		height: 270px;
	}


	/*見出し白文字*/

	.sub_article1 a h2{
		width: 100%;
		left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.sub_article1 a p{
		right: 0;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 17px;
	}


	/*見出し黒文字*/

	.sub_article2 a h2{
		width: 100%;
		left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.sub_article2 a p{
		right: 0;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 17px;
	}
	.res_br{
		display: none;
	}

/*--------------サイトの説明--------------*/

	#site_dscrp{
		width: 100%;
	}
	
	#site_dscrp h2{
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	#site_dscrp p{
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
		margin: 30px 0;
	}



/*--------------コンテンツ--------------*/

	#contents_type_wrap{
		width: 100%;
		height: auto;
		background: url("../img/background.jpg") no-repeat center;
		background-size: cover;
		padding: 40px 0;
		position: relative;
		box-sizing: border-box;
	}
	#contents_type_wrap .background_div{
		width: 100%;
		height: auto;
		padding:0;
		box-sizing: border-box;
		background: none;
	}

	#contents_type_wrap .contents_type{
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}


	#contents_type_wrap .contents_type .contents_box{
		float: none;
		width:100%;
		margin: 20px 0;
		padding: 20px;
		box-sizing: border-box;
		color: #fff;
		background:rgba(0,38,38,0.5);
	}



	#contents_type_wrap .contents_type .contents_box h2{
		text-align: center;
		font-size: 20px;
		margin-bottom: 30px;
	}

	#contents_type_wrap .contents_type .contents_box:first-child h2{
		background-position: center top;
		padding-top: 50px;
	}

	#contents_type_wrap .contents_type .contents_box:last-child h2{
		background-position: center top;
		padding-top: 50px;
	}

	#contents_type_wrap .contents_type .contents_box p{
		margin-bottom: 30px;
	}



	

/*--------------運営会社--------------*/


	.Oprt_cmp_wrap{
		width: 100%;
	}


	#Oprt_cmp{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 50px;
		box-sizing: border-box;
	}
	
	#Oprt_cmp h2{
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	#Oprt_cmp .cmp_dscrp{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin: 40px auto 40px;
	}

	#Oprt_cmp .cmp_name span{
		display: block;
		background-position: center top;
		padding: 100px 0 0; 
		height: 150px;
		width: 300px;
	}

	
	
	footer{
		min-width: 0;
		box-sizing: border-box;
		height: auto;
	}
	
	footer .footer_area{
		width: 100%;
		height: auto;
		padding: 20px;
	}
	
	footer .footer_area ul{
		float: none;
		margin: 40px auto 0;
	}
	
	footer .footer_area a.footer_logo{
		float: none;
		display: block;
		margin: 10px auto 0;
		text-align: center;
	}
	
}



@media screen and (max-width: 479px){
	
	
	header{
		min-width: 0;
	}
	
	header .head{
		width: 100%;
	}
	
	
/*--------------スライドショー--------------*/

	#site_slide_img{
		width: 100%;
		height: 200px;
	}

	.slide_custom{
		width: 100%;
	}
	.slide_custom #apDots{
		top: 200px;
	}

	.slide_custom #arrows{
		display: none;
	}

	#site_slide_img img{
		width: 100%;
		height: auto;
	}

	#site_slide_img .main img{
		position: relative;
		top: 0px;
	}
	
	#site_slide_img .main .top_image{
		top: 40px;
		width: 190px;
		height: 100px;
	}
	
	#site_slide_img .main .top_image span{
		display: inline-block;
		width: 190px;
		height: 100px;
		padding-top:75px;
		background: url("../img/midashi_logo.png") no-repeat;
		background-position: left 25px top 25px;
		background-size: 140px;
		font-size: 12px;
	}


	#site_slide_img .main h2{
		width: 100%;
		height: 200px;
	}
	
	.sub_article span.course_tag{
		top: 10px;
		left: 20px;
	}

	.sub_article span.play_tag{
		top: 10px;
		left: 20px;
	}


	.sub_article a{
		width: 100%;
		box-sizing: border-box;
		height: 200px;
	}


	/*見出し白文字*/

	.sub_article1 a h2{
		width: 100%;
		top: 45px;
		left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 20px;
	}
	
	.sub_article1 a p{
		right: 0;
		bottom: 10px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 15px;
	}


	/*見出し黒文字*/

	.sub_article2 a h2{
		width: 100%;
		top: 45px;
		left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 20px;
	}
	
	.sub_article2 a p{
		right: 0;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 15px;
	}

/*--------------サイトの説明--------------*/

	#site_dscrp{
		width: 100%;
	}
	
	#site_dscrp h2{
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	#site_dscrp p{
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
		margin: 30px 0;
		line-height: 1.9;
	}

	
	/*--------------コンテンツ--------------*/

	#contents_type_wrap{
		width: 100%;
		height: auto;
		background: url("../img/background.jpg") no-repeat center;
		background-size: cover;
		padding: 40px 0;
		position: relative;
		box-sizing: border-box;
	}
	#contents_type_wrap .background_div{
		width: 100%;
		height: auto;
		padding:0;
		box-sizing: border-box;
		background: none;
	}

	#contents_type_wrap .contents_type{
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}


	#contents_type_wrap .contents_type .contents_box{
		float: none;
		width:100%;
		margin: 20px 0;
		padding: 20px;
		box-sizing: border-box;
		color: #fff;
		background:rgba(0,38,38,0.5);
	}



	#contents_type_wrap .contents_type .contents_box h2{
		text-align: center;
		font-size: 20px;
		margin-bottom: 30px;
	}

	#contents_type_wrap .contents_type .contents_box:first-child h2{
		background-position: center top;
		padding-top: 50px;
	}

	#contents_type_wrap .contents_type .contents_box:last-child h2{
		background-position: center top;
		padding-top: 50px;
	}

	#contents_type_wrap .contents_type .contents_box p{
		margin-bottom: 30px;
	}




/*--------------運営会社--------------*/


	.Oprt_cmp_wrap{
		width: 100%;
	}


	#Oprt_cmp{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 50px;
		box-sizing: border-box;
	}


	#Oprt_cmp h2{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	#Oprt_cmp .cmp_dscrp{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin: 40px auto 40px;
	}

	#Oprt_cmp .cmp_name span{
		display: block;
		background-position: center top;
		padding: 100px 0 0; 
		height: 150px;
		width: 300px;
	}
	
	
	footer{
		min-width: 0;
		height: auto;
	}
	
	footer .footer_area{
		width: 100%;
		height: auto;
		padding: 20px;
	}
	
	footer .footer_area ul{
		float: none;
		margin: 40px auto 20px;
		width: 300px;
		flex-flow:row wrap;
	}
	
	footer .footer_area ul li{
		width: 150px;
		font-size: 12px;
	}
	
	footer .footer_area ul li a{
		background-size: 7px;
	}
	
	footer .footer_area a.footer_logo{
		float: none;
		display: block;
		margin: 10px auto 0;
		text-align: center;
	}
	


}