.recruit-table, .recruit-table table {
	width: 100%;
	border: none;
	border-left: 1px solid #D1D1D1;
	border-top: 1px solid #D1D1D1;
	margin-bottom: 2%;
	border-spacing: 0;
}
.recruit-table th, .recruit-table td {
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	text-align: left;
	padding: 12px 20px;
	vertical-align: top;
    font-size: 14px;
}
.recruit-table th {
	background: #EEEEEE;
	width: 25%;
}
.recruit-table td {
	background: #fff;	
}
.recruit-table a ,a.txt-green{
	color: #319041;
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
}

.recruit-table.tb02 th,.recruit-table.tb02 td {
	width: 16.6666667%;
	text-align: center;
}
.recruit-table.tb03 th,.recruit-table.tb03 td {
	width: 40%;
}
.recruit-table.tb03 th:nth-child(1){
	width: 20%;
}

.mb30 {
    margin-bottom: 30px;
}
.box {
    margin-bottom: 60px;
}
.txt-box {
    width: 48.5%;
}
.img-box {
    width: 48.5%;
}
.tc-subtit {
    font-size: 18px;
    color: #319041;
    margin-bottom: 20px;
}
.tc-detail-tit{
    font-weight: bold;
    margin-bottom: 1rem;
}
.tc-detail-tit:not(:last-child) {
    margin-bottom: 0;
}
.tc-detail-tit::before{
    content: '■';
    color: #319041;
    margin-right: 1rem;
}
.txt-box .btn02 {
    width: 290px;
}
.txt-box .btn02 a {
    width: 100%;
    display: block;
}
.mov-box {
    position: relative;
    width: 100%;
    max-width: 750px;
    padding-top: 56.25%;
    margin: 0 auto;
}
.mov-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.technicians-navi {
    justify-content: center;
}
.technicians-navi li.col-box{
	border:1px solid #319041;
	width: 36%;
	color:#319041;
	margin: 0 1rem 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.technicians-navi li.col-box:hover{
	color:#fff;
	background: #319041;
}
.technicians-navi li.col-box a{
	display: block;
	padding:10px 20px 10px 38px;
	position: relative;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    line-height: 1.5;
}
.technicians-navi li.col-box.one-line a{
	padding:21px 20px 21px 38px;
}
.technicians-navi li.col-box a:before{
	    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #009138 transparent transparent transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.technicians-navi li.col-box a:hover::before{
    border-color: #fff transparent transparent transparent;
}
.technicians-navi li.col-box a:hover{
	opacity: 1;
}
.green-txt {
    font-size: 18px;
    color: #319041;
    margin-bottom: 20px;
}
.non-border,
.non-border tr,
.non-border td {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.non-border .wi94 {
    width: 94px;
}
.non-border .wi80 {
    width: 80px;
}
.circle {
    color: #319041;
}
.red-txt {
    font-size: 14px;
    color: #FF0000;
    margin-top: -10px;
    margin-bottom: 40px;
}
.mb20 {
    margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
	
}

@media screen and (max-width: 767px) {
	.recruit-table th, .recruit-table td {
	padding-left:10px;
		padding-right:10px;
	}
	.recruit-table.sp-w100 th,.recruit-table.sp-w100 td{
		width: 100%;
		display: block;
	}
.mb30 {
    margin-bottom: 20px;
}
.tc-subtit {
    font-size: 16px;
    margin-bottom: 12px;
}
.box {
    margin-bottom: 40px;
}
.txt-box {
    width: 100%;
    margin-bottom: 20px;
}
.img-box {
    width: 100%;
}
.txt-box .btn02 {
    width: 100%;
}
.technicians-navi li.col-box {
    width: 100%;
    margin-bottom: 5px;
}
.green-txt {
    font-size: 16px;
    margin-bottom: 12px;
}
.non-border tr {
    display: block;
    margin: 0 0 1rem !important;
}
.red-txt {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
}
.indent-list {
    padding-left: 1em;
    text-indent: -1em;
}
}
