@charset "utf-8";
#recruit-list>div:nth-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 1px;
	background: #fff url(../../recruit/list/images/bg-recruit-list.png) no-repeat center top;
}

#recruit-list>div:nth-of-type(1)>div>img {
	display: none;
}

#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(1) {
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0;
	margin-left: 380px;
}

#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(2) {
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0;
	margin-left: 565px;
}

#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(2) span {
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
}

#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(3) {
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0;
	margin-left: 380px;
}

#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(4) {
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0;
	margin-left: 565px;
}

#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(5) {
	text-align: center;
	clear: both;
	letter-spacing: 0.15em;
}

#recruit-list>div:nth-of-type(1)>div>div ul {
	font-size: 0;
	line-height: 0;
	margin-left: 380px;
	margin-bottom: 40px;
}

#recruit-list>div:nth-of-type(1)>div>div li {
	display: inline;
}

#recruit-list>div:nth-of-type(1)>div>div li a {
	display: inline-block;
	color: #fff;
	background: #000 url(../../recruit/list/images/bg-recruit-list-btn.png) no-repeat center bottom;
	width: 142px;
	height: 105px;
	font-size: 14px;
	line-height: 105px;
	text-align: center;
	margin: 2px;
	letter-spacing: 0.15em;
}

#recruit-list>div:nth-of-type(1)>div>div li span {
	display: inline-block;
	color: #fff;
	background: #a4a4a4 url(../../recruit/list/images/bg-recruit-list-btn.png) no-repeat center bottom;
	width: 142px;
	height: 105px;
	font-size: 14px;
	line-height: 105px;
	text-align: center;
	margin: 2px;
	letter-spacing: 0.15em;
}

#recruit-list>div:nth-of-type(2)>div {
	width: 980px;
	margin: 0 auto;
}

#recruit-list>div:nth-of-type(2)>div>div {
	padding: 10px 0;
}

#recruit-list>div:nth-of-type(2)>div>div:after {
	clear: both;
	display: block;
	height: 20px;
	content: "";
}

#recruit-list>div:nth-of-type(2)>div>div h3:first-child {
	font-size: 22px;
	line-height: 35px;
	text-indent: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-left: 5px solid #999;
	margin-bottom: 20px;
}

#recruit-list>div:nth-of-type(2)>div>div h3:first-child>span {
	font-size: 18px;
	line-height: 35px;
	margin-left: 50px;
}

#recruit-list>div:nth-of-type(2)>div>div h3:first-child>span span.red {
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
}

#recruit-list>div:nth-of-type(2)>div>div>table {
	width: 476px;
	float: left;
	margin-bottom: 22px;
}

#recruit-list>div:nth-of-type(2)>div>div>table:nth-child(odd) {
	float: right;
}

#recruit-list>div:nth-of-type(2)>div>div>table th {
	display: table-cell;
	height: 43px;
	background: #000 url(../../images/icon-wing.gif) no-repeat left center;
	padding-left: 59px;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
}

#recruit-list>div:nth-of-type(2)>div>div>table tr td:first-child {
	width: 58px;
	height: 49px;
	border-left: 1px solid #bbb;
	border-bottom: 1px dotted #bbb;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#recruit-list>div:nth-of-type(2)>div>div>table tr td:last-child {
	background-color: #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px dotted #bbb;
	vertical-align: middle;
	font-size: 13px;
	padding: 12px;
}

#recruit-list>div:nth-of-type(2)>div>div>table tr:last-child td {
	height: 69px;
	text-align: center;
	border: 1px solid #bbb;
	padding: 0;
	background-color: #f3f3f3;
}

#recruit-list>div:nth-of-type(2)>div>div>table tr:last-child td a {
	display: inline-block;
	min-width: 216px;
	height: 43px;
	text-align: center;
	background-color: #aaa;
	font-size: 14px;
	line-height: 43px;
	letter-spacing: 0.15em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 20px;
}


/* レスポンシブ */

@media screen and (max-width:736px) {
	#recruit-list>div:nth-of-type(1) {
		width: 100% !important;
		background: #fff url(../../images/bg-div-grey-bg-mobile.png) repeat-y 3.5vw 0;
		margin-left: 0;
		min-width: 0;
		padding-bottom: 25px;
	}
	#recruit-list>div:nth-of-type(1)>div {
		width: 100% !important;
		margin: 0;
	}
	#recruit-list>div:nth-of-type(1)>div>h2 {
		margin-left: 8%;
		font-size: calc(60% + 2vw);
	}
	#recruit-list>div:nth-of-type(1)>div>img {
		display: block;
		width: 100%;
		height: auto;
	}
	#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(1) {
		font-size: 3.6vw;
		line-height: 7.7vw;
		font-weight: bold;
		letter-spacing: 0.2em;
		margin: 0 auto;
		width: 86%;
	}
	#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(2) {
		font-size: 3.6vw;
		line-height: 7.7vw;
		font-weight: bold;
		letter-spacing: 0.2em;
		margin: 0 auto;
		width: 86%;
		text-align: right;
	}
	#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(2) span {
		font-size: 6.6vw;
		line-height: 7.7vw;
		font-weight: bold;
	}
	#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(3) {
		font-size: 3.6vw;
		line-height: 7.7vw;
		font-weight: bold;
		letter-spacing: 0.2em;
		margin: 0 auto;
		width: 86%;
	}
	#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(4) {
		font-size: 3.6vw;
		line-height: 7.7vw;
		font-weight: bold;
		letter-spacing: 0.2em;
		margin: 0 auto;
		width: 86%;
		text-align: right;
	}
	#recruit-list>div:nth-of-type(1)>div>div>p:nth-of-type(5) {
		width: 86%;
		text-align: center;
		clear: both;
		letter-spacing: 0.15em;
		margin: 0 auto;
	}
	#recruit-list>div:nth-of-type(1)>div>div ul {
		display: block;
		font-size: 0;
		line-height: 0;
		margin: 0 auto 40px;
		max-width: 86%;
	}
	#recruit-list>div:nth-of-type(1)>div>div li {
		display: inline;
	}
	#recruit-list>div:nth-of-type(1)>div>div li a, #recruit-list>div:nth-of-type(1)>div>div li span {
		width: 48.5%;
		over-flow: hidden;
		line-height: 60px;
		height: 60px;
	}
	#recruit-list>div:nth-of-type(2) {
		width: 100% !important;
		background: #fff url(../../images/bg-div-grey-bg-mobile.png) repeat-y 3.5vw 0;
		margin-left: 0;
		min-width: 0;
		padding-bottom: 25px;
	}
	#recruit-list>div:nth-of-type(2)>div {
		width: 86% !important;
		margin: 0 auto !important;
	}
	#recruit-list>div:nth-of-type(2)>div>div {
		margin: 0 auto;
		padding: 10px 0;
	}
	#recruit-list>div:nth-of-type(2)>div>div h3:first-child {
		position: relative;
		margin-bottom: 50px;
	}
	#recruit-list>div:nth-of-type(2)>div>div h3:first-child>span {
		display: block;
		position: absolute;
		font-size: 18px;
		line-height: 35px;
		margin-left: 0;
		letter-spacing: 0.1em;
	}
	#recruit-list>div:nth-of-type(2)>div>div>table {
		width: 100%;
		max-width: 476px;
		float: none;
		margin: 0 auto 22px;
	}
	#recruit-list>div:nth-of-type(2)>div>div>table:nth-child(odd) {
		float: none;
	}
	#recruit-list>div:nth-of-type(2)>div>div>table th {
		display: table-cell;
		height: 43px;
		background: #000 url(../../images/icon-wing.gif) no-repeat left center;
		padding-left: 59px;
		vertical-align: middle;
		font-weight: bold;
		color: #fff;
		border: 1px solid #000;
	}
	#recruit-list>div:nth-of-type(2)>div>div>table tr td:first-child {
		width: 58px;
		height: 49px;
		border-left: 1px solid #bbb;
		border-bottom: 1px dotted #bbb;
		vertical-align: middle;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}
	#recruit-list>div:nth-of-type(2)>div>div>table tr td:last-child {
		background-color: #fff;
		border-right: 1px solid #bbb;
		border-bottom: 1px dotted #bbb;
		vertical-align: middle;
		font-size: 13px;
		padding: 12px;
	}
	#recruit-list>div:nth-of-type(2)>div>div>table tr:last-child td {
		height: 69px;
		text-align: center;
		border: 1px solid #bbb;
		padding: 0;
		background-color: #f3f3f3;
	}
	#recruit-list>div:nth-of-type(2)>div>div>table tr:last-child td a {
		display: inline-block;
		width: 216px;
		height: 43px;
		text-align: center;
		background-color: #aaa;
		font-size: 14px;
		line-height: 43px;
		letter-spacing: 0.15em;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
}