@charset "utf-8";
/* CSS Document */

	.recruit_items.sales{
		background: url("../about/img/sales.png")  no-repeat;
	}

	.recruit_items.employee{
		background: url("../about/img/employee.png")  no-repeat;
	}


/* for PC */
@media only screen and (min-width:1200px),print{
	
	.recruit_items{
		height:400px;
		border:1px solid black;
		border-radius:10px;
		margin:1rem;
		
	}	


	
	
}


/* for mobile */
@media only screen and (max-width:1199.98px){
	
	.d-flex div.col-5{
		margin-bottom: 1rem;
		
	}
	
	.recruit_items{
		height:400px;
		border:1px solid black;
		border-radius:10px;
		margin:1rem;
		margin-bottom:20px;
		
	}	
	
	
	
}


@media (max-width: 575.98px) {

	table.table-bordered th,
	table.table-bordered td{
		wisth:100%;
		display:block;
		text-align: center;
	}	
	
	table.table-bordered th,
	table.table-bordered td.year{
		color:white;
		background-color:gray;
	}


}