@charset "utf-8";

/* CSS Document */

.div_h4 {
	margin-bottom: 40px;
}
.div_h4 dl dt {
	float: left;
	width: auto;
	padding-right: 15px;
	margin: 0;
	position: relative;
}
.div_h4 dl dt::after {
	content: "：";
	position: absolute;
	right: 0;
}
.table01{
	margin-bottom:1rem; 
}
.table01 td{
	width: 110px;
	text-align: center;
}
.recruit-spot{
	background: #f4eae9;
}
/* --recruit-- */
@media print, screen and (min-width: 680px) {
	.div_h4 dl dd {
		margin-left: 45px;
	}
	.div_h4:nth-of-type(4) dl dd:nth-of-type(4) {
		margin-left: 100px;
	}
	.table01 td.td_title{
		width: 175px;
		background: #f4eae9;
	}
	.table01 td{
		font-size: 13px;
	}
}

@media screen and (max-width: 679px) {
	.div_h4 dl dd {
		margin-left: 0;
	}
	.table01{
		width: 100%;
	}
	.table01 th{
		width: 21%;
	}
	.table01 td.td_title{
		width: 15%;
		background: #f4eae9;
	}
}