/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
} /* end 600-959 */

@media (min-width: 960px) {
} /* 960- */


/* ---------------------------------------- common */

#visual {
	background: url(../images/recruit01/recruit_1450x440.jpg) no-repeat center center; 
	background-size: cover;
}
#visual .inside { padding: 0.5em 1.5em; }

main p { color: #666; }
main table { color: #666 !important; }

article h3 {
	font-size: clamp(2rem, 2vw + 1.25rem, 4rem);
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 .5em;
}
article h3 + p {
	font-size: clamp(1.3rem, 2vw, 1.4rem);
	margin: 0 0 2em;
}

article .inside + .inside { margin: 2em 0 0; }

.linkbt { text-align: center; }
.linkbt a {
	display: inline-block;
	color: #fff;
	background: #7ab157;
	line-height: 1.2;
	font-size: clamp(2rem, 2vw + 0.75rem, 2.4rem);
	padding: 0.6em 1.3em 0.5em;
	border-radius: 100px;
}

@media (max-width: 767px) {
	article table {
		border-top:1px solid #bbb !important; 
		border-right: 1px solid #bbb !important; 
		border-left: 1px solid #bbb !important; 
		border-bottom: none !important;
	}
	article td, article th { 
		display: block;
		border: none !important; 
		border-bottom: 1px solid #bbb !important; 
	}
}
