:root {
	
}
/**/
#relationLinkSections,
.links {
	display: none;
}

.recp-parent .steps {
	margin: 7em 0;
}
.recp-parent .bot {
	margin-top: 4.25rem;
	margin-bottom: 5.25em;
}
#fieldaccess_message {
	height: 26.25em;
}
@media screen and (max-width: 640px) {
	.recp-parent .steps {
		margin: 4.5em 0 0;
	}
	.recp-parent .bot {
		margin-top: 3.15rem;
	}
	#fieldaccess_message {
		height: 12.5em;
	}
}
/**/
.recp-parent .hgroup, main #indexhgroup {
	margin-bottom: 4.25em;
}
.recruit_list {
	margin: 0 -1.125em;
}
	.recruit_item {
		width: 33.33%;
		padding: 0 1.125em;
	}
		.recruit_item img {
			margin-bottom: 1.8em;
		}
		.recruit_item h3 {
			font-size: 13px;
			margin-bottom: 18px;
		}
		.recruit_item p {
			font-size: 11px;
			padding-right: 9%;
		}
@media screen and (max-width: 640px) {
	.recruit_item {
		width: 100%;
		margin-bottom: 2.75em;
	}
		.recruit_item:last-of-type {
			margin-bottom: 0;
		}
			.recruit_item img {
				width: 100%;
				margin-bottom: 1.13em;
			}
			.recruit_item h3 {
				margin-bottom: 0.8em;
			}
}
@media screen and (max-width: 320px) {
	.recruit_item h3 {
		font-size: 4.1vw;
	}
	.recruit_item p {
		font-size: 3.45vw;
	}
}