@charset "UTF-8";

/*//////////////////////////////////////////////*/
/* [[ body.arukita ]] */
/*//////////////////////////////////////////////*/
body.arukita {
	background: #f9b606;
}

/*---------------*/
body.arukita #header {
	border-top: solid 5px #f9d616;
	border-bottom: solid 5px #f9d616;

	position: relative;/* #header:before */
}
body.arukita #header:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 30px;/* = #siteTitle span height */
	font-size: 0;
	line-height: 0;
	background-color: #f4f5fa;
}
body.arukita #headerWrap {
	padding-top: 30px;/* #header:before height */
	position: relative;/* #siteTitle span */
}

/*---------------*/
body.arukita #siteTitle span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	line-height: 30px;
	color: #303f9f;
}
body.arukita #siteTitle img {
	height: 50px;
}

/*---------------*/
body.arukita #utilityNav li a:before {
	border-color: transparent transparent transparent #ffc107;
}

/*---------------*/
body.arukita #contentsHeader h1:not(.imgheadline) {
	padding-top: 0;
	border-top: none;
	border-bottom: solid 1px #303f9f;
	color: #303f9f;
}

/*---------------*/
body.arukita #contents .pagination .pageNav li:not(.back):not(.next) {
	background-color: #f9d616;
}
body.arukita #contents .pagination .pageNav li:not(.back):not(.next).act {
	background-color: #303f9f;
}
body.arukita #contents .pagination .pageNav li.back a,
body.arukita #contents .pagination .pageNav li.next a {
	color: #303f9f;
}
body.arukita #contents .pagination .pageNav li.back a {
	background-image: url("data:image/svg+xml,%3csvg%20version%3d%221%2e0%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%2218px%22%20height%3d%2230px%22%20viewBox%3d%220%200%2018%2030%22%3e%0d%0a%09%3cg%3e%0d%0a%09%09%3cpath%20fill%3d%22%23303f9f%22%20d%3d%22M15%2e5%2c30a2%2e5%2c2%2e5%2c0%2c0%2c0%2c1%2e77%2d4%2e27L6%2e54%2c15%2c17%2e27%2c4%2e27A2%2e5%2c2%2e5%2c0%2c1%2c0%2c13%2e73%2e73L1%2e23%2c13%2e23a2%2e5%2c2%2e5%2c0%2c0%2c0%2c0%2c3%2e54l12%2e5%2c12%2e5A2%2e49%2c2%2e49%2c0%2c0%2c0%2c15%2e5%2c30Z%22%2f%3e%0d%0a%09%3c%2fg%3e%0d%0a%3c%2fsvg%3e");
}
body.arukita #contents .pagination .pageNav li.next a {
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2018%2030%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23303f9f%22%20d%3D%22M3%2C30a2.49%2C2.49%2C0%2C0%2C1-1.77-.73%2C2.52%2C2.52%2C0%2C0%2C1%2C0-3.54L12%2C15%2C1.23%2C4.27A2.5%2C2.5%2C0%2C0%2C1%2C4.77.73l12.5%2C12.5a2.52%2C2.52%2C0%2C0%2C1%2C0%2C3.54L4.77%2C29.27A2.49%2C2.49%2C0%2C0%2C1%2C3%2C30Z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}

/*---------------*/
body.arukita #contents .caution .links li a {
	background-color: #303f9f;
}

/*---------------*/
body.arukita #contents .jobData .jobSection .jobtitle:only-child a:before,
body.arukita #contents .jobData .jobSection .leading li a,
body.arukita #contents .jobData .jobSection .leading li span {
	background-color: #3c4faf;
}
body.arukita .jobCardSummaryItem_title {
	background-color: #f4f5fa;
}

/*---------------*/
body.arukita .jdetSpec_title {
	background: #f9d616;
	border-radius: 0;
	color: #212121;
}
body.arukita #contents div.jobInfo.notes {
	background: #f9f3e6;
}
body.arukita #contents .jobInfo .headline {
	background: #f9d616;
	border-radius: 0;
	color: #212121;
}
body.arukita #contents .jobInfo th {
	background: #f4f5fa;
}
body.arukita #contents #jobPRpoint.jobInfo dd.detail,
body.arukita #contents #jobContact.jobInfo dd.detail {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
body.arukita #contents #jobPRpoint.jobInfo dd.detail {
	border: solid 1px #e3e0dd;
	background: #f3f0dd;
}
body.arukita #contents .others > .headline {
	border-top: solid 5px #303f9f;
	border-bottom: solid 1px #303f9f;
	color: #303f9f;
}

/*---------------*/
body.arukita #footer {
	border-top: none;
}
body.arukita #copyright dt a {
	color: #212121;
}
body.arukita #copyright dd {
	color: #212121;
}

/*//////////////////////////////////////////////*/
/* [[ body.jobkita ]] */
/*//////////////////////////////////////////////*/
body.jobkita {
	background: none;
}

/*---------------*/
body.jobkita #header {
	border-top: solid 4px #49c;
}
body.jobkita #siteTitle img {
	height: 25px;
}
body.jobkita #utilityNav li a:before {
	border-color: transparent transparent transparent #8be;
}

/*---------------*/
body.jobkita #contentsHeader h1:not(.imgheadline) {
	padding-top: 0;
	border-top: none;
}

/*---------------*/
body.jobkita #contents .pagination .pageNav li:not(.back):not(.next).act {
	background-color: #006CD9;
}
body.jobkita #contents .pagination .pageNav li.back a,
body.jobkita #contents .pagination .pageNav li.next a {
	color: #006CD9;
}
body.jobkita #contents .pagination .pageNav li.back a {
	background-image: url("data:image/svg+xml,%3csvg%20version%3d%221%2e0%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%2218px%22%20height%3d%2230px%22%20viewBox%3d%220%200%2018%2030%22%3e%0d%0a%09%3cg%3e%0d%0a%09%09%3cpath%20fill%3d%22%238be%22%20d%3d%22M15%2e5%2c30a2%2e5%2c2%2e5%2c0%2c0%2c0%2c1%2e77%2d4%2e27L6%2e54%2c15%2c17%2e27%2c4%2e27A2%2e5%2c2%2e5%2c0%2c1%2c0%2c13%2e73%2e73L1%2e23%2c13%2e23a2%2e5%2c2%2e5%2c0%2c0%2c0%2c0%2c3%2e54l12%2e5%2c12%2e5A2%2e49%2c2%2e49%2c0%2c0%2c0%2c15%2e5%2c30Z%22%2f%3e%0d%0a%09%3c%2fg%3e%0d%0a%3c%2fsvg%3e");
}
body.jobkita #contents .pagination .pageNav li.next a {
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2018%2030%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%238be%22%20d%3D%22M3%2C30a2.49%2C2.49%2C0%2C0%2C1-1.77-.73%2C2.52%2C2.52%2C0%2C0%2C1%2C0-3.54L12%2C15%2C1.23%2C4.27A2.5%2C2.5%2C0%2C0%2C1%2C4.77.73l12.5%2C12.5a2.52%2C2.52%2C0%2C0%2C1%2C0%2C3.54L4.77%2C29.27A2.49%2C2.49%2C0%2C0%2C1%2C3%2C30Z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}

/*---------------*/
body.jobkita #contents .caution .links li a {
	padding-bottom: 0;

	border: solid 1px #ccc;
	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
	);
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

/*---------------*/
body.jobkita #contents .jobData .jobSection .jobtitle:only-child a:before,
body.jobkita #contents .jobData .jobSection .leading li a,
body.jobkita #contents .jobData .jobSection .leading li span {
	padding-bottom: 0;

	border: solid 1px #d6d6d6;
	color: #fff;
	background: #006CD9;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow: inset 0px 0px 0px rgba(255,255,255,0.4);
}

/*---------------*/
body.jobkita .jdetSpec_title {
	background: #006CD9;
}
body.jobkita #contents .jobInfo .headline {
	background: #006CD9;
}
body.jobkita #contents .jobInfo th {
	background-color: #ffe;
}
body.jobkita #contents .others > .headline {
	border-top: solid 5px #49c;
}

/*---------------*/
body.jobkita #footer {
	border-top: solid 5px #49c;
}
body.jobkita #footer .pageTop a {
	background: #006CD9;
}

/*//////////////////////////////////////////////*/
/* [[ body.sg ]] */
/*//////////////////////////////////////////////*/
body.sg {
	background: #f6f6f6 url(https://image.haj.co.jp/sgw/sg_common/pc/base/bg.gif) repeat-y center top;
}

/*---------------*/
body.sg #header {
	border-bottom: none;
	background: transparent;
}
body.sg #headerWrap {
	border-bottom: solid 2px #f00;
	padding-left: 20px;
	padding-right: 20px;

	position: relative;
}
body.sg #utilityNav {
	position: absolute;
	bottom: 20px;
	left: 220px;
}

/*sg.asa*/
body.sg.asa #headerWrap,
body.sg.hkd #headerWrap,
body.sg.cie #headerWrap,
body.sg.tmk #headerWrap,
body.sg.tkc #headerWrap,
body.sg.ksr #headerWrap,
body.sg.ktm #headerWrap,
body.sg.otr #headerWrap,
body.sg.iwt #headerWrap {
	border-bottom: solid 2px #f00;
}

/*---------------*/
body.sg #contents {
	background: transparent;
}
body.sg #contentsHeader h1:not(.imgheadline),
body.sg.asa #contentsHeader h1:not(.imgheadline),
body.sg.hkd #contentsHeader h1:not(.imgheadline),
body.sg.cie #contentsHeader h1:not(.imgheadline),
body.sg.tmk #contentsHeader h1:not(.imgheadline),
body.sg.tkc #contentsHeader h1:not(.imgheadline),
body.sg.ksr #contentsHeader h1:not(.imgheadline),
body.sg.ktm #contentsHeader h1:not(.imgheadline),
body.sg.otr #contentsHeader h1:not(.imgheadline),
body.sg.iwt #contentsHeader h1:not(.imgheadline) {
	border-top: none;
}

/*---------------*/
body.sg #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.asa #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.hkd #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.cie #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.tmk #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.tkc #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.ksr #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.ktm #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.otr #contents .pagination .pageNav li:not(.back):not(.next).act,
body.sg.iwt #contents .pagination .pageNav li:not(.back):not(.next).act {
	background-color: #f00;
}
body.sg #contents .pagination .pageNav li.back a,
body.sg.asa #contents .pagination .pageNav li.back a,
body.sg.hkd #contents .pagination .pageNav li.back a,
body.sg.cie #contents .pagination .pageNav li.back a,
body.sg.tmk #contents .pagination .pageNav li.back a,
body.sg.tkc #contents .pagination .pageNav li.back a,
body.sg.ksr #contents .pagination .pageNav li.back a,
body.sg.ktm #contents .pagination .pageNav li.back a,
body.sg.otr #contents .pagination .pageNav li.back a,
body.sg.iwt #contents .pagination .pageNav li.back a {
	color: #f00;
}
body.sg #contents .pagination .pageNav li.back a,
body.sg.asa #contents .pagination .pageNav li.back a,
body.sg.hkd #contents .pagination .pageNav li.back a,
body.sg.cie #contents .pagination .pageNav li.back a,
body.sg.tmk #contents .pagination .pageNav li.back a,
body.sg.tkc #contents .pagination .pageNav li.back a,
body.sg.ksr #contents .pagination .pageNav li.back a,
body.sg.ktm #contents .pagination .pageNav li.back a,
body.sg.otr #contents .pagination .pageNav li.back a,
body.sg.iwt #contents .pagination .pageNav li.back a {
	background-image: url("data:image/svg+xml,%3csvg%20version%3d%221%2e0%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%2218px%22%20height%3d%2230px%22%20viewBox%3d%220%200%2018%2030%22%3e%0d%0a%09%3cg%3e%0d%0a%09%09%3cpath%20fill%3d%22%23f00%22%20d%3d%22M15%2e5%2c30a2%2e5%2c2%2e5%2c0%2c0%2c0%2c1%2e77%2d4%2e27L6%2e54%2c15%2c17%2e27%2c4%2e27A2%2e5%2c2%2e5%2c0%2c1%2c0%2c13%2e73%2e73L1%2e23%2c13%2e23a2%2e5%2c2%2e5%2c0%2c0%2c0%2c0%2c3%2e54l12%2e5%2c12%2e5A2%2e49%2c2%2e49%2c0%2c0%2c0%2c15%2e5%2c30Z%22%2f%3e%0d%0a%09%3c%2fg%3e%0d%0a%3c%2fsvg%3e");
}
body.sg #contents .pagination .pageNav li.next a,
body.sg.asa #contents .pagination .pageNav li.next a,
body.sg.hkd #contents .pagination .pageNav li.next a,
body.sg.cie #contents .pagination .pageNav li.next a,
body.sg.tmk #contents .pagination .pageNav li.next a,
body.sg.tkc #contents .pagination .pageNav li.next a,
body.sg.ksr #contents .pagination .pageNav li.next a,
body.sg.ktm #contents .pagination .pageNav li.next a,
body.sg.otr #contents .pagination .pageNav li.next a,
body.sg.iwt #contents .pagination .pageNav li.next a {
	color: #f00;
}
body.sg #contents .pagination .pageNav li.next a,
body.sg.asa #contents .pagination .pageNav li.next a,
body.sg.hkd #contents .pagination .pageNav li.next a,
body.sg.cie #contents .pagination .pageNav li.next a,
body.sg.tmk #contents .pagination .pageNav li.next a,
body.sg.tkc #contents .pagination .pageNav li.next a,
body.sg.ksr #contents .pagination .pageNav li.next a,
body.sg.ktm #contents .pagination .pageNav li.next a,
body.sg.otr #contents .pagination .pageNav li.next a,
body.sg.iwt #contents .pagination .pageNav li.next a {
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2018%2030%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23f00%22%20d%3D%22M3%2C30a2.49%2C2.49%2C0%2C0%2C1-1.77-.73%2C2.52%2C2.52%2C0%2C0%2C1%2C0-3.54L12%2C15%2C1.23%2C4.27A2.5%2C2.5%2C0%2C0%2C1%2C4.77.73l12.5%2C12.5a2.52%2C2.52%2C0%2C0%2C1%2C0%2C3.54L4.77%2C29.27A2.49%2C2.49%2C0%2C0%2C1%2C3%2C30Z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}

/*---------------*/
body.sg #contents .caution .links li a {
	padding-bottom: 0;

	border: solid 1px #ccc;
	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
	);
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

/*---------------*/
body.sg #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg #contents .jobData .jobSection .leading li a,
body.sg #contents .jobData .jobSection .leading li span,
body.sg.asa #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.asa #contents .jobData .jobSection .leading li a,
body.sg.asa #contents .jobData .jobSection .leading li span,
body.sg.hkd #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.hkd #contents .jobData .jobSection .leading li a,
body.sg.hkd #contents .jobData .jobSection .leading li span,
body.sg.cie #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.cie #contents .jobData .jobSection .leading li a,
body.sg.cie #contents .jobData .jobSection .leading li span,
body.sg.tmk #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.tmk #contents .jobData .jobSection .leading li a,
body.sg.tmk #contents .jobData .jobSection .leading li span,
body.sg.tkc #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.tkc #contents .jobData .jobSection .leading li a,
body.sg.tkc #contents .jobData .jobSection .leading li span,
body.sg.ksr #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.ksr #contents .jobData .jobSection .leading li a,
body.sg.ksr #contents .jobData .jobSection .leading li span,
body.sg.ktm #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.ktm #contents .jobData .jobSection .leading li a,
body.sg.ktm #contents .jobData .jobSection .leading li span,
body.sg.otr #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.otr #contents .jobData .jobSection .leading li a,
body.sg.otr #contents .jobData .jobSection .leading li span,
body.sg.iwt #contents .jobData .jobSection .jobtitle:only-child a:before,
body.sg.iwt #contents .jobData .jobSection .leading li a,
body.sg.iwt #contents .jobData .jobSection .leading li span {
	padding-bottom: 0;

	border: solid 1px #f00;
	color: #fff;
	background: #f00;
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f87),
		to(#f00)
	);
	background:-webkit-linear-gradient(
		top,
		#f87,
		#f00
	);
	background:linear-gradient(
		to bottom,
		#f87,
		#f00
	);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
}
body.sg .jobCardSummaryItem_title ,
body.sg.asa .jobCardSummaryItem_title ,
body.sg.hkd .jobCardSummaryItem_title ,
body.sg.cie .jobCardSummaryItem_title ,
body.sg.tmk .jobCardSummaryItem_title ,
body.sg.tkc .jobCardSummaryItem_title ,
body.sg.ksr .jobCardSummaryItem_title ,
body.sg.ktm .jobCardSummaryItem_title ,
body.sg.otr .jobCardSummaryItem_title ,
body.sg.iwt .jobCardSummaryItem_title {
	background-color: #f9f6ee;
}

/*---------------*/
body.sg .jdetSpec_title,
body.sg.asa .jdetSpec_title,
body.sg.hkd .jdetSpec_title,
body.sg.cie .jdetSpec_title,
body.sg.tmk .jdetSpec_title,
body.sg.tkc .jdetSpec_title,
body.sg.ksr .jdetSpec_title,
body.sg.ktm .jdetSpec_title,
body.sg.otr .jdetSpec_title,
body.sg.iwt .jdetSpec_title {
	background: #f00;
}
body.sg #contents .jobInfo th,
body.sg.asa #contents .jobInfo th,
body.sg.hkd #contents .jobInfo th,
body.sg.cie #contents .jobInfo th,
body.sg.tmk #contents .jobInfo th,
body.sg.tkc #contents .jobInfo th,
body.sg.ksr #contents .jobInfo th,
body.sg.ktm #contents .jobInfo th,
body.sg.otr #contents .jobInfo th,
body.sg.iwt #contents .jobInfo th {
	background-color: #f9f6ee;
}
body.sg #contents .jobInfo .headline,
body.sg.asa #contents .jobInfo .headline,
body.sg.hkd #contents .jobInfo .headline,
body.sg.cie #contents .jobInfo .headline,
body.sg.tmk #contents .jobInfo .headline,
body.sg.tkc #contents .jobInfo .headline,
body.sg.ksr #contents .jobInfo .headline,
body.sg.ktm #contents .jobInfo .headline,
body.sg.otr #contents .jobInfo .headline,
body.sg.iwt #contents .jobInfo .headline {
	background: #f00;
}
body.sg #contents .others > .headline,
body.sg.asa #contents .others > .headline,
body.sg.hkd #contents .others > .headline,
body.sg.cie #contents .others > .headline,
body.sg.tmk #contents .others > .headline,
body.sg.tkc #contents .others > .headline,
body.sg.ksr #contents .others > .headline,
body.sg.ktm #contents .others > .headline,
body.sg.otr #contents .others > .headline,
body.sg.iwt #contents .others > .headline {
	border-top: solid 5px #f00;
}
body.sg #contents #jobPRpoint.jobInfo dd.detail,
body.sg.asa #contents #jobPRpoint.jobInfo dd.detail,
body.sg.hkd #contents #jobPRpoint.jobInfo dd.detail,
body.sg.cie #contents #jobPRpoint.jobInfo dd.detail,
body.sg.tmk #contents #jobPRpoint.jobInfo dd.detail,
body.sg.tkc #contents #jobPRpoint.jobInfo dd.detail,
body.sg.ksr #contents #jobPRpoint.jobInfo dd.detail,
body.sg.ktm #contents #jobPRpoint.jobInfo dd.detail,
body.sg.otr #contents #jobPRpoint.jobInfo dd.detail,
body.sg.iwt #contents #jobPRpoint.jobInfo dd.detail {
	border-top: solid 5px #f00;
	border: solid 1px #e9e3d6;
	background: #f9f3e6;
}

/*---------------*/
body.sg #footerWrap {
	border-top: solid 1px #ddd;
	padding-left: 20px;
	padding-right: 20px;
}

/*//////////////////////////////////////////////*/
/* [[ body.shufukita ]] */
/*//////////////////////////////////////////////*/
body.shufukita {
	color: #222;
	font-size: 16px;
	background: #f7a;
}
body.shufukita #header {
	border-bottom: none;
	border-top: solid 32px #f7a;
}
body.shufukita #headerWrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 940px;
	height: 144px;
	margin:0 auto;
	
	position: relative;/* #utilityNav */
}

body.shufukita #siteTitle span {
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
body.shufukita #siteTitle img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

body.shufukita #utilityNav {
	width: 100%;
	position: absolute;
	top: -32px;
	left: 0;
}
body.shufukita #utilityNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px;
	height: 32px;
}
body.shufukita #utilityNav li {
	font-size: 12px;
}
body.shufukita #utilityNav li + li {
	margin-left: 0;
}
body.shufukita #utilityNav li a {
	padding-left: 0;
	color: #222;
}
body.shufukita #utilityNav li a:before {
	display: none;
}

/*---------------*/
body.shufukita #contents {
	padding-top: 0;
	padding-bottom: 128px;
}
body.shufukita #contentsWrap {
	width: 940px;
	margin: 0 auto;
}
body#jobDetail.shufukita #sub {
	padding-top: 128px;
}
body.shufukita #mainBody {
	float: none;
	width: auto;
	padding: 0;
	margin-top: 64px;
}
body.shufukita #mainSidebar {
	float: none;
	width: auto;
	padding: 0;
	margin-top: 64px;
}

/*---------------*/
body.shufukita #contents .returnLink,
body.shufukita #contents #sub + .returnLink {
	margin-top: 64px;
}
body.shufukita #contents .returnLink ~ #main {
	margin-top: 0;
}
body.shufukita #contentsWrap > .returnLink:first-child {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: calc((100vw - 940px) * 0.5);
}
body.shufukita #contents .returnLink a {
	width: fit-content;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 26px 0 38px;
	background-color: #222;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	
	/* 下記URLエンコードしたSVGから「fff」を検索して色を変えてください */
	background-image: url("data:image/svg+xml,%3csvg%20version%3d%221%2e0%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%2218px%22%20height%3d%2230px%22%20viewBox%3d%220%200%2018%2030%22%3e%0d%0a%09%3cg%3e%0d%0a%09%09%3cpath%20fill%3d%22%23fff%22%20d%3d%22M15%2e5%2c30a2%2e5%2c2%2e5%2c0%2c0%2c0%2c1%2e77%2d4%2e27L6%2e54%2c15%2c17%2e27%2c4%2e27A2%2e5%2c2%2e5%2c0%2c1%2c0%2c13%2e73%2e73L1%2e23%2c13%2e23a2%2e5%2c2%2e5%2c0%2c0%2c0%2c0%2c3%2e54l12%2e5%2c12%2e5A2%2e49%2c2%2e49%2c0%2c0%2c0%2c15%2e5%2c30Z%22%2f%3e%0d%0a%09%3c%2fg%3e%0d%0a%3c%2fsvg%3e");
	background-position: left 22px center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
body.shufukita #contentsWrap > .returnLink:first-child a {
	margin-left: 0;
	margin-right: 0;
	background-color: transparent;
	padding-right: 0;
	padding-left: 16px;
	background-position: left center;
}

/*---------------*/
body.shufukita #contents .warning {
	margin-bottom: 20px;
	padding: 0;
	background: transparent;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
body.shufukita #contents .warning p {
	margin: 0;
	padding: 8px;
	border-top: none;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background-color: #f33;
	border-radius: 8px;
}
body.shufukita #contents .warning p + p {
	margin-top: 8px;
}

/*---------------*/
body.shufukita #contentsHeader {
	padding: 0;
	position: relative;
	z-index: 1;
}
body.shufukita #contentsHeader h1.imgheadline {
	overflow: visible;
}
body.shufukita #contentsHeader h1.imgheadline:first-child,
body.shufukita #contentsHeader .lead:first-child,
body.shufukita #contentsHeader h1.imgheadline:first-child ~ div,
body.shufukita #contentsHeader .lead:first-child ~ div,
body.shufukita #contentsHeader h1.imgheadline:first-child ~ ul,
body.shufukita #contentsHeader .lead:first-child ~ ul {
	position: relative;
	z-index: 1;
}
body.shufukita #contentsHeader h1.imgheadline:first-child:before,
body.shufukita #contentsHeader .lead:first-child:before {
	content: none;
}
body.shufukita #contentsHeader h1.imgheadline {
	padding-top: 0px;
}
body.shufukita #contentsHeader .lead {
	padding-top: 32px;
}
body.shufukita #contentsHeader .lead:first-child {
	padding-top: 64px;
}
body.shufukita #contentsHeader .lead + .lead {
	margin-top: 0;
	border-top: none;
}

/*---------------*/
body.shufukita #contentsHeader h1:not(.imgheadline) {
	border-top: none;
	border-bottom: none;
	color: #222;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	background-color: rgb(255, 238, 243);
}
body.shufukita #contentsHeader h1:not(.imgheadline):last-child {
	padding-bottom: 48px;
}
body.shufukita #contentsHeader .jobtitle {
	margin-top: 20px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: .1875rem .1875rem 1.25rem rgba(0, 0, 0, .08);
    box-sizing: border-box;
}

/*---------------*/
body.shufukita #contentsHeader .nav {
	margin-top: 32px;
	border: none;
	padding: 12px 0;
	border-radius: 8px;
}

/*---------------*/
body.shufukita #contents .pagination {
	padding-top: 0;
	margin-top: 32px;
}
body.shufukita #contents .pagination:first-child {
	margin-top: 0;
}
body.shufukita #contentsHeader .pagination {
	margin-top: 64px;
}
#contents .pagination .pageNav {
	margin-top: 16px;
}
body.shufukita #contents .pagination .pageNav li {
	border-radius: 100px;
}
body.shufukita #contents .pagination .pageNav li:not(.back):not(.next) {
	background-color: #f6f6f6;
}
body.shufukita #contents .pagination .pageNav li:not(.back):not(.next).act {
	background-color: #fff633;
	color: #222;
}
body.shufukita #contents .pagination .pageNav li.back,
body.shufukita #contents .pagination .pageNav li.next {
	width: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
body.shufukita #contents .pagination .pageNav li.back {
	padding-left: 0;
	background: none;
}
body.shufukita #contents .pagination .pageNav li.back a {
	margin-left: 0;
	padding-left: 0;
	background-color: #222;
	/* 下記URLエンコードしたSVGから「fff」を検索して色を変えてください */
	background-image: url("data:image/svg+xml,%3csvg%20version%3d%221%2e0%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%2218px%22%20height%3d%2230px%22%20viewBox%3d%220%200%2018%2030%22%3e%0d%0a%09%3cg%3e%0d%0a%09%09%3cpath%20fill%3d%22%23fff%22%20d%3d%22M15%2e5%2c30a2%2e5%2c2%2e5%2c0%2c0%2c0%2c1%2e77%2d4%2e27L6%2e54%2c15%2c17%2e27%2c4%2e27A2%2e5%2c2%2e5%2c0%2c1%2c0%2c13%2e73%2e73L1%2e23%2c13%2e23a2%2e5%2c2%2e5%2c0%2c0%2c0%2c0%2c3%2e54l12%2e5%2c12%2e5A2%2e49%2c2%2e49%2c0%2c0%2c0%2c15%2e5%2c30Z%22%2f%3e%0d%0a%09%3c%2fg%3e%0d%0a%3c%2fsvg%3e");
	background-position: left 11px center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
body.shufukita #contents .pagination .pageNav li.next {
	padding-right: 0;
	background: none;
}
body.shufukita #contents .pagination .pageNav li.next a {
	margin-right: 0;
	padding-right: 0;
	background-color: #222;
	/* 下記URLエンコードしたSVGから「fff」を検索して色を変えてください */
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2018%2030%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3%2C30a2.49%2C2.49%2C0%2C0%2C1-1.77-.73%2C2.52%2C2.52%2C0%2C0%2C1%2C0-3.54L12%2C15%2C1.23%2C4.27A2.5%2C2.5%2C0%2C0%2C1%2C4.77.73l12.5%2C12.5a2.52%2C2.52%2C0%2C0%2C1%2C0%2C3.54L4.77%2C29.27A2.49%2C2.49%2C0%2C0%2C1%2C3%2C30Z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
	background-position: right 11px center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}

/*---------------*/
body.shufukita #contents .caution {
	margin-top: 0px;
	padding: 32px 0px 0px;
	border: none;
}
body.shufukita #contents .caution p {
	padding: 32px;
	font-size: 16px;
	border: solid 1px #ddd;
	border-radius: 8px;
}
body.shufukita #contents .caution p + p {
	border-top: none;
	margin-top: 32px;
}
body.shufukita #contents .caution .links,
body.shufukita #contents .caution p + .links {
	padding: 0;
	margin-top: 32px;
	border-top: none;
}
body.shufukita #contents .caution .links li a {
	width: 240px;
	height: 40px;
	background-color: #222;
	border-radius: 100px;
	box-shadow: none;
	padding-bottom: 0;
	-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: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
}

/*---------------*/
body.shufukita #contents .spec {
	margin-top: 16px;
}
body.shufukita #contents .jdetSpec .spec {
	margin-top: 32px;
}
body.shufukita #contents .spec ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
body.shufukita #contents .spec li {
	padding-right: 0;
	width: auto;
	height: auto;
}
body.shufukita #contents .spec li:nth-child(n + 6) {
	margin-top: 0;
}
body.shufukita #contents .spec li span {
	width: auto;
	height: 24px;
	color: #222;
	font-weight: normal;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	background: #fff633;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 100px;
}

/*---------------*/
body.shufukita #contents .jobData {
	margin-top: 32px;
	border-radius: 8px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.08);
}
body.shufukita #contents .jobData .accountSection .employer {
	padding: 24px 32px;
}
body.shufukita #contents .jobData .jobSection {
	padding: 32px;
	border-top: solid 1px #e6e6e6;
}
body.shufukita #contents .jobData .jobSection .jobtitle:only-child a:before {
	width: 120px;
	height: 40px;
	background-color: #d90c60;
	border-radius: 100px;
	box-shadow: none;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	
	/* テキスト middle 合わせ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}
body.shufukita #contents .jobData .jobSection .leading li a,
body.shufukita #contents .jobData .jobSection .leading li span {
	width: 120px;
	height: 40px;
	background-color: #d90c60;
	border-radius: 100px;
	box-shadow: none;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	
	/* テキスト middle 合わせ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}
body.shufukita .jobCardSummary {
	margin-top: 32px;
}

/*---------------*/
body.shufukita .jdetSpec {
	margin-top: 64px;
}
body.shufukita .jdetSpec_title {
	padding: 0 0 16px 0;
	background: transparent;
	border-radius: 0;
	color: #222;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	position: relative;
}
body.shufukita .jdetSpec_title:before {
	content: ' ';
	display: block;
	width: 64px;
	height: 4px;
	background-color: #f58;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*---------------*/
body.shufukita #contents .jobInfo {
	margin-top: 64px;
}
body.shufukita #contents div.jobInfo.notes {
	padding: 16px;
	background: #f6f6f6;
	border-radius: 8px;
}
body.shufukita #contents div.jobInfo.notes + div.jobInfo.notes {
	margin-top: 16px;
}

body.shufukita #contents .jobInfo .headline {
	padding: 8px 16px;
	background: #ffeef3;
	border-radius: 8px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
body.shufukita #contents #jobPRpoint.jobInfo .headline,/* PRポイント */
body.shufukita #contents #jobContact.jobInfo .headline/* 連絡先 */
{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
body.shufukita #contents #jobRequirements.jobInfo .headline {
	padding: 0 0 16px 0;
	background: transparent;
	border-radius: 0;
	color: #222;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	position: relative;
}
body.shufukita #contents #jobRequirements.jobInfo .headline:before {
	 content: ' ';
	 display: block;
	 width: 64px;
	 height: 4px;
	 background-color: #f58;
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 transform: translateX(-50%);
 }

body.shufukita #contents .jobInfo table {
	margin-top: 32px;
}

body.shufukita #contents .jobInfo dd,
body.shufukita #contents div.jobInfo p {
	margin-top: 32px;
	padding: 0;
	border-top: none;
}
body.shufukita #contents #jobPRpoint.jobInfo dd.detail,
body.shufukita #contents #jobContact.jobInfo dd.detail {
	margin-top: 32px;
	padding: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
body.shufukita #contents #jobPRpoint.jobInfo dd.detail {
	border: none;
	background: none;
}
body.shufukita #contents #jobContact.jobInfo dd.detail {
	border: none;
}
body.shufukita #contents .jobInfo.notes p {
	margin-top: 0;
}

/*---------------*/
body.shufukita #contents .others > .headline {
	padding: 0 0 16px 0;
	border-top: none;
	border-bottom: none;
	color: #222;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	position: relative;
}
body.shufukita #contents .others > .headline:before {
	content: ' ';
	display: block;
	width: 64px;
	height: 4px;
	background-color: #f58;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*---------------*/
body.shufukita #footer {
	/* 未指定 */
}
body.shufukita #footerWrap {
	padding-top: 32px;
	padding-bottom: 32px;
}
body.shufukita #footer .pageTop a {
	border-radius: 100px;
}
body.shufukita #copyright dt {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
body.shufukita #copyright dt a {
	color: #222;
	text-decoration: none;
}
body.shufukita #copyright dd {
	margin-top: 8px;
	color: #222;
}
