.post-voice__others__list .experience-story__box {
	width: 48%;
	margin: 0 0 20px;
	box-sizing: border-box;
	padding: 20px 20px 28px 20px;
}

@media only screen and (max-width: 560px) {
.post-voice__others__list .experience-story__box {
	width: 100%;
	margin-bottom: 5.36vw;
}
}
.post-voice__others__list .experience__cate {
	margin-bottom: -21px;
	padding: 0 23px;
	margin-left: -20px;
}
.post-voice__others__list .experience-story__box__info {
	margin-bottom: 0;
}
.post-voice__others__list .experience__thumb {
	width: 150px;
	height: 150px;
	float: none;
	margin: 0 auto 10px;
}
.post-voice__others__list .experience__title {
	margin-bottom: 10px;
}
.post-voice__others__list .experience__bio {
	display: block;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
.post-voice__others__list .experience__bio p {
	display: inline-block;
	margin: 0 10px;
}
.post-voice__others__list .experience__bio p + p {
	margin-top: 0;
}

@media only screen and (max-width: 560px) {
	.post-voice__others__list .experience__thumb {
		width: 37.5vw;
		height: 37.5vw;
	}
.post-voice__others__list {
	padding-left: 3.57vw;
	padding-right: 3.57vw;
}
}
.post-voice__caseitem_result dl {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	background: #fff;
	position: relative;
	border-radius: 5px;
}
.post-voice__caseitem_result dl dt {
	line-height: 41px;
}
.post-voice__caseitem_result dl dd {
	padding: 21px 10px;
}
.post-voice__caseitem_result .list__before {
	width: 47%;
	position: relative;
	border: 1px solid #E9E9E9;
}
.post-voice__caseitem_result .list__before::after {
	content: "";
	background: url(../img/consultant/arrow.svg) no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 32px;
	position: absolute;
	top: 46px;
	right: -30px;
}
.post-voice__caseitem_result .list__before dt {
	background: #E9E9E9;
}
.post-voice__caseitem_result .list__after {
	width: 46%;
	border: 2px solid #004267;
}
.post-voice__caseitem_result .list__after dt {
	background: #004267;
	color: #fff;
}

.feature-jobs__item {
	margin-bottom: 10px;
}
.feature-jobs__item p {
	align-self: center;
}
.feature-jobs__item .feature-jobs__cate {
	font-size: 14px;
	color: #fff;
	padding: 11px 20px;
	line-height: 1;
	display: inline-block;
	background: #004267;
	border-radius: 5px;
	font-weight: 400;
	width: auto;
	margin-bottom: 10px;
}
.feature-jobs__item feature {
	height: 94px;
}


@media only screen and (max-width: 560px) {
	.post-voice__caseitem_result dl {
		font-size: 3.75vw;
		line-height: 1.6;
	}
	.post-voice__caseitem_result dl dt {
		line-height: 2.2;
	}
	.post-voice__caseitem_result dl dd {
		padding: 30px 14px;
	}
	.post-voice__caseitem_result .list__before {
		width: 48%;
	}
	.post-voice__caseitem_result .list__before::after {
		width: 2.679vw;
		height: 5.714vw;
		top: 40%;
		right: -3vw;
		z-index: 10;
	}

	.post-voice__caseitem_result .list__after {
		width: 48%;
	}

	.feature-jobs__item

	.feature-jobs__item {
		margin-bottom: 15px;
	}
	.feature-jobs__item .feature-jobs__cate {
		font-size: 20px;
		padding: 11px 20px;
		margin-bottom: 14px;
	}
	.feature-jobs__item feature {
		height: 110px;
	}
}