@charset "UTF-8";
#main{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
@media screen and (min-width:768px){
	.sponly{
		display: none;
	}
}
.outerLink{
	background: url("../img/zeh_PC_background.jpg");
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-block: 3%;
}
.outerLink a{
	display: inline-block;
	margin-bottom: 3%;
	padding: 0;
	margin-inline: auto;
}
.outerLink a:after{
	display: none!important;
}
.outerLink img{
	display: block;
	margin-inline: auto;
	text-align: center;
}
.areaLink{
	display: grid;
	grid-gap: 25px;
	margin-top: -330px;
	margin-bottom: 200px;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(251px,251px));
}
.areaLink a{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.areaLink a:after{
	display: none!important;
}
.areaLink img{
	text-align: left;
}
.searchLink{
	text-align: center;
	margin-top: -300px;
	margin-bottom: 250px;
}
@media screen and (max-width:767px){
	#main{
    max-width: 767px;
    width: 100%;
    margin: auto;
	}
		.pconly{
		display: none;
	}
	.outerLink img{
		width: 95%;
	}
		
	.areaLink{
		display: grid;
		grid-gap: 15px;
		margin-top: -315px;
		margin-bottom: 85px;
		justify-content: center;
		grid-template-columns: repeat(auto-fit, minmax(125px,150px));
	}
	.areaLink a{
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	.areaLink img{
		text-align: left;
	}

}