@charset "utf-8";

.shiroInlineBlock.subBnrSingle{
	text-align: center;
	display: block;
	width: 483px;
	margin: auto;
	max-width: 90%;
}
.brandLinks{
	flex-wrap: wrap;
}
.findSchool-main-right-inner{
	width: 78%;
}
.findSchool-main-right-anchorWrapper{
	margin-bottom: 2px;
	display: flex;
	flex-wrap: wrap;
}
#findSchool{
	padding-top: 78px;
	padding-bottom: 78px;
	border-top: 1px solid #D3D3D3;
}
.findSchool-title{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #aa0003;
}
.findSchool-titleSub{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #454545;
}
.findSchool-main{
	margin-bottom: 48px;
	display: flex;
	margin-top: 30px;
}
.findSchool-main-left{
	width: 508px;
	position: relative;
}
.findSchool-main-right{
	background-color: #aa0003;
	color: #fff;
	width: calc(100% - 508px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.findSchool-main-right-title{
	background-color: #fff;
	color: #aa0003;
	padding: 4px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 4px;
}
.findSchool-main-right-title:not(:first-of-type){
	margin-top: 26px;
}
#findSchool .findSchool-main-right-anchor{
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
    margin-right: 2em;
}
.findSchool-main-left-imgIcon{
	position: absolute;
	width: 100px;
}
.findSchool-sub.mobileHide{
	display: flex;
	flex-wrap: wrap;
}
.schoolDetail{
	width: 30%;
	margin-bottom: 30px;
}
.schoolDetail:nth-of-type(1),.schoolDetail:nth-of-type(2),.schoolDetail:nth-of-type(4),.schoolDetail:nth-of-type(5),.schoolDetail:nth-of-type(7){
	margin-right: 5%;
}
.schoolDetail:nth-last-of-type(1),.schoolDetail:nth-last-of-type(2){
	margin-bottom: 12px;
}
.schoolDetail-img{
	width: 100%;
}
#iconYamashina {
    top: -28px;
    right: 104px;
}
#iconUji{
    top: 70px;
    right: 62px;
}
#iconHirakata{
	left: 125px;
    bottom: 56px;
}
.findSchool-main-right-anchor img{
	width: 8px;
	margin-right: 6px;
}
.schoolName{
	font-size: 24px;
	font-weight: 600;
	text-decoration: underline;
	color: #454545;
    margin: 4px 0;
}
.telNumber{
	color: #aa0003;
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 4px;
}
.nTxt.address{
	margin-top: 4px;
    line-height: 1.4;
}
#findSchool .newButton{
    width: 272px;
    height: 42px;
    position: relative;
    border-radius: 42px;
    border: 2px solid #aa0003;
    text-align: center;
    color: #aa0003;
	background-color: #fff;
    margin: 20px auto 0;
    font-size: 20px;
    display: block;
	transition: .6s;
}
#findSchool .newButton:hover{
	background-color: #aa0003;
	color: #fff;
}
#findSchool .newButton:hover > span{
	color: #fff;
}
.newButton span{
	color: #aa0003;
	transition: .6s;
}
.newButton img{
	width: 10px;
	right: 14px;
}
#findSchool .inner::after{
	content: none;
}
/* bxslider用　*/
div.slider {
    width:620px;
    display:block;
    margin:40px auto;
}
 
ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:620px;
    height:400px;
}
 
ul.bxslider01 li img{
    display:block;
    width:620px;
    height:auto;
}
 
ul.bxslider02 li a {/*サムネイル*/
    display:block;
    width:100px;
    height:60px;
}
 
ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    width:100px;
    height:auto;
}
 
div.controlWrap {
    width:620px;
    display:block;
    position:relative;
    margin:0 auto;
}
/* bxslider用　end */


.campaign{
	text-align: center;
	color: #aa0003;
	font-weight: 600;
}

.campaignTitle{
	font-size: 20px;
}

.campaignConditions{
	font-size: 12px;
}

.campaignCatch{
	font-size: 23px;
	color: var(--subColor);
}

html body .campaignZone{
	padding: 25px 0;
	
}

.subBnr100.subBnr100NotFirst{
    margin: 12px 0 24px;
}

@media screen and (min-width:600px) and (max-width:979px){
	.campaignTitle {
	    font-size: 25px;
	}
	
	.campaignConditions {
	    font-size: 15px;
	}
	
	.cc-over{
	    margin: -2px 0 6px;
	}
	
	.cc-under{
	    margin: 8px 0 0px;
	}
	
	.campaignCatch{
	    font-size: 35px;
    }
	.findSchool-sub.mobileHide{
		display: none;
	}
	.findSchool-main{
		display: block;
	}
	.findSchool-main-left{
		margin: auto;
	}
	.findSchool-main-right{
		margin: auto;
		width: 508px;
	}
	.findSchool-main-right-inner{
		padding: 41px 0;
	}
}


@media screen and (min-width: 980px) {    
	.pcTopBar.pcTopBarTopics{
		display: block;
	}
	.pcTopBar.pcTopBarTopics h1{
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 0;
	}
	.course {
		background-color: #ededed;
	}
	.campaignConditions.cc-over{
		font-size: 15px;
		margin-top: -2px;
		margin-bottom: 4px;
	}
	
	.campaignConditions.cc-under{
		font-size: 18px;
	    margin: 12px 0 -7px;
	}

	.campaignCatch{
		font-size: 45px;
	}

}
@media screen and (max-width: 599px) {
	#top .about{
		height: auto;
		padding-bottom: 60px;
	}
	#wrapper .mainVisual-under2-after{
		color: #aa0003;
		font-size: 13px;
		text-decoration: underline;
		margin: -11px 5% 20px;
		display: block;
	}
	
	#findSchool{
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.findSchool-titleSub{
		font-size: 16px;
	}
	.findSchool-title{
		font-size: 21px;
	}
	#findSchool .findSchool-main-right-anchor{
		display: inline-block;
	}
	#iconHirakata {
		left: 23%;
		bottom: 10%;
	}
	#iconUji {
		top: 18%;
		right: 11%;
	}
	#iconYamashina {
		top: -7%;
		right: 20%;
	}
	.findSchool-main-left-imgIcon{
		width: 78px;
	}
	.findSchool-main-left, .findSchool-main-left-img{
		width: 100%;
	}
	.findSchool-main{
		display: block;
	}
	.findSchool-main-left{
		margin: auto;
	}
	.findSchool-main-right{
		margin: auto;
		width: 100%;
	}
	.findSchool-main-right-inner{
		padding: 22px 0;
	}

}
/* 個個塾追加 start */
.course{
	    border-bottom: 1px solid #dfdfdf;
}

.youtubeLine{
    padding: 30px 0;
}

.subBnr100{
	width: 100%;
    margin-bottom: 12px;
    border: 1px solid #dbdbdb;
}

.subBnr50Wrapper{
	display: block;
}

.subBnr50{
	width: 100%;
	border: 1px solid #dbdbdb;
}

.subBnr50 img{
	width: 100%;
}

.subBnr50:first-child{
    margin-bottom: 12px;
}

html .event{
	padding: 20px 0 78px;
}


.newsDetailWrapper:nth-child(even){
	background-color: #ededed;
}

.newsDetail{
	width: 100%;
	padding: 12px 5%;
	color: #454545;
	font-weight: 600;
	font-size: 14px;
}

.newsDetailWrapper{
	width: 100%;
}

.newsCate span{
	color: #fff;
    display: inline-block;
    padding: 1px 12px 0;
    width: 140px;
    text-align: center;
    margin-right: 12px;
}

.newsDate{
	display: inline-block;
	margin: 0 8px;
	color: #808080;
}

.newsTitle{
    margin-top: 4px;
    text-decoration: underline;
    line-height: 24px;
}

.youtubeBnr{
	margin-bottom: 18px;
}

.mainVisual-under{
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	padding: 2px 0;
}

.mainVisual-under2{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 21px auto 21px;
    width: 90%;
    line-height: 25px;
}

.idea{
	text-align: center;
}

.ideaSub{
	font-size: 15px;	
}

.ideaMain img{
    width: 100%;
    margin: 8px 0px 22px;
}

.ideaTxt{
	font-size: 14px;
    text-align: left;
    line-height: 23px;
	margin-bottom:20px;
}
	
.youtube:first-child{
    margin-top: 20px;
}	

.event-sandImg{
	margin: 4px 0 18px;
}

.onlineFirst{
	background-color: #F9F0E9;
    margin-top: 48px;
    padding-bottom: 30px;
}

.onlineFirst-inner-img{
    margin-top: -52px;
	max-width: 100%;
}

.onlineFirst-txt{
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
}

.onlineFirst-txt-important{
    color: #E10012;
    font-size: 23px;
    letter-spacing: -.05em;
	line-height: 1.3em;
}

.inner.online_start_mobileTop{
	display: block;
    margin-top: 40px;
}

.online_start_mobile{
	width: 100%;
}

.inner.online_start_mobileUnder{
	display: block;
    margin-top: 18px;
}

.transBnr{
    margin-top: 20px;
    border: none;
    width: 100%;
    display: block;
}

.transBnr.summerBnr{
    max-width: 90%;
    margin: 32px auto 0;
}

.newsDetail{
	display: block;
}

.news.pcHide{
	padding: 30px 0;
}

.news{
	border-top: 1px solid #dddddd;
}

.newsMobile-title{
	color: #aa0003;
	font-size: 20px;
}

.newsMobile-titles{
	display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.newsMobile-txt{
	font-size: 13px;
	color: #323232;
	text-decoration: underline;
}

.newsMobile-img.iconTriangle{
    margin: 4px 4px 0 10px;
}

.newsMobile-anchor{
    margin-top: 9px;
}

.emergencyZone{
	text-align: center;
	margin-top: -10px;
    margin-bottom: 43px;
}

.emergencyZone-anchor{
    margin: 0 auto;
}

.emergencyZone-txt{
	font-size: 16px;
	font-weight: 600;
	color: #122d7a;
	border: 1px solid #122d7a;
    border-radius: 31px;
	background-color: #e5ecf9;
	padding: 6px 30px;
	display: inline-block;
}

html .bnr_cam_sum2020_8{
    width: 1020px;
}

.tesutai_schoolName{
	color: #132e7b;
    font-size: 15px;
    text-align: left;
    max-width: 90%;
    display: block;
    margin: 6px auto 0;
}

.springCam{
	background-color: #E567A2;
	text-align: center;
	padding: 40px 5%;
}

.springCam-title{
	margin: 0 atuo;
}

.springCam-title-img{
	width: 100%;
	max-width: 574px;
}

.springCam-title-img-under{
	width: 100%;
	max-width: 730px;
}

.springCam-bar{
	background-color: #DD3787;
    color: #fff;
    margin-top: -8px;
    padding: 16px 0;
    font-size: 14px;
    width: 100vw;
	margin-left: -5vw;
}

.springCam-button{
	background-color: #FFE200;
	width: 260px;
	height: 40px;
	position: relative;
	border-radius: 20px;
	z-index: 1;
	margin: 14px auto 0;
	filter: drop-shadow(0 4px 0 #D2A300);
	font-weight: 600;
}

_::-webkit-full-page-media, _:future, :root .springCam-button{
	transform: translateZ(0);
}

.springCam-button-txt{
	font-size: 16px;
	font-weight: 600;
}

.springCam-button .springCam-button-img{
	right: 12px;
	width: 5px;
}


@media screen and (max-width: 599px) {
	.findSchool-sub.mobileHide{
		display: none;
	}
	.subBnr100 {
	    margin-bottom: 6px;
    }
    
    .subBnr100.subBnr100NotFirst {
	    margin: 6px 0 12px;
	}
	
	.subBnr50Wrapper a img:first-child {
	    margin-bottom: 12px;
	}
	
	html #wrapper .lastBnr {
	    margin-top: 0;
	}
	
	.mainVisual-under2{
	    text-align: left;
	}
	
	html .event {
	    padding: 8px 0 40px;
	}
	
	
	.transBnr.summerBnr{
	    max-width: 90%;
	}
	.transBnrWrapper .transBnr{
		margin: 8px auto;
	}
	
	.transBnr.mobileAppear.mobileBnrSum{
		margin-top: 0;
	}
	
	.newsDate{
		font-weight: 400;
	}
	
	.newsCate span{
		margin-right: 0;
	}
	
	.tesutai_schoolName{
	    font-size: 13px;
	    text-align: left;
		margin-bottom: 8px;
	}
	
	html .bnr_cam_sum2020_8{
		max-width: calc(90% + 3%);
	    margin: 0 auto;
	    margin-left: 5%;
	}

	.emergencyZone-txt{
		max-width: 90%;
	}
}

	
@media screen and (min-width:600px) and ( max-width:979px) {
	.mainVisual-under{
		font-size: 14px;
		font-weight: 600;
	}	

	.mainVisual-under2{
		margin: 23px auto 0;
	    font-size: 22px;
	    line-height: 33px;
	    width: 73%;
	}
	
	.subBnr50Wrapper{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.ideaSub{
		font-size: 17px;	
	}
	
	.subBnr50{
		flex-basis:49%;
	}
	
	.subBnr50:first-child{
		margin: 0;
	}
	
	html .subBnr50Wrapper a{
		flex-basis: 49%;
	}
	
	.ideaMain img{
		width: 70%;
	}

	
	.onlineFirst-txt{
		margin-left: 39%;
		font-size: 23px;
	}
	
	.onlineFirst-txt-important{
		font-size: 33px;
		font-weight: 600;
		letter-spacing: -.07em;
	}
	
	.online_start_pc{
		width: 100%;
	}

	.online_start_pc-img{
		width: 70%;
	    padding: 30px 0 40px;
    }

	.online_start_pc{
		background-image: url(../img/top/online_start_pcBack.png);
		background-repeat: no-repeat;
		background-position: right top;
		height: auto;
	    background-size: 65%;
	}

	.online{
	    padding-bottom: 0;
	}
	
	.transBnr{
		width: 980px;
	}
	
	html .transBnrWrapper{
		margin: 0 auto;
	    display: block;
	    width: 980px;
	    max-width: 100%;
	}
	
	.inner.online_start_mobileTop{
		margin-top: 20px;
	}
	
	.onlineFirst-inner{
	    text-align: center;
	}
	
	.onlineFirst-inner-img{
	    width: 320px;
	    margin: -52px auto 0;
	}
	
	.onlineFirst-txt{
		margin-left: 0;
	}
	
	.transBnrWrapper .transBnr{
		width: 100%;
	}
	
	.newsMobile-title {
	    font-size: 24px;
	}
	
	.newsMobile-txt {
	    font-size: 16px;
    }
    
    .newsMobile-img.iconTriangle {
	    margin: 7px 4px 0 10px;
	}

	html .bnr_cam_sum2020_8{
		max-width: calc(90% + 3%);
	    margin: 0 auto;
	    margin-left: 5%;
	}

	.emergencyZone-txt{
		max-width: 90%;
	}

	.springCam-bar{
		font-size: 18px;
	}

	.springCam-button-txt {
		font-size: 19px;
	}

	.springCam-button{
		width: 440px;
		height: 50px;
		border-radius: 25px;
	}

	.springCam-button-img{
		width: 12px;
		right: 25px;
	}

}




@media screen and (min-width: 980px) {
	.mainVisual-under{
	    font-size: 14px;
	    font-weight: 600;
	    padding: 8px 0;
	}	
	
	.ideaSub{
		font-size: 18px;	
	}

	.mainVisual-under2{
	    margin: 25px auto 25px;
	    font-size: 24px;
	    width: 100%;
	    line-height: 35px;
    }
    
	
	.subBnr50Wrapper{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.subBnr50{
		flex-basis:49%;
	}
	
	.subBnr50:first-child{
		margin: 0;
	}
	
    .newsIcon{
	    width: 50px;
        margin-bottom: -1px;
    }
    
    .newsTitle {
	    display: inline-block;
    }
    
    .newsDetail{
	    width: 980px;
	    padding: 10px 0;
	    margin: 0 auto;
    }
    
    .youtubeLine .inner{
        display: flex;
	    justify-content: space-between;
    }
    
    .youtubeLine a{
	    flex-basis: 48%;
    }
    
	.ideaMain img{
		width: 622px;
	}
	
	.ideaTxt{
		margin-bottom: 13px;
	}
	
	.event-sandImg{
	    margin: 8px 0 22px;
	}
	
	.inner.onlineFirst-inner{
		position: relative;
	    padding: 14px 0 21px;
	}
	
	.onlineFirst-inner-img{
		position: absolute;
		width: 37%;
		bottom: 0;
		left: 0;
	}
	
	.onlineFirst-txt{
		margin-left: 39%;
		font-size: 23px;
	    line-height: 1.8em;
	}
	
	.onlineFirst-txt-important{
		font-size: 33px;
		font-weight: 600;
		letter-spacing: -.07em;
	}
	
	.onlineFirst{
		padding-bottom: 0;
	    margin-top: 35px;
    }
	
	.online_start_pc{
		width: 100%;
	}
	
	.online_start_pc-img{
		width: 70%;
	}
	
	.online_start_pc{
		background-image: url(../img/top/online_start_pcBack.png);
		background-repeat: no-repeat;
		background-position: right top;
	    height: 340px;
	}
	
	.online{
	    padding-bottom: 0;
	}
	
	.transBnr{
		width: 980px;
	}
	
	html .transBnrWrapper{
		margin: 0 auto;
	    display: block;
	    width: 980px;
	    max-width: 100%;
	}
	
	.inner.online_start_mobileTop{
		margin-top: 20px;
	}
	
	.onlineFirst{
	    margin-top: 35px;
	    filter: drop-shadow(0 -1px 5px rgba(90,90,90,0.2));
	}
	
	.transBnr.summerBnr{
		max-width: 100%;
	}
	
	.newsDate{
		color: #454545;
	}
	
	.news.pcHide{
		padding: 30px 0;
	}
	
	.news.pcAppear{
		padding: 30px 0;
	}
	
	.tesutai_schoolName{
		max-width: 100%;
	}

	.springCam-title-img-under{
		margin-top: -26px;
	}

	.springCam-bar{
		font-size: 20px;
	}

	.springCam-button-txt {
		font-size: 21px;
	}

	.springCam-button{
		width: 646px;
		height: 60px;
		border-radius: 30px;
		filter: drop-shadow(0 8px 0 #D2A300);
		margin: 24px auto 0;
	}

	.springCam-button .springCam-button-img{
		width: 12px;
		right: 30px;
	}

}

/* 個個塾追加 end */


