
#topbox{
	position: relative;
	background: #fff;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topbox .img{
	font-size: 0;
	line-height: 0;
}
#topbox .img img{
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
#topbox .cate_search{
	padding: 15px 20px 20px 20px;
}
#topbox .cate_search h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: var(--heading-color);
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	background: url(/img/all/i_cate.webp) no-repeat 0 5px; background-size: 28px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topbox .cate_search div{
	display: flex;
	border: 1px solid #dce0f0;
	border-radius: 5px;
}
#topbox .cate_search div a{
	width: 100%;
	height: 100px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	color: var(--accent-color);
	border-right: 1px solid #dce0f0;
	padding: 65px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topbox .cate_search div a:last-of-type{	border-right: none;}
#topbox .cate_search div a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#topbox .cate_search div a:nth-of-type(1){	background: url(/img/index/cate1.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(2){	background: url(/img/index/cate2.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(3){	background: url(/img/index/cate3.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(4){	background: url(/img/index/cate4.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(5){	background: url(/img/index/cate5.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(6){	background: url(/img/index/cate6.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(7){	background: url(/img/index/cate7.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(8){	background: url(/img/index/cate8.webp) no-repeat 50% 5px; background-size: 80px auto;}
#topbox .cate_search div a:nth-of-type(9){	background: url(/img/index/cate9.webp) no-repeat 50% 5px; background-size: 80px auto;}

.mainlist h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: var(--heading-color);
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	background: url(/img/all/i_newjob.webp) no-repeat 0 4px; background-size: 25px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


@media screen and (max-width: 750px) {
	#topbox{
		border-radius: 0;
		margin: 0 0 30px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#topbox .img img{
		border-radius: 0;
	}
	#topbox .cate_search h3{
		margin: 0 0 5px 0;
	}
	#topbox .cate_search div{
		flex-wrap: wrap;
	}
	#topbox .cate_search div a{
		width: calc(100% / 3);
		border-bottom: 1px solid #dce0f0;
	}
	#topbox .cate_search div a:nth-of-type(3n){	border-right: none;}
	#topbox .cate_search div a:nth-of-type(n+7){	border-bottom: none;}

	.mainlist h3{
		margin: 0 0 10px 0;
	}
}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {



}


