@charset "utf-8";


	.top_banner ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		padding: 32px 0;
		line-height: 0;
		gap: 20px;
	}	

	.top_banner li{
		list-style: none;
		width: 100%;
		margin: auto;
	}	
.wig-price th{
	text-align: left;
}

@media only screen and (min-width: 840px), print{
	.top_banner{
		box-sizing: inherit;
	}	

	.top_banner ul{
		padding: 0;
	}	

	.top_banner li{
		list-style: none;
		width: calc(50% - 10px);
	}	

}

@media only screen and (min-width: 540px), print{
	.recruit_table{
		max-width: 1100px;
	}	
	
	
}

