/* ---------------------------------------------------------
	CSS Document for_worker pc
--------------------------------------------------------- */
@media screen and (min-width: 641px) {
.for_worker .swiper-button-prev,
.for_worker .swiper-button-next {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	margin-top: -24px;
}

.for_worker .swiper-button-next {
	background-image: url(/include/images/swiper-button.png);
}

.for_worker .swiper-button-prev {
	background-image: url(/include/images/swiper-button.png);
	transform: scale(-1, 1); /* E] */
}

.for_worker {
	width:100%;
	background:#eeeeee;
	margin-bottom:-60px;
	padding:40px 0 60px;
	text-align:left
}

.for_worker h5 {
	display: flex;
	width:1000px;
	margin:0 auto 30px;
	align-items: center;
	font-size:18px;
	font-weight:normal;
}

.for_worker h5:before, .for_worker h5:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #8b88bb;
	display: block;
}

.for_worker h5:before {
	margin-right: 20px;
}

.for_worker h5:after {
	margin-left: 20px;
}

.for_worker .swiper-container {
	width:1012px;
	margin:auto;
}

.for_worker ul {
	width:1000px;
	margin:0 auto 40px;
}

.for_worker ul li {
	display:inline-block;
	vertical-align:top;
	background:#fff;
	width:490px;
	padding:25px;
	border:3px solid #ccc;
	font-size:15px;
	line-height:23px;
}

.for_worker ul li:first-child{
	margin-right:20px
}

.for_worker ul li a {
	display:block;
	margin-bottom:10px;
	line-height:25px;
	font-weight:bold
}

.for_worker ul li img {
	float:left;
	margin-right:25px
}

.for_worker .swiper-slide p{
	background:#fff;
	border-left:7px solid #c0c0c0;
	padding:12px;
	font-size:13px;
	line-height:20px;
	min-height:250px;
	margin:0 6px
}

.for_worker .swiper-slide img {
	float:left;
	margin-bottom:120px;
	margin-right:12px;
}

.for_worker .swiper-slide a{
	display:block;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
	font-weight:bold
}
}

/* ---------------------------------------------------------
	CSS Document for_worker sp
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
.for_worker .swiper-button-prev,
.for_worker .swiper-button-next {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	margin-top: -30px;
}

.for_worker .swiper-button-next {
	background-image: url(/include/images/swiper-button.png);
}

.for_worker .swiper-button-prev {
	background-image: url(/include/images/swiper-button.png);
	transform: scale(-1, 1); /* E] */
}

.for_worker {
	width:100%;
	background:#eeeeee;
	padding:5% 0;
	margin-bottom:-5%;
	text-align:left
}

.for_worker h5 {
	display: flex;
	width:96%;;
	margin:0 auto 3%;
	align-items: center;
	font-size:15px;
	font-weight:normal;
}

.for_worker h5:before, .for_worker h5:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #8b88bb;
	display: block;
}

.for_worker h5:before {
	margin-right: 10px;
}

.for_worker h5:after {
	margin-left: 10px;
}

.for_worker .swiper-container {
	width:100%;
	margin:auto;
}

.for_worker ul {
	margin:0 auto 5%;
}

.for_worker ul li {
	min-height:198px;
	background:#fff;
	padding:3%;
	border:3px solid #ccc;
	font-size:15px;
	line-height:23px;
	margin:0 2% 3%
}

.for_worker ul li a {
	display:block;
	margin-bottom:10px;
	line-height:25px;
	font-weight:bold
}

.for_worker ul li img {
	margin-right:3%;
	float:left
}

.for_worker .swiper-slide p{
	background:#fff;
	border-left:7px solid #c0c0c0;
	margin:0 2%;
	padding:12px 35px;
	font-size:13px;
}

.for_worker .swiper-slide img {
	float:left;
	margin-right:12px;
}

.for_worker .swiper-slide a{
	display:block;
	font-size:15px;
	margin-bottom:5px;
}

.for_worker .clearfix:after{
	content: "";
	clear: both;
	display: block;
}
}