/* h2見出し */
.page_title {
	background-image: url("../img/bg_h2_recruit.jpg");
}
.w100 {
	width: 100%;
}
.step {
	display: flex;
}
.step li {
	background-color: #f2f2f2;
	border: 1px solid #339900;
	color: #339900;
	font-weight: bold;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    text-decoration: none;
    font-size: 18px;
	line-height: 27px;
}
.step li:nth-child(-n+3)::before, .step li:nth-child(-n+3)::after {
	position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.step li:nth-child(-n+3)::before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #55aa22;
}
.step li:nth-child(-n+3)::after {
    box-sizing: border-box;
}
@media print,screen and (min-width:768px){ /* PC表示 */
	.descri_tbl th {
		width: 120px;
		height: auto;
	}
	.step li {
		width: 200px;
		height: 100px;
	}
	.step li + li {
		margin-left: 50px;
	}
	.step li:nth-child(-n+3)::before, .step li:nth-child(-n+3)::after {
		top: 0;
		bottom: 0;
	}
	.step li:nth-child(-n+3)::before {
		right: -40px;
	}
	.step li:nth-child(-n+3)::after {
		right: -45px;
		width: 15px;
		height: 5px;
		border: 10px solid transparent;
		border-left: 15px solid #fff;
	}
}
@media only screen and (max-width:767px){ /* スマホ表示 */
	.descri_tbl th {
		width: 80px;
		height: auto;
	}
	.step {
		flex-direction: column;
		text-align: center;
	}
	.step li {
		width: 100%;
		height: 80px;
	}
	.step li + li {
		margin-top: 50px;
	}
	.step li:nth-child(-n+3)::before, .step li:nth-child(-n+3)::after {
		top: 0;
	}
	.step li:nth-child(-n+3)::before {
		right: calc(50% - 15px);
		bottom: -130px;
	}
	.step li:nth-child(-n+3)::after {
		right: calc(50% - 10px);
		bottom: -142px;
		width: 15px;
		height: 5px;
		border: 10px solid transparent;
		border-top: 15px solid #fff;
	}
	.descri_tbl {
		width: 100%;
	}
}
@media only screen and (min-width:768px) and (max-width:767px){
}

