@charset "UTF-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------*/

.contentWrapper{
	width:1100px;
	margin: 0 auto;
}
.course{
    box-sizing: border-box;
    margin: 20px 0 0 0;
    padding: 0;
}
.course div,.course li,.course dt,.course dd,.course p,.course a,.course section{
    box-sizing: border-box;
}
img{
	display:block;
}
section{
	padding:0;
}
.course p,.course div,.course li,.course th,.course td,.course a{
	font-size: 1.1rem;
}
.course img{
	width:100%;
}
.coueseMVTitle{
	height:auto!important;
    background: #eae6e4;
}
.coueseMVTitle .courseTitleHead{
    width: 70%;
    margin: 0 0 0 auto;
}

/*------------------------------------------------------------
  中学生コース
------------------------------------------------------------*/
#j_high_school{

	/** common **/
	.cmHd{
    position: relative;
    margin:4rem 0 6rem 0;
	}
	.cmHd:after{
		content: "";
		width: 100px;
		height: 6px;
		background: #ec0c00;
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.cmHd .red,span.red{
		color:#ec0c00;
	}

	/** メインビュー **/
	#mv{
		background:#d00139;
		padding:4rem 1rem;
	}
	#mv .title{
		text-align: center;
		font-weight: bold;
		font-size: 160%;
		color: #FFF;
		font-size: 300%;
	}
	#mv .title .yw{
		color:#ffdb00;
        font-size: 120%;	
	}
	#mv .MVBox{
		background:#FFF;
		padding:3rem;
	}
	#mv .MVBox .mainTitle{
        max-width: 750px;
        margin: 1rem auto;
	}
	#mv .MVBox .flex{
        gap: 2%;
        margin: 2rem 0;
	}
	#mv .MVBox .flex .leftWrap,
	#mv .MVBox .flex .rightWrap{
		flex:1;
	}
	#mv .MVBox ul li{
        background: url(../img/content/course/j_high/new/mvBg.png) no-repeat;
        background-size: cover;
        color: #FFF;
        padding: 12px 1rem 12px 5rem;
        margin-bottom: 9px;
        font-size: 140%;
        font-weight: bold;
	}
	#mv .MVBox ul li .yw{
		color:#ffdb00;
	}
	#mv .MVBox .mainpoint{
        margin: 1rem auto;
	}

	/** お問い合わせエリア　**/
	#contactArea{
        background: #e8e3e2;
        padding: 2rem 0;
	}
	#contactArea .contentWrapper{
        background: url(../img/content/course/j_high/new/contactBg.png) no-repeat;
        background-size: cover;
        padding: 4rem;
        min-height: 740px;
	}
	#contactArea .contactTitle{
        max-width: 750px;
        margin: 1rem auto;
        padding-top: 5rem;
	}
	#contactArea a{
        width: 80%;
        display: block;
        margin: 1rem auto;
	}

	/** 導入　**/
	#upperReason{
		background:#FFF;
	}
	#upperReason .flex .leftWrap{
		flex:1;
	}
	#upperReason .flex .rightWrap{
		background: #ffdc00;
		flex: 2;
	}
	#upperReason .trArea{
        background: url(../img/content/course/j_high/new/pointTr.png) no-repeat;
        background-size: 100%;
	}
	#upperReason .upper{
        text-align: center;
        font-size: 150%;
        font-weight: bold;
        line-height: 150%;
        padding: 5rem 0 0 0;
	}
	#upperReason .bottom{
        text-align: center;
        font-size: 180%;
        font-weight: bold;
        color: #d00138;
	}


	/** なぜ5教科が必要なのか？兵庫県の高校入試を徹底解説 **/
	#reason{
		background:#FFF;
    padding: 3rem 1rem 6rem 1rem;
	}
	#reason .contentWrapper{
    border: 6px solid #ec0d00;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 10px #0000005c;
    padding: 2rem 3rem;
    position:relative;
	}
	#reason .contentWrapper:before{
    content: "";
    background: url(../img/content/course/j_high/icon_arrow.png) no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -62px;
	}
	#reason h2{
		margin-bottom: 4rem;
	}
	#reason h3{
		background: #df1d1e;
		color: #FFF;
		text-align: center;
		font-size: 180%;
		padding: 10px;
		border-radius: 80px;
		margin-bottom: 3rem;
	}
	#reason .shikumiFlex{
    position: relative;
    gap: 5%;
    align-items: center;
    border: 3px solid #f3a000;
    border-radius: 20px;
    padding: 1rem 2rem 2rem 2rem;
	}
	#reason .shikumiFlex li:nth-of-type(1){
		flex: 4;
	}
	#reason .shikumiFlex li:nth-of-type(2){
    flex: 1;
	}
	#reason .shikumiFlex li:nth-of-type(3){
    flex: 3;
	}
	#reason .shikumiFlex li img.title{
    width: 50%;
    margin: 10px auto;
    display: block;
	}
	#reason .shikumiFlex li img.plus{
    width: 60px;
    display: block;
    margin: 0 auto;
	}
	#reason .shikumiFlex::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 29px solid #f3a000;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
	}
	#reason .shikumiFlex .inner{
		line-height: 200%;
		font-weight: bold;
		text-align: center;
	}
	#reason .pointFlex{
    align-items: center;
    border: 3px solid #df1e1e;
    border-radius: 14px;
    margin: 3rem 0 1rem 0;
    padding: 1rem;
	}
	#reason .pointFlex .left{
    flex: 1;
    color: #df1e1e;
    font-weight: bold;
    font-size: 210%;
    text-align: center;
    display: flex;
    align-items: self-start;
	}
	#reason .pointFlex .left img{
    width: 45px;
    vertical-align: sub;
	}
	#reason .pointFlex .left p{
		font-size: 90%;
	}
	#reason .pointFlex .right{
      flex: 2.5;
      font-weight: bold;
      font-size: 160%;
      border-left: 1px solid;
      padding-left: 30px;
  	}
	#reason h3.pr{
		background:none;
		color: #333;
	    margin-bottom: 1rem;
	    background: #fff4f3;
	}
	#reason h3.pr .point{
    color: #000;
    font-size: 110%;
    position: relative;
    background: #fff3f3;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0;
	}
	#reason h3.pr .mantenkun{
		position:relative;
	}
	#reason h3.pr .mantenkun:before{
    content: "";
    background: url(../img/content/course/j_high/iconMantenkun.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    left:-70px;
    top: 0;
    bottom:0;
    margin: auto;
	}
	#reason .diffFlex{
		gap: 5%;
		justify-content: center;
	}
	#reason .diffFlex .title{
		font-size: 140%;
		font-weight: bold;
		text-align: center;
	}
	#reason .diffFlex ul{
		width: 80%;
		margin: 1rem auto 0 auto;
	}
	#reason .diffFlex ul li{
    position: relative;
    font-weight: bold;
    padding: 4px 0;
    font-size: 110%;
	}
	#reason .diffFlex .leftWrap{
    flex: 1;
    border: 3px solid #ec0d00;
    padding: 1rem 2rem;
    border-radius: 10px;
	}
	#reason .diffFlex .leftWrap .title{
		color: #ec0d00;
	}
	#reason .diffFlex .leftWrap ul li::before{
    content: "";
    background: url(../img/content/course/j_high/iconBatsu.png) no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left:-20px;
    top: 0;
    bottom:0;
    margin: auto;
	}
	#reason .diffFlex .rightWrap{
    flex: 1;
    border: 3px solid #209981;
    padding: 1rem 2rem;
    border-radius: 10px;
	}
	#reason .diffFlex .rightWrap .title{
		color: #209981;
	}
	#reason .diffFlex .rightWrap ul li::before{
    content: "";
    background: url(../img/content/course/j_high/iconMaru.png) no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left:-20px;
    top: 0;
    bottom:0;
    margin: auto;
	}
	#reason .lastWrap{
    background: #fff3f3;
    border-radius: 10px;
    padding: 15px 2rem;
    margin: 2rem 0;
	}
	#reason .lastWrap .title{
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #ec0d00;
	}
	#reason .lastWrap p{
		margin: 10px 0;
	}

	/** あがる　**/
	#agaru{
		background:#FFF;
		padding-bottom: 2rem;
	}
	#agaru h2{
		margin:0;
	}
	#agaru .agaruintro div{
		flex:1;
	}
	#agaru .arrow{
        max-width: 750px;
	    margin: 0 auto;
	}
	#agaru .decoImg{
        display: none;
	}
	/** あがるポイント　**/
	#agaruPoint{
		background: #d00139;
		padding: 4rem 1rem;
	}
	#agaruPoint .flex{
		gap:3%;
		flex-wrap:wrap;
		justify-content: center;
	}
	#agaruPoint .agaruCont{
        width: 42%;
        background: #FFF;
        margin-bottom: 2rem;
	}
	#agaruPoint .agaruCont .hd{
        background: #e0e0e0;
        padding: 1rem;
	}
	#agaruPoint .agaruCont .hd img{
        display: inline-block;
        width: 40px;
	}
	#agaruPoint .agaruCont .hd h3{
        display: inline-block;
        font-size: 180%;
        line-height: 120%;
        padding-left: 20px;
	}
	#agaruPoint .agaruCont .hd h3 span{
		color:#d00139;
	}
	#agaruPoint .agaruCont .whBox{
        background: #FFF;
        padding: 2rem;
	}
	#agaruPoint .agaruCont .whBox .pr{
        text-align: center;
        color: #d00139;
        font-weight: bold;
        font-size: 160%;
	}
	#agaruPoint .agaruCont .whBox img{
        margin: 1rem auto;
	}
	#agaruPoint .agaruCont .whBox .ptBox{
        background: #ffd9da;
        padding: 1rem;
        margin: 1rem auto;
	}
	#agaruPoint .agaruCont .whBox .ptBox .title img{
		 margin: 0 auto;
		 width: 80%;
	}
	#agaruPoint .agaruCont .whBox .ptBox ul{
		margin: 1rem auto;	
	}
	#agaruPoint .agaruCont .whBox .ptBox ul li{
        font-weight: bold;
        font-size: 120%;
        padding: 2px 0 2px 35px;
        position:relative;
	}
	#agaruPoint .agaruCont .whBox .ptBox ul li::before{
        content: "";
        background: url(../img/content/course/j_high/new/agaruIco2.png);
        background-size: cover;
        width: 30px;
        height: 31px;
        position: absolute;
        left: 0;
	}
	/** ikkan **/
	#ikkan{
		background:url(../img/content/course/j_high/new/agaruBottomBg.png) #FFF;
		background-size:30%;
		background-repeat: repeat;
    	padding: 4rem;
	}
	#ikkan .flex{
		
	}
	#ikkan .leftWrap{
		flex:1;
	}
	#ikkan .rightWrap{
        flex: 2.2;
	}
	#ikkan .rightWrap img{
        width: 70%;
        margin: 0 auto;	
	}
	#ikkan .rightWrap p{
        width: 80%;
        margin: 3rem auto;
        font-weight: bold;
        font-size: 130%;
	}
	/** ts **/
	#ts{
        padding: 4rem 0;
	}
	#ts .contentWrapper{
		background:#FFF;
        padding: 2rem;
	}
	#ts h2{
        max-width: 400px;
        margin: 1rem auto;
	}
	#ts .deco{
        text-align: center;
        margin: 2rem 0;
	}
	#ts .arrow{
        max-width: 650px;
        margin: 0 auto;
	}
	#ts .tsWrapFlex{
		gap:3%;
		justify-content:center;
		flex-wrap:wrap;
        margin: 3rem 0;
	}
	#ts .tsBox{
        position: relative;
        width: 41%;
        margin: 1rem;
        border: 3px solid #d00138;
        padding: 1rem;
	}
	#ts .tsBox::after{
        content: "";
        background: url(../img/content/course/j_high/new/ts1.png);
        background-size: cover;
        width: 50px;
        height: 78px;
        position: absolute;
        right: 10px;
        top: -11px;
	}
	#ts .tsBox.ts2::after{
        content: "";
        background: url(../img/content/course/j_high/new/ts2.png);
        background-size: cover;
    }
	#ts .tsBox.ts3::after{
        content: "";
        background: url(../img/content/course/j_high/new/ts3.png);
        background-size: cover;
    }
	#ts .tsBox.ts4::after{
        content: "";
        background: url(../img/content/course/j_high/new/ts4.png);
        background-size: cover;
    }
	#ts .tsBox.ts5::after{
        content: "";
        background: url(../img/content/course/j_high/new/ts5.png);
        background-size: cover;
    }
	#ts .tsBox h3{
        color: #d00138;
        font-size: 150%;
        line-height: 120%;
        margin-bottom: 1rem;
        font-weight: bold;
	}
	#ts .tsBox.ts1 h3{
		margin-top: 2rem;
	}
	#ts .tsBox p{
        margin: 1rem 0;
	}
	/** 合格者の声 **/
	#voice{
    background: #FFF;
    padding: 2rem 1rem;
	}
	#voice h2{
        max-width: 500px;
        margin: 2rem auto;
	}
	#voice .imgFlex{
    margin: -9rem 0 6rem 0;
	}
	#voice .voiceFlex{
    flex-wrap: wrap;
    gap: 4%;
    justify-content:center;
	}
	#voice .voiceFlex li{
		width: 45%;
    margin-bottom: 3rem;
	}
	#voice .voiceFlex li p.txt{
		margin: 1rem 0;
		line-height: 190%;
	}
	#voice .voiceFlex span.time{
        background: #d00038;
        color: #FFF;
        text-align: center;
        display: block;
        padding: 10px;
        border-radius: 6px 6px 0 0;
        font-weight: bold;
	}
	#voice .storyLink{
        max-width: 600px;
        display: block;
        margin: 0 auto;
	}


	/** 毎日通っても2教科分の料金！他塾との徹底比較 **/
	#diff{
		background:#FFF;
    	padding: 1rem 1rem;
	}
	#diff h2{
        content: "";
        background: url(../img/content/course/j_high/new/diffH2Bg.png);
        background-size: cover;
        padding:2rem 2rem 0 2rem;
	}
	#diff h2 img.title{
        max-width: 400px;
        margin: 0 auto;
	}
	#diff h2 img.hikaku{
        max-width: 400px;
        margin: 2rem auto 0 auto;
	}
	#diff  h3{
		background: #df1d1e;
		color: #FFF;
		font-size: 150%;
		text-align: center;
		font-weight: bold;
		border-radius: 10px 10px 0 0;
		padding: 5px;
	}
	#diff .reasonWrap{
	    background: #FFF;
	    padding: 1rem 2rem;
	    border-radius: 0 0 10px 10px;
	    border: 3px solid #df1e1e;
	    text-align:center;
	}
	#diff .reasonWrap p{
	    text-align: center;
	    margin: 5px 0;
	}
	#diff .reasonWrap .big{
	    font-weight: bold;
	    font-size: 150%;
	}
	#diff table{
	    border-collapse: collapse;
	    width: 100%;
	    margin: 3rem 0;
	    border: 3px solid #000 !important;
	}
	#diff table tr{
		
	}
	#diff table th,#diff table td{
	    border: 1px solid !important;
	    padding: 1.5rem !important;
		font-weight:bold;
	}
	#diff table th{
		font-weight: bold;
		background:#e7e7e7;
	}
	#diff table img{
		width: 200px;
	}
	#diff table td{

	}
	#diff table td.redBase{
		background:#fff3f3;
	}
	#diff table td.big{
		font-size:120%;
		background:#e7e7e7
	}

	/** コース・料金 **/
	#fee{
		background:#FFF;
    	padding: 1rem 1rem;
	}
	#fee h2{
		color:#FFF;
		background: #df1d1e;
        padding: 1rem;
	}
	#fee h3{
	    background: #fff3f3;
	    color: #ec0d00;
	    font-size: 170%;
	    text-align: center;
	    padding: 10px;
	    border-radius: 10px;
	    margin-bottom: 2rem;
	}
	#fee .flex{
		gap: 4%;
	}
	#fee .flex .tips{
		text-align: center;
		font-weight: bold;
		border-radius: 80px;
		padding: 5px;
		font-size: 120%;
	}
	#fee .flex h4{
        font-size: 180%;
        text-align: center;
        margin: 0;
        background: #df1e1e;
        color: #FFF;
        border-radius: 80px;
	}
	#fee .flex .rightWrap h4{
		background:#ef9c02;
	}
	#fee .innerWrap{
	    background: #e4e4d5;
	    padding: 1rem;
	} 
	#fee .innerWrap .price{
        max-width: 80%;
        margin: 2rem auto;
	}
	#fee .courseFlex h5{
        font-size: 170%;
        text-align: center;
        color: #19a698;
        margin: 1rem 0;
	}
	#fee .courseFlex .big{
		color: #ec0d00;
		font-weight: bold;
		font-size: 120%;
		margin-bottom: 4px;
	}
	#fee .courseFlex ul.pt{
        background: #fff3f3;
        padding: 1rem 2rem;
	}
	#fee .courseFlex ul.pt li{
	    position: relative;
	    font-weight: bold;
	    padding: 5px 0 5px 20px;
	    font-size: 130%;
	}
	#fee .courseFlex ul.pt li:before{
	    content: "";
	    background: url(../img/content/course/j_high/iconHoneRed.png) no-repeat;
	    background-size: cover;
	    width: 15px;
	    height: 15px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}
	#fee .lastWrap{
		background: url(../img/content/course/j_high/new/agaruBottomBg.png) #FFF;
        background-size: contain;
        margin: 3rem 0;
	}
	#fee .lastWrap img{
	    max-width: 900px;
	    margin: 0 auto;
	}

	#fee .schedule{
		padding: 1rem;
		background: #FFF;
		margin: 0;
	}
	#fee .schedule h3{
		background: none;
		color: #19a698;
	}
	#fee .schedule .scheFlex{
	    flex-wrap: wrap;
	    gap: 5%;
	    justify-content:center;
	}
	#fee .schedule .scheFlex li{
	    margin-bottom: 2rem;
	    border: 3px solid #19a698;
	    padding: 2rem;
	    border-radius: 15px;
	}
	#fee .schedule .scheFlex .title{
	    text-align: center;
	    font-size: 140%;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	#fee .schedule .scheFlex .deco{
		color: #FFF;
		background: #19a698;
		text-align: center;
		border-radius: 80px;
		padding: 5px;
		font-weight: bold;
		margin-bottom: 1rem;
	}
	#fee .schedule .scheFlex .last{
	    background: #19a698;
	    color: #FFF;
	}
	#fee .schedule .scheFlex .last .uri{
	    background: #FFF;
	    color: #19a698;
	    text-align: center;
	    font-weight: bold;
	    font-size: 120%;
	    border-radius: 80px;
	    padding: 10px;
	}
	#fee .schedule .scheFlex .last .point{
		margin: 2rem 0;
	}
	#fee .schedule .scheFlex .last .point li{
	    margin: 0;
	    border: none;
	    padding: 4px 0;
	    width: 100%;
	    font-weight: bold;
	    font-size: 120%;
	}
	/** 指導システム **/
	#system{
		background:#f0f0e1;
    	padding: 1rem 1rem;
	}
	#system h2{
	    max-width: 600px;
	    margin: 3rem auto 5rem auto;
	}
	#system .pointFlex{
    gap: 5%;
    justify-content: center;
	}
	#system .pointFlex li{
    position: relative;
    flex: 1;
    background: #FFF;
    padding: 3rem 2rem 2rem 2rem;
    box-shadow: 0 0 10px #00000012;
    border-radius: 10px;
    margin: 0 0 3rem 0;
	}
	#system .pointFlex li:before{
		content: "";
		background: url(../img/content/course/j_high/iconSystem1.png) no-repeat;
		background-size: cover;
		width: 75px;
		height: 75px;
		position: absolute;
		left: 0;
		right: 0;
		top: -50px;
		margin: auto;
	}
	#system .pointFlex .title{
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
	}
	#system .pointFlex li:nth-of-type:before{
		background: url(../img/content/course/j_high/iconSystem2.png) no-repeat;
		background-size: cover;
	}
	#system .systemFlex{
    background: #FFF;
    padding: 2rem;
    box-shadow: 0 0 10px #00000012;
    border-radius: 10px;
	}
	#system .systemFlex .leftWrap{
		flex: 1;
		align-items: anchor-center;
	}
	#system .systemFlex .leftWrap img{
		width: 100px;
	}
	#system .systemFlex .leftWrap .txt{
    font-weight: bold;
    font-size: 160%;
    color: #e60038;
    padding-left: 20px;
	}
	#system .systemFlex .rightWrap{
		flex: 2;
	}
	#system .systemFlex .rightWrap .list{
    font-weight: bold;
    padding: 10px 0;
	}

	/** 徹底テスト対策 **/
	#preparation {
		padding: 4rem 1rem;
	}
	#preparation h2{
	    max-width: 600px;
	    margin: 3rem auto;
	}
	#preparation .contentWrapper{
    border: 6px solid #ec0d00;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 10px #0000005c;
    padding: 2rem 3rem;
    position: relative;
	}
	#preparation .contentWrapper:before{
    content: "";
    background: url(../img/content/course/j_high/icon_arrow.png) no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -62px;
	}
	#preparation .pointWrap{
    background: #df1d1e;
    color: #FFF;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
	}
	#preparation .pointWrap h3{
		font-size: 180%;
	}
	#preparation .pointWrap .txt{
    font-size: 120%;
	}
	#preparation .preFlex{
    gap: 4%;
    justify-content: center;
    margin: 2rem 0 1rem 0;
	}
	#preparation .preFlex li{
		flex: 1;
		border: 2px solid #df1e1e;
		padding: 1rem;
		border-radius: 10px;
	}
	#preparation .preFlex li .title{
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    color: #df1e1e;
	}
	#preparation .preFlex li .txt{
    font-weight: bold;
    padding: 10px;
	}
	#preparation .pr{
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    color: #df1e1e;
	}
	#preparation .deco{
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 2rem;
	}
	#preparation .imgFlex{
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
	}
	#preparation .imgFlex li{
		width: 45%;
	}
	#preparation a{
    width: 60%;
    margin: 4rem auto;
    display: block;
	}
	/** よくある質問 **/
	#qa{
		background:#FFF;
    padding: 1rem 1rem 6rem 1rem;
	}
	#qa h2{
        background: #ec0d00;
        padding: 1rem;
	}
	#qa h2 img{
        max-width: 400px;
        margin: 0 auto;
	}
	#qa .qaContent{
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 0;
	}
	#qa .qaContent dt{
    position: relative;
    font-weight: bold;
    font-size: 120%;
    padding-left: 60px;
	}
	#qa .qaContent dt:before{
    content: "";
    background: url(../img/content/course/j_high/qIcon.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    margin: auto;
	}
	#qa .qaContent dt:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	}
	#qa .qaContent dd{
    background: #f0f0e1;
    padding: 1rem;
    margin: 20px 0 0 0;
	}
	#qa dd.close{
		display:none;
	}
	#qa dd.open{
		display:block;
	}
	/** induction **/
	#cInduction{
    background: #df1d1e;
    padding: 3rem 1rem;
	}
	#cInduction .indFlex{
		justify-content:center;
		gap:10%;
	}
	#cInduction .indFlex li{
		flex: 1.5;
	}
	#cInduction .indFlex li:nth-of-type(1){
    border-right: 1px solid #FFF;
    flex: 1;
    padding-right: 4rem;
	}
	#cInduction .innnerWrap{
    background: #FFF;
    margin: 2rem 0;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
	}
	#cInduction .title{
    color: #df1e1e;
    font-size: 190%;
    border-bottom: 2px solid;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
	}
	#cInduction .txt{
		margin-bottom: 20px;
	}
	#cInduction .ctFlex{

	}
	#cInduction .ctFlex li{
    flex: 1.8;
	}
	#cInduction .ctFlex li:nth-of-type(2){
    flex: 1;

	}




}


@media (max-width: 1200px) {

	.contentWrapper{
		width:100%;
	}
}

@media (max-width: 900px) {
	/* 中学生コース*/
	#j_high_school{

		#mv .MVBox .flex{
			display:block;
		}
		#mv .MVBox ul li{
	        padding: 21px 1rem 24px 5rem;
		}
		#mv .MVBox .flex .rightWrap{
			margin-top: 2rem;
		}
		#contactArea .contentWrapper{
			background-size: contain;
		}
		#upperReason .flex{
			display:block;
		}
		#upperReason .flex .rightWrap{
			background:none;
		}
		#upperReason .trArea{
			background-size: contain;
		}
		#upperReason .bottom{
			padding-bottom: 5rem;
		}
		#agaru .agaruintro{
			display:block;
		}
		#agaru .arrow{
			max-width: 100%;
		}
		#agaruPoint .flex{
			display: block;
		}
		#agaruPoint .agaruCont{
			width: 100%;
		}
		#ts .tsWrapFlex{
			display:block;
		}
		#ts .tsBox{
			width: 100%;
            margin: 2rem 0;
		}
		#reason .diffFlex .title{
			font-size: 120%;
		}
		#reason .diffFlex ul li{
			font-size: 90%;
		}
		#fee .schedule .scheFlex .last .point li{
	      text-indent: -15px;
	      margin-left: 9px;
		}
		#reason .shikumiFlex .inner{
			font-size: 90%;
		}
		#reason .pointFlex .left{
			font-size: 170%;
		}
		#reason .pointFlex .right{
			font-size: 130%;
		}
		#reason .diffFlex .title{
			font-size: 120%;
		}
		#reason .diffFlex ul li{
			font-size: 90%;
		}
		#system .pointFlex .title{
			font-size: 130%;
		}
		#system .systemFlex{
			display:block;
		}
		#system .systemFlex .leftWrap{
      text-align: center;
      flex: auto;
      width: 100%;
      justify-content: center;
		}
		#system .systemFlex .rightWrap .list{
			text-align: center;
		}
		#preparation .preFlex li .title{
			font-size: 110%;
		}
		#preparation .preFlex li .txt{
			font-size: 80%;
		}
	}
}


@media (max-width: 700px) {
	/* 中学生コース*/
	#j_high_school{

		.break{
			display:block;
		}
		#mv{
			padding: 2rem 1rem;
		}
		#mv .title{
            font-size: 190%;
            margin: 0 0 2rem 0;
		}
		#contactArea .contactTitle{
			padding-top:0;
		}
		#contactArea .contentWrapper{
			min-height: auto;
		}
		#upperReason .upper{
			padding: 1rem 0 0 0;
		}
		#voice .voiceFlex,#point .pointFlex,#reason .shikumiFlex,#reason .pointFlex
		,#reason .diffFlex,#how .flex,#fee .flex,#system .pointFlex,#preparation .preFlex
		,#preparation .imgFlex,#cInduction .indFlex,#cInduction .ctFlex{
			display:block;
		}
		#diff .tableWrap{
			overflow:scroll;
		}
		#diff table{
			width: 690px;
		}
		 #fee .courseFlex .leftWrap{
		 	margin-bottom:3rem;
		 }
		 #fee .schedule .scheFlex li{
		 	width:100%;
		 }
		#ikkan{
			padding: 1rem;
		}
		#ikkan .rightWrap{
			flex: 1.2;
		}
		#ikkan .rightWrap p{
	        width: 71%;	
	        font-size: 100%;
		}
		#voice .voiceFlex li,#point .pointFlex li{
			width:100%;
		}
		#reason .shikumiFlex li:nth-of-type(1){
			padding:1rem;
		}
		#reason .shikumiFlex li:nth-of-type(1) img.title{
			width: 190px;
			margin: 10px auto 20px auto;
		}
		#reason .shikumiFlex li:nth-of-type(3) img.title{
			width: 160px;
		}
		#reason .pointFlex .right{
			border:none;
      text-align: center;
      padding: 0;
		}
		#reason h3.pr .point{
			margin-top: 1rem;
		}
		#reason h3.pr .mantenkun{
			font-size: 70%;
		}
		#reason h3.pr .mantenkun:before{
      left: 0;
      right: 0;
      top: -100px;
		}
		#reason .diffFlex .leftWrap{
			margin-bottom: 2rem;
		}
		#how .leftWrap{
			margin-bottom: 4rem;
		}
		#how .centerWrap::before{
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #f3a000;
      top: -10px;
		}
		#diff .tableWrap{
			overflow:scroll;
		}
		#diff table{
			width: 690px;
		}
		 #fee .courseFlex .leftWrap{
		 	margin-bottom:3rem;
		 }
		 #fee .schedule .scheFlex li{
		 	width:100%;
		 }
		 #preparation .preFlex li{
		 	margin-bottom: 1rem;
		 }
		 #preparation .preFlex li .title{
		 	font-size: 160%;
		 }
		 #preparation .preFlex li .txt{
		 	font-size: 119%;
		 }
		 #preparation .deco{
		 	font-size: 110%;
		 }
		 #preparation .imgFlex li{
		 	width:100%;
		 }
		 #story a{
		 	width:80%;
		 }
		 #cInduction .indFlex li:nth-of-type(1){
        flex: auto;
        width: 60%;
        border: none;
        margin: 1rem auto 2rem auto;
        padding-right: 0;
		 }
		 #cInduction .indFlex li:nth-of-type(2){
        flex: auto;
        width: 80%;
        margin: 1rem auto;
		 }
		 #cInduction .ctFlex li:nth-of-type(2) a{
				width: 310px;
				margin: 0 auto;
				display: block;
		 }
		 #preparation .preFlex li{
		 	margin-bottom: 1rem;
		 }
		 #preparation .preFlex li .title{
		 	font-size: 160%;
		 }
		 #preparation .preFlex li .txt{
		 	font-size: 119%;
		 }
		 #preparation .deco{
		 	font-size: 110%;
		 }
		 #preparation .imgFlex li{
		 	width:100%;
		 }
		 #story a{
		 	width:80%;
		 }
		 #cInduction .indFlex li:nth-of-type(1){
        flex: auto;
        width: 60%;
        border: none;
        margin: 1rem auto 2rem auto;
        padding-right: 0;
		 }
		 #cInduction .indFlex li:nth-of-type(2){
        flex: auto;
        width: 80%;
        margin: 1rem auto;
		 }
		 #cInduction .ctFlex li:nth-of-type(2) a{
				width: 310px;
				margin: 0 auto;
				display: block;
		 }

	}
}


@media (max-width: 480px) {

		.course p,.course div,.course li,.course th,.course td,.course a{
			font-size: 0.9rem;
		}

	/* 中学生コース*/
	#j_high_school{

		.cmHd{
	      margin: 1rem 0 5rem 0;
	      font-size: 140%;
		}
		#mv{
			padding: 1rem;
		}
		#mv .title{
			margin: 0 0 1rem 0;
		}
		#mv .MVBox{
			padding: 1rem;
		}
		#contactArea{
			padding: 2rem 0 2rem 11px;
		}
		#contactArea .contentWrapper{
			padding: 2.5rem;
		}
		#agaru .decoImg{
			display:block;
		}
		#contactArea a{
	        width: 100%;
	        margin: 0;
		}
		#agaruPoint .agaruCont .hd h3{
			font-size: 230%;
		}
		#agaruPoint .agaruCont .whBox{
			padding: 1rem;
		}
		#ikkan .flex{
			display:flex;
		}
		#ikkan .rightWrap{
			padding-top: 2rem;
			flex: 1.4;
		}
		#ikkan .rightWrap p{
			margin: 1rem auto;
		}
		#ts{
			padding: 0;
		}
		#upperReason .upper{
			font-size: 110%;
		}
		#upperReason .bottom{
			font-size: 130%;
		}
		#reason h3.pr .mantenkun:before{
			display:none;
		}
		#reason h3.pr .mantenkun{
			font-size: 110%;
		}
		#voice .imgFlex li:nth-of-type(1),
		#voice .imgFlex li:nth-of-type(2){
			display:none;
		}
		#reason h3{
			font-size: 120%;
		}
		#reason .contentWrapper{
			padding: 3rem 1rem 0 1rem;
		}
		#reason .shikumiFlex li:nth-of-type(1){
			padding: 0;
		}
		#reason .shikumiFlex li:nth-of-type(2){
			padding: 1rem 0;
		}
		#reason .shikumiFlex li:nth-of-type(1) img.title{
			width: 140px;
		}
		#reason .shikumiFlex li:nth-of-type(3) img.title{
			width:110px;
		}
		#reason .shikumiFlex{
			padding: 1rem 1rem 2rem 1rem;
		}
		#reason .pointFlex .right{
			font-size: 90%;
		}
		#reason .diffFlex .title{
			font-size: 150%;
		}
		#reason .diffFlex ul li{
			font-size: 110%;
		}
		#reason h3{
			margin-bottom: 2rem;
		}
		#reason h3.pr .point{
			font-size: 140%;
		}
		#reason .diffFlex .leftWrap{
			padding: 1rem 1rem;
		}
		#system .pointFlex{
			margin-top: 7rem;
		}
		#system .pointFlex li:before{
      width: 55px;
      height: 55px;
      top: -30px;
		}
		#system .systemFlex .rightWrap .list{
			text-align: left;;
		}
		#preparation .contentWrapper,#preparation .contentWrapper{
			padding: 2rem 1rem;
		}
		#preparation .pr{
			font-size: 160%;
		}
		#preparation a{
        width: 100%;
        margin: 2rem auto;
		}
		#voice{
			padding: 0 1rem;
		}
		#voice .voiceFlex span.time{
			font-size: 150%;
		}
		#qa .qaContent dt{
			padding-right: 1rem;
			font-size: 110%;
		}
		#qa .qaContent dd{
			line-height: 190%;
		}
		#cInduction .ctFlex li:nth-of-type(2) a{
			width: 50%;
		}
		#cInduction{
			padding: 1rem 1rem;
		}
		#fee .schedule .scheFlex li{
			padding: 1rem;
		}
		#fee .lastWrap{
			margin: 1rem 0;
		}
		#system h2{
			margin: 0rem auto 1rem auto;
		}
		#system .pointFlex{
			margin-top: 0;
		}
		#preparation h2{
			margin: 1rem auto;
		}
		#qa h2 img{
			ax-width: 260px;
		}
	}
}

@media (max-width: 380px) {

		.course p,.course div,.course li,.course th,.course td,.course a{
			font-size: 0.9rem;
		}

	/* 中学生コース*/
	#j_high_school{
		#voice .imgFlex{
			margin: -9rem 0 3rem 0;
		}
		#voice{
			padding: 2rem 1rem 0 1rem;
		}
		#voice .voiceFlex li{
			margin-bottom: 2rem;
		}
		#reason .contentWrapper:before{
		      width: 70px;
		      height: 70px;
		      left: 20px;
		      top: -42px;
		}
		#reason .contentWrapper{
			padding: 2rem 1rem 0 1rem;
		}
		#reason h3.pr{
			padding: 10px;
		}
		#reason h3.pr .point{
			font-size: 120%;
		}
		#reason .diffFlex .leftWrap,#reason .diffFlex .rightWrap{
			padding: 1rem 1rem;
		}
		#reason .diffFlex ul li{
			font-size:100%;
		}
		#reason .lastWrap{
			padding: 15px 1rem;
		}
		#diff{
			padding: 3rem 1rem 1rem 1rem;
		}
		#diff table{
			width: 600px;
		}
		#preparation .pointWrap h3{
			font-size: 150%;
		}
		#preparation .contentWrapper:before{
			width: 70px;
			height: 70px;
			left: 20px;
			top: -42px;
		}
		#cInduction{
			padding: 2rem 1rem;
		}
	}
}







