@charset "UTF-8";

/* [[┃┠ .sellingPoint]] */
/*___________________________________________________________________________*/
/*
-----------------------------------------------------------------------------*/
#contents .jobData .sellingPoint {
	margin: 0;
	border-bottom: 0;
}

/* [[┃┠ .employer]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/
#contents .jobData .employer {
	color: #000;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 20px;
	font-size: 22px;
}
.jobDataLabel + .employer {
	padding-top: 40px !important;
}
#contents .jobData.agent .employer,
#contents .jobData.jobData-PR .employer {
	padding-top: 0;
	padding-left: 0;
}
#contents .jobData.agent .jobtitle,
#contents .jobData.jobData-PR .jobtitle {
	margin-left: 0;
}

/*---------------*/
/* 終了求人（クリップで使用） */
#contents .jobData.expire .employer {
	color: #bbb;
}

/*---------------*/
/* クリップ + JJS */
body#clip #contents .jobData.agent .employer {
	background-image: url(https://image.haj.co.jp/jobkita/primary/pc/job/jjs_job_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 16px;
	background-size: auto 16px;

	padding-left: 120px;
}
body#clip #contents .jobData.agent.expire .employer,
body#clip.conf #contents .jobData.agent .employer {
	background-image: none;
	padding-left: 0;
}


/* [[┃┠ h2 / .jobtitle]] */
/*___________________________________________________________________________*/
/*
-----------------------------------------------------------------------------*/
.jobData .jobtitle {
	color: #000;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 3px;
	font-size: 18px;
}

/* [[┃　┠ .heading]] */
/*---------------------------------------------------------------------------*/
#contents .jobData .jobSection .heading {
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

/* [[┃　┃┗ ul.leading]] */
/*--------------------------------------------------*/
#contents .jobData .jobSection .leading {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	margin-left: auto;
}


/* [[┃┠ .searchClear]] */
/*___________________________________________________________________________*/
/*
-----------------------------------------------------------------------------*/
.searchClear {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0 20px;
}
.searchClearBtn {
	width: 160px;
	height: 35px;
	border: solid 1px #d6d6d6;
	background: #fff;
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#f6f6f6)
	);
	background:-webkit-linear-gradient(
		top,
		#fff,
		#f6f6f6
	);
	background:linear-gradient(
		to bottom,
		#fff,
		#f6f6f6
	);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


	/* テキスト middle 合わせ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	color: #0054AA !important;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.searchClearBtn:hover {
	background: #fff;
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#F6F6F6),
		to(#DFDFDF)
	);
	background:-webkit-linear-gradient(
		top,
		#F6F6F6,
		#DFDFDF
	);
	background:linear-gradient(
		to bottom,
		#F6F6F6,
		#DFDFDF
	);
	text-decoration: none;
}