@charset "UTF-8";
   
/* ----------------------------------------------------------------recruit */  

.box_rec {
	margin-bottom: 5em;
	img {
		width: 100%;
	}
	.img_catch {
		margin-bottom: 1em;
	}
	.cate {
		font-weight: bold;
	}
	h4 {
		font-size: 20px;
		font-weight: bold;
		line-height:1.2;
		text-align:left;
		padding: 0 10px 10px;
		margin-bottom: 15px;
		margin-left:-10px;
		margin-right:-10px;
		border-bottom:solid 2px #aad67e;
		box-shadow:0 1px 0 rgba(170,214,126,0.4);
	}
	.img_rec {
		margin-bottom: 2em;
	}
	.txt {
		margin: 0 0 2em 0 ;
	}
	.box_cta {
		background: #d1d1d1;
		padding: 1em 2em;
		margin-bottom: 2em;
		span {
			font-weight: bold;
			a {
				color: #000;
			}
		}
	}
	ul {
		margin-bottom: 2em;
		li {
			margin-bottom: 1em;
			.st {
				font-weight: bold;
			}
			.txt_li {
				text-indent: 1em;
			}
		}
	}
}

.txt_staff {

}