@charset "UTF-8";
/*-------------------------------------------
Recruit
-------------------------------------------*/
.recruitDetail {
	margin-bottom: 20px;
}
.recruitDetail,
.recruitDetail p {
	line-height: 2em;
}
.recruitDetail h2 {
	font-size: 16px;
	font-weight: 700;
}
.recruitDetail p.innerBreak {
	padding-bottom: 1.5em;
}
.contentN-body-DetailInner {
	display: block;
	width: 100%;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #ccc;
}
.recruitList li {
	position: relative;
}
.recruitList li::before {
	content: '■';
	position: relative;
	padding-right: 0.5em;
}
.recruitBtn {
	margin-top: 60px;
	text-align: center;
}
.recruitBtn a {
	background-color: #9b3434;
	color: #fff;
}
/*-------------------------------------------
PC
-------------------------------------------*/
@media only screen and (min-width: 821px){

}
/*-------------------------------------------
Pad
-------------------------------------------*/
@media only screen and (max-width: 820px) {

}
/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 640px) {
	.recruitBtn {
		margin-top: 0;
	}
	.recruitBtn a {
		width: 100%;
	}
}