@charset "utf-8";
/* ----------------------------------------
 main
------------------------------------------- */
.recruit h3{
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.recruit table{
	width: 100%;
	margin-bottom: 20px;
}
.recruit table th,.recruit table td{
	vertical-align: top;
	text-align: left;
	border: 1px solid #555;
	padding: 10px;
}
.recruit table th{
	width: 20%;
	background-color: #f0f0f0;
}
.recruit p{
	margin-bottom: 20px;
}


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
.recruit h3{
	font-size: 1.7rem;
}


}