@charset "utf-8";

/* ------------------------------
 キャリア採用募集要項
------------------------------ */
table td .col2{
	display: flex;
}
table td .col2 ul{
	margin-right: 70px;
}
table ul li.non{
	padding-left: 0 !important;
}
.cms_text ul > li.non::before{
	content: none;
}
@media print, screen and (min-width: 768px) {
	table th{
		width: 250px !important;
	}
}
@media print, screen and (max-width: 767px) {
	table th{
		width: 25%;
	}
	table td .col2{
		display: block;
	}
	table td .col2 ul{
		margin-right: 0;
	}
	.contents table td {
		padding: 10px;
	}
}