@charset "utf-8";

.arrowWrap{
	padding: 0 0 50px;
	margin-bottom: 25px;
	background: url(/enter/search/classroom/classroom_2019/img/arrow_dblu_d.png) no-repeat center bottom;
	background-size: 80px auto;
}
.arrowWrap .txt{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #1069c4;
}


.anchorLinksBdr {
    width: 100%;
    padding: 0 0 10px;
    border: 4px solid #1069c4;
    text-align: center;
}

.anchorLinksBdr .ttl{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	background-color: #1069c4;
	padding: 10px 0;
	color: #fff;
}

.anchorLinksBdr ul{
	width: 832px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.anchorLinksBdr ul::after{
		content:"";
		display:block;
		visibillity:hidden;
		height:0;
		clear:both;
	}
}
.anchorLinksBdr ul li a {
    color: #1e1e1e;
	text-decoration: underline;
}

.anchorLinksBdr ul li {
	width:calc(100% / 4);
	margin-right: 0px;
	margin-bottom: 15px;
	display: inline-block;
	float: left;
}

.anchorLinksBdr ul li:nth-child(4n) {
	margin-right: 0;
}

.anchorLinksBdr ul li a:hover {
	text-decoration: none;
}

.anchorLinksBdr .anchorBox{
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

.anchorLinksBdr p.txt{
	text-align: center;
	font-size: 26px;
	color: #1069c4;
	font-weight: bold;
}
.anchorLinksBdr p.txt.txt-red{
	color: #f55;
}
.anchorLinksBdr.anchor .txtBig.txtDblu.bdrYlw{
	display: inline-block;
	background: linear-gradient(transparent 90%, #fff44e 90%);
	margin:0 auto;
	font-size: 32.5px;
}
.anchorLinksBdr .anchorBox ul li a.linkCircleNumber{
	position:relative;
	padding-left:30px;
}
.anchorLinksBdr .anchorBox ul li a.linkCircleNumber>.num {
    display: block;
    position:absolute;
    left:0;
    top:0;
    text-align: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image:none;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    background-color: #1069c4;
    line-height: 24px;
    color: #fff;
    text-decoration:none;
}


@media screen and (max-width: 767px) {
	.arrowWrap {
		padding: 0 0 35px;
		margin-bottom: 15px;
		background-position: center bottom;
		background-size: 60px auto;
		line-height: 1.3;
	}
	.arrowWrap .txt{
		font-size: 25px;
	}
	
	.anchorLinksBdr .anchorBox{
		width: 100%;
	}
	
	.anchorLinksBdr ul{
		width: 92%;
		margin: 0 auto;
	}
	
	.anchorLinksBdr ul li {
		width:100%;
		margin-right: 0;
		margin-bottom: 15px;
		display: block;
		float:none;
	}
	
	.anchorLinksBdr.anchor .txtBig.txtDblu.bdrYlw{
		font-size: 22.5px;
	}	

}



/* fukidashiBox */
.fukidashiBox{
	margin-bottom: 60px;
}
.fukidashiBox .ttlBoldM{
	margin-bottom: 10px;
}
.fukidashiBox .ttlBoldM .bdrYlw{
	display: inline;
	background: linear-gradient(transparent 90%, #fff44e 90%);
}
.fukidashiBox p{
	display: inline-block;
	position: relative;
}
.fukidashiBox p::before,
.fukidashiBox p::after{
	content: "";
	width: 41px;
	height: 87px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	bottom: 0;
}
.fukidashiBox p::before{
	left: -70px;
	background-image: url(/common_2019/img/part_fukidashi_l.svg);
}
.fukidashiBox p::after{
	right: -70px;
	background-image: url(/common_2019/img/part_fukidashi_r.svg);
}

@media screen and (max-width: 767px) {
	.fukidashiBox{
		margin-bottom: 40px;
	}
	.ttlBoldM{
		font-size: 18px;
	}
	.fukidashiBox p::before,
	.fukidashiBox p::after{
		display: none;
	}
}
