.banner.banner_staff {
	background: url(../img/people/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.people_page {
	margin-top: -20px;
}
.people_page .staff_list {
	background-size:cover;
	padding-left:0;
	padding-bottom:80px;
}
.staff_list ul li {
	width: 24.625%;
	margin-left: 0.5%;
}
.staff_list ul li img {
	width: 100%;
}
.staff_list ul li:first-child {
	margin-left: 0;
}
.staff_list ul {
	padding-top: 50px;
}
.staff_list ul li .txt .title:after {
	display: none;
}

.staff_list ul li .txt .desc:after {
	display: none;
}
.staff_list ul li .txt .title:before {
	background-size: auto 100%;
	height: 38px;
}
.staff_list ul li .txt .desc:before {
	background-size: auto 100%;
	height: 38px;
}
.staff_list .message .title {
	font-size: 35px;
	font-weight: bold;
	margin-top: 0;
	color: #639DE5;
	letter-spacing: 0.1em;
}
.staff_list .message .desc {
	font-size: 18px;
	color: #222222;
	margin-top: 23px;
}

#main .bot_img {
	margin-top: 87px;
	margin-bottom: 150px;
}
#main .foo_sec {
	position: relative;
	display: block;
	
}
#main .foo_sec .button {
	background: #639DE5;
	width: 367px;
	height: 75px;
	line-height: 75px;
	color: #FFFFFF;
	font-size: 25px;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 170px;
	left: 0;
	right: 0;
	font-family: "FOT-TsukuGo Pro B";
}

.staff_list ul li .txt .title {
	margin-left: 0;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
}
.staff_list ul li .txt .desc {
	margin-left: 0;
	font-size: 26px;
	height: 38px;
	line-height: 38px;
}

@media (max-width: 640px) {
	.banner.banner_staff {
		background: url(../img/people/banner_sm.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	/*STAFF_LIST*/
	.people_page {
		margin-top: 0;
	}
	.staff_list ul {
		padding-top: 0;
	}
	.staff_list {
		background: none;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.staff_list ul li:first-child {
		margin-left: 0;
	}
	.staff_list ul li {
		float: left;
		width: 50%;
		margin-left: 0;
		position: relative;
	}
	.staff_list ul li .txt {
		bottom: 0.41667em;
	}
	.staff_list ul li .txt .title:before {
		background: url(../img/top/bg_txt_staff02.png) no-repeat;
		background-position: right top;
		background-size: auto 100%;
		height: 2.1111em;
		width: 6px;
		right: -6px;
		content: " ";
		position: absolute;
	}
	.staff_list ul li .txt .title:after {
		display: none;
	}
	.staff_list ul li .txt .desc:before {
		background: url(../img/top/bg_txt_staff03.png) no-repeat;
		background-size: auto 100%;
		background-position: right top;
		height: 1.4615em;
		width: 6px;
		right: -6px;
		content: " ";
		position: absolute;
	}
	.staff_list ul li .txt .desc:after {
		display: none;
	}
	.staff_list ul li .txt .title {
		background: #639DE5;
		font-size: 0.75em;
		height: 2.1111em;
		line-height: 2.1111em;
		margin-left: 0;
		padding: 0 1em 0 0.6667em;
	}
	.staff_list ul li .txt .desc {
		font-size: 1.0833em;
		height: 1.4615em;
		line-height: 1.4615em;
		margin-top: 3px;
		position: relative;
		margin-left: 0;
		padding: 0 0.692em 0 0.4615em;
		display: table;
	}
	.staff_list .message {
		padding-bottom: 7.45%;
	}
	.staff_list .message .title {
	font-size: 1.875em;
	margin-top: 0;
	color: #639DE5;
	}
	.staff_list .message .desc {
		font-size: 1em;
		color: #222222;
		line-height: 1.5em;
		margin-top: 3.125%;
	}

	.bot_img .container {
		padding: 0;
	}
	#main .bot_img {
		margin-top: 15.625%;
		margin-bottom: 31.25%;
	}
	#main .foo_sec .button {
		width: 57.1875%;
		line-height: 3em;
		height: 3em;
		margin: 0 auto;
		background: #639DE5;
		font-size: 1.0416em;
		bottom: 19.013%;
	}

}
