#recruitBox{
	margin-top:5em

}


#recruitBox ._inBox{

	position: relative;

	width:50%;
	float:left;
	overflow:hidden;
	height:280px;

	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;

}

#recruitBox ._inBox:before{
	display:block;
	content:"";
	background:url("https://thinkgames.jp/upfiles/2018/02/bg_green01.png");

	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

.table{
	max-width:1000px;
	margin-left:auto;
    margin-right:auto;
}

.table02 th{
	vertical-align: middle;
}

#recruitBox ._inBox h3{

	position: relative;
	color:#FFF;
	font-size:2.8em;	font-size:2.8rem;
	text-align:center;
	padding-top:80px;
	text-shadow:1px 1px 2px #111;

}

#recruitBox ._inBox ._sub{

	position: absolute;
	color:#FFF;
	bottom:0;

	width:calc(100% - 1.6em);
	background:url("https://thinkgames.jp/upfiles/2018/02/bg_green02.png");

	font-size:1.4em;	font-size:1.4rem;
	text-align:left;
	padding:0.8em;
	line-height:1.25;
	vertical-align:5%;

}

.circle::before{
  content: "●";
	width: 15px;
	font-size: 1.5rem;
	margin-right: 0.5rem;
}

.space{
	display: inline-block;
	width: 15px;
	margin-right: 0.5rem;
}


@media (max-width: 640px) {

	#recruitBox ._inBox{

		width:100%;
		float:none;

	}

}
