#staff-btnbox {
	max-width: 1140px;
	margin: 6em auto;
}
#staff-btnbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#staff-btnbox ul li {
	width: 50%;
	text-align: center;
}
#staff-btnbox ul li img {
	width: 100%;
	max-width: 340px;
}

#staff-way {
	max-width: 1140px;
	margin: 3em auto;
}
#staff-way ul li {
	box-sizing: border-box;
	margin: 0 0 3em;
	padding: 3em;
	background: #fcfaf6;
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;
}
#staff-way ul li .staff-way-photo {
	width: 35%;
}
#staff-way ul li .staff-way-photo img {
	width: 100%;
}
#staff-way ul li .staff-way-exp {
	width: 58%;
}
#staff-way ul li .staff-way-exp h4 {
	margin: 0 0 1.5em;
}
#staff-way ul li .staff-way-exp p {
	font-size: 108%;
	line-height: 1.5em;
}
#staff-way ul li .staff-way-exp p + p {
	margin-top: 1em;
}
#staff-way ul li .staff-way-exp .staff-way-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top:3em;
}
#staff-way ul li .staff-way-exp .staff-way-btn a {
	display: block;
	width: 45%;
	text-align: center;
}
#staff-way ul li .staff-way-exp .staff-way-btn a:nth-of-type(2) {
	margin-left: 1.5em;
}
#staff-way ul li .staff-way-exp .staff-way-btn a img {
	width: 100%;
	max-width: 240px!important;
}

.staff-box {
	max-width: 1140px;
	margin: 3em auto;
}
.mds1 {
	margin-bottom: 2em!important;
}
.staff-box .staff-box-exp {
	margin: 0 auto 2em;
}
.staff-box .staff-box-exp p {
	font-size: 108%;
}
.staff-box .staff-box-exp p + p {
	margin-top: 1em!important;
}

.staff-box .inboundmerit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff-box .inboundmerit .inboundmerit-txt {
	width: 55%;
}
.staff-box .inboundmerit .inboundmerit-photo {
	width: 35%;
}

.staff-box #guide-chart {
	margin: 0 auto 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.staff-box #guide-chart .chart-box {
	width: 11%;
	text-align: center;
	font-weight: bold;
	background: #c9636f;
}
.staff-box #guide-chart .chart-box h5 {
	color: #c9636f;
	font-size: 150%;
	background: #fff;
}
.staff-box #guide-chart .chart-box p {
	padding: .3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: 150%;
	line-height: 1.2em;
	background: #c9636f;
}
.staff-box #guide-chart .icon-bus {
	width: 6%;
	max-width: 74px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.staff-box #guide-chart .icon-bus img {
	width: 100%;
}

.staff-box #guide-flow {
	margin: 0 auto 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.staff-box #guide-flow .flow-box {
	width: 18%;
	text-align: center;
	background: #f0f0f0;
}
.staff-box #guide-flow .flow-box h5 {
	color: #fff;
	font-size: 118%;
	background: #fff;
	background: #c9636f;
	padding: .3em;
}
.staff-box #guide-flow .flow-box p {
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333;
	font-size: 108%;
	line-height: 1.5em;
	text-align:left;
	background: #f0f0f0;
}
.staff-box #guide-flow .icon-arrow {
	width: 1.8%;
	max-width: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.staff-box #guide-flow .icon-arrow img {
	width: 100%;
}

.staff-box .btn-box {
	margin: 4em auto 6em;
	text-align: center;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.staff-box .btn-box li {
    width: 50%;
}
.staff-box .btn-box a {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 320px;
	text-align: center;
	font-size: 128%;
	font-weight: bold;
	text-decoration: none;
	padding : .8em;
	color: #c9636f;
	border: 2px solid #c9636f;
	background: #fff;
}
.staff-box .btn-box a:after {
    content: "\f0a9";
    font-family: FontAwesome;
    font-weight: normal;
    margin-left: 1.2em;
}
.staff-box .btn-box a:hover {
	background: #c9636f;
	color: #fff;
}
#staff-news h4 {
	margin-top: 2em;
	padding: 0 1.5em;
	box-sizing: border-box;
	border-bottom: 2px solid #c9636f;
	font-size: 198%;
	color: #c9636f;
	width: fit-content;
}

@media (max-width: 767px) {
	
	#staff-mainimage {
		margin: 1em;
	}
	
	#staff-btnbox ul li {
		width: 80%;
		text-align: center;
		margin: 0 auto 2em;
	}
	
	#staff-way ul li {
		padding: 2em;
	}	
	#staff-way ul li .staff-way-photo {
		width: 100%;
	}
	#staff-way ul li .staff-way-exp {
		width: 100%;
	}
	#staff-way ul li .staff-way-exp h4 {
		margin: 1.5em auto;
	}
	#staff-way ul li .staff-way-exp p {
		font-size: 108%;
		line-height: 1.5em;
	}
	#staff-way ul li .staff-way-exp .staff-way-btn {
		justify-content: center;
	}
	#staff-way ul li .staff-way-exp .staff-way-btn a {
		display: block;
		width: 85%;
	}
	#staff-way ul li .staff-way-exp .staff-way-btn a:nth-of-type(2) {
		margin: 1em 0 0;
	}
	.staff-box {
		width: 95%;
	}
	.staff-box .staff-box-exp p {
		font-size: 108%;
		line-height: 1.5em;
	}
	
	.staff-box .staff-box-exp .inboundmerit {
	justify-content: center;
	}
	.staff-box .inboundmerit .inboundmerit-txt {
		width: 95%;
		margin: 0 auto;
	}
	.staff-box .inboundmerit .inboundmerit-photo {
		width: 95%;
		margin: 2em auto 0;
	}
	.staff-box .inboundmerit .inboundmerit-photo img {
		width: 100%;
	}
	
	.staff-box #guide-chart {
		width: 80%;
	}
	.staff-box #guide-chart .chart-box {
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}
	.staff-box #guide-chart .icon-bus {
		width: 100%;
		margin: 0 auto;
	}
	
	.staff-box #guide-flow {
		width: 90%;
	}
	.staff-box #guide-flow .flow-box {
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}
	.staff-box #guide-flow .icon-arrow {
		width: 100%;
		max-width: 30px;
		margin: 0 auto;
	}
    .staff-box .btn-box li {
    width: 100%;
        margin-bottom: 1em;
}
	
}