.recruit-block-wrap{
	padding: 50px 5% 50px;
	background: #fff;
	margin: 20px 0 0;
	font-size:13px;
}

.recruit-block{
	padding: 0px 0 0;
	background: #fff;
	margin: 20px 0;
	font-size:13px;
}
.title {
	text-align: center;
	margin-bottom: 30px;
}
.title .en{
	font-size:16px;
	color:#DC3738;
	font-weight: bold;
}
.title p{
	font-size:20px;
	font-weight: bold;
}
.select-area{
	text-align: right;
	margin-bottom: 30px;
}
.select-area .select-box {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #727171;
	margin-bottom: 10px;
}
.select-area .select-box select{
	margin-left: 10px;
	padding: 10px;
	width: 220px;
	border: none;
    -webkit-box-shadow: 0px 0px 5px #9E9E9E;
    box-shadow: 0px 0px 5px #9E9E9E;
	color:#727171;
	
}
.recruit-block{
	position: relative;
}
.recruit-block .syokusyu {
	width: 100%;
    background-color: #DC3738;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
    max-width: calc(100% - 30px);
    margin-bottom: 0px;
	clip-path: polygon(0 0%, 100% 0, 98% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0, 98% 100%, 0% 100%);
}
.tbl-rec02 {
    width: 100%;
    margin-bottom: 20px;
}
.tbl-rec02 th {
    width: 30%;
    padding: 10px;
	color: #727171;
	font-weight: bold;
    border-bottom: 2px solid #727171;
	vertical-align: top;
	text-align: center;
}
.tbl-rec02 td{
	padding: 10px;
    border-bottom: 1px solid #C9C9C9;
}
.recruit-block .detail-btn a {
    width: 120px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    background-image: url(../../img/recruit/ico-arrow-s.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px auto;
	position: relative;
	color:#000;
	top:0px;
	right:0%;
	left:50%;
	transform: translateX(-50%);
	font-size:12px;
	transition: 0.2s;
}
.recruit-block .detail-btn a:hover{
	background: #000;
	color:#fff;
    background-image: url(../../img/recruit/ico-arrow-s-w.png);
	background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px auto;
}
.title02 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}
.title02 p{
	font-size:16px;
}
.tbl-rec03 {
    width: 100%;
    margin-bottom: 10px;
	border-top: 1px solid #DC3738;
	border-left: 1px solid #DC3738;
}
.tbl-rec03 td{
	padding: 10px;
	border-right: 1px solid #DC3738;
	border-bottom: 1px solid #DC3738;
	text-align: center;
}
.tbl-rec03 tr .per {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tbl-rec03 tr .per span {
    font-size: 14px;
}

.gray-bg{
	background: #F4F1F1;
	padding: 25px 0 30px;
}

.contact-box {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 14px;
}
.contact-box .tel{
	font-size:14px;
	line-height: 24px;
	margin-top: 10px;
}
.contact-box .tel a{
	color:#DC3738;
}