@charset "utf-8";
#junior__selfReliance__traningCourse{
	margin-top: 54px;
}
#junior__selfReliance__cTxt{
	flex-basis: calc(100% - 220px);
}
.flex-ce{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 30px;
}
.flex-ce .pointCatch{
	margin-top: 0;
}
.mv-caption {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.mv-caption{
	font-size: 18px;
	line-height: 33px;
	color: rgb(70, 33, 12);
}
:root{
	--oleco:#ee5400;
	--middleOleco:#ffdfa5;
	--lightOleco:#fffae1;
	--artec:#dd0a00;
	--middleArtec:#f7c7c4;
	--lightArtec:#fce9e8;
	--edison:#1543bf;
	--middleEdison:#d3daf3;
	--lightEdison:#edf0fa;
	--kotoba:#00a3e4;
	--middleKotoba:#aae0f6;
	--lightKotoba:#dcf2fb;
	--coursePink:#fce9e8;
}

.game__voice{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.game__voice .game__voice__title{
	color: #ad0800;
	font-size: 25px;
	text-align: center;
	width: 100%;
	padding-bottom: 0;
}
.game__voice__detail{
	width: 48%;
	font-size: 16px;
	padding: 20px 2%;
	background-color: #fff;
	font-weight: 600;
}
.game__voice__detail span{
	color: #ad0800;
}
.curriculum__list__img{
	width: 18%;
	height: auto;
}
.curriculum__list__caution{
	font-size: 12px;
	margin: 10px 0 27px;
}
.curriculum__list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.gameCreator__main{
	padding: 30px 0 38px;
	background: rgb(113, 0, 4);
	background: linear-gradient(0deg, rgba(113, 0, 4, 1) 0%, rgba(48, 1, 2, 1) 49%, rgba(121, 0, 4, 1) 100%);
	text-align: center;
}

.courseFirst{
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	margin: 17px auto 11px;
	line-height: 24px;
	width: 90%;
}

html .courseDetailWrapper:nth-child(odd){
    background-color: #ededed;
}

html .courseDetailWrapper:nth-child(even){
    background-color: #fff;	
}

html .courseLink{
	padding-top: 5px;
}

.detailButton{
	background-color: var(--mainColor);
	text-align: right;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
    padding: 8px 5% 8px 0;
    }
    
.bestTitle{
	text-align: center;
}

.bestTitle img{
	width: 230px;
}
	
.bestCate{
	background-image: url(../img/common/pinkDots.jpg);
	padding: 10px 0;
	color: var(--mainColor);
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-top: 7px;
}

.rankTitle{
	position: relative;
	background-color: #ffd000;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
    margin-top: 34px;
    padding: 12px 2px;
    box-shadow: 0px 10px 0px 0px rgba(255,176,0,1);
    letter-spacing: .1em;
}

.rankImg{
	position:absolute;
	top: -23px;
	left: 7px;
	width: 47px;
}

.rankTxt{
	font-size: 16px;
	font-weight: 600;
	margin-top: 16px;
	color: #454545;
	line-height: 25px;
}

.toDetail{
	width: 100%;
	height: 116px;
	position: relative;
	background-size: cover;
	margin: 54px 0 77px;
}
	
.toDetail.junior{
	background-image: url(../course/img/good1.jpg);
}

.toDetail.juniorHigh{
	background-image: url(../course/img/good2.jpg);
}

.toDetail.high{
	background-image: url(../course/img/good3.jpg);
}
#shinkokugokoza__2nd{
	background-color: #fdd108;
	border-radius: 10px;
	justify-content: space-evenly;
	padding: 20px 0;
}
#shinkokugokoza__2nd img{
	width: 30%;
	display: block;
	background-color: #fff;
	padding: 10px;
}
.toDetailButton{
	font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 8px 56px;
    color: #fff;
    display: inline-block;
    border-radius: 23px;
    position: absolute;
    min-width: 290px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: .3s;
}
.shinkokugokoza__1st{
	justify-content: space-between;
	margin-bottom: 20px;
}
.shinkokugokoza__1st img{
	width: 49%;
	display: block;
}
html .df.shinkokugokoza__1st{
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
}
.toDetailButton:hover{
	background-color: #fff;
	color: #aa0003;
}
.pointCatchWrapper01{
	margin-bottom: 20px;
}
.toDetailButton a{
	color: #fff;
}
.puzzle__kotoba__logos{
	display: flex;
	gap: 20px;
	align-items: center;
}
.toExperience{
	font-size: 17px;
	color: #454545;
	font-weight: 600;
	line-height: 30px;
	width: 90%;
	margin: 47px auto -3px;
}

.toExperienceButton{
	margin-bottom: 110px;
}

.courseDetailTop{
	width: 100%;
	height: 156px;
}

.courseDetailTop img{
	object-fit:cover;
	width: 100%;
	height: 100%;
}

.tabButton{
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
	border: 2px solid #aa0003;
	position: relative;
	transition: .3s;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.tabButton.redVer{
	background-color: var(--mainColor);
	color: #ffc900;
}

.tabButton.redVer:hover{
	background-color: #f9bbbb;
	color: var(--mainColor);
}

.tabButton.whiteVer{
	background-color: #fff;
	color: #aa0003;
}

.tabButton.whiteVer:hover{
	background-color:#f98787;
	color: #fff;
}

.rightArrow{
	width: 15px;
    position: absolute;
    right: 24px;
}

.courseSecond{
	margin-bottom: 20px;
}

html .detailContent{
	border-top: 8px solid #8a0003;
	background-color: #fff9f2;
    z-index: 2;
    position: relative;
    }

.contentTarget.newSchoolTitle{
	margin-top: 26px;
}

.newSchool-name.course-newSchool-name{
	font-weight: 600;
	font-size: 15px;
}
.detailContent.SR{
	background-color: #fbeff2;
}

.secondButton{
    margin: 9px auto 28px;
}

html .contentTitle{
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	text-align:left;
	padding: 6px 0 6px 40px;
	border-radius: 10px;
    position: relative;
	background-color: var(--mainColor);
	color: #fff;
	margin-top: 60px;
}

.kids .contentTitle{
	background-color: #129d3c;
}

.kids .puzzle .contentTitle{
	background-color: #ad52ab;
}
	
.kids .oleco .contentTitle{
	background-color:var(--oleco);
}

.kids .artec .contentTitle{
	background-color:var(--artec);
}

.kids .edison .contentTitle{
	background-color:var(--edison);
}

.kids .kotoba .contentTitle{
	background-color:var(--kotoba);
}


.contentTarget{
	width: 100%;
	font-weight: 600;
	font-size: 15px;
	text-align:left;
    padding: 8px 0 8px 20px;
	border-radius: 10px;
    position: relative;
	background-color: #f5eac7;
	color: #454545;
    margin-top: 12px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}

.kids .contentTarget{
	background-color: #d2e6ce;
}

.kids .puzzle .contentTarget{
	background-color: #eed9ec;
}

.kids .artec .contentTarget{
	background-color: var(--middleArtec);
}

.kids .oleco .contentTarget{
	background-color: var(--middleOleco);
}

.kids .edison .contentTarget{
	background-color: var(--middleEdison);
}

.kids .kotoba .contentTarget{
	background-color: var(--middleKotoba);
}

.SR .contentTarget{
	background-color: #f2d0da;
}

.contentTarget.SR{
	background-color: #f2d0da;
}

.dialogueImg img{
	width: 100%;
}

.target1{
     flex-basis: 21%;
}

.target2{
	padding-left: 30px;
    flex-basis: 72%;
    border-left: 2px solid #fff;
}

.pointTxt{
    margin: 16px 0;
}

.check{
	width: 22px;
	margin-right: 7px;
    vertical-align: -2px;
    }

.recommend{
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
	background-color: #fff;
	border-radius:12px;
	width: 100%;
	padding: 30px 5%; 
	margin-top: 28px;
	margin-bottom: 9px;
}

.recommendTitle{
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	color: var(--mainColor);
    margin-bottom: 11px;
    }

.recommendTxt{
	color: #454545;
	font-size: 14px;
	line-height: 36px;
	font-weight: 600;
}

.pickUp{
	margin-top: 42px;
    padding: 42px 5%;
	position: relative;
	font-size: 14px;
	color: #fff;
	background-color: var(--mainColor);
}

.high .pickUp {
    margin-top: 80px;
    }
    
.pickUp .nTxt{
	color: #fff;
}
	
.pickUpMark{
	font-size: 62px;
	color: #ffc900;
	position: absolute;
	top: -30px;
	left: 5%;
    top: -48px;
    font-weight: 600;
}

.pickUpTitle{
	font-size: 24px;
	font-weight: 600;
}

.pickUpImg{
	margin-top: 20px;
}

.pickUpImg img{
	width: 100%;
}

.pointStart{
	width: 100%;
	border: 2px solid #ffc900;
	padding: 14px;
	border-radius:8px;
	text-align: center;
	font-weight: 600;
    margin: 30px auto 20px;
}

.pointStart.junior{
    padding: 26px 14px;
}

.pointStartTitle{
	color: #ffc900;
	font-size: 36px;
}

.pointStartSub{
	color: #aa0003;
	font-size: 18px;
}

.pointNo{
    background-color: #ffc900;
    flex-basis: 51px;
    box-shadow: 0px 6px 0px 0px rgba(205,154,0,1);
    padding: 12px 9px;
    color: var(--mainColor);
    font-size: 29px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.pointNo-inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 

}
.pointName{
    box-shadow: 0px 6px 0px 0px rgba(215,215,201,1);
    font-size: 18px;
    font-weight: 600;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    background-color: #fff;
}

.pointWrapper{
	display: flex;
    margin-top: 20px;
}

.high .pointWrapper{
	    margin-top: 44px;
}

.pointCatch{
	font-size: 18px;
	font-weight: 600;
	color: var(--mainColor);
    margin: 20px 0;
    }
    
.movieButtonBg{
	width: 100%;
}

.movieButton{
	position: relative;	
    margin: 12px 0 5px;
}


html #wrapper .playImg{
	width: 70px;
	opacity: .6;
  transition-duration: .3s;
}

html #wrapper .playImg:hover{
	opacity: 1;

}

#wrapper .play{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	right: auto;
}

.example{
	width: 100%;
	border: 2px solid #aaa;
    background-color: #fff;
}

.exampleTitle{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 1px 0;
	background-color: #e3e3e3;
}

.exampleImg{
    width: 94%;
    margin: 22px auto;
    background-color: #fff;
    display: block;
}

.movieUnder{
	text-align: center;
	font-size: 14px;
	margin: 4px 0 15px;
	font-weight: 600;
}

hr.grayPatation{
	margin:20px 0;
	border:solid #aaa;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}

.pointImg img{
	width: 100%;
}

.pointImg{
    margin-top: 30px;
}

.strong{
	font-size: 20px;
	font-weight: 600;
    line-height: 37px;
    }

.strongRed{
    font-size: 24px;
    font-weight: 600;
    color: #aa0003;
    line-height: 35px;
    margin-right: 8px;
    }

.hosyu{
	margin: 20px 0;
}

.redBars{
	margin-top: 20px;
}

.redBar{
	background-color: #aa0003;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
    padding: 6px 0;
    	}

.tabButtons{
	display: block;
}

.traningCourse{
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	margin: 30px auto 34px;
}

.tCTitle{
	font-weight: 600;
	font-size: 17px;
	color: #aa0003;
    margin-bottom: 8px;
	flex-basis: 197px;
}

.tCTxt{
	font-size: 14px;
	flex-basis: 659px;
    line-height: 24px;	
}

.dialogueImg{
	margin-top: 10px;
}

.whiteComment{
	background-color: #fff;
	font-size: 13px;
	border-radius: 8px;
	margin:10px 0;
    padding: 27px 5%;
}

.whiteComment-name{
	font-size: 17px;
	font-weight: 600;
	color: var(--mainColor);
}

.whiteComment-small{
	margin-left: 66px;
}

.whiteComment-content{
	margin-left: 33px;
	font-size: 17px;
	font-weight: 600;
}

.whiteComment.first{
	margin-top: 22px;
}

.whiteComment.second{
	margin-bottom: 22px;
}


.fb26{
	flex-basis: 26%;
}

.fb29{
	flex-basis: 29%;
}

.fb30{
	flex-basis: 30%;
}

.fb70{
	flex-basis: 70%;
}

.fb68{
	flex-basis: 68%;
}

.fb49{
    flex-basis: 49%;
}

.sokudoku{
	margin-top: 10px;
}

.sokudokuImg{
	width: 70%;
    margin:13px auto;
    text-align: center;
    display: block;
}

#wrapper .black{
	color: #000;
}

.highPickUP{
	width: 100%;
	border-radius: 8px;
	font-size:21px;
	font-weight: 600;
	text-align: center;
	color: var(--mainColor);
	background-image: url(../img/common/pinkDots.jpg);
    padding: 7px 10px;
    margin-top: 32px;	
}

.title20{
	font-size: 20px;
	color: #aa0003;
	font-weight: 600;
}

.highPoints{
	margin-top: 22px;
}
.highIcons{
	position: relative;
	font-size: 14px;
	color: #fff;
    padding-top: 165px;
    }

.highMaruPoints{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}

.highIcon{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%); 
	width: 100px;
    top: -114px;
    top: 53px;
    }

.highIconTitle{
    text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #ffc900;
}

.Title25{
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	}

.headLast{
    margin-top: 26px;
	color: #8f8f8f;
	font-size: 15px;
	line-height: 24px;
    margin-bottom: 14px;
    }

.movieInner-img{
	width: 100%;
}

.sliderTxt{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.kidsLogo{
    margin: 29px 0 18px;
}

.kidsLine-txt{
	margin-bottom: 8px;	
    position: relative;
    }

.movieImgZone{
	position: relative;
	margin: 20px 0 6px;
}

.lightGray{
	color:#b1b1b1;
	margin: 0 7px 0 9px;

}

.inPageLink{
	background-color: #ededed;
	padding: 14px 5%;;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.kidsSingle{
	padding: 38px 0;
}

.syuji{
	border-top: 8px solid #129d3c;
	background-color: #eff9e2;
}

.puzzle{
	border-top: 8px solid #ad52ab;
	background-color: #f8eff7;
}

.oleco{
	border-top: 8px solid #ee5400;
	background-color: #fffae1;
}

.artec{
	border-top: 8px solid #dd0a00;
	background-color:var(--lightArtec);
}

.edison{
	border-top: 8px solid #1543bf;
	background-color:var(--lightEdison);
}

.kotoba{
	border-top: 8px solid #00a3e4;
	background-color:var(--lightKotoba);
}

.kidsTitle{
	border: 3px solid #129d3c;
	border-radius: 8px;
	background-color: #fff;
    padding: 29px 20px;
	font-weight: 600;
	margin-top: 22px;
}

.puzzle .kidsTitle{
    border: none;
    padding: 0;
}

.puzzle .kidsTitle img{
	width: 100%;
}

.oleco .kidsTitle{
	border: 3px solid #ee5400;
    padding: 29px 37px;
}

.artec .kidsTitle{
	border: 3px solid #dd0a00;
    padding: 29px 37px;
}

.kidsTitle-logo{
	width: 90%;
	margin: 0 auto;
}

.oleco .kidsTitle-logo{
	width: 100%;
	margin: 0 auto;
}

.kidsTitle-logo img{
	width: 80%;
    margin: 0 auto;
    display: block;
    max-width: 300px;
}

.kidsTitle-sub{
	font-size: 18px;
	color: #129d3c;
    margin: 19px 0 0px;
}

.puzzle .kidsTitle-sub{
	color: #ad52ab;
    text-align: center;
	margin-top: 11px;
    }

.oleco .kidsTitle-sub{
	color: var(--oleco);
}

.artec .kidsTitle-sub{
	color: var(--artec);
}

.kidsLine{
	font-size: 15px;
	font-weight: 600;
	padding: 8px 0;
	border-width: 2px;
	border-color:  #129d3c;
	border-style: solid none;
	color: #129d3c;
    margin: 30px 0 10px;
}

.puzzle .kidsLine{
	border-color:  #ad52ab;
	color: #ad52ab;
}

.oleco .kidsLine{
	border-color: var(--oleco);
	color: var(--oleco);
}

.artec .kidsLine{
	border-color: var(--artec);
	color: var(--artec);
}

.edison .kidsLine{
	border-color: var(--edison);
	color: var(--edison);
}

.kotoba .kidsLine{
	border-color: var(--kotoba);
	color: var(--kotoba);
}

.commentSmallWrapper{
	margin: 20px 0;
}

.commentTitle{
	font-weight: 600;
	font-size: 16px;
	margin: 7px 0 3px;
}

.oleco .commentTitle{
	color: var(--oleco);
}

.artec .commentTitle{
	color: var(--artec);
}

.edison .commentTitle{
	color: var(--edison);
}

.kotoba .commentTitle{
	color: var(--kotoba);
}

.puzzle .commentTitle{
	color: #ad52ab;
}

.commentSmall{
	margin: 9px 0px;
	display: flex;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 14px;
    justify-content: space-between;
}

.kids .whiteComment{
	text-align: left;
    margin-top: 18px;
    }

.commentSmall-left{
	position: relative;
}

.commentSmall-left-num{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
	color: #ffad00;
	font-size: 29px;
	font-weight: 500;
}

.commentSmall-right{
	flex-basis: 88%;
	font-weight: 600;
	font-size: 15px;
}

.fudekkoFlow{
	margin: 9px 0px;
	text-align: center;
    background-color: #129d3c;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 18px;
	font-weight: 600;
    color: #12483c;
}

.oleco .fudekkoFlow{
	background-color: var(--oleco);
}
	
.artec .fudekkoFlow{
	background-color: var(--artec);
}
	
.edison .fudekkoFlow{
	background-color: var(--edison);
}
	
.kotoba .fudekkoFlow{
	background-color: var(--kotoba);
}
	
.puzzle .fudekkoFlow{
    background-color: #ad52ab;
}

.puzzleKaisetsu{
	margin-bottom: 20px;
}

.puzzleLogo{
	flex-basis: 29%;
}

.cross{
	flex-basis: 5%;
    font-size: 89px;
    text-align: center;
    font-weight: 100;
    margin: -34px 0 -24px;
    }

.sokudokuLogo{
	flex-basis: 27%;
}

.puzzle .df{
	justify-content: center;
    align-items: center;
    }

.sokudokuSub{
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background-color: #ffad00;
	display: inline-block;
    padding: 0 9px;
    border-radius: 4px;
    margin-right: 10px;
    }

.sokudokuMerit{
	font-size: 24px;
	font-weight: 600;
	color: #ad52ab;
	display: inline-block;
	vertical-align: sub;
}

.sokudokuMeritTxt{
	margin-bottom: 15px;
	}

.sokudokuMerit3{
	color: #ad52ab;
}

.sokudoku3{
	margin: 36px 0;
}

.sokudoku3 .fb30{
	margin: 18px 0;
}

.commentRopa{
	font-size: 29px;
	color: #ffad00;
}

.kidsResult{
    border: 3px solid #ad52ab;
    padding: 29px 37px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 22px;
    text-align: center;
}

.artec .kidsResult{
    border: 3px solid #dd0a00;
}

.edison .kidsResult{
    border: 3px solid #1543bf;
}

.kotoba .kidsResult{
    border: 3px solid #00a3e4;
}


.schematicPic{
    width:100%;
}

html body .schematicPic-pngPic{
    width: 80%;
    margin: 0 auto;
    display: block;
}

.artec-sub{
	margin-top: 0;
	text-align: center;
}

.artecPower-title{
    text-align: center;
    color: var(--artec);
    margin-bottom: 4px;
}

.artecPower-img{
	margin-bottom: 60px;
}

html .artecRed{
	color: var(--artec);
}

html .blue{
	color: var(--edison);
}

html .sky{
	color: var(--kotoba);
}

html .resultTitleKotoba{
	margin-top: 10px;
}

.veritas iframe{
	width: 100%;
	height: 100%;
}

#wrapper .play.juniorHigh-play{
	width: auto;
}

html .best3{
	padding-bottom: 0;
}

html .schoolBrand{
	font-size: 16px;
}

.tabButton .rightArrow{
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nTxt.offered{
    margin-top: -5px;
    color: #454545;
}

.kidsResult-caution{
	color: #1542BF;
	font-size: 15px;
	font-weight: bold;
    margin-top: 32px;
}

.toSokudokuContent-detail{
	text-align: center;
}

.toSokudokuContent-catch{
    font-size: 13px;
    color: #ED6D34;
    margin-bottom: 3px;
    font-weight: bold;
}

.toSokudokuContent-detail.sokudokkairyoku .toSokudokuContent-catch{
    color: #008CB4;
}

.shikoryokuLogo{
	width: 196px;
}

.sokudokkairyokuLogo{
	width: 207px;
}

.toSokudokuContent-anchor{
	display: inline-block;
	position: relative;
	background-color: #ED6D34;
	color: #fff;
	height: 60px;
	border-radius: 6px;
    width: 100%;
    margin: 12px 0;
    }

.toSokudokuContent-detail.sokudokkairyoku .toSokudokuContent-anchor{
    background-color: #008CB4;
}

html .anchorUnderArrow{
	width: 30px;
	left: 16px;
}

.toSokudokuContent-anchor-txt{
	font-size: 18px;
	font-weight: bold;
}

html .txtYellow{
	color: #FFC600;
}

.toSokudokuContent-after{
	color: #454545;
	font-size: 14px;
	font-weight: bold;
}

.toSokudokuContent-detail{
	padding: 23px 0;
}

.toSokudokuContent.underLine{

}

html .maxPoint-whiteLine{
	height: 1px; 
	background-color: #fff;
 }
 
html .orangeBold{
	color:#ED6D34;
	font-weight: bold;
}

.mathBrain-img{
	width: 100%;
	padding: 23px 0;
}

.mathBrain-txt-category{
	background-color:#ED6D34;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	margin-right: 6px;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 6px;
}

.mathBrain-txt-categories{
	padding: 23px 0 0;
}

.traningImage-txt{
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 23px;
    margin-top: 8px;
}

.traningImages{
	margin-top: 23px;
    margin-bottom: 60px;
}

.traningImage{
    margin-bottom: 7px;
	width: 100%;
}

.traningImage-img{
	width: 100%;
	box-shadow: 2px 2px 6px #aaa;
}

.kids .puzzle .whiteComment{
	border:2px solid #AA52A8;
	background: none;
}
	
#wrapper .sokudokkairyokuTitle{
	padding-top: 60px;
}

.sokudokkaiSub{
	padding: 14px 0 0;
	color: #454545;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

.commentSmallWrapper.sokudokkaiCSW .fudekkoFlow{
	background-color: #008CB4;
}

.sokudokkaiInfo{
	width: 254px;
    text-align: center;
    display: block;
    margin: -10px auto 39px;
    }

.sokudokkaiInfo.sokudokkaiInfo2{
	width: 300px;
}

.commentSmallWrapper.sokudokkaiCSW{
	margin-top: 0;
}

.sokudokkaiPoint{
    background-color: #fff;
    border-radius: 8px;
    padding: 34px 22px;
    margin-bottom: 60px;
}

.sokudokkaiPoint .title18{
	text-align: center;
}

.continuePoint{
	border-top: 1px solid #232323;
	margin: 60px 0;
    padding: 29px 0;
}

.continuePoint-detail{
    text-align: center;
    padding-top: 60px;
    }

.continuePoint-detail .nTxt{
	text-align: left;
    letter-spacing: -.07em;
}
	
.continuePoint-detail-img{
	width: 200px;
	max-width: 100%;
}
.continuePoint img{
	max-width: 100%;
}
.continuePoint-detail-title{
	font-size: 15px;
	font-weight: bold;
    margin-top: 16px;
}

.toSokudokuContent-logo-img.sokudokkairyokuLogo{
	width: 226px;
}

.mathBrain-img-img{
	width: 100%;
}

.qureo-topiImg{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

#qureo{
    border-top: 8px solid #254493;
    background-color: #f4f7ff;
}
#juniorhigh__sr__tesutai{
	margin-top: 8px;
}
.inPageLink-inner{
	font-size: 14px;
}

#qureo .contentTitle{
	background-color: #254493;
}

#qureo .kidsTitle {
    border: 3px solid #254493;
}

#qureo .kidsTitle-sub{
	color: #254493;
}

#qureo .kidsLine {
    border-color: #254493;
    color: #254493;
	line-height: 1.7;
}

#qureo .fudekkoFlow{
    background-color: #254493;
}

#qureo .contentTarget {
    background-color: #bdcfff;
}
.kidsLine span{
	background-color: #bdcfff;
    padding: 0 6px;
    margin-right: 6px;
}
#syuji .kidsLine span{
    background-color: #d2e6ce;
}
.puzzle .kidsLine span{
	background-color: #eed9ec;
}
.oleco .kidsLine span{
	background-color: rgb(255 223 165);
}
.artec .kidsLine span{
	background-color: rgb(247 199 196);
}
.edison .kidsLine span{
    background-color: #d3daf3;
}
.kotoba .kidsLine span{
	background-color: rgb(170 224 246);
}

.kidsLine-area{
	display: inline-block;
	margin-right: 20px;
}
.tabButtons-anchor{
	width: 100%;
}
.contentDetailWrapper{
	margin-bottom: 30px;
}
.buttonDiv.gradeLinks-div{
	margin-right: 10px;
	background-color:#fff ;
	color: #aa0003;
	font-size: 16px;
	padding: 4px 20px;
    width: auto;
	display: inline-block;
	min-width: 180px;
	border: 1px solid #aa0003;
}
.gradeLinks-anchor{
	display: inline-block;
	transition: .3s;
}
.gradeLinks-anchor:hover .buttonDiv.gradeLinks-div{
	background-color:#aa0003 ;
	color:#fff ;
}
.junior-hirakata .continuePoint{
	margin: 60px 0 0;
}
.junior-hirakata .kidsSingle{
	padding-bottom: 90px;
}
.junior-hirakata .puzzle .contentTitle{
    background-color: #ad52ab;
}
.junior-hirakata .oleco .contentTitle{
    background-color: #ee5400;
}
.junior-hirakata .oleco .contentTarget{
	background-color: #ffdfa5;
}
.pickUpTitle-sub{font-size: 16px;
	font-size: 18px;
    color: #ffc900;
    font-weight: 700;
    margin-top: 4px;
}
@media screen and (max-width: 599px) {
	.shinkokugokoza__1st img{
		width: 100%;
		margin-bottom: 20px;
	}
	#shinkokugokoza__2nd img{
		width: 100%;
		margin-bottom: 20px;
	}	
	.shinkokugokoza__1st img:last-of-type{
		margin-bottom: 0;
	}
	#shinkokugokoza__2nd img:last-of-type{
		margin-bottom: 0;
	}
	#shinkokugokoza__2nd {
		padding: 25px 5%;
		margin-top: 10px;
	}
	.whiteComment{
		text-align: center;
	}
	
	.whiteComment-small{
		margin: 0;
	}
	
	.whiteComment-content{
		margin: 0;
	}
	
	.contentTarget{
		font-size: 13px;
	}
	
	.target2 {
    	padding-left: 16px;
    }
    
    .high .pointImg {
	    margin-top: 13px;
	}
	
    .veritas{
	    height: 179px;
	    margin-bottom: 8px;
	}
	
	.syuji .kidsTitle-sub{
		text-align: center;
	}
	
	.schematicPic.schematicPic3{
		height: auto;
	}
	.buttonDiv.gradeLinks-div{
		display: block;
		margin-bottom: 10px;
	}
	.tabButton{
		margin: 9px auto;
		padding: 10px 20px;
	}
	.tabButtons-anchor:last-of-type .tabButton{ 
		margin-bottom: 28px;
	}


}

@media screen and (min-width:600px) and ( max-width:979px) {
	html .detailContent{
		padding: 65px 0 65px;
	}
	
	html .courseFirst{		
	    font-size: 19px;
	    line-height: 31px;
	    margin: 32px auto 26px;
    }
    
    .toDetail{
	    height: 170px;
    }
    
    .rankTxt{
	    text-align: center;
    }
    
    .toExperience{
	    text-align: center;
    }
    
    .courseDetailTop{
	    height: 210px;
    }

	.sokudokuImg{
		width: 100%;
	}
    
    html .sokudokuCheck{
	    width: 35%;
    }
    
    html .robots{
	    width: 35%;
    }
    
    .esisonLogo{
        width: 85%;
	    margin: 0 auto;
    }
    
    html .nayami{
	    width: 35%;
    }

    .veritas{
	    height: 105px;
    }

	.schematicPic.schematicPic3{
		height: auto;
	}
	
	.continuePoint-detail{
		flex-basis: 20%;
	}

	.df.continuePoints{
		justify-content: space-between;
	}
	
	.maxPoint-parent{
		display: none;
	}

	#wrapper .toSokudokuContent{
		justify-content: space-between;
	}
	
	.toSokudokuContent-detail{
		flex-basis: 48%;
		width: 48%;
	}

	.mathBrain-img{
		flex-basis: 44%;
		width: 44%;
	}
	
	.mathBrain-txt{
		flex-basis: 50%;
		width: 50%;
	    padding-top: 23px;
	}

	#wrapper .mathBrain{
		justify-content: space-between;
	    align-items: initial;
    }
    
    #wrapper .traningImages{
	    justify-content: space-between;
    }

	.traningImage{
		flex-basis: 30%;
	}
	
	.traningImages{
		margin-bottom: 0;
	}
	
	.mathBrain-txt-categories{
		padding: 23px 0 13px;
	}
	
	.continueTitle{
		max-width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.mathBrain{
	    position: relative;
	}
	
	.mathBrain-img-img{
		width: 44%;
	    position: absolute;
	    bottom: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%); 
	}
	.tabButton{
		margin: 9px auto;
	}
	.tabButtons-anchor:last-of-type .tabButton{ 
		margin-bottom: 28px;
	}

}

@media screen and (max-width: 979px) {
	.pointStart .nTxt{
		text-align: left;
		display: block;
	}
}
@media screen and (min-width: 980px) {
	
	html .schoolBrand {
		font-size: 16px;
		display: block;
	}
	
	.pointStart.pointStart-center-left{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	html .courseFirst{
		font-size: 21px;
		margin: 48px auto 52px;
	
	}

	html .courseFirst.inJuniorHigh{
		font-size: 25px;
		margin: 48px auto 2px;
	    line-height: 38px;	
	}

	#wrapper .courseLink{
		background-color: var(--mainColor);
	    padding: 30px 0 110px;
	}
	
	.detailButton{
	    border: 2px solid;
	    border-radius: 23px;
	    position: relative;
	    bottom: -25px;
	    text-align: center;
	    padding: 8px;
	}
	
	html #wrapper .courseDetailWrapper{
	    height: 216px;
	}
	
	.rankWrapper{
		display: flex;
		justify-content: space-between;
	}
	
	.rank{
		flex-basis: 305px;
	}
	
	.bestCate{
	    margin-bottom: 7px;
	}
	
	.toDetail{
	    height: 348px;
	}
	
	.toExperience{
	    font-size: 21px;
	    text-align: center;
	    line-height: 35px;
	    margin: 60px auto 0;
	}
	
	.courseDetailTop {
	    width: 100%;
	    height: 348px;
	}
	
	.courseSecond{
		text-align: center;
	    margin-bottom: 57px;
	}
	
	.secondButton{
		margin: 0;
	}
	
	.tabButton{
	    font-size: 20px;
	    padding: 20px 0;
	    border-radius: 6px;
	}
	
	.tabButtons{
	    margin-bottom: -5px;
			display: flex;
	    justify-content: space-between;
	}
	.tabButtons.tabButtons2{
		justify-content: space-evenly;
	}
	
	.rightArrow {
	    width: 14px;
	    position: absolute;
	    right: 14px;
	}
	
	.contentTitle{
		font-size: 21px;
	}
	
	.ring{
		    top: 13px;
	}
	
	.contentTarget{
		font-size: 17px;
		padding: 9px 0 9px 30px;
	}
	
	.target1 {
	    padding-right: 34px;
    }
    
    .juniorHigh-dfLeft{
	    flex-basis: 62%;
    }
    
    .recommend{
	    flex-basis: 33%;
		padding: 33px 24px;
        margin-top: 4px;
    }
    
    html .pointTxt{
	    font-size: 18px;
    }
    
    .juniorHigh-caution{
	    text-align: right;
    }
    
    .pickUpMark{
        font-size: 80px;
		top: -62px;
    }
    
    .pickUpTitle {
	    font-size: 27px;
    }
    
    .pickUpTitles{
	    flex-basis: 41%;
    }
    
    .pickUpImg{
	    flex-basis: 55%;
    }
    
    .pickUps{
	    display: flex;
	    justify-content: space-between;
    }
    
    .pointStart{
        text-align: left;
    }
    
    .pointStartTitle{
        display: inline;
	    margin-left: 33px;
    }
    
    .pointStartTitle.junior{
	    vertical-align:19px;
    }

    .pointStartTitle.junior.line3{
        vertical-align: 34px;
    }
	    
    .pointStartSub{
        display: inline;
	    margin-left: 35px;
    }
    
    .pointStartSub.junior{
        display: inline-block;
	    margin-left: 35px;
	    max-width: 783px;
    }
    
    .pointName{
	    font-size: 21px;
	    text-align: left;
	    padding: 12px 0 12px 20px;
    }
    
    .pointCatch{
        font-size: 21px;
		margin: 40px 0 8px;
    }
    
    .pcDf{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
    }
    
    .pcFb64{
	    flex-basis: 64%;
    }
    
    .pcFb31{
	    flex-basis: 31%;
    }

    .pcFb48{
	    flex-basis: 48%;
    }
    
    .movieButton{
        margin: 45px 0 5px;
    }
    
    .exampleTitle{
	    font-size: 21px;
	    padding: 5px 0;
    }
    
    html z.pcMb80{
	    margin-bottom: 80px;
    }
    
    .hosyu {
	    margin: 7px 0;
	}
	
	.pointImg{
		margin: 0;
	    margin-top: 40px;
    }
    
	.high .pointImg{
	    margin-top: 10px;
	}
    
    .tCTitle{
		display: inline-block;
	}
	
	.tCTxt{
		display: inline-block;
	}
	
	.traningCourse{
		padding: 20px 46px;
	}
	
	.pointTxt{
		margin-bottom: 0;
	}

	.sokudokuImg{
		width: 100%;
	}
	
	.pointWrapper{
		margin-top: 35px;
		margin-bottom: 11px;
	}

	.headLast{
		text-align: center;
	}
		
	.cross{
	    margin: -16px 0 0px;
	}
	
	.inPageLink-inner{
		display: flex;
		justify-content: space-between;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	.kidsTitle{
	    display: flex;
	    justify-content: space-between;
	    padding: 29px 44px 29px 0;
	    align-items: center;
	}
	
	.syuji .kidsTitle-sub{
		margin: 10px 0 0px;
	}
	
	.kidsLine-txt-inner{
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
	
	.commentSmall-right{
	    flex-basis: 95%;
	}
	
	html body .pcDf{
	    display: flex;
	    justify-content: space-between;
	}
	
	#wrapper .pcNoDf{
		display: block;
	}
	
	.fudekkoFlow{
	    flex-basis: 30%;
	    padding: 20px 14px;
	}
	
	.target1{
	    flex-basis:auto;
	}
	
	.schematicPic{
		width: 350px;
		margin-right: 22px;
		height: auto;
		display: inline-block;
	}
	
	.kids .whiteComment{
		display: flex;
		justify-content: space-between;
	    align-items: center;
	    }
	
	.sokudokuPic{
		width: 127px;
		margin-right: 10px;
	}
	
	.sokudokuUS{
		margin-top: 20px;
	}
	
	.sokudoku3{
		margin: 0;
	}
	
	.puzzle .commentSmallWrapper{
		display: flex;
		justify-content: space-between;
	}
	
	.puzzle .kidsResult{
		display: flex;
		justify-content: space-between;
	    align-items: center;
	    }
	
	.title18.purple{
		text-align: left;
	}
	
	.oleco .kidsTitle{
	    padding: 29px 37px 29px 0;
	}
	
	.oleco .kidsTitle-logo{
		flex-basis: 41%;
	}
	
	.oleco .kidsTitle-sub{
		flex-basis: 50%;
	}
	
	.oleco .commentSmallWrapper{
		display: flex;
		justify-content: space-between;
	}
	
	#wrapper .artec .oleco-logo-img{
		width: 50%;
		display: inline;
	}
	
	.artecPower-img{
	    width: 70%;
	    margin: 21px auto;
	}

	.artec .commentSmallWrapper{
		display: flex;
		justify-content: space-between;
	}
	
	.kidsResult{
		display: flex;
		justify-content: space-between;
	}
	
	.artec .kidsResultImg{
		flex-basis: 20%;
	}

	.edison .commentSmallWrapper{
		display: flex;
		justify-content: space-between;
	}

	.edison .kidsResultImg{
		flex-basis: 20%;
	}
	
	.edison .kidsResultImg.edisonLogo{
		flex-basis: auto;
	}
	
	.edison	.title18{
		text-align: left;
		}
		
	.kotoba .kidsResult{
	    justify-content: center;
	    align-items: center;
	}
	
	.kotoba .pcDf{
	    align-items: baseline;
	}
	
	.kotoba .kidsResultImg{
		flex-basis: 20%;
	}
	
	.kotoba .title18{
		text-align: left;
	}

	.kidsSingle {
	    padding: 60px 0;
	}
	
	.kotoba .kidsResultImg.fb48{
		flex-basis: 48%;
	}
	
	.kotoba .title18.resultTitleKotoba{
		text-align: center;
	}
	
	.whiteComment .df {
	    width: 100%;
    }
    
    .artec .title18{
	    text-align: left;
    }
    
    .veritas{
	    height: 138px;
    }
    
    .nyushiMovie{
	    margin-top: 12px;
    }
    
    
    .courseTop{
		background-color: var(--mainColor);
	}
	
	.courseTop .courseDetailWrapper{
		margin:0;
		position: inherit;
	}
	
	.courseDetail-courseIndexPage{
		padding-bottom: 0;
		min-height: 212px;
	}
	.mathBrain-img{
		order: 2;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
	}
	
	.continuePoint-detail{
		flex-basis: 20%;
	}

	.df.continuePoints{
		justify-content: space-between;
	}

	.maxPoint-parent{
		display: none;
	}
	
	#wrapper .toSokudokuContent{
		justify-content: space-between;
	    margin-top: 12px;
	}

	.toSokudokuContent-detail{
		flex-basis: 48%;
		width: 48%;
	}
	
	.mathBrain-img{
		flex-basis: 44%;
		width: 44%;
    }

	.mathBrain-txt{
		flex-basis: 50%;
		width: 50%;
	    padding-top: 23px;
	}
	
	#wrapper .mathBrain{
		justify-content: space-between;
	    align-items: initial;
    }

    #wrapper .traningImages{
	    justify-content: space-between;
    }

	.traningImage{
		flex-basis: 30%;
	}

	.traningImages{
		margin-bottom: 0;
	}
	
	.sokudokkaiSub{
	    font-size: 25px;
	    padding: 37px 0 13px;
	}
	
	.sokudokkaiCSW-detailTxt{
		min-height: 75px;
	}
	
	.sokudokkaiPoint{
	    padding: 34px 60px 60px;
	}
	
	.puzzle .df.sokudoku3{
		justify-content: space-between;
	}

	.mathBrain-txt-categories{
		padding: 23px 0 13px;
	}
	
	.traningImage-txt {
	    margin-top: 11px;
	    line-height: 26px;
    }
    
    html .sokudokkaiInfo1{
	    margin-top: 0;
    }
    
    .continuePoint-detail-txt{
		min-height: 100px;    
    }
    
    html body .continueTitlePc{
        max-width: 730px;
	    display: block;
	    margin: 23px auto -10px;
    }
	.junior-hirakata .kidsSingle{
		padding-bottom: 100px;
	}
	.tabButtons-anchor{
		width: 32%;
		min-height: 98px;
	}
	
}

@media all and (-ms-high-contrast: none){
	.sokudokkaiInfo{
		width: auto;
	}
	
	.sokudokkaiInfo.sokudokkaiInfo2{
		width: auto;
	}
}




