@charset "utf-8";

/* 職種一覧
============================ */
.joblist {
	line-height: 2;
}
.joblist .table dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 5rem 0 2.6rem;
	}
	@media screen and (min-width:768px) {
	.joblist .table dt {
		font-size: 2rem;
		margin: 8rem 0 4rem;
	}
}
.joblist .table dd {
	width: 100%;
	text-align: left;
}
.joblist .table dd {
	border-top: 1px solid #ccc;
}
.joblist .table dd .th {
	display: none;
	font-size: 1.4rem;
	}
	@media screen and (min-width:768px) {
	.joblist .table dd ul li {
		display: table;
		width: 100%;
	}
	.joblist .table dd .th {
		display:table;
		width: 100%;
	}
}

.joblist .table dd .th p {
	background: #feeff0;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0.4rem 2rem;
}
.joblist .table dd ul li p {
	padding: 0.6rem 0;
	}
.joblist .table dd ul li .jobName,
.joblist .table dd ul li .jobDescription,
.joblist .table dd ul li .jobArea {
	padding:0.6rem 0;
}
	@media screen and (min-width:768px) {
	.joblist .table dd ul li .jobName,
	.joblist .table dd ul li .jobDescription,
	.joblist .table dd ul li .jobArea {
		padding: 0 2rem;
	}
}
.joblist .table dd .th p,
.joblist .table dd ul li p {
	width: 100%;
	display: block;
	}

	@media screen and (min-width:768px) {
	.joblist .table dd .th p,
	.joblist .table dd ul li .jobName,
	.joblist .table dd ul li .jobDescription,
	.joblist .table dd ul li .jobArea,
	.joblist.ex .table dd ul li .jobcourse + div,
	.joblist.pm .table dd ul li .jobcourse + div {
		display: table-cell;
	}
	.joblist .table dd .th p.th_jobCourse,
	.joblist .table dd ul li .jobcourse {
		display: table-cell;
		width: 20%;
	}
	.joblist.ex .table dd .th p.th_jobCourse,
	.joblist.ex .table dd ul li .jobcourse {
		display: table-cell;
		width: 30%;
		vertical-align: top;
	}

	.joblist.ex .table dd ul li .jobcourse,
	.joblist.pm .table dd ul li .jobcourse {
		padding-left: 4rem;
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.joblist .table dd ul li .jobcourse span {
		font-size:1.6rem;
		display:inline-block;
		background:transparent;
		color:#000;
		padding:0 8px;
	}
	.joblist.ex .table dd ul li .jobcourse + div span,
	.joblist.pm .table dd ul li .jobcourse + div span {
		font-size:1.6rem;
		display:inline-block;
		background:transparent;
		color:#000;
		padding:0;
	}
	.joblist .table dd .th p.th_jobName,
	.joblist .table dd ul li .jobName {
		width: 70%;
	}
/*	.joblist .table dd .th p.th_jobDescription,
	.joblist .table dd ul li .jobDescription {
		width: 50%;
	}
*/
	.joblist .table dd .th p.th_jobArea,
	.joblist .table dd ul li .jobArea {
		width: 20%;
	}
	.joblist.ex .table dd ul li .jobcourse + div {
		padding: 0 2rem;
	}
	.joblist.pm .table dd ul li .jobcourse + div {
		padding: 0 2rem;
		width:60%;
	}
}
.joblist .table dd ul li .jobName {
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 2rem;
	position: relative;
	}
	@media screen and (min-width:768px) {
	.joblist .table dd ul li .jobName {
		padding-left: 4rem;
	}
}
.joblist .new {
	font-size: 1.2rem;
	color: #e60000;
	margin-left: 1rem;
}
.joblist.ex .table dd ul li .jobcourse .new,
.joblist.pm .table dd ul li .jobcourse .new {
	font-size: 1.2rem;
	color: #fff;
	margin-left: 1rem;
}
	@media screen and (min-width:768px) {
	.joblist.ex .table dd ul li .jobcourse .new,
	.joblist.pm .table dd ul li .jobcourse .new {
		font-size: 1.2rem;
		color: #e60000;
		margin-left: 1rem;
	}
}
.joblist .table a {
	position: relative;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	padding: 2rem 0;
	transition:all 0.3s;
}

.joblist .jobcourse span {
	font-size: 1.3rem;
	display: inline-block;
	background: #e60000;
	padding: 0 8px;
	color: #fff;
}
.joblist .table .jobName:before {
	position: absolute;
	top: 17px;
	left: 0;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #e60000;
	border-right: 2px solid #e60000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	@media screen and (min-width:768px) {
	.joblist .table .jobName:before,
	.joblist.ex .table dd ul li .jobcourse:before,
	.joblist.pm .table dd ul li .jobcourse:before {
		top: 1.2rem;
		left: 2rem;
	}
	.joblist.ex .table dd ul li .jobcourse:before,
	.joblist.pm .table dd ul li .jobcourse:before {
		position: absolute;
		top: 1.2rem;
		left: 2rem;
		margin: auto;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #e60000;
		border-right: 2px solid #e60000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


}
.joblist .table a:hover {
	background: #eee;
}


/* 職種詳細追加設定 */
.desc .table.noMgn {
	margin:0;
}