/*=======================
基本設定(baseに追加)
=======================*/

a {

	text-decoration:none!important;
	}
	
ul {
	margin:0;
	padding: 0 ;
	}
	
li	{
	list-style:none!important;
	margin:0;
	padding:0;
	}

dd	{
	margin:0;
	padding:0;
	}

p	{
	margin:0;
	padding:0;
	}
	
div#content{
	padding:0;
	font-size: 20px !important;;
	}	
/*=======================
共通設定
=======================*/
section{
	width:100%;
	}
section div.innerWrap{
	max-width:1080px;
	width:100%;
	padding:0 2% 0;
	box-sizing: border-box;
	margin:auto;
}	

section div.innerWrap span.yellow{
	background: linear-gradient(transparent 60%, #ffea00 60%);
}

br.sp{
	display: none;
}

br.pc{
	display: block;
}

/*-----CTA-----*/

section.cta{
	background-color:#2d6ad0;
}

section.cta div.innerWrap{
	text-align:center;
	color:#fff;
	padding:50px 0 50px; 
}

section.cta div.innerWrap strong{
	font-size:30px;
	display:block;
	color:#ffde00;
}

section.cta div.innerWrap strong span{
	font-size:34px;
	color:#ff93c1;
  text-shadow:
    1px 1px 0 #FFF,
    -1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF;
	letter-spacing:0.2em;
	margin:0 0 0 0.2em;
}

section.cta div.innerWrap a {
    display: block;
    box-sizing: border-box;
    max-width: fit-content;
    padding: 15px 35px 15px;
    color: #FFF;
    margin:20px auto 30px;
    -moz-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    -webkit-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    -ms-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    border-radius: 15px;
    background: rgb(255, 183, 70);
    background: linear-gradient(180deg, rgba(255, 183, 70, 1) 0%, rgba(255, 138, 0, 1) 100%);
    box-shadow: 3px 3px 15px -5px #000;
    font-size: 26px;
    font-weight: bold;
}

section#sec7 dd a {
    display: block;
    box-sizing: border-box;
    max-width: fit-content;
    padding: 15px 35px 15px;
    color: #FFF;
    margin:20px auto 30px;
    -moz-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    -webkit-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    -ms-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    border-radius: 15px;
    background: rgb(255, 183, 70);
    background: linear-gradient(180deg, rgba(255, 183, 70, 1) 0%, rgba(255, 138, 0, 1) 100%);
    box-shadow: 3px 3px 15px -5px #000;
    font-size: 26px;
    font-weight: bold;
	border:3px solid #fff;
	text-align:center;
}

 section.cta div.innerWrap a div{
	color:#fff;
	font-size:36px;
}
section.cta div.innerWrap a div span.tk{
	text-decoration: line-through;
}
section.cta div.innerWrap div.under{
	font-weight:bold;
}
 section.cta div.innerWrap div.under span{
	color:#ffde00;
}

/*-----メインエリア-----*/

section#sec1{
	background:url(./img/course/main-bg2.jpg);
	background-position:right,center;
	background-size:cover;
	position:relative;	
	}


section#sec1 div.innerWrap{
	max-width: 1080px;
	width:100%;
	position:relative;
	height: 45vw;
}
section#sec1 h2{
	width:fit-content;
	position:absolute;
	font-size:42px;
	font-weight:bold;
	padding:20px;
	background:#fff;
	color:#2d6ad0;
	top:135px;
	box-shadow: 3px 3px 15px -5px #777777;

}

section#sec1 ul{
	max-width:1080px;
	width:100%;
	margin:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:absolute;
	padding:0;
	left:0;
	bottom:3vw;
}

section#sec1 ul li{
	width:32%;
	background:#fff;
	border-radius:50px;
	border:6px #2d6ad0 solid;
	text-align:center;
	padding:5px 0 10px;
	box-sizing: border-box;

}

section#sec1 ul li img{
	width:65%;
	}


/*-----sec2(合格率)-----*/


section#sec2{
	padding:50px 0 70px;
	background:url("./img/pref/bg2.jpg");
	position:relative;
}
section#sec2 ul{
	width:90%;
	margin:0 auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:0;
}

section#sec2 ul li{
	width:31%;
}
section#sec2 ul div{
	width:70%;
	font-size:12px;
	text-align:center;
	margin:20px auto 0;
}

section#sec2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: transparent #FFF transparent #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

/*-----sec3(導入文-----*/

section#sec3{
	padding:50px 0 50px; 
	background:url(./img/course/sec3.png);
	background-position:right bottom 0;
	background-size:18%;
	position:relative;
	background-repeat:no-repeat;	
}
section#sec3 div.innerWrap{
	text-align:center;
	font-weight:bold;
}
section#sec3 b{
	display:block;
	font-size:26px;
	line-height:40px;
}



/*-----sec5（コース一覧）-----*/

section#sec5{
	position:relative;
	width: 100%;
	background:#eaf5ff;
	padding:50px 0 70px;
	}

section#sec5::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: transparent #ffffff transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

section#sec5 h2{
	font-size:40px;
	color:#2d6ad0;
	margin:auto;
	width:100%;
	text-align:center;
	font-weight:bold;
}

section#sec5 ul{
	width:70%;
	margin:50px auto 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section#sec5 ul li{
	width:49%;
	margin:0 0 20px;
}
section#sec5 ul li a{
	display:block;
	background:#2d6ad0;
	padding:15px;
	border-radius:15px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	border: solid 3px #FFF;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #2d6ad0;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 0px;        /* 外側の線と内側の線の空き具合を調整*/
}

section#sec5 span{
	color:#ffde00;
}
section#sec5 div div{
	font-size:14px;
	text-align:center;
	width:100%;
	color:#E00;
	font-weight:bold;
	margin:30px 0 0;
}

section#sec5 li a span{
	color:#fff!important;
	display:block;
	transform: rotate(90deg);
	font-weight:bold;
	float: right;
	}

/*-----sec6（コースの紹介）-----*/

section#sec6{
	position:relative;
	background-image:url("./img/pref/bg3.jpg");
	padding:70px 0 70px;
}

section#sec6 ul{
	padding:0;
	margin:0;
} 

section#sec6 ul li dl.course{
	background: #fff;
    border-radius: 15px;
    width: 90%;
	border:5px solid #2d6ad0;
	margin:0 auto 20px;
	box-shadow: 3px 3px 15px -5px #777777;
}

section#sec6 ul li dl.course dt{
	font-size:30px;
	font-weight:bold;
	width:100;
	margin:auto;
	text-align:center;
	color:#fff;
	padding:20px 0 10px;
	background: #2d6ad0;
}

section#sec6 ul li dl.course dd{
	width:100%;
	margin:auto;
	padding:0 0 30px;
}

section#sec6 ul li dl.course dd img{
	width:100%;
	margin:0 auto 20px;
}

section#sec6 ul li dl.course dd p{
	padding:0 15px 5px;
	margin:0;
}

section#sec6 ul li dl.pass {
	position:relative;
	width:80%;
	max-width:480px;
	margin:50px auto 50px;
}

section#sec6 ul li dl.pass dt{
	width:40%;
	margin:auto;
	min-width:250px;}

section#sec6 ul li dl.pass dd{
	margin:15px auto 0;
	font-size:16px;
	color:#D2B763;
}

section#sec6 ul li dl.pass::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 200px;
    background-image: url('./img/course/sec6-pass-1.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:-55px;
}

section#sec6 ul li dl.pass::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 200px;
    background-image: url('./img/course/sec6-pass-2.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	right:-55px;

}

section#sec6 ul li dl.voice{
	background: #fff;
    border-radius: 15px;
    width: 90%;
	border:5px solid #6cb1ff;
	margin:70px auto 20px;
	box-shadow: 3px 3px 15px -5px #777777;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}

section#sec6 ul li dl.voice dt{
	width:20%;
	position:relative;
}

section#sec6 ul li dl.voice dt img{
	display:block;
	width:90%;
	margin:auto;
}

section#sec6 ul li dl.voice dt div{
	width:80%;
	font-size:24px;
	text-align:center;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:-75px;
	border-radius:15px;
	left:10%;
	box-sizing: border-box;
	background:#6cb1ff;
}

section#sec6 ul li dl.voice dd{
	width:75%;
	padding:15px;
	position: relative;
	box-sizing: border-box;
}

section#sec6 ul li dl.voice dd div {
	display:inline-block;
	border:1px solid #3f81dd;
	text-align:center;
}

section#sec6 ul li dl.voice dd div span {
	display:block;
	width:100%;
	font-size:14px;
	padding:5px 10px;
	color:#FFF;
	text-align:center;
	background: #2D6AD0;
}

section#sec6 ul li dl.voice dd div b {
	font-size:21px;
}

section#sec6 ul li dl.voice dd div.mos span {
	display:inline-block;
}

section#sec6 ul li dl.voice dd div.mos b {
	display:inline-block;
}


section#sec6 ul li dl.voice dd span.sankaku{
	color:#ffcc00;
	display: inline-block;
    vertical-align: middle;
	margin: -25px 0 0;
}

section#sec6 ul li dl.voice dd p{
	margin:15px 0 0;
}

section#sec6 ul li dl.voice dd span.name{
	display:inline-block;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	width:100%;
	margin:15px 0 0;
}

section#sec6 ul li dl.voice dd img.score{
	position:absolute;
	width:150px;
	right:-30px;
	top:-65px;
} 

section#sec6 div.course-cta{
	width:70%;
	margin:90px auto 70px;
	text-align:center;
}
section#sec6 div.course-cta div{
	color:#3f81dd;
	font-weight:bold;
	font-size:24px;
}
section#sec6 div.catch{
	position:relative;
}

section#sec6 div.catch img{
	display:block;
	position:absolute;
	top:-45px;
	right:40px;
	width:120px;
	z-index:9999;
}

section#sec6 div.catch::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('./img/course/cta-1.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:120px;
}

section#sec6 div.catch::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('./img/course/cta-2.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	right:120px;

}



section#sec6 div.course-cta div b{
	font-size:28px;
}

section#sec6 div.course-cta div span{
	font-size:30px;
	color:#ff5c77;
}
section#sec6 div.course-cta li.web a {
    display: block;
    box-sizing: border-box;
    max-width: fit-content;
    padding: 15px 35px 15px;
    color: #FFF;
    margin:20px auto 30px;
    -moz-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    -webkit-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    -ms-text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    text-shadow: 2px 0px 2px rgba(49, 49, 49, 0.3);
    border-radius: 15px;
    background: rgb(255, 183, 70);
    background: linear-gradient(180deg, rgba(255, 183, 70, 1) 0%, rgba(255, 138, 0, 1) 100%);
    box-shadow: 3px 3px 15px -5px #000;
    font-size: 26px;
	border: 5px solid #fff;
    font-weight: bold;
}

section#sec6 div.course-cta li.web a div{
	color:#fff;
	font-size:36px;
}

section#sec6 div.course-cta li.web a span{
	color:#fff;
	display:inline-block;
	margin:0 0 0 15px;
}

section#sec6 div.course-cta li.tel div{
	font-size:20px;
}
section#sec6 div.course-cta li.tel a{
	box-shadow: 3px 3px 15px -5px #000;
    border: 1px solid #95C2FF;
	width:55%;
	border-radius:100px;
	text-align:center;
	min-width:400px;
	margin:10px auto 15px;
	display:block;
}
section#sec6 div.course-cta li.tel div.time{
	font-size:14px;}




/*-----sec7(よくある質問)-----*/
section#sec7{
	position:relative;
	background:#f0f8ff;
	padding:70px 0 70px;
}



section#sec7 dl{
	width:90%;
	margin:0 auto 15px;
}

section#sec7 dl dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-radius:20px 20px 0 0;
	padding:10px 10px 2px;
	background:#2d6ad0; 
}

section#sec7 dl dt div{
	width:93%;
	font-size:24px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}
section#sec7 dl dt img {
	display:block;
	width:5%;
}

section#sec7 dl dd{
	background:#fff;
	border-radius:0 0 20px 20px;
	margin:0;
	padding:10px 20px;
	border:5px solid #2d6ad0;
}

section#sec7 dl dd div.tri{
	width:100%;
	margin:-20px auto 0;
	text-align:center;
	color:#ffde00!important;
	transform:scale(2, 1.0)!important;
	}

section#sec7::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: transparent #fff transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*-----sec8（副担任システム）-----*/


section#sec8{
	background:#FFF;
	padding:70px 0 70px;
	position:relative;
}

section#sec8 h2{
	width:90%;
	margin:auto;
	text-align:center;
	}
section#sec8 dl dt{
	margin:70px auto 50px;
	overflow-x: hidden;
 	overflow-y: visible!important;
}

section#sec8 dl dd{
	width:90%;
	margin:auto;
	} 

section#sec8 dl dd img{
	width:100%;
	display:block;
	margin:15px auto 0;
	} 

section#sec8 ul{
	width: 750px;
	padding:15px;
	margin:70px auto 0;
	border-radius:15px;
	border:5px solid #2d6ad0 ;
	box-sizing: border-box;
	background:#eaf5ff;
} 	

section#sec8 ul li{
	color:#2d6ad0;
    margin:10px 0 10px;
}


section#sec8::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 50vw 0 50vw;
	border-color: transparent #f0f8ff transparent #f0f8ff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}
/*-----sec9（無料サポート）-----*/
section#sec9 {
	background:#f0f8ff;
	padding:70px 0 70px;
	position:relative;
	}

section#sec9 h2{
	color:#2d6ad0;
	font-size:40px;
	margin:auto;
	text-align:center;
	font-weight:bold;
}

section#sec9 ul{
	margin:50px auto 0px;
	padding:0;
	}

section#sec9 dl {
    width: 750px;
    padding: 15px;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
	position:relative;
    margin: 0 auto 20px;
    box-shadow: 3px 3px 15px -5px #777777;
}

section#sec9 dl::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 4em solid #fe8686;
    position: absolute;
    z-index: 100;
    border-radius: 10px 0 0;
}


section#sec9 dl::after {
    content: "無料";
    display: block;
    top: 7px;
    transform: rotate(-37deg);
    color: #fff; 
    left: 12px;
    position: absolute;
    z-index: 101;
	font-weight:bold;
}

section#sec9 dl dt{
	color: #2d6ad0;
    font-weight: bold;
    font-size: 30px;
	width:100%;
	text-align:center;
	margin:5px auto 20px;	
}

/*サポートコース*/
.support section#sec1 ul {
	width:90%;
	justify-content: center;
  	align-items: center;
}

.support section#sec1 ul li {
	font-size:30px;
	color:#00bfd6;
	font-weight:bold;
	width:fit-content;
	padding:5px 30px 0;
	margin:10px 10px 0;
}	
.support section#sec4{
	position:relative;
	background-image:url("./img/course/support/bg3.jpg");
	padding:70px 0 70px;
}
.support section#sec4 dl{
	width:80%;
	margin:30px auto 50px;
}
.support section#sec4 dl dt{
	width:100%;
	border-radius:10px;
	text-align:center;
	color:#fff;
	padding:10px 0 10px;
	background: #2160c9;
	margin:auto;
	border:2px solid #fff;
	font-weight:bold;
}


.support section#sec4 dl dd{
	width:100%;
	margin:20px 0 0;
}


/*=========各所色修正=========*/

/*小学生*/

.elementary section#sec1{
	background:url(./img/course/elementary/main-bg2.png);
	    background-position: right, center;
    background-size: cover;
    position: relative;
}

.elementary section#sec1 h2{
	color:#0a9fc8;
}
.elementary section#sec1 ul li{
	border:6px #0a9fc8 solid;
}
.elementary section#sec2{
	background:url("./img/pref/bg2.jpg");
}
.elementary section#sec5 h2{
	color:#0a9fc8;
}
.elementary section#sec5 ul li a{
	background:#0a9fc8;
	outline: solid 3px #0a9fc8;    /* 外側の線になる一本線の枠線をひく*/
}
.elementary section#sec5 span{
	color:#ffde00;
}
.elementary section#sec6 ul li dl.course{
	border:5px solid #0a9fc8;
}
.elementary section#sec6 ul li dl.course dt{
	background: #0a9fc8;
}
.elementary section#sec6 ul li dl.voice{
	border:5px solid #81d9f1;
}
.elementary section#sec6 ul li dl.voice dt div{
	background:#81d9f1;
}
.elementary section#sec6 ul li dl.voice dd div {
	border:1px solid #0a9fc8;
}
.elementary section#sec6 ul li dl.voice dd div span {
	background: #0a9fc8;
}
.elementary section#sec6 div.course-cta div{
	color:#0a9fc8;
}
.elementary section#sec6 div.catch::before {
    background-image: url('./img/course/elementary/cta-1.png');
}
.elementary section#sec6 div.catch::after {
    background-image: url('./img/course/elementary/cta-2.png');
}
.elementary section#sec6 div.course-cta li.tel a{
    border: 1px solid #95C2FF;
}
.elementary section#sec7{
	background:#eaf9ff;
}
.elementary section#sec7 dl dt{
	background:#0a9fc8; 
}
.elementary section#sec7 dl dd{
	border:5px solid #0a9fc8;
}
.elementary section#sec8 ul{
	border:5px solid #0a9fc8 ;
} 	
.elementary section#sec8 ul li{
	color:#0a9fc8;
}
.elementary section#sec8::after{
	border-color: transparent #eaf9ff transparent #eaf9ff;
}
.elementary section#sec9 {
	background:#eaf9ff;
}
.elementary section#sec9 h2{
	color:#0a9fc8;}
.elementary section#sec9 dl dt{
	color: #0a9fc8;
}


/*高校生*/
.high section#sec1{
	background:url(./img/course/high/main-bg2.png);
	    background-position: right, center;
    background-size: cover;
    position: relative;
}

.high section#sec1 h2{
	color:#1047c4;
}
.high section#sec1 ul li{
	border:6px #1047c4 solid;
}
.high section#sec2{
	background:url("./img/pref/bg2.jpg");
}
.high section#sec5 h2{
	color:#1047c4;
}
.high section#sec5 ul li a{
	background:#1047c4;
	outline: solid 3px #1047c4;    /* 外側の線になる一本線の枠線をひく*/
}
.high section#sec5 span{
	color:#ffde00;
}
.high section#sec6 ul li dl.course{
	border:5px solid #1047c4;
}
.high section#sec6 ul li dl.course dt{
	background: #1047c4;
}
.high section#sec6 ul li dl.voice{
	border:5px solid #7da2ff;
}
.high section#sec6 ul li dl.voice dt div{
	background:#7da2ff;
}
.high section#sec6 ul li dl.voice dd div {
	border:1px solid #3f81dd;
}
.high section#sec6 ul li dl.voice dd div span {
	background: #1047c4;
}
.high section#sec6 div.course-cta div{
	color:#3f81dd;
}
.high section#sec6 div.catch::before {
    background-image: url('./img/course/high/cta-1.png');
}
.high section#sec6 div.catch::after {
    background-image: url('./img/course/high/cta-2.png');
}
.high section#sec6 div.course-cta li.tel a{
    border: 1px solid #7da2ff;
}
.high section#sec7{
	background:#f0f8ff;
}
.high section#sec7 dl dt{
	background:#1047c4; 
}
.high section#sec7 dl dd{
	border:5px solid #1047c4;
}
.high section#sec8 ul{
	border:5px solid #1047c4 ;
} 	
.high section#sec8 ul li{
	color:#1047c4;
}
.high section#sec8::after{
	border-color: transparent #f0f8ff transparent #f0f8ff;
}
.high section#sec9 {
	background:#f0f8ff;
}
.high section#sec9 h2{
	color:#1047c4;
}
.high section#sec9 dl dt{
	color: #1047c4;
}


/*サポート*/

.support section#sec1{
	background:url(./img/course/support/main-bg2.png);
	background-position: right, center;
    background-size: cover;
    position: relative;
}

.support section#sec1 h2{
	color:#00bfd6;
}
.support section#sec1 ul li{
	border:6px #00bfd6 solid;
}
.support section#sec2{
	background:url("./img/pref/bg2.jpg");
}

.support section#sec3{
	background:url("./img/course/support/sec3.png");
	font-size:20px;
	background-position: right bottom 0;
	background-size:12%;
	background-repeat:no-repeat;

}
.support section#sec5 h2{
	color:#00bfd6;
}
.support section#sec5 ul li a{
	background:#00bfd6;
	outline: solid 3px #00bfd6;    /* 外側の線になる一本線の枠線をひく*/
}
.support section#sec5 span{
	color:#ffde00;
}
.support section#sec6 ul li dl.course{
	border:5px solid #00bfd6;
}
.support section#sec6 ul li dl.course dt{
	background: #00bfd6;
}
.support section#sec6 ul li dl.voice{
	border:5px solid #96dee2;
}
.support section#sec6 ul li dl.voice dt div{
	background:#96dee2;
}
.support section#sec6 ul li dl.voice dd div {
	border:1px solid #00bfd6;
}
.support section#sec6 ul li dl.voice dd div span {
	background: #00bfd6;
}
.support section#sec6 div.course-cta div{
	color:#00bfd6;
}
.support section#sec6 div.catch::before {
    background-image: url('./img/course/support/cta-1.png');
}
.support section#sec6 div.catch::after {
    background-image: url('./img/course/support/cta-2.png');
}
.support section#sec6 div.course-cta li.tel a{
    border: 1px solid #96dee2;
}
.support section#sec7{
	background:#f0f8ff;
}
.support section#sec7 dl dt{
	background:#00bfd6; 
}
.support section#sec7 dl dd{
	border:5px solid #00bfd6;
}
.support section#sec8 ul{
	border:5px solid #00bfd6 ;
} 	
.support section#sec8 ul li{
	color:#00bfd6;
}
.support section#sec8::after{
	border-color: transparent #f0f8ff transparent #f0f8ff;
}
.support section#sec9 {
	background:#f0f8ff;
}
.support section#sec9 h2{
	color:#00bfd6;
}
.support section#sec9 dl dt{
	color: #00bfd6;
}

/*オンライン*/
.online section#sec1{
	background:url(./img/course/online/main-bg2.png);
	background-position: right, center;
    background-size: cover;
    position: relative;
}

.online section#sec6{
	padding:70px 0 70px;
}	
.online section#sec6 h2{
	color:#2d6ad0;
	font-size:40px;
	margin:0 auto 50px;
	text-align:center;
	font-weight:bold;
	}

.online section#sec6 dl{
	margin:0 auto 50px!important;
}	

.online section#sec6-2{
	padding:70px 0 70px;
}	

.online section#sec6-2 h2{
	color:#2d6ad0;
	font-size:40px;
	margin:auto;
	text-align:center;
	font-weight:bold;
	}

section#sec6-2 dl.voice{
	background: #fff;
    border-radius: 15px;
    width: 90%;
	border:5px solid #6cb1ff;
	margin:70px auto 20px;
	box-shadow: 3px 3px 15px -5px #777777;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}

section#sec6-2 dl.voice dt{
	width:20%;
	position:relative;
}

section#sec6-2 dl.voice dt img{
	display:block;
	width:90%;
	margin:auto;
}

section#sec6-2 dl.voice dt div{
	width:80%;
	font-size:24px;
	text-align:center;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:-75px;
	border-radius:15px;
	left:10%;
	box-sizing: border-box;
	background:#6cb1ff;
}

section#sec6-2 dl.voice dd{
	width:75%;
	padding:15px;
	position: relative;
	box-sizing: border-box;
}

section#sec6-2 dl.voice dd div {
	display:inline-block;
	border:1px solid #3f81dd;
	text-align:center;
}

section#sec6-2 dl.voice dd div span {
	display:block;
	width:100%;
	font-size:14px;
	padding:5px 10px;
	color:#FFF;
	text-align:center;
	background: #2D6AD0;
}

section#sec6-2 dl.voice dd div b {
	font-size:21px;
}

section#sec6-2 dl.voice dd span.sankaku{
	color:#ffcc00;
	display: inline-block;
    vertical-align: middle;
	margin: -25px 0 0;
}

section#sec6-2 dl.voice dd p{
	margin:15px 0 0;
}

section#sec6-2 dl.voice dd span.name{
	display:inline-block;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	width:100%;
	margin:15px 0 0;
}

section#sec6-2 dl.voice dd img.score{
	position:absolute;
	width:150px;
	right:-30px;
	top:-65px;
} 



/*------------------------------------------------------------
	ここからスマホ
--------------------------------------------------------------*/

@media (max-width: 840px) {

	div#content{
		padding:0;
		font-size: 16px !important;
	}
	
	section div.innerWrap{
		width:96%;
		padding:0;
		box-sizing: border-box;
		margin:auto;
	}
	
	/*-----CTA-----*/

section.cta div.innerWrap{
	text-align:center;
	color:#fff;
	padding:30px 0 30px; 
}


section.cta div.innerWrap strong{
	font-size:24px;
}

section.cta div.innerWrap strong span{
	font-size:30px;
	letter-spacing:0.2em;
	margin:0 0 0 0.2em;
}

section.cta div.innerWrap a {
    padding: 10px 20px 10px;
    color: #FFF;
    margin:10px auto 20px;
    font-size: 16px;
}

 section.cta div.innerWrap a div{
	font-size:24px;
}

section#sec7 dd a {
     padding: 10px 20px 10px;
    color: #FFF;
    margin:10px auto 20px;
    font-size: 16px;
}

section#sec7 div.innerWrap a div{
	font-size:24px;
}



/*--------メイン--------------*/

	section#sec1{
	background-position:right,center;
	background-size:cover;
	position:relative;	
	}


section#sec1 div.innerWrap{
	max-width: 1080px;
	width:100%;
	position:relative;
	height: 55vw;
}
section#sec1 h2{
	width:fit-content;
	position:absolute;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	background:#fff;
	top:0px;
	box-shadow: 3px 3px 15px -5px #777777;

}

section#sec1 ul{
	max-width:1080px;
	width:100%;
	margin:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:absolute;
	padding:0;
	left:0;
	bottom:3vw;
}

section#sec1 ul li{
	border:3px #2d6ad0 solid;
	padding:5px 0 5px;
}

section#sec1 ul li img{
	width:65%;
	}
.elementary section#sec1 ul li{
	border:3px #0a9fc8 solid;
}

.high section#sec1 ul li{
	border:3px #1047c4 solid;
}


.elementary section#sec1 ul li{
	border:3px #0a9fc8 solid;
}

/*-----sec2(合格率)-----*/


section#sec2{
	padding:30px 0 30px;
}
section#sec2 ul{
	width:100%;
}

section#sec2 ul li{
	width:31%;
}
section#sec2 ul div{
	width:100%;
	font-size:10px;
	text-align:center;
	margin:20px auto 0;
}

section#sec2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50vw 0 50vw;
    border-color: transparent #FFF transparent #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

/*-----sec3(導入文-----*/

section#sec3{
	font-size:14px;
	padding:50px 0 50px; 
}
section#sec3 div.innerWrap{
	text-align:center;
	font-weight:bold;
}
section#sec3 b{
	display:block;
	line-height:40px;
}

.support section#sec3{
	font-size:20px;
	background-size:20%;
}

/*-----sec5（コース一覧）-----*/

section#sec5{
	padding:30px 0 30px;
	}

section#sec5::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50vw 0 50vw;
    border-color: transparent #ffffff transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

section#sec5 h2{
	font-size:28px;
}

section#sec5 ul{
	width:100%;
	margin:30px auto 0;
	padding:0;
}

section#sec5 ul li{
	width:48.5%;
	margin:0 0 10px;
}
section#sec5 ul li a{
	display:block;
	padding:15px;
	border-radius:15px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	border: solid 2px #FFF;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #2d6ad0;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 0px;        /* 外側の線と内側の線の空き具合を調整*/
}

section#sec5 span{
	color:#ffde00;
}
section#sec5 div div{
	text-align:center;
	width:100%;
	margin:15px 0 0;
}

/*-----sec6（コースの紹介）-----*/

section#sec6{
	position:relative;
	background-image:url("./img/pref/bg3.jpg");
	padding:30px 0 30px;
}

section#sec6 ul{
	padding:0;
	margin:0;
} 

section#sec6 ul li dl.course{
	background: #fff;
    border-radius: 15px;
    width: 100%;
	border:5px solid #2d6ad0;
	margin:0 auto 20px;
	box-shadow: 3px 3px 15px -5px #777777;
}

section#sec6 ul li dl.course dt{
	font-size:18px;
	font-weight:bold;
	width:100;
	margin:auto;
	text-align:center;
	color:#fff;
	padding:10px 0 10px;
}

section#sec6 ul li dl.course dd{
	width:100%;
	margin:auto;
	padding:0 0 30px;
}

section#sec6 ul li dl.course dd img{
	width:100%;
	margin:0 auto 20px;
}

section#sec6 ul li dl.course dd p{
	padding:0 15px 5px;
	margin:0;
}


section#sec6 ul li dl.voice{
    border-radius: 15px;
    width: 100%;
	border:5px solid #6cb1ff;
	
}

section#sec6 ul li dl.voice dt{
	width:30%;
	position:relative;
}

section#sec6 ul li dl.voice dt img{
	display:block;
	width:90%;
	margin:auto;
}

section#sec6 ul li dl.voice dt div{
	width:80%;
	font-size:16px;
	padding:5px;
	color:#fff;
	top:-65px;
	border-radius:5px;
	left:10%;
}

section#sec6 ul li dl.voice dd{
	width:70%;
	padding:10px 10px 5px 0;
	position: relative;
	box-sizing: border-box;
	margin:0;
}

section#sec6 ul li dl.voice dd div {
	display:inline-block;
	text-align:center;
	font-size:10px;
}

section#sec6 ul li dl.voice dd div span {
	display:block;
	width:100%;
	font-size:8px;
	padding:3px 5px 3px;

}

section#sec6 ul li dl.voice dd div b {
	font-size:12px;
}

section#sec6 ul li dl.voice dd span.sankaku{
	color:#ffcc00;
	display: inline-block;
    vertical-align: middle;
	margin: -25px 0 0;
}

section#sec6 ul li dl.voice dd p{
	margin:15px 0 0;
	font-size:14px;
	line-height: 20px;
}

section#sec6 ul li dl.voice dd span.name{
	display:inline-block;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	width:100%;
	margin:5px 0 0;
}

section#sec6 ul li dl.voice dd img.score{
	position: absolute;
	width: 90px;
	right: -10px;
	top: -60px;
} 

section#sec6 div.course-cta{
	width:80%;
	margin:90px auto 70px;
	text-align:center;
}
section#sec6 div.course-cta div{
	font-weight:bold;
	font-size:18px;
}
section#sec6 div.catch{
	position:relative;
}

section#sec6 ul li dl.pass {
	position:relative;
	width:70%;
	max-width:480px;
	margin:50px auto 50px;
}

section#sec6 ul li dl.pass dt{
	width:40%;
	margin:auto;
	min-width:200px;}

section#sec6 ul li dl.pass dd{
	margin:15px auto 0;
	font-size:12px;
	color:#D2B763;
}

section#sec6 ul li dl.pass::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 200px;
    background-image: url('./img/course/sec6-pass-1.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:-50px;
}

section#sec6 ul li dl.pass::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 200px;
    background-image: url('./img/course/sec6-pass-2.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	right:-50px;

}

section#sec6 div.catch img{
	display:block;
	position:absolute;
	top:-40px;
	right:-40px;
	width:75px;
}

section#sec6 div.catch::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
	bottom:0;
	left:-10px;
}

section#sec6 div.catch::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
	bottom:0;
	right:-10px;
}

section#sec6 div.course-cta div b{
	font-size:18px;
}

section#sec6 div.course-cta div span{
	font-size:20px;
}
section#sec6 div.course-cta li.web a {
    padding: 15px 20px 15px;
    box-shadow: 3px 3px 15px -5px #000;
    font-size: 18px;
	border: 3px solid #fff;

}

section#sec6 div.course-cta li.web a div{
	font-size:20px;
}
section#sec6 div.course-cta li.tel div{
	font-size:15px;
}
section#sec6 div.course-cta li.tel a{
	box-shadow: 3px 3px 15px -5px #000;
	width:85%;
	border-radius:100px;
	text-align:center;
	min-width:100px;
	margin:10px auto 15px;
	display:block;
}

section#sec6 div.course-cta li.tel div.time{
	font-size:14px;
}

/*-----sec7(よくある質問)-----*/
section#sec7{
	position:relative;
	background:#f0f8ff;
	padding:70px 0 70px;
}



section#sec7 dl{
	width:100%;
	margin:0 auto 15px;
}

section#sec7 dl dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-radius:20px 20px 0 0;
	padding:10px 10px 2px;
}

section#sec7 dl dt div{
	width:85%;
	font-size:18px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}
section#sec7 dl dt img {
	display:block;
	width:12%;
}

section#sec7 dl dd{
	background:#fff;
	border-radius:0 0 20px 20px;
	margin:0;
	padding:15px;
	border:5px solid #2d6ad0;
}

section#sec7::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50vw 0 50vw;
    border-color: transparent #fff transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*-----sec8（副担任システム）-----*/


section#sec8{
	background:#FFF;
	padding:70px 0 70px;
	position:relative;
}

section#sec8 h2{
	width:90%;
	margin:0 auto -35px;
	}

section#sec8 dt{
	margin:40px auto 30px;
	padding:12px 0 12px;
	}
	
section#sec8 dt img{
	width:100%;
	transform: scale(1.2);
	margin:15px auto 0;
	}	
section#sec8 dl dd{
	width:90%;
	margin:auto;
	} 

section#sec8 dl dd img{
	width:100%;
	display:block;
	} 

section#sec8 ul{
	width: 100%;
	padding:15px;
	margin:70px auto 0;
	border-radius:15px;
	border:5px solid #2d6ad0 ;
	box-sizing: border-box;
	background:#eaf5ff;
} 	

section#sec8 ul li{
    margin:10px 0 10px;
}


section#sec8::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50vw 0 50vw;
	border-color: transparent #f0f8ff transparent #f0f8ff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}
/*-----sec9（無料サポート）-----*/
section#sec9 {
	background:#f0f8ff;
	padding:30px 0 30px;
	position:relative;
	}

section#sec9 h2{
	font-size:28px;
	margin:auto;
	text-align:center;
	font-weight:bold;
}

section#sec9 ul{
	margin:30px auto 0px;
	padding:0;
	}

section#sec9 dl {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
	position:relative;
    margin: 0 auto 20px;
    box-shadow: 3px 3px 15px -5px #777777;
}

section#sec9 dl::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 4em solid #fe8686;
    position: absolute;
    z-index: 100;
    border-radius: 10px 0 0;
}


section#sec9 dl::after {
    content: "無料";
    display: block;
    top: 7px;
    transform: rotate(-37deg);
    color: #fff; 
    left: 5px;
    position: absolute;
    z-index: 101;
	font-weight:bold;
}

section#sec9 dl dt{
    font-weight: bold;
    font-size: 18px;
	width:100%;
	text-align:center;
	margin:5px auto 10px;	
}

section#sec9 dl dd{
	margin:0;
	padding:0;
}

/*-----sec6-2（オンラインのみ）-----*/
section#sec6-2 ul li dl.voice{
    border-radius: 15px;
    width: 100%;
	border:5px solid #6cb1ff;}
	

section#sec6-2 dl.voice dt{
	width:30%;
	position:relative;
}

section#sec6-2 dl.voice dt img{
	display:block;
	width:90%;
	margin:auto;
}

section#sec6-2 dl.voice dt div{
	width:80%;
	font-size:16px;
	padding:5px;
	color:#fff;
	top:-65px;
	border-radius:5px;
	left:10%;
}

section#sec6-2 dl.voice dd{
	width:70%;
	padding:10px 10px 5px 0;
	position: relative;
	box-sizing: border-box;
	margin:0;
}

section#sec6-2 dl.voice dd div {
	display:inline-block;
	text-align:center;
	font-size:10px;
}

section#sec6-2 dl.voice dd div span {
	display:block;
	width:100%;
	font-size:8px;
	padding:3px 5px 3px;

}

section#sec6-2 dl.voice dd div b {
	font-size:12px;
}

section#sec6-2 dl.voice dd span.sankaku{
	color:#ffcc00;
	display: inline-block;
    vertical-align: middle;
	margin: -25px 0 0;
}

section#sec6-2 dl.voice dd p{
	margin:15px 0 0;
	font-size:14px;
	line-height: 20px;
}

section#sec6-2 dl.voice dd span.name{
	display:inline-block;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	width:100%;
	margin:5px 0 0;
}

section#sec6-2 dl.voice dd img.score{
	position: absolute;
	width: 80px;
	right: -15px;
	top: -60px;
} 

/*サポートコース*/
.support section#sec1 ul {
	width:100%;
	justify-content: center;
  	align-items: center;
}

.support section#sec1 ul li {
	font-size:14px;
	color:#00bfd6;
	font-weight:bold;
	width:fit-content;
	padding:2px 10px 0;
	margin:5px 10px 0;
	border:3px solid#00bfd6;;
}

.support section#sec4 dl{
	width:100%;
}
.online section#sec6 h2{
	font-size:28px;
	}


.online section#sec6-2 h2{
font-size:28px;
}	

}

	@media (max-width: 420px) {
		br.sp{
			display: block;
		}
		br.pc{
			display: none;
		}
		
	}



