@charset "utf-8";

/* CSS Document */

header {
	position: relative;
	z-index: 1;
}
main {
	padding-top: 0;
}
main section h2 ~ * {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
}

#search .ranking ul,
#search ul.ranking {
	counter-reset: index;
	letter-spacing: -0.5em;
}
#search .ranking li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
}
#search .ranking li:nth-child(-n+3):before {
	content: "\e929";
	margin-right: 0.5em;
}
#search .ranking li:first-child:before {
	color: #ffaa00;
}
#search .ranking li:nth-child(2):before {
	color: #5d5d5d
}
#search .ranking li:nth-child(3):before {
	color: #d4c9a7;
}
#search .ranking li a:before {
	counter-increment: index;
	content: counter(index)"位";
	margin-right: 0.5em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#searchArea #map a span {
	position: relative;
	display: block;
	font-weight: bold;
	box-sizing: border-box;
}
#searchArea #map a span:after {
	content: "\e911";
	position: absolute;
}

#searchKeyword .inner input[type="text"],
#search .keyword input[type="text"] {
	color: #000000;
	border: 2px solid #e5e5e5;
	background: #ffffff;
	box-sizing: border-box;
}
#searchKeyword .inner button {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background: #000000;
}
#searchKeyword .inner button:after {
	content: "\e905";
	font-size: 1.1em;
	margin-left: 0.25em;
}
#search table.select {
	width: 100%;
	border: 1px solid rgba(255,190,44,0.6);
	border-collapse: separate;
	border-radius: 5px;
}
#search table.select th {
	line-height: 1.5;
	border-top: 1px solid rgba(255,190,44,0.6);
	background: rgba(255,190,44,0.15);
}
#search table.select th:before {
	display: inline-block;
	margin-right: 0.5em;
	color: #ffaa00;
	line-height: 1;
	vertical-align: top;
}
#search table.select .jobtype th:before {
	content: "\e921";
}
#search table.select .characteristic th:before {
	content: "\e926";
}
#search table.select .jobstyle th:before {
	content: "\e927";
}
#search table.select .pay th:before {
	content: "\e928";
}
#search table.select .area th:before {
	content: "\e904";
}
#search table.select .keyword th:before {
	content: "\e905";
}
#search table.select td {
	border-top: 1px solid rgba(255,190,44,0.6);
}
#search table.select tr:first-child th,
#search table.select tr:first-child td {
	border-top: 0;
}
#search table.select ul {
	letter-spacing: -0.5em;
}
#search table.select li {
	letter-spacing: normal;
	line-height: 1.6;
}
#search table.select li a {
	display: inline-block;
}

#search table.select .pay label {
	display: inline-block;
	vertical-align: middle;
	background-color: #e5e5e5;
	background-image: url(../images/icon_select_b.png);
	background-repeat: no-repeat;
}
#search table.select .pay label select {
	text-align: left;
}
#search table.select .btn td {
	text-align: right;
	background: rgba(255,190,44,0.05);
}
#search table.select .btn button {
	line-height: 1.5;
	background: #000000;
}
#search table.select .btn button:after {
	content: "\e905";
	margin-left: 0.5em;
}
#search table.select .btn button.clear {
	color: #000000;
	background: #eaeaea;
}
#search table.select .btn button.clear:after {
	display: none;
}
#search table.select .btn button:disabled {
	opacity: 0.6;
}

#search input[type="checkbox"] {
	display: none;
}
#search table.select label span.checkbox {
	position: relative;
	display: block;
}
#search table.select label span.checkbox:before {
	content: "\e922";
	position: absolute;
	left: 0;
	top: 0;
	color: #e5e5e5;
}
#search table.select label span.checkbox:after {
	content: "\e923";
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	color: #ffaa00;
}
#search table.select label :checked + span.checkbox:after {
	display: block;
}
#search table.select p.hdr {
	font-weight: bold;
	background: rgba(255,190,44,0.15);
}


#searchPickup .panel li a .text {
	position: absolute;
	display: block;
}
#searchPickup .panel li a .summary {
	display: block;
	margin: 0;
}
#searchPickup .panel li a .title:after {
	display: none;
}

#searchFeature .date {
	text-align: right;
}
#searchFeature .panel li a .area {
	display: inline-block;
	color: #ffffff;
	line-height: 2.3;
	text-align: center;
	text-decoration: none;
	background: #005596;
}
#searchFeature .panel li a .jobtype {
	display: inline-block;
	color: #000000;
	line-height: 2.3;
	text-align: center;
	background: #ffaa00;
}

#searchFeature .panel li a .summary {
	font-weight: bold;
	line-height: 1.75;
}


#unit2nd .sublist p {
	font-weight: bold;
}
#unit2nd .sublist p a {
	display: block;
}
#unit2nd .sublist p a:after {
	content: "\e911";
	position: absolute;
	color: #000000;
}

#searchCondition .changed span {
	display: block;
	color: #ffffff;
	text-align: center;
	background: #000000;
}

#search .sort ul,
#search .pager ul {
	letter-spacing: -0.5em;
}
#search .sort li,
#search .pager li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#search .sort a {
	display: block;
	padding: 0;
	color: #666666;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: #f4f4f4;
	box-sizing: border-box;
}
#search .sort a:before {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
}
#search .sort .selected a,
#search .sort .selected a:hover,
#search .sort .selected a:before,
#search .sort .selected a:hover:before {
	color: #000000;
	background: #ffaa00;
}
#search .sort .newly a:before {
	content: "\e92e";
}
#search .sort .salary a:before {
	content: "\e928";
}
#search .resultCount01 .total {
	color: #ffaa00;
	font-weight: bold;
}
#search .resultCount01 .total:after {
	content: "件";
	margin-left: 0.15em;
	color: #000000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}
#search .resultCount02 .total {
	font-weight: bold;
}
#search .pager a {
	display: block;
	padding: 0;
	color: #666666;
	text-align: center;
	border: 0;
	background: #f4f4f4;
}
#search .pager li.current a,
#search .pager li.current a:hover {
	color: #000000;
	background: #ffaa00;
}
#search .pager li.prev a,
#search .pager li.leader span,
#search .pager li.next a {
	font-family: 'iconfont';
	color: #666666;
	background: #ffffff;
}
#search .pager li.prev a,
#search .pager li.next a {
	box-shadow: 0 0 0 4px #f4f4f4 inset;
}
#search .pager li.leader {
	vertical-align: bottom;
}


#search article h3 {
	display: block;
	height: auto;
	line-height: 1.125;
	background: rgba(255,170,0,0.4);
	border-bottom: 6px solid #ffaa00;
}
#search article h3:before {
	display: none;
}
#search article h3 span {
	display: block;
	font-weight: normal;
}
#search article .summary {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#search article .summary table th {
	width:34%;
}
#search article .summary table th,
#search article .summary table td {
	line-height: 1.75;
}

#search article .jobIcon {
	letter-spacing: -0.5em;
}
#search article .jobIcon li {
	display: inline-block;
	letter-spacing: normal;
}
#search.detail .jobNum {
	text-align: right;
	margin-bottom: 0.5em;
}
#search.detail .point .hdr {
	color: #ffaa00;
	font-size: 1.1em;
}
#search.detail .point .hdr:before {
	content: "\e92d";
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
}
#search.detail .point {
	font-weight: bold;
}
#search.results table.select td li label + a {
	display: none;
}

#search article .extraNav {
	background: rgba(255,190,44,0.15);
}
#search article .extraNav .btn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#search article .btn a:before {
	display: inline-block;
	vertical-align: middle;
}
#search article .btn .keep a {
	color: #000000;
	background: #ffffff;
	box-shadow: 0 0 0 5px #ffbe2c inset;
}
#search article .btn .keep a:before {
	content: "\e92a";
	color: #ffbe2c;
}
#search article .btn .keep.clear a {
	background: #eaeaea;
	box-shadow: none;
}
#search article .btn .keep.clear a:before {
	color: #000000;
}
#search article .btn .view a {
	color: #ffffff;
	background: #005596;
}
#search article .btn .view a:before {
	content: "\e930";
}
#search article .btn .entry button {
	color: #000000;
	background: #ffaa00;
}
#search article .btn .entry button:before {
	content: "\e901";
}
#search article .extraNav .entryCol .tel {
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#search article .extraNav .entryCol .tel a,
#search article .extraNav .entryCol .tel a:hover {
	border-bottom: 0;
}
#search article .extraNav .entryCol .tel strong {
	display: block;
	margin: 0 0.25em;
	vertical-align: middle;
}
#search article .extraNav .entryCol .tel strong:before {
	content: "\e918";
	display: inline-block;
	margin-right: 0.25em;
	font-size: 1.2em;
}
#search article .extraNav .entryCol .tel span {
	font-size: 0.85em;
	font-weight: normal;
}
#search article .extraNav .entryCol .btn button {
	display: block;
	width: 100%;
	color: #000000;
	font-weight: bold;
	background: #ffaa00;
}
#search article .extraNav .entryCol .btn button:before {
	content: "\e901";
	display: inline-block;
	margin-right: 0.25em;
	color: #000000;
	vertical-align: middle;
}
#modalWrap {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	z-index: 995;
}
#modalBox {
	position: fixed;
	display: none;
	z-index: 9999;
}
#modalBox #cities {
	background: #ffffff;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
#modalBox .btnClose {
	float: right;
	display: inline-block;
	margin: auto;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}
#modalBox .btnClose:before {
	content: "\e917";
	margin-right: 0.25em;
	vertical-align: middle;
}
#modalBox h3 {
	text-align: center;
}
#modalBox #cities p a {
	border-bottom: 1px solid #000000;
}
#modalBox #cities table.select {
	width: 100%;
	border: 0;
}
#modalBox #cities table.select td li a {
	display: none;
}
#modalBox #cities table.select tr.btn td {
	background: transparent;
	border: 0;
}
#modalBox #cities table.select tr.btn td button {
	color: #ffffff;
	font-weight: bold;
}
#modalBox #cities table.select tr.btn td button.clear {
	color: #000000;
}



@media print, screen and (min-width: 768px) {
	main #breadcrumb + * {
		margin-top: 50px;
	}
	main #search {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	main #search section h2,
	main #search section h2:before {
		height: 70px;
	}
	main #search section .btn.prev.searchTop {
		margin-top: 40px;
	}
	#unit1st section {
		width: inherit;
		margin-bottom: 40px;
	}
	#unit1st {
		width: 880px;
		margin-right: 20px;
	}
	#unit2nd {
		width: 300px;
	}
	.linkKeep {
		display: none;
	}
	#searchArea #map {
		position: relative;
	}
	#searchArea #map {
		position: relative;
		display: block;
		width: 880px;
		height: 440px;
		background: #e6f4ff url(../images/bg_search_map.png) no-repeat;
	}
	#searchArea #map a {
		position: absolute;
		display: block;
		border: 0;
		box-sizing: border-box;
	}
	#searchArea #map a span {
		width: 160px;
		padding: 0 40px 0 20px;
		font-size: 1.8rem;
		line-height: 40px;
		background: #ffffff;
		transition: all .4s;
	}
	#searchArea #map a span:after {
		right: 20px;
		bottom: 10px;
		color: #a0c638;
		font-size: 1.8rem;
	}
	#searchArea #map #tokyo a {
		left: 120px;
		top: 220px;
		width: 420px;
		height: 80px;
		padding: 20px 0 0 130px;
		background: #bed656;
	}
	#searchArea #map #kanagawa a {
		left: 120px;
		top: 300px;
		width: 380px;
		height: 100px;
		padding: 30px 0 0 130px;
		background: #96b230;
	}
	#searchArea #map #saitama a {
		left: 120px;
		top: 140px;
		width: 420px;
		height: 80px;
		padding: 20px 0 0 130px;
		background: #a0c638;
	}
	#searchArea #map #chiba a {
		left: 540px;
		top: 140px;
		width: 200px;
		height: 160px;
		padding: 58px 0 0 20px;
		background: #96b230;
	}
	#searchArea #map #chiba a:after {
		content: "";
		display: block;
		width: 140px;
		height: 120px;
		margin: 62px 0 0 40px;
		background: #96b230;
	}
	#searchArea #map #gunma a,
	#searchArea #map #tochigi a,
	#searchArea #map #ibaraki a {
		top: 20px;
		height: 120px;
	}
	#searchArea #map #gunma a {
		width: 220px;
		left: 120px;
		padding: 45px 0 0 45px;
		background: #96b230;
	}
	#searchArea #map #tochigi a {
		width: 200px;
		left: 340px;
		padding: 45px 0 0 35px;
		background: #bed656;
	}
	#searchArea #map #ibaraki a {
		width: 200px;
		left: 540px;
		padding: 45px 0 0 35px;
		background: #a0c638;
	}
	#searchArea #map #gunma a span,
	#searchArea #map #tochigi a span,
	#searchArea #map #ibaraki a span {
		width: 130px;
		font-size: 1.4rem;
		line-height: 39px;
	}
	#searchArea #map #gunma a span:after,
	#searchArea #map #tochigi a span:after,
	#searchArea #map #ibaraki a span:after {
		color: #000000;
	}
	#searchArea #map a:hover span,
	#searchArea #map a:hover span:after,
	#searchArea #map #gunma a:hover span:after,
	#searchArea #map #tochigi a:hover span:after,
	#searchArea #map #ibaraki a:hover span:after {
		color: #ffffff;
		transition: all .3s;
	}
	#searchArea #map #tokyo a:hover span {
		background: #bed656;
	}
	#searchArea #map #kanagawa a:hover span {
		background: #96b230;
	}
	#searchArea #map #saitama a:hover span {
		background: #a0c638;
	}
	#searchArea #map #chiba a:hover span {
		background: #96b230;
	}
	#searchArea #map #gunma a:hover span {
		background: #96b230;
	}
	#searchArea #map #tochigi a:hover span {
		background: #bed656;
	}
	#searchArea #map #ibaraki a:hover span {
		background: #a0c638;
	}
	#searchArea #map #tokyo a:hover,
	#searchArea #map #kanagawa a:hover,
	#searchArea #map #saitama a:hover,
	#searchArea #map #chiba a:hover,
	#searchArea #map #chiba a:hover:after,
	#searchArea #map #gunma a:hover,
	#searchArea #map #tochigi a:hover,
	#searchArea #map #ibaraki a:hover {
		background: #ffffff;
	}

	#searchRanking .ranking {
		padding: 50px 40px;
		background: rgba(255,190,44,0.05);
	}
	#search .ranking li {
		margin-right: 1.5em;
	}
	#search .ranking li:nth-child(-n+3),
	#search .ranking li:nth-child(-n+3) a:before {
		font-size: 1.1em;
		font-weight: bold;
	}

	#searchKeyword .inner {
		padding: 40px 50px;
		background: rgba(255,190,44,0.05);
	}
	#searchKeyword .inner input[type="text"] {
		display: inline-block;
		width: 460px;
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 36px;
		vertical-align: top;
	}
	#search .keyword input[type="text"] {
		width: 100%;
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 36px;
		vertical-align: top;
	}
	#searchKeyword .inner button {
		display: inline-block;
		width: 140px;
		height: 40px;
		padding-left: 1em;
		font-size: 1.6rem;
		line-height: 40px;
		vertical-align: top;
	}
	#searchKeyword .inner button:after {
		vertical-align: middle;
	}

	#search table.select th {
		width: 196px;
		padding: 10px 20px;
		font-size: 1.6rem;
	}
	#search table.select th:before {
		font-size: 2.0rem;
	}
	#search table.select li {
		display: inline-block;
		margin: 0 2em 2px 0;
		font-size: 1.4rem;
	}
	#search table.select .pay li {
		margin: 0 40px 0 0;
	}
	#search table.select td {
		padding: 8px 30px;
	}

	#search table.select .pay label {
		margin: 0 0 0 1.5em;
		background-position: center right 20px;
		background-size: 10px 15px;
	}
	#search table.select .pay label select {
		width: 200px;
		padding: 10px 40px 10px 20px;
		font-size: 1.4rem;
	}
	#search table.select .btn td {
		padding: 20px 30px;
	}
	#search table.select .btn button {
		padding: 15px 24px 15px 42px;
		font-size: 1.8rem;
	}
	#search table.select .btn button:after {
		font-size: 1.2em;
		vertical-align: middle;
	}
	#search table.select .btn button.clear {
		padding: 15px 50px;
		margin: 0 10px 0 0;
	}
	#search table.select tr:not(.pay) label {
		display: inline-block;
		height: 2.7rem;
		cursor: pointer;
		vertical-align: top;
	}
	#search table.select label span.checkbox {
		width: 2.7rem;
	}
	#search table.select label span.checkbox:before,
	#search table.select label span.checkbox:after {
		font-size: 2.7rem;
	}
	#search table.select label span.text {
		display: none;
	}
	#search table.select label + a {
		margin: 0 0 0 5px;
		padding: 0;
		line-height: 2.7rem;
	}
	#search table.select p.hdr {
		margin: 15px 0;
		padding: 10px 20px;
	}
	#search #cities table td {
		padding: 20px 30px 15px 30px;
	}
	#search #cities .upper li {
		font-size: 1.6rem;
		font-weight: bold;
	}

	#searchPickup .panel li {
		width: 270px;
		margin: 0 35px 0 0;
	}
	#searchPickup .panel li a .text {
		left: 20px;
		bottom:	14px;
	}
	#searchPickup .panel li a .title {
		font-size: 1.6rem;
	}
	#searchPickup .panel li a:hover .title {
		color: #000000;
	}
	#searchPickup .panel li a:hover .img:after {
		box-shadow: 0 0 0 5px #ffaa00 inset;
	}

	#search section#searchFeature {
		margin-bottom: 60px;
	}
	#searchFeature .date {
		font-size: 0.875em;
	}
	#searchFeature .panel li {
		width: 205px;
		margin: 0 20px 0 0;
	}
	#searchFeature .panel li a {
		font-size: 1.2rem;
	}
	#searchFeature .panel li a .img {
		margin-bottom: 5px
	}
	#searchFeature .panel li a:hover .img:after {
		box-shadow: none;
	}
	#searchFeature .panel li a .summary {
		margin-bottom: 10px;
		font-size: 1.4rem;
		border-bottom: 1px solid transparent;
		transition: all .4s;
	}
	#searchFeature .panel li a:hover .summary {
		border-bottom: 1px solid #000000;
		transition: all .3s;
	}
	#searchFeature .panel li a .area {
		width:100px;
		margin: 0 5px 5px 0;
	}
	#searchFeature .panel li a:hover .area {
		color: #ffffff;
		background: #005596;
	}
	#searchFeature .panel li a .jobtype {
		width:100px;
		margin: 0 0 5px 0;
	}
	#searchFeature .panel li a:hover .jobtype {
		color: #000000;
		background: #ffaa00;
	}
	#searchPickup .panel li:last-child,
	#searchFeature .panel li:last-child {
		margin-right: 0;
	}

	#unit2nd .sublist  {
		margin: 0 0 35px 0;
		border: 5px solid #ffbe2c;
		border-radius: 5px;
	}
	#unit2nd .sublist h2 {
		margin: 0 0 10px 0;
		padding: 7px 20px;
		font-size: 1.8rem;
		background: #ffbe2c;
	}
	#unit2nd .sublist h2:before {
		display: inline-block;
		margin-right: 0.5em;
		color: #ffffff;
		font-size: 2.5rem;
		vertical-align: middle;
	}
	#unit2nd .sublist .keep h2:before {
		content: "\e92a";
	}
	#unit2nd .sublist .recently h2:before {
		content: "\e92b";
	}
	#unit2nd .sublist .ranking h2:before {
		content: "\e92c";
	}
	#unit2nd .sublist div:not(.ranking) ul {
		margin: 0 20px;
	}
	#unit2nd .sublist .ranking ul {
		margin: 15px 0 10px 20px;
	}
	#unit2nd .sublist  li {
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#unit2nd .sublist div:not(.ranking) li {
		padding: 5px 0;
		border-bottom: 1px dotted rgba(40,40,40,0.2);
	}
	#unit2nd .sublist div:not(.ranking) li:last-child {
		border-bottom: 0;
	}
	#unit2nd .ranking li:nth-child(-n+3) {
		display: block;
	}
	#unit2nd .ranking li {
		margin: 0 1em 5px 0;
	}
	#unit2nd .ranking li:nth-child(-n+3),
	#unit2nd .ranking li:nth-child(-n+3) a:before {
		font-size: 1.4rem;
	}
	#unit2nd .ranking li:before {
		font-size:1.25em;
		vertical-align: middle;
	}
	#unit2nd .sublist li a {
		border-bottom: 1px solid #000000;
	}
	#unit2nd .sublist li a:hover {
		border-bottom: 1px solid transparent;
	}
	#unit2nd .sublist p {
		margin: 10px 20px;
		font-size: 1.6rem;
	}
	#unit2nd .sublist p a:after {
		right: 0;
		top: 0;
		font-size: 2.3rem;
	}
	#unit2nd .sublist p a:hover,
	#unit2nd .sublist p a:hover:after {
		color: #ffaa00;
	}

	#unit2nd .banner li {
		margin: 0 0 5px 0;
	}
	#unit2nd .banner li a {
		display: block;
	}
	#unit2nd .banner li a:hover {
		box-shadow: 0 0 0 5px #ffaa00 inset;
	}
	#unit2nd .banner li a img {
		z-index: -1;
		position: relative;
	}

	#searchCondition {
		position: relative;
	}
	#searchCondition .area td {
		position: relative;
		padding-right: 160px;
	}
	#searchCondition .changed {
		position: absolute;
		right: 30px;
		top: 8px;
		width: 110px;
		height: 34px;
		cursor: pointer;
	}
	#searchCondition .changed span {
		width: 110px;
		height: 34px;
		font-size: 1.4rem;
		line-height: 34px;
	}
	#search .spCondition {
		display: none;
	}
	#search .sort {
		text-align: right;
		margin-bottom: 20px;
	}
	#search .sort li {
		width: 180px;
	}
	#search .sort a {
		height:45px;
		padding-right: 1em;
		line-height: 45px;
	}
	#search .sort a:before {
		margin: -5px 20px 0 0;
	}
	#search .sort .newly a:before {
		font-size: 2.2rem;
	}
	#search .sort a:hover,
	#search .sort a:hover:before {
		color: #ffffff;
		background: #666666;
	}
	#search .resultCount01 {
		font-size: 1.4rem;
	}
	#search .resultCount01 .total {
		font-size: 3.0rem;
	}
	#search .guide {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	#search .resultCount02 {
		width: 220px;
		white-space: nowrap;
	}
	#search .resultCount02 .total {
		font-size: 2.2rem;
	}
	#search .pager {
		width: 660px;
	}
	#search .pager ul {
		text-align: right;
	}
	#search .pager li {
		margin: 0 10px 10px 0;
	}
	#search .pager li:last-child {
		margin-right: 0;
	}
	#search .pager a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#search .pager li a:hover {
		color: #ffffff;
		background: #666666;
	}
	#search .pager li.prev a:hover,
	#search .pager li.next a:hover {
		color: #ffffff;
		background: #666666;
		box-shadow: 0 0 0 4px #666666 inset;
	}

	#search article {
		margin: 0 0 20px 0;
		box-sizing: border-box;
		box-shadow: 0 0 0 1px rgba(255,190,44,0.4) inset;
	}

	#search article h3 {
		margin: 0 0 20px 0;
		padding: 18px 30px;
		font-size: 2.2rem;
		border-bottom: 6px solid #ffaa00;
	}
	#search article h3 span {
		padding: 0 0 2px 0;
		margin: 0;
		font-size: 1.4rem;
	}
	#search article h3 a {
		line-height: 1.6;
	}
	#search.detail article h3 {
		line-height: 1.1;
	}
	#search.detail article h3 span {
		padding: 0 0 8px 0;
	}
	#search article .inner {
		padding: 0 30px 30px 30px;
	}
	#search article .summary {
		margin: 0 0 20px 0;
	}
	#search article .summary .lead {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#search article .summary .img {
		width: 316px;
		margin: 0 24px 0 0;
	}
	#search article .summary table {
		width: 100%;
	}
	#search article .summary .img + table {
		width: 480px;
	}
	#search article table th,
	#search article table td {
		padding: 15px 27px;
		font-size: 1.4rem;
	}
	#search article .summary table th {
		width: 160px;
	}
	#search article .jobIcon li {
		width: 148px;
		margin: 20px 20px 0 0;
	}
	#search article .jobIcon li:nth-child(-n+5) {
		margin-top: 0;
	}
	#search article .jobIcon li:nth-child(5n) {
		margin-right: 0;
	}
	#search.detail .jobNum {
		font-size: 1.2rem;
	}
	#search.detail .point .hdr {
		margin: 0 0 0.75em 0;
	}
	#search.detail .point {
		margin: 0 0 20px 0;
		padding: 30px 40px;
		line-height: 1.75;
		box-shadow: 0 0 0 10px #ffbe2c inset;
	}
	#search.results table.select label {
	}
	#search.results table.select label span.checkbox,
	#search.results table.select label span.text {
		display: table-cell;
		vertical-align: top;
	}
	#search.results table.select label span.text {
		padding: 0 0 0 5px;
		line-height: 2.7rem;
	}
	#search article .btn a {
		display: block;
		padding: 0;
		box-sizing: border-box;
	}
	#search article .btn .keep {
		width: 189px;
		margin: 0 130px 0 0;
	}
	#search article .btn .keep a {
		padding-right: 20px;
	}
	#search article .btn .keep a:before {
		margin-right: 16px;
	}
	#search article .btn .keep a:hover {
		background: #ffbe2c;
	}
	#search article .btn .keep a:hover:before {
		color: #ffffff;
	}
	#search article .btn .keep.clear a:hover {
		background: #ffffff;
	}
	#search article .btn .keep.clear a:hover:before {
		color: #000000;
	}
	#search article .btn .view {
		width: 189px;
		margin: 0 30px 0 0;
	}
	#search article .btn .view a {
		padding-right: 23px;
	}
	#search article .btn .view a:before {
		margin-right: 20px;
		color: #ffffff;
	}
	#search article .btn .view a:hover {
		color: #005596;
		background: #ffffff;
	}
	#search article .btn .view a:hover:before {
		color: #005596;
	}
	#search article .btn .entry {
		width: 280px;
	}
	#search article .btn .entry button {
		width: 280px;
		padding-right: 30px;
		transition: all .4s;
	}
	#search article .btn .entry button:before {
		margin-right: 25px;
		color: #000000;
		vertical-align: middle;
		transition: all .4s;
	}
	#search article .btn .entry button:hover {
		color: #ffaa00;
		background: #ffffff;
		transition: all .3s;
	}
	#search article .btn .entry button:hover:before {
		color: #ffaa00;
		transition: all .3s;
	}
	#search.detail article .summary .lead {
		-webkit-order: 2;
		order: 2;
	}
	#search.detail article .summary .img {
		-webkit-order: 1;
		order: 1;
	}
	#search.detail article .summary.hasImg .lead {
		width: 480px;
	}
	#search.detail article table {
		margin: 0 0 20px;
	}
	#search.detail article th {
		width: 160px;
	}

	#search article .extraNav {
		padding: 20px 30px;
	}
	#search article .extraNav .entryCol {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 10px 0;
	}
	#search article .extraNav .entryCol .tel {
		width: 50%;
		font-size: 1.4rem;
	}
	#search article .extraNav .entryCol .tel strong {
		font-size: 3.0rem;
	}
	#search article .extraNav .entryCol .btn {
	}
	#search article .extraNav .entryCol .btn button {
		width: 410px;
		height: 80px;
		padding: 0 2em 0 0;
		font-size: 2.2rem;
		line-height: 80px;
		transition: all .4s;
	}
	#search article .extraNav .entryCol .btn button:before {
		margin-right: 1em;
		color: #000000;
		transition: all .4s;
	}
	#search article .extraNav .entryCol .btn button:hover {
		color: #ffaa00;
		background: #ffffff;
		transition: all .3s;
	}
	#search article .extraNav .entryCol .btn button:hover:before {
		color: #ffaa00;
		transition: all .3s;
	}
	.btnReset {
		display: none;
	}
	#modalBox {
		width: 960px;
		height: 600px;
		top: 50%;
		left: 50%;
		margin-left: -480px;
		margin-top: -300px;
	}
	#modalBox #cities {
		height:600px;
		padding: 30px;
	}
	#modalBox .btnClose {
		margin-right: 30px;
	}
	#modalBox .btnClose span {
		border-bottom: 1px solid transparent;
		transition: all .4s;
	}
	#modalBox .btnClose:hover span {
		border-bottom: 1px solid #000000;
		transition: all .3s;
	}
	#modalBox h3 {
		margin: 30px 0 10px 0;
		font-size: 2.8rem;
	}
	#modalBox #cities p.otherPref {
		margin-bottom: 1em;
	}
	#modalBox #cities p.otherPref a:hover {
		border-bottom: 1px solid transparent;
	}
}

@media screen and (max-width: 767px) {
	#search section {
		margin-bottom: 6.25vw;
	}
	main #search section h2,
	main #search section h2:before {
		height: 16vw;
	}
	main #search section .btn.prev.searchTop {
		margin-top: 6.25vw;
	}
	#search.results section:last-child {
		margin-bottom: 3.125vw;
	}
	#searchArea #map li,
	#search .ranking li {
		border-top: 1px solid rgba(255,190,44,0.4);
	}
	#searchArea #map li:first-child,
	#search .ranking li:first-child {
		border-top: 0;
	}
	#searchArea #map a span {
		padding: 0 12.5vw 0 6.25vw;
		line-height: 14vw;
		background: rgba(255,190,44,0.05);
	}
	#searchArea #map a span:after,
	#search .ranking li a:after {
		content: "\e911";
		position: absolute;
		right: 6.25vw;
		top: 50%;
		margin-top: -3.6vw;
		font-size: 7.2vw;
	}

	#search .ranking li {
		display: block;
		background: rgba(255,190,44,0.05);
	}
	#search .ranking li:before {
		position: absolute;
		left: 6.25vw;
		top: 50%;
		margin-top: -2.5vw;
	}
	#search .ranking li a {
		display: block;
		padding: 0 12.5vw 0 6.25vw;
		font-size: 4.3vw;
		line-height: 14vw;
		font-weight: bold;
		border-bottom: 0;
	}
	#search .ranking li a:before {
		font-weight: bold;
	}
	#search .ranking li:nth-child(-n+3) a {
		padding-left: 12.5vw;
	}

	#searchKeyword .inner input[type="text"],
	#search .keyword input[type="text"] {
		display: block;
		width: 100%;
		height: 14vw;
		margin: 0 0 1.5vw 0;
		padding: 0 6.25vw;
		font-size: 4.3vw;
		line-height: 14vw;
	}
	#searchKeyword .inner button {
		position: relative;
		display: block;
		width: 100%;
		height: 14vw;
		font-size: 5vw;
		font-weight: bold;
		line-height: 14vw;
	}
	#searchKeyword .inner button:after {
		position: absolute;
		right: 10vw;
		top: 3.5vw;
		font-size: 7vw;
	}
	#search table.select th,
	#search table.select td {
		position: relative;
		padding: 3.125vw 6.25vw;
	}
	#search table.select th:before {
		font-size: 6vw;
	}
	#search table.select th:after {
		content: "\e914";
		position: absolute;
		right: 6.25vw;
		top: 3.125vw;
		color: #ffaa00;
		font-size: 7vw;
	}
	#search table.select th.active:after {
		content: "\e915";
	}

	#searchCondition table tr:not(.btn) td {
		display:none;
	}

	#search table.select .pay label {
		display: inline-block;
		width: calc(100% - 14vw);
		margin-left: 3vw;
		background-position: center right 6.25vw;
		background-size: 4vw 6vw;
	}
	#search table.select .pay label select {
		display: block;
		width: 100%;
		font-size: 4.3vw;
		padding: 3.125vw 6.25vw 3.125vw 6.25vw;
	}
	#search table.select .btn td {
		padding: 3.125vw;
	}
	#search table.select .btn button {
		padding: 3.125vw 6.25vw;
		font-size: 5vw;
	}
	#search table.select .btn button.clear {
		margin: 0 0 3.125vw 0;
	}
	#search table.select .btn button:after {
		font-size: 6.25vw;
		vertical-align: middle;
	}

	#search table.select label + a {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 2.5vw;
		width: 7.2vw;
		height: 9vw;
		padding: 0 0 0 6.25vw;
		white-space: nowrap;
		overflow: hidden;
		border-left: 1px solid #e5e5e5;
		border-bottom: 0;
		vertical-align: top;
	}
	#search table.select label + a:before {
		content: "\e911";
		display: inline-block;
		height: 9vw;
		font-size: 7.2vw;
		line-height: 9vw;
	}
	#search table.select li {
		position: relative;
		min-height: 9vw;
		padding: 2vw 0;
	}
	#search table.select label {
		position: relative;
		display: table;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#search table.select label span.checkbox {
		display: table-cell;
		top: 0;
		width: 9vw;
		height: 9vw;
		vertical-align: middle;
	}
	#search table.select label span.checkbox:before,
	#search table.select label span.checkbox:after {
		font-size: 9vw;
	}
	#search.results table.select label {
		width: 100%;
	}
	#search table.select label span.text {
		display: table-cell;
		height: 9vw;
		padding: 0 0 0 2vw;
		vertical-align: middle;
	}
	#search table.select p.hdr {
		margin: 3.125vw 0;
		padding: 2vw 3.125vw;
	}
	#search #cities .upper li {
		font-weight: bold;
	}
	#search #cities .upper li a {
		display: none;
	}
	#search #cities .upper label {
		width: 100%;
	}

	#searchPickup .panel li {
		margin: 0;
	}
	#searchPickup .panel li a .text {
		left: 3.125vw;
		bottom:	3.125vw;
	}
	#searchPickup .panel li a .title {
		font-size: 4.3vw;
	}

	#searchFeature .date {
		font-size: 3vw;
	}
	#searchFeature .panel li {
		width: 48%;
		margin: 0 4% 6.25vw 0;
		line-height: 1;
	}
	#searchFeature .panel li a .img {
		margin-bottom: 1vw;
	}
	#searchFeature .panel li a .summary {
		font-size: 3vw;
	}
	#searchFeature .panel li a .area {
		width:48%;
		margin: 0 4% 2vw 0;
		font-size: 2.5vw;
		line-height: 1.6;
	}
	#searchFeature .panel li a .jobtype {
		width:48%;
		margin: 0 0 2vw 0;
		font-size: 2.5vw;
		line-height: 1.6;
	}
	#searchFeature .panel li:nth-child(2n) {
		margin-right: 0;
	}

	#unit2nd {
		width: 87.5%;
		margin: 0 auto 12.5vw auto;
	}
	#unit2nd .sublist div:not(.ranking) h2,
	#unit2nd .sublist div:not(.ranking) ul {
		display: none;
	}
	#unit2nd .sublist .ranking h2,
	#unit2nd .sublist p {
		margin: 0 0 1px 0;
		padding: 3.125vw 6.25vw;
		background: #ffbe2c;
	}
	#unit2nd .sublist .ranking h2:before,
	#unit2nd .sublist p a:before {
		display: inline-block;
		margin-right: 0.5em;
		color: #ffffff;
		font-size: 6.25vw;
		vertical-align: middle;
	}
	#unit2nd .sublist .keep p a:before {
		content: "\e92a";
	}
	#unit2nd .sublist .recently p a:before {
		content: "\e92b";
	}
	#unit2nd .sublist .ranking h2:before {
		content: "\e92c";
	}
	#unit2nd .sublist p a:after {
		right: 0;
		top: 0;
		color: #ffffff;
		font-size: 7.2vw;
	}
	#unit2nd .sublist .ranking h2 {
		position: relative;
	}
	#unit2nd .sublist .ranking h2:after {
		content: "\e914";
		display: block;
		position: absolute;
		right: 6.25vw;
		top: 3.125vw;
		color: #ffffff;
		font-size: 7vw;
	}
	#unit2nd .sublist .ranking h2.active:after {
		content: "\e915";
	}
	#unit2nd .sublist .ranking ul {
		display:none;
	}

	#unit2nd .banner {
		margin: 6.25vw 0 0 0;
	}
	#unit2nd .banner li {
		margin: 0 0 3.125vw 0;
	}

	.linkKeep {
		padding: 0  6.25vw 3.125vw 6.25vw;
		text-align: right;
	}
	.linkKeep a {
		font-weight:bold;
	}
	.linkKeep a:before {
		content: "\e92a";
		display: inline-block;
		margin-right: 0.25em;
		color: #ffaa00;
		font-size: 6.25vw;
		vertical-align: middle;
	}
	.linkKeep a:after {
		content: "\e911";
		display: inline-block;
		margin-left: 0.25em;
		font-size: 7.2vw;
		vertical-align: middle;
	}
	#search .column2 {
		border-bottom: 1px solid #e5e5e5;
	}
	#search .column2 th,
	#search .column2 td {
		padding: 2.5vw 3.125vw;
		display: table-cell;
		font-size: 3.75vw;
		border-top: 1px solid #e5e5e5;
	}
	#search .column2 th {
		width: 28vw;
	}
	#search .spCondition h3 {
		margin-bottom: 0;
	}

	#searchCondition .changed {
	}
	#searchCondition .changed span {
		width: 100%;
		font-size: 4.3vw;
		line-height: 14vw;
	}
	.resultCount01 {
		width: 87.5%;
		margin: 0 auto  3.125vw auto;
		font-size: 3.125vw;
	}
	.resultCount01 .total {
		font-size: 7vw;
		float: right;
		margin-top: -5vw;
	}

	#search .sort {
		margin-bottom: 3.125vw;
	}
	#search .sort li {
		width: 50%;
	}
	#search .sort a {
		height: 14vw;
		padding-right: 1em;
		line-height: 14vw;
	}
	#search .sort a:before {
		margin: 0 6.25vw 0 0;
	}
	#search .sort .newly a:before {
		font-size: 5vw;
	}
	#search .resultCount02 {
		margin-bottom: 3.125vw;
		font-size: 3.125vw;
	}
	#search .resultCount02 .total {
		font-size: 5vw;
		font-weight: bold;
	}
	#search .pager li {
		margin: 0 3.125vw 3.125vw 0;
	}
	#search .pager li:last-child {
		margin-right: 0;
	}
	#search .pager a {
		width: 9.375vw;
		height: 9.375vw;
		line-height: 9.375vw;
	}

	#search article {
		margin-bottom: 3.125vw;
		border-top: 1px solid rgba(255,190,44,0.4);
		border-bottom: 1px solid rgba(255,190,44,0.4);
	}

	#search article:last-child {
		margin-bottom: 0;
	}

	#search article h3 {
		margin: 0 0 3.125vw 0;
		padding: 3.125vw;
		font-size: 5vw;
	}
	#search article h3 span {
		padding-bottom: 1vw;
		font-size: 3.125vw;
	}
	#search article .inner {
		padding: 0 0 3.125vw 0;
	}
	#search article .summary {
		padding: 0 0 3.125vw 0;
	}
	#search.results article .summary {
		padding: 0;
	}
	#search article .summary .lead {
		-webkit-order: 2;
		order: 2;
	}
	#search article .summary .img {
		-webkit-order: 1;
		order: 1;
	}
	#search article .summary table {
		-webkit-order: 3;
		order: 3;
		width: 100%;
		margin-top: 3.125vw;
	}
	#search article .summary .lead {
		width: 100%;
		font-size: 3.75vw;
	}
	#search article .summary.hasImg .lead {
		width: 50%;
	}
	#search article .summary .img {
		width: calc(50% - 3.125vw);
		margin: 0 3.125vw 3.125vw 0;
	}
	#search article .jobIcon li {
		width: 24vw;
		margin: 3.125vw 3.125vw 0 0;
	}
	#search article .jobIcon li:nth-child(-n+3) {
		margin-top: 0;
	}
	#search article .jobIcon li:nth-child(3n) {
		margin-right: 0;
	}
	#search.results article .jobIcon {
		display: none;
	}
	#search.detail article .summary .lead {
		width: 100%;
	}
	#search.detail article .summary .img {
		width: 100%;
		margin: 0;
		padding: 0 0 3.125vw 0;
	}
	#search.detail article .jobIcon li {
		width: 26.5vw;
	}
	#search.detail .jobNum {
		font-size: 3.125vw;
	}
	#search.detail .point {
		margin: 0 0 6.25vw 0;
		padding: 3.125vw;
		font-size: 3.75vw;
		line-height: 1.5;
		box-shadow: 0 0 0 1.5vw #ffbe2c inset;
	}
	#search.detail .point .hdr {
		margin: 0 0 0.5em 0;
		font-size: 4vw;
	}
	#search.detail .column2 th,
	#search.detail .column2 td {
		display: block;
		border-top: 0;
	}
	#search.detail .column2 th {
		width: 100%;
	}

	#search article .extraNav {
		padding: 3.125vw;
	}
	#search article .btn .keep {
		width: calc(50% - 1.5vw);
		margin: 0 1.5vw 3.125vw 0;
		font-size: 4.3vw;
	}
	#search article .btn .keep a:before {
		font-size: 7vw;
	}
	#search article .btn .view {
		width: calc(50% - 1.5vw);
		margin: 0 0 3.125vw 1.5vw;
		font-size: 4.3vw;
	}
	#search article .btn .entry {
		width: 100%;
		font-size: 5vw;
	}
	#search article .btn button:before {
		margin: 0 0.25em 0 0;
		font-size: 1.15em;
	}
	#search.detail .btn {
		text-align: left;
	}
	#search.detail .btn .keep {
		display: inline-block;
		width: 50%;
	}
	#search.detail .btn .keep a {
		padding: 0 6.25vw 0 3.125vw;
	}
	#search article .extraNav .entryCol .tel {
		padding: 3.125vw 0;
		font-size: 3.8vw;
	}
	#search article .extraNav .entryCol .tel strong {
		font-size: 7vw;
	}
	#search article .extraNav .entryCol .btn button {
		height: 18vw;
		padding-right: 1em;
		font-size: 5.625vw;
		line-height: 18vw;
	}
	#search article .extraNav .entryCol .btn button:before {
		margin-right: 0.5em;
		font-size: 7vw;
	}
	.btnReset {
		margin: 0 6.25vw 3.125vw 6.25vw;
	}
	.btnReset span {
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 5vw;
		font-weight: bold;
		line-height: 15vw;
		text-align: center;
		background: #000000;
	}
	.btnReset span:after {
		content: "\e914";
		position: absolute;
		right: 6.25vw;
		top: 4vw;
		color: #ffffff;
		font-size: 7vw;
	}
	.btnReset.active span:after {
		content: "\e915";
	}
	.btnReset + section {
		display: none;

	}
	#modalBox {
		top: 15vw;
		left: 6.25vw;
		width: 87.5vw;
		height: 80vh;
	}
	#modalBox #cities {
		height: 80vh;
		padding: 6.25vw 0;
	}
	#modalBox .btnClose {
		margin: 0 6.25vw 0 0;
		font-size: 3.75vw;
	}
	#modalBox h3 {
		margin: 12.5vw 0 6.25vw 0;
		font-size: 6.25vw;
	}
	#modalBox #cities p.otherPref {
		margin-bottom: 3.125vw;
	}
	#modalBox #cities table.select tr.btn td button {
		display: block;
		width: 100%;
	}
}
