@charset "UTF-8";


h2,h3,h4{
	font-weight: 600;
}
.txt{
	text-indent:1em;
	line-height: 2.6rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.txt{
		text-indent:1em;
		line-height: 2.1rem;
		margin-bottom: 15px;
	}
}
/*-----------------------------------

	side

-----------------------------------*/
#side{
    top: 60px;
}
/*-----------------------------------

	faq_list

-----------------------------------*/
.staff_list{
	padding: 40px 0;
}
.staff_list section{
	margin-top: 30px;
}
.staff_list section h4.h_line{
	margin-bottom: 10px;
}
.namebox{
	width: 470px;
	text-align:center;
	background:#fff;
	margin-top: 30px;
	padding: 40px 20px;
	border-radius: 10px;
	box-sizing:border-box;
}
.namebox span{
	font-size: 24px;
	display:inline-block;
	padding-left: 10px;
}
.namebox .txt{
	line-height:2.1rem;
	text-indent:inherit;
	margin: 10px 0 0;
}
.staff_detail{
	margin-top: 20px;
}
.staff_detail .left{
	width: 43%;
	text-align:center;
	margin-top: 0;
}
.staff_detail .right{
	width: 55%;
	text-align:center;
	margin-top: 0;
}
.staff_detail .txt{
	background:#fff;
	text-indent:inherit;
	margin:0;
	padding: 10px 10px;
	border-radius: 10px;
}
.staff_detail h4{
	text-align:center;
	color:#fff;
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 20px;
	border-radius: 10px;
}
.staff_detail .left h4{
	background:#87b360;
}
.staff_detail .right h4{
	background:#f39801;
}
.staff_photo{
	margin-top: 30px;
}
.staff_photo li{
	float: left;
}
.staff_photo li:first-child{
	margin-right: 20px;
}
@media screen and (max-width: 1000px) {
	.staff_name .img{
		width: 30%;
	}
	.namebox{
		width: 65%;
		margin-top: 30px;
		padding: 20px 2.5%;
	}
	.staff_photo li{
		width: 49%;
	}
	.staff_photo li:first-child{
		margin-right: 2%;
	}
}
@media screen and (max-width: 640px) {
	.staff_name .img{
		width: 60%;
		float: none !important;
		margin: 0 auto;
	}
	.namebox{
		width: 90%;
		float:none !important;
		margin: 10px auto 0;
		padding: 20px 2.5%;
	}
	.namebox span {
		font-size: 18px;
	}
	.staff_detail .left {
		width:100%;
		text-align: center;
		margin-top: 0;
	}
	.staff_detail .right {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.staff_detail .txt{
	    width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
	}
}






