@charset "utf-8";

@media screen and (max-width: 767px) {
	.anchorLinks{
		display: block;
		font-size: 0;
	}
	.anchorLinks .link{
		display: inline-block;
		width:25%;
		margin-top: 10px;
	}
	.anchorLinks .link:nth-child(-n+4){
		margin-top:0;
	}
	.anchorLinks .link:first-child{
		border-left: 0;
	}
	.anchorLinks .link:last-child,
	.anchorLinks .link:nth-child(4n){
		border-right: 0;
	}
}