@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#main .pageTitle {
	padding: 6rem 0 7.6rem;
}
#main .bgBox {
	margin-bottom: 12.4rem;
	padding: 4.3rem 5rem 7.8rem;
	background: #dcedf6;
}
#main .bgBox .comTableBox {
	margin-bottom: 0;
	padding: 5rem 4.3rem 8.8rem;
	background: #FFF;
	border-radius: 1rem;
}
#main .bgBox .comTableBox th {
	vertical-align: top;
}
#main .bgBox .comTableBox .title {
	margin-left: -1rem;
	line-height: 1.88;
}
#main .bgBox .comTableBox .title.spec {
	margin-top: 0.8rem;
}
#main .bgBox .comTableBox .textUl {
	margin-left: -1rem;
}
#main .bgBox .comTableBox .textUl li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.88;
}
#main .bgBox .comTableBox .textUl li .lText {
	position: relative;
	width: 30.5rem;
}
#main .bgBox .comTableBox .textUl li .lText::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #999;
	content: '';
}
#main .bgBox .comTableBox .textUl li .lText .sub {
	padding-right: 0.8rem;
	background: #FFF;
	display: inline-block;
	position: relative;
	z-index: 5;
}
#main .bgBox .comTableBox .textUl li .rText {
	width: calc(100% - 31rem);
}
#main .bgBox .comTableBox .textUl li .rText small {
	font-size: 1.5rem;
	margin-left: 1.5rem;
}
#main .bgBox .comTableBox .noteUl li {
	padding-left: 1em;
	font-size: 1.7rem;
	line-height: 1.58;
	text-indent: -1em;
}
#main .bgBox .comTableBox .comBtn {
	margin-top: 9.9rem;
	width: 67rem;
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		padding: 1.7rem 0 1.9rem;
	}
	#main .bgBox {
		margin: 0 -2rem 4.4rem;
		padding: 2.4rem 2rem 2.5rem;
	}
	#main .bgBox .comTableBox {
		margin-bottom: 0;
		padding: 1.1rem 1rem 1.5rem;
		border-radius: 0;
	}
	#main .bgBox .comTableBox .title {
		margin-left: -0.8rem;
	}
	#main .bgBox .comTableBox .title.spec {
		margin-top: -0.1rem;
	}
	#main .bgBox .comTableBox .textUl {
		margin-left: -0.8rem;
	}
	#main .bgBox .comTableBox .textUl li .lText {
		width: 14rem;
	}
	#main .bgBox .comTableBox .textUl li .lText::before {
		top: 0.9rem;
	}
	#main .bgBox .comTableBox .textUl li .lText .sub {
		padding-right: 0.2rem;
	}
	#main .bgBox .comTableBox .textUl li .rText {
		width: calc(100% - 14.5rem);
	}
	#main .bgBox .comTableBox .textUl li .rText small {
		margin: 0.5rem 0.2rem 0 0;
		display: block;
		font-size: 0.75rem;
		margin-left: 0;
		text-align: right;
	}
	#main .bgBox .comTableBox .noteUl li {
		font-size: 0.85rem;
	}
	#main .comBtn {
		margin-bottom: 4.2rem;
	}
}