@charset "utf-8";
@media only screen and (min-width: 600px) {


/*=================================
メインコンテンツここから
=================================*/
main{
	width: 100%;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}

.content{
	width: 100%;
	height: auto;
}
.content .eye{
	width: 100%;
	height: auto;
	background-image: url(../img/fee/eye_fee.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content .eye h2{
	font-size: 34px;
	font-weight: 800;
	line-height: 44px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	padding: 85px 0 65px;
}
.content .eye h2 span{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	letter-spacing: 1px;
}

.course_sec01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 0;
	text-align: center;
	overflow: hidden;
}
.course_sec01 h3{
	width: auto;
	height: 92px;
	padding-bottom: 80px;
}
.course_sec01 h3 img{
	width: auto;
	height: 100%;
}
.course_sec01 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

/*コースのご案内部分*/
main .course_sec02{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
main .course_sec02 h2{
	width: auto;
	height: 92px;
}
main .course_sec02 h2 img{
	width: auto;
	height: 100%;
}
main .course_sec02 ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
main .course_sec02 ul li{
	width: 350px;
	height: auto;
	float: left;
	position: relative;
}
main .course_sec02 ul li.center{
	margin: 0 15px;
}
main .course_sec02 ul li a{
	width: 100%;
	height: auto;
	background-color: #44bdf2;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	padding: 18px 0;
	background-image: url(../img/common/arrow04.png);
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: center bottom 7px;
}
main .course_sec02 ul li a.junior{
	background-color: #2da1ff;
}
main .course_sec02 ul li a.high{
	background-color: #0074ff;
}
main .course_sec02 ul li a span{
	font-size: 15px;
	color: #fff;
}

.top_text{
	width: 100%
	height: auto;
	padding-top: 50px;
	background-color: #eaf0f8;
}
.top_text p{
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #e16128;
	text-align: center;
}
main .sec03_bg{
	width: 100%;
	height: auto;
	background-color: #eaf0f8;
	padding-top: 70px;
	padding-bottom: 70px;
}
.course_sec03{
	width: 1000px;
	height: auto;
	background-color: #fff;
	margin: 0 auto 80px;
	padding: 55px 40px;
}
.course_sec03:last-child{
	margin-bottom: 0;
}
.course_sec03 h4{
	font-size: 23px;
	font-weight: 800;
	line-height: 33px;
	padding: 0 35px;
	border-right: 1px solid #9fbce3;
	border-left: 1px solid #9fbce3;
	display: inline-block;
	color: #003461;
	margin-bottom: 50px;
}
.course_sec03 h4 span{
	font-size: 13px;
	line-height: 35px;
	font-weight: 800;
	color: #003461;
	display: inline-block;
	vertical-align: top;
}
.course_sec03 p.course_name{
	font-size: 17px;
	font-weight: 800;
	line-height: 27px;
	text-align: left;
}
.course_sec03 p.subject{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 800;
}
.course_sec03 p.sub_text{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
.course_sec03 .time{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.course_sec03 .time p{
	font-size: 17px;
	font-weight: 800;
	line-height: 27px;
	text-align: left;
	margin-top: 30px;
}
.course_sec03 .time table{
	width: 400px;
	height: auto;
	margin-top: 5px;
}
.course_sec03 .time table.sankoma{
	width: 600px;
	height: auto;
	margin-top: 5px;
}
.course_sec03 .time table tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.course_sec03 .time table tr th{
	width: 200px;
	height: auto;
	background-color: #e16128;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.course_sec03 .time table tr td{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.pricelist{
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.pricelist p.grade{
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	text-align: left;
}
.pricelist p.ninensei{
	margin-top: 30px;
} 
.pricelist table{
	width: 48%;
	height: auto;
	float: left;
}
.pricelist table.right{
	float: right;
}
.pricelist table tr{
	width: 100%;
	height: auto;
}
.pricelist table tr th{
	width: 200px;
	height: auto;
	background-color: #0d345b;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.pricelist table tr td{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.course02{
	margin-top: 30px;
}
.course02 p.course_name{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.course02 table{
	width: 48%;
	height: auto;
	margin-top: 5px;
}
.course02 table tr{
	width: 100%;
	height: auto;
}
.course02 table tr th{
	width: 200px;
	height: auto;
	background-color: #827e7ede;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 8px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	vertical-align: middle;
}
.course02 table tr th.month{
	background-color: #827e7ede;
}
.course02 table tr td{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 8px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	vertical-align: middle;
}
hr.line{
	width: 100%;
	display: block;
	height: 1px;
	background-color: #ddd;
	border: none;
	margin: 80px auto;
}
.cautionbox{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 50px;
	text-align: left;
}
.cautionbox p.txt01{
	font-size: 15px;
	line-height: 25px;
	font-weight: 800;
}
.cautionbox ul{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.cautionbox ul li{
	font-size: 13px;
	line-height: 23px;
}
.cautionbox ul li.caution01{
	font-weight: 800;
}
.cautionbox ul li.caution01 span{
	font-size: 10px;
}

}



































/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 599px) {
.sp_none{
	display: none!important;
}
body{
	min-width: 100%;
	background-color: #fff;
}


/*=================================
メインコンテンツここから
=================================*/
main{
	width: 100%;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}

.content{
	width: 100%;
	height: auto;
}
.content .eye{
	width: 100%;
	height: auto;
	background-image: url(../img/fee/eye_fee_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content .eye h2{
	font-size: 20px;
	font-weight: 800;
	line-height: 25px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	padding: 60px 0 50px;
}
.content .eye h2 span{
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
}

.course_sec01{
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	text-align: center;
	overflow: hidden;
}
.course_sec01 h3{
	width: auto;
	height: 77px;
	margin-bottom: 30px;
}
.course_sec01 h3 img{
	width: auto;
	height: 100%;
}

/*コースのご案内部分*/
main .course_sec02{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
main .course_sec02 h2{
	width: auto;
	height: 92px;
}
main .course_sec02 h2 img{
	width: auto;
	height: 100%;
}
main .course_sec02 ul{
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	overflow: hidden;
}
main .course_sec02 ul li{
	width: 100%;
	height: auto;
	margin-bottom: 18px;
	position: relative;
}
main .course_sec02 ul li img{
	width: 100%;
	height: auto;
}
main .course_sec02 ul li a{
	width: 100%;
	height: auto;
	background-color: #2da1ff;
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
}

main .course_sec02 ul li a{
	width: 100%;
	height: auto;
	background-color: #44bdf2;
	display: block;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	padding: 15px 0;
	background-image: url(../img/common/arrow04.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center bottom 5px;
}
main .course_sec02 ul li a.junior{
	background-color: #2da1ff;
}
main .course_sec02 ul li a.high{
	background-color: #0074ff;
}
main .course_sec02 ul li a span{
	font-size: 13px;
	color: #fff;
}

.top_text{
	width: 90%;
	padding: 0 5%;
	height: auto;
	padding-top: 50px;
	background-color: #eaf0f8;
}
.top_text p{
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #e16128;
	text-align: center;
}

main .sec03_bg{
	width: 100%;
	height: auto;
	background-color: #eaf0f8;
	margin: 0 auto;
	padding: 20px 0 70px;
}
main div#elementary_school,#junior_highschool,#highschool{
	padding-top: 95px;
	margin-top: -75px;
}
.course_sec03{
	width: 84%;
	height: auto;
	background-color: #fff;
	margin: 0 auto 15px;
	padding: 30px 3% 40px;
}
.course_sec03{
	width: 90%;
	height: auto;
	background-color: #fff;
	margin: 0 auto 80px;
	padding: 55px 5%;
}
.course_sec03:last-child{
	margin-bottom: 0;
}
.course_sec03 h4{
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	padding: 0 35px;
	border-right: 1px solid #9fbce3;
	border-left: 1px solid #9fbce3;
	color: #003461;
	margin-bottom: 50px;
}
.course_sec03 h4 span{
	font-size: 13px;
	line-height: 19px;
	font-weight: 800;
	color: #003461;
}
.course_sec03 p.course_name{
	font-size: 15px;
	font-weight: 800;
	line-height: 24px;
	text-align: left;
	margin-top: 13px;
}
.course_sec03 p.subject{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 800;
	text-indent: -1em;
	padding-left: 1em;
}
.course_sec03 p.sub_text{
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.course_sec03 .time{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.course_sec03 .time p{
	font-size: 15px;
	font-weight: 800;
	line-height: 24px;
	text-align: left;
	margin-top: 20px;
}
.course_sec03 .time table{
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.course_sec03 .time table.sankoma{
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.course_sec03 .time table tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.course_sec03 .time table tr th{
	width: 50%;
	height: auto;
	background-color: #e16128;
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.course_sec03 .time table.sankoma tr th{
	width: 33.3%;
}
.course_sec03 .time table.sankoma tr th.yonkoma{
	width: 25%;
}
.course_sec03 .time table tr td{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.pricelist{
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.pricelist p.grade{
	font-size: 15px;
	font-weight: 800;
	line-height: 24px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
}
.pricelist p.ninensei{
	margin-top: 20px;
} 
.pricelist table{
	width: 100%;
	height: auto;
}
.pricelist table tr{
	width: 100%;
	height: auto;
}
.pricelist table tr th{
	width: 50%;
	height: auto;
	background-color: #0d345b;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	padding: 0 5%;
}
.pricelist table tr td{
	width: auto;
	height: auto;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.pricelist table.right .no_border{
	border-top: none;
}

.course02 p.course_name{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.course02 table{
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.course02 table tr{
	width: 100%;
	height: auto;
}
.course02 table tr th{
	width: 47%;
	height: auto;
	background-color: #827e7ede;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 8px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	vertical-align: middle;
}
.course02 table tr th.month{
	background-color: #827e7ede;
}
.course02 table tr td{
	width: 50%;
	height: auto;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 15px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	padding-left: 3%;
}
.course02 p.caution{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	margin-top: 10px;
}
.course02 p.caution2{
	font-weight: 800;
}


hr.line{
	width: 100%;
	display: block;
	height: 1px;
	background-color: #ddd;
	border: none;
	margin: 50px auto;
}
.cautionbox{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 50px;
	text-align: left;
}
.cautionbox p.txt01{
	font-size: 15px;
	line-height: 25px;
	font-weight: 800;
}
.cautionbox ul{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.cautionbox ul li{
	font-size: 13px;
	line-height: 23px;
}
.cautionbox ul li.caution01{
	font-weight: 800;
}
.cautionbox ul li.caution01 span{
	font-size: 10px;
}

.course02 table tr th{
	width: 200px;
	height: auto;
	background-color: #827e7ede;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 8px 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	vertical-align: middle;
}
.course02 table tr th.month{
	background-color: #827e7ede;
}

}

