@charset "utf-8";

/* ***********************************************************
 * staff-list
 * *********************************************************** */
#l-article .staff-list li {
	border: solid 1px #bbb;
	-webkit-box-shadow: 2px 2px 10px #eee;
	-moz-box-shadow: 2px 2px 10px #eee;
	box-shadow: 2px 2px 10px #eee;
	behavior: url(/PIE.htc);
    /*width: 50%; 偶数カラムの場合復旧させる*/
	/*width: 33.3%;*/
}
.staff-list li a {
	color: #333;
	display: block;
	background: #fff;
	text-decoration: none;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.staff-list li a:hover {
	background: #f6f6f6;
}
#l-article .staff-list li p {
	margin-bottom: 0;
}
.staff-list li figure {
	width: 44%;
	margin: 0;
	float: left;
}
.staff-list li img {
	vertical-align: top;
}
.staff-list .staff-list-body {
	width: 56%;
	float: right;
	padding: 13px 10px;
	line-height: 1.3;
}
.staff-list .staff-list-body span {
	display: block;
}
.staff-list .staff-list-body .staff-name {
	font-size: 143%;
	font-weight: bold;
}
.staff-list .staff-list-body .staff-joine {
	font-size: 88%;
	border-top: solid 1px #bbb;
	padding-top: .4em;
	margin-top: .4em;
	margin-bottom: 0;
}


.recruit-main .profile {
	color: #fff;
	background: #008145;
	position: relative;
	line-height: 1.3;
}
.recruit-main .profile-body {
	float: left;
	padding-left: 30px;
	padding-top: 45px;
}
#l-article .recruit-main .profile p {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 108%;
}
.recruit-main .profile-pict {
	padding: 15px;
	width: 190px;
	background: #036f3d;
	float: left;
}
/*
.recruit-main .profile-pict {
	position: absolute;
	left: -40px;
	top: -56px;
}
*/
.recruit-main .profile-name {
	display: block;
	padding: 3px 0;
	font-weight: normal;
	margin-bottom: 3px;
}
.recruit-main .profile-name .name-ja {
	font-size: 210%;
	font-weight: bold;
	margin-right: 20px;
	letter-spacing: .2em;
	margin-bottom: 2px;
}
.recruit-main .profile-name .neme-en {

}
.title-message {
	color: #036f3d;
	font-size: 138.5%;
	position: relative;
	width: 50%;
	margin-bottom: .75em;
	margin-top: 20px;
	line-height: 1.3;
}
.title-message:after {
	position: absolute;
	left: -2%;
	bottom: -2px;
	content: "";
	display: inline-block;
	background: #fffcac;
	width: 102%;
	height: 13px;
	z-index: -1;
}
.entry_wrap{
	text-align: center;
    margin-top: 40px;
}
.entry_wrap .entry_title{
    font-size: 20px;
    font-weight: bold;
}
.entry_wrap .entry_text{
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#l-article .staff-list li {
		margin-bottom: 8px;
        width: 100%;/*220513**/
	}
	.staff-list li a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.staff-list li figure {
		width: 150px;
		margin: 0;
		float: none;
	}
	.staff-list .staff-list-body {
		width: 100%;
		float: none;
		padding: 0 15px;
		line-height: 1.3;
	}
	.staff-list .staff-list-body .staff-joine {
		padding-top: .4em;
		margin-top: .4em;
	}

	/*
	.recruit-main .profile {
		color: #fff;
		background: #036f3d;
		position: relative;
		line-height: 1.3;
		padding: 0 0 12px;
		text-align: center;
	}
	#l-article .recruit-main .profile p {
		margin-bottom: 0;
	}
	.recruit-main .profile-pict {
		position: relative;
		left: 0;
		top: -50px;
		width: 140px;
		margin: 0 auto -45px;
	}
	.recruit-main .profile-name {
		display: block;
		padding: 3px 0;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.recruit-main .profile-name span {
		font-size: 153.9%;
		display: block;
		margin-right: 0;
		margin-bottom: .1em;
	}
	*/
	.recruit-main .profile {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#l-article .recruit-main .profile p {
		font-size: 12px;
	}
	.recruit-main .profile-name {
		display: block;
		padding: 3px 0;
		font-weight: normal;
		margin-bottom: 3px;
	}
	.recruit-main .profile-name .font-en {
		font-size: 9px;
	}
	.recruit-main .profile-name .name-ja {
		font-size: 20px;
		margin-right: 0;
		letter-spacing: .1em;
		margin-bottom: 0;
		display: block;
	}

	.recruit-main .profile-body {
		width: 65%;
		float: none;
		padding-left: 20px;
		padding-top: 0;
	}

	.recruit-main .profile-pict {
		padding: 10px;
		width: 35%;
		float: none;
	}



	.title-message {
		font-size: 123.1%;
		width: 100%;
		margin-bottom: .7em;
	}

	.entry_wrap .entry_text{
		text-align: left;
		width: 78%;
		margin: 0 auto 20px;
	}
}