@charset "utf-8";
.contents .accentArea:before {
	background-image: url(./../img/recruit/accent.jpg);
}
#recruit p{
	line-height: 2em;
}

#recruit .chapter{
	background: #fff;
	padding: 40px 20px;
}
#recruit .accent-text{
	color: #6a0e2c;
	font-weight: bold;
}

#recruit .bumon{
	max-width: 800px;
	margin: 80px auto;
	width: 100%;
}
#recruit .bumon h2{
	color: #6a0e2c;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
#recruit .flow p{
	font-weight:bold;
	font-size:16px;
	}
	
#recruit .bumon table ul{
	list-style: disc;
  list-style-position: inside;
}
#recruit .bumon table{
	border: 1px solid #eee;
}
#recruit .bumon table th{
	vertical-align: top;
	background: #f7f7f7;
}
#recruit .bumon table td{

}
#recruit .bumon table th,#recruit .bumon table td{
	border: 1px solid #eee;
	padding: 10px;
	display: block;
}
#recruit .recruit-btn{
	padding: 15px 10px;
  color: #fff;
  background: #53001b;
  border: 1px solid #53001b;
  text-decoration: none;
  transition: all 300ms 0s ease;
  cursor: pointer;
	display: block;
	text-align: center;
	margin: 30px auto 0;
	max-width: 400px;
}
#recruit .recruit-btn:hover{
	background: #fff;
	color: #53001b;
}

@media screen and (min-width:768px) {
	#recruit .chapter{
		background: #fff;
		padding: 50px;
	}
	#recruit .flex{
		display: flex;
	}
	#recruit .flex .text-box{
		width: 50%;
	}
	#recruit .flex .image-box{
		width: 40%;
	}
	#recruit .flex .spacer{
		width: 10%;
	}

	#recruit .bumon table th,#recruit .bumon table td{
		display: table-cell;
	}
	#recruit .bumon table th{
		width: 140px;
	}
}
th,td{
	font-size:inherit;
}
