.main {
	background-image: url(../img/recruit/bg_main_sp.jpg);
}

.border th, 
.border td {
	padding: 0.5em 1em;
	border-top: solid 1px #1F1F1F;
}

.border tr:last-of-type th, 
.border tr:last-of-type td {
	border-bottom: solid 1px #1F1F1F;
}

.border th {
	width: 8em;
	font-weight: normal;
	border-right: solid 4px #CCCCCC;
}


@media print, screen and (min-width: 768px) {
	.main {
		background-image: url(../img/recruit/bg_main.jpg);
	}

	.border th {
		width: 12em;
		vertical-align: middle;
	}

	.sec02 ul {
		display: flex;
	}
}