﻿	
/*-----メインイメージ------*/
section.sec1 div.main_v {
	background-image: url(../image/course/main_ele.jpg);
}

section.sec1 h1 {
	color:#3194ff;
}
	
section.sec1 ul.type li dt{
	background: #3194ff;
	}
section.sec1 ul.type li dd{
	color:#3194ff;
   	border:1px solid #3194ff;
	
	}
	
	
/*-----月額授業料------*/


    section.sec1 div.price ul li:first-child{
   		background:url(../image/course/price_bg2.jpg);
   		}
   
    section.sec1 div.price ul li:first-child strong{
		color:#fffc00;
		}
		
   section.sec1 div.price ul li:last-child{
   		background:url(../image/course/hosho_bg2.jpg);
   		color:#3aa9ff;
   		}
		

    
 /*-----見積りバナー------*/
 
body#under section.cam div div{
 		background:#ddf0ff;
 		}
 		
body#under section.cam div div span{
		background: linear-gradient(transparent 50%, #fff8ac 60%);
	} 	

  /*-----コース一覧------*/

section.course_list ul {
	background: #156dcd;
	}

section.course_list ul li{
	border-left:#7ca8eb solid 1px;
	border-bottom:#7ca8eb solid 1px;
	}
 /*=================ここからコース詳細=================*/
    
	section.course_detail li div.detail{
	background: rgb(91,169,25);
	background: linear-gradient(120deg, rgba(24,135,255,1) 0%, rgba(91,169,255,1) 100%);
    }
 
	div.term{
 	background:#ffd65a;
 	}
 	
section.course_detail li dd.jr{
	text-align:center;
	}

section.course_detail li dd.jr span{
	font-size:12px;
	display:block;	
	}

 	
 /*=================ここからよくある質問=================*/

 body#under section.course_qa h2{
	color:#3194ff;
	}
section.course_qa ul li dt{
	color:#70bdff;
	border-bottom: dashed 2px #e3f1fc;
	}

section.course_qa ul li dt div{
	background:#70bdff;
	}

section.course_qa ul li dd a{
	background:#479fff;
	border-bottom:3px solid #2d71ce;
	}
	
section.course_qa ul li dt span{
	background: linear-gradient(transparent 70%, #ffdfee 60%);
	}	
	
	
 /*=================ここから副担任制度=================*/
 
body#under section.support h2{
	color:#3194ff;
	}
	
section.support ul{
	background:#f2fcff;
	}	
section.support ul li span{
	background: linear-gradient(transparent 0%, #fff6c5 60%);
	}	
 /*=================ここから無料リスト=================*/

section.free{
	background: rgb(219,236,255);
	background: linear-gradient(120deg, rgba(219,236,255,1) 0%, rgba(179,216,255,1) 100%);
	}

section.free div.contents li{
	background-image:url(../image/course/free_p3.png);
	}
	
section.free div.contents li dt{
	color:#3194ff;
	}
	
/*===============================================================================*/	
	
/**************ここからスマホ***************/

@media screen and (max-width:800px) {

/*=================ここからイントロ=================*/
	

  	



 /*=================ここからコース詳細=================*/
	
	section.course_detail li div.detail p span{
		background: linear-gradient(transparent 0%, #fff6c6 60%);
	}	
	
	section.course_detail li dd.jr{
	text-align:left;
	font-size:12px;
	line-height:18px;
	padding:10px 20px 0;
	box-sizing:border-box;
	}

section.course_detail li dd.jr span{
	font-size:10px;
	line-height:10px;
	display:block;

	}
	
 /*=================ここから無料リスト=================*/

/*===============================スライドイン===================================*/

/*===============================================================================*/

}
