@charset "utf-8";
/* CSS Document */

.container__second h3 {
	font-size: 1.625rem;
	text-align: center;
}

.container__second h3 + p {
	text-align: center;
	color: #65BA28;
}

.content__recruit {
	max-width: 1024px;
	margin: 0 auto;
}

.content__recruit table {
	width: 100%;
	margin: 50px 0;
}

.content__recruit table th ,
.content__recruit table td {
	padding: 15px 20px;
	vertical-align: middle;
	border-collapse: collapse;
 	border-top: 1px solid #eee;
 	border-bottom: 1px solid #eee;
}

.content__recruit table th {
	white-space: nowrap;
	background-color: #fafafa;
}

.p__contact--note {
	text-indent: -1.0rem;
	padding-left: 1.0rem;
}

.p__contact--note a {
	color: #1e5a9f;
	text-decoration: underline;
}

.p__contact--note a:hover {
	text-decoration: none;
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

.container__second h3 {
	font-size: 1.375rem;
}

}

@media (max-width: 768px) {

}

@media (max-width: 640px) {

}