@charset "UTF-8";

.p-content{
	width: 1000px;
	margin: 0 auto;
}

.p-sub{
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 30px;
}

.p-btn{
	margin: 60px 0 0 0;
}


.p-3col-list{
	font-size: 0;
	width: 1000px;
	margin: 50px auto 0;
}

.p-3col-list-item{
	width: 312px;
	vertical-align: top;
	display: inline-block;
	background-color: #f9f9f9;
	border: 1px solid #d9d9d9;
	padding: 35px 7px;
}

.p-3col-list-item:not(:last-child){
	margin-right: 30px;
}

.p-3col-list-item-title{
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.08em;
	color: #2b6889;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.p-3col-list-item-title:before{
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	background-color: #2b6889;
}

.p-3col-list-item-content{
	padding: 0 35px;
}

.p-3col-list2 .p-3col-list-item{
	border: none;
}

.p-3col-list2 .p-3col-list-item-title{
	border-bottom: 1px solid #dedede;
}

.p-3col-list2 .p-3col-list-item-title:before{
	width: 0;
	height: 0;
}

.p-step-list{
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 40px 40px 40px;
}

.p-step-list-item{
	vertical-align: top;
}

.p-step-list-item:not(:last-child){
	background-image: url(/ssl/images/recruit/icn_step_arrow.png);
	background-repeat: no-repeat;
	background-position: 65px bottom;
	padding-bottom: 40px;
	margin-bottom: 25px;
}

.p-step-list-item-img{
	width: 160px;
	float: left;
	margin-right: 30px;
}

.p-step-list-item-content{
	width: 720px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
}

.p-service-list{
	text-align: center;
	font-size: 0;
}

.p-service-list li{
	display: inline-block;
}

.p-service-list li:not(:last-child){
	margin-right: 40px;
}

.p-flow-list{
	text-align: center;
	font-size: 0;
}

.p-flow-list li{
	display: inline-block;
}

.p-flow-list li:not(:first-child){
	background-image: url(/ssl/images/recruit/icn_step_arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 15px;
}


@media screen and (max-width: 767px) {
	.p-content{
		width: 100%;
	}

	.m-2col-half:first-child{
		margin-bottom: 15px;
	}
	.p-sub{
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 10px;
	}

	.p-btn{
		margin: 25px auto 0;
	}

	.p-btn a{
		background-size: 13px;
	}

	.p-3col-list{
		width: 100%;
		margin: 30px auto 0;
	}

	.p-3col-list-item{
		width: 100%;
		padding: 25px 40px;
	}

	.p-3col-list-item-content{
		padding: 0;
	}

	.p-3col-list-item:not(:last-child){
		margin-right: 0;
		margin-bottom: 20px;
	}

	.p-3col-list-item-title{
		font-size: 15px;
		font-size: 1.5rem;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.p-3col-list2 .p-3col-list-item{
		padding: 25px 20px;
	}

	.p-step-list{
		width: 100%;
		padding: 20px;
	}

	.p-step-list-item:not(:last-child){
		background-position: center bottom;
		padding-bottom: 30px;
	}

	.p-step-list-item-img{
		width: 60%;
		float: none;
		margin: 0 auto 15px;
	}

	.p-step-list-item-content{
		width: 100%;
		height: auto;
		display: block;
	}

	.p-service-list li{
		width: 200px;
	}

	.p-service-list li:not(:last-child){
		margin-right: 0;
		margin-bottom: 20px;
	}

	.p-flow-list li{
		width: 25%;
	}


	.p-flow-list li:not(:first-child){
		width: 30%;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 10px;
		padding-left: 5%;
		margin-left: 2%;
	}

}