@charset "UTF-8";
/*** work ***/
.table01-wrap table{
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	margin-bottom: 60px;
}
.table01-wrap table th{	
	font-weight: bold;
}
.table01-wrap th{
	width: 25%;
	background-color: #f0f0f0;
	color: #333;
}
.table01-wrap th, .table01-wrap td{
	border: solid 1px #ccc;
	padding: 10px 2px;
	text-align: center;
}
.bg-lb{
	background-color: #e7f3f9;
	text-align: left !important;
	padding-left: 15px !important;
}
.p-sys-h{
	font-size:28px;
	font-weight: bold;
	padding: 9px 0 9px 7px;
	margin-bottom: 17px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	/*** work SP ***/
	.table01-wrap table{
		font-size: 12px;
		margin-bottom: 40px;
	}
	.bg-lb{
		padding-left: 10px !important;
	}
	.table01-wrap table br{display: none;}
	.p-sys-h{
		font-size:20px;
		padding: 10px 0 10px 7px;
		margin-bottom: 15px;
	}
}
/**regular**/
.p-sys-reg{
	width: 100%;
	display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;
	margin-bottom: 25px;
}
.p-sys-reg dl{
	width: 483px;
	border: 1px solid #ebc7c7;
	padding: 32px 15px 35px 30px;
}
.p-sys-reg .ico-new{
	display: inline-block;
	background-color: #a62121;
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	margin-right: 10px;
	vertical-align: middle;
}
.p-sys-reg dt{
	color: #a62121;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.p-sys-reg dd{
	line-height: 1.7;
}
.p-sys-reg_balance{
	border: 1px solid #ccc;
	padding: 30px 13px 15px 13px;
	margin-top: 50px;
}
.p-sys-reg_balance h4{
	text-align: center;
	font-size:20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.p-sys-reg_balance h5{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #a62121;
}
.p-sys-reg_balance .balance_in{
	width: 100%;
	display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;
}
.p-sys-reg_balance .balance_in div{
	width: 318px;
	padding: 40px;
	background: url(/jobfind-pc/original/images/common/bg_slate.png) repeat;
}
.p-sys-reg_balance .balance_in div p{
	line-height: 2.0;
}
.p-sys-offer{
	color: #e40d0d;
	margin: 15px 0 0 0;
}
.p-sys-offer dt{
	font-weight: bold;
	margin-bottom: 5px;
}
.p-sys-offer dd{
	line-height: 1.8;
}
.mark-y{
	background-color: #ffffcc;
}
.p-sys-btn_job a{
	position: relative;
	width: 100%;
	background-color: #2e2e2e;
	color: #fff;
	text-align: center;
	display: block;
	font-size:22px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 27px 0;
}
.p-sys-btn_job a::after{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-radius: 1px;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 40%;
	right:30px;
	width: 10px;
	height: 10px;
}
.btn_job2{
	width: 100%;
	display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;
}
.btn_job2 li{
	width: 492px;
}

@media screen and (max-width: 768px) {
	/**regular SP**/
	.p-sys-reg{
		display: block;
		margin-bottom: 25px;
	}
	.p-sys-reg dl{
		width: 100%;
		padding: 3.5% 5%;
		margin-bottom: 10px;
	}
	.p-sys-reg dt{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.p-sys-reg dd br{display: none;}
	.p-sys-reg_balance{
		padding: 4% 2.5% 3% 2.5%;
		margin-top: 30px;
	}
	.p-sys-reg_balance h4{
		font-size:16px;
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.p-sys-reg_balance h5{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.p-sys-reg_balance .balance_in{
		display: block;
	}
	.p-sys-reg_balance .balance_in div{
		width: 100%;
		padding: 5% 5%;
		margin-top: 3%;
	}
	.p-sys-reg_balance .balance_in div p{
		line-height: 1.8;
	}
	.p-sys-btn_job a{
		font-size:15px;
		padding: 20px 0;
	}
	.p-sys-btn_job a::after{right:5%;}
	.btn_job2{display: block;}
	.btn_job2 li{width: 100%; margin-bottom: 10px;}
	#unq{padding-bottom: 20px !important;}
}
/**training**/
.p-sys-training_in{
	width: 100%;
	padding: 28px 20px 28px 27px;
	background-color: #fff;
	margin-bottom: 10px;
	line-height: 1.8;
}
.p-sys-training_in dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.p0{padding: 0;}
.p-sys-wel{
	width: 100%;
	display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.p-sys-wel_in{
	width: 320px;
	background-color: #f6e7e7;
	padding: 55px 5px 55px 5px;
	margin-bottom: 20px;
}
.p-sys-wel_in h3{
	color: #a62121;
	font-size:22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.p-sys-wel_p{
	text-align: center;
	margin: 0 auto 30px auto;
	min-height: 94px;
}
.p-sys-wel_in p{
	font-size:15px;
}
.p-sys-wel_in .u-lead01{
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.txt13{font-size:13px;}
.wel02 .p-sys-wel_p{padding-top: 3px;}
.wel03 .p-sys-wel_p{padding-top: 6px;}
.wel05 .p-sys-wel_p{padding-top: 2px;}
.wel06 .p-sys-wel_p{padding-top: 10px;}
.p-sys-wel_aten{
	color: #990000;
	width: 500px;
	margin-left:500px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	/**training SP**/
	.c-tl-s{line-height: 1.6;}
	.p-sys-training_in{padding: 4% 3% 4% 5%;}
	.p-sys-training_in dt{font-size: 16px;}
	.p-sys-wel_in{
		width: 49%;
		padding: 5% 0;
		margin-bottom: 10px;
	}
	.p-sys-wel_in h3{
		font-size:15px;
		margin-bottom: 15px;
	}
	.p-sys-wel_p{
		width: 40%;
		margin: 0 auto 15px auto;
		min-height: auto;
	}
	.p-sys-wel_in .u-lead01{
	width: 80%;}
	.p-sys-wel_in p{font-size:12px; margin: 0 3% 0 8%}
	.p-sys-wel_in p br{display: none;}
	.txt13{font-size:10px;}
	.wel01 .p-sys-wel_p{width: 60%}
	.wel02 .p-sys-wel_p{padding-top: 3%;}
	.wel03 .p-sys-wel_p{padding-top: 6px;}
	.wel05 .p-sys-wel_p{padding-top: 2px;}
	.wel06 .p-sys-wel_p{padding-top: 2px;}
	.p-sys-wel_aten{
		width: 100%;
		margin-left:0;
	}
}

/*-----------------------------------*/
/*正社員の働き方>エキスパートコースの「NEW」アイコンを非表示*/
.p-sys-reg .ico-new {
    display: none;
}

/*福利厚生*/
.p-sys-wel_aten {
    width: 100%;
    max-width: 1000px;
    margin-left: 0;
		text-align: right;
}
