.recruit-block{
	padding: 50px 5% 50px;
	background: #fff;
	margin: 20px 0 0;
	font-size:13px;
}
.recruit-block h3 {
    background-color: #DC3738;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.recruit-block h3.syokusyu {
    background-color: #DC3738;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
    max-width: calc(100% - 50px);
    margin-bottom: 40px;
}
.tbl-rec {
    border-top: 1px solid #C9C9C9;
    width: 100%;
    margin-bottom: 100px;
}
.tbl-rec th {
    width: 35%;
    padding: 10px;
	color: #DC3738;
	font-weight: bold;
    border-bottom: 1px solid #C9C9C9;
	vertical-align: top;
}
.tbl-rec td{
	padding: 10px;
    border-bottom: 1px solid #C9C9C9;
}
.recruit-block a {
    color: #DC3738;
}
.cel2-area{
	font-size:0;
	margin: 50px 0;
}
.cel2-box{
	display: block;
	vertical-align: top;
	width: 100%;
	position: relative;
	margin: 10px 0;
	background: #DC3738;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}
.cel2-box .entry{
	font-size:20px;
	margin-bottom: 5px;
}
.cel2-box a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 30px 0;
    transition: 0.2s;
    background-image: url(../../img/recruit/ico-arrow.png);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 20px auto;
}
.cel2-box a:hover{
	opacity: 0.6;
}