/*▼採用情報*/
.RecruitCopy{
	text-align: center;
	font-size: 1.5em;
	margin: 30px 0 70px;
	font-feature-settings : "palt";
	font-family: "Ryumin Medium KL";
	line-height: 1.5em;
	}


table {
	width: 100%;
	margin-bottom: 100px;
	}

table tr{
	border-top: 1px dotted #C9CACA;
	border-bottom: 1px dotted #C9CACA;
	}

/*
table th {
	text-align-last: justify;
	padding-right: 50px;
	}
*/

table td {
	padding: 7px;
	text-align: left;
	font-feature-settings : "palt";
	line-height: 1.5em;
	padding: 20px 0px 20px 0px;
	}

.content{
	width: 120px;
	text-align-last: justify;
	padding-right: 50px;
	}

.btnmore {
	display: inline-block;
	width: 230px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 2px solid #2B7438;
	font-family: "UD Shin Go Medium";
	}

.btnmore span{
	color: #2B7438;
	position: relative;
	}

.btnmore span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2B7438;
	border-right: 2px solid #2B7438;
	transform: rotate(45deg);
	margin-top: -4px;
	}

a.btnmore {
	color: #2B7438;
	}

/*募集職種ボタン*/
.BtnRecruit {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 2px solid #2B7438;
	font-family: "UD Shin Go Medium";
	background-color: #2B7438;
	}

.BtnRecruit span{
	color: #fff;
	position: relative;
	}

.BtnRecruit span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -4px;
	}

a.BtnRecruit {
	color: #2B7438;
	}

.buttonRecruit{
	text-align: center;
	margin-bottom: 100px;
	}

.buttonRecruit a:hover{
	text-decoration: none;
	background-color: #215D2B;
	}