@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 {
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	margin: 50px 0;
}

.content__recruit table th , 
.content__recruit table td {
	padding: 20px;
	vertical-align: middle;
	border-radius: 5px;
}

.content__recruit table th {
	text-align: center;
	white-space: nowrap;
	background-color: #e6e6e6;
/*	color: #fafafa;*/
	font-weight: 500;
}

.content__recruit table td {
	border: 1px solid #ddd;
}

/*
.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;
}
*/

.content__recruit table td ul li {
	margin: 5px 0;
}

.content__recruit table td p {
	margin: 5px 0;
	line-height: 1.5;
}

.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) {

}