  @charset "utf-8";
/* ----採用情報 - 新卒採用 - 募集要項---- */

/* ----テーブル共通---- */

table {
	margin-bottom: 80px;
}

table tr {
	font-size: 16px;
	border: 3px solid #fff;
}

table tr th {
	position: relative;
	letter-spacing: 5px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	padding: 17px 0px;
	background-color: #f8f9fb;
	border-right: 3px solid #fff;
	color: #333;
	line-height: 150%;
}

table tr th::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 150px;
	height: 1px;
	border-bottom: 1px solid #cfcfcf;
}

table tr td {
	position: relative;
	letter-spacing: 1px;
	line-height: 150%;
	padding: 17px;
}

table tr td::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #cfcfcf;
}
table tr td .link {
  margin-top: 10px;
  text-align: right;
}

/* ----募集要項テーブル---- */

#recruitment tr td ul {
	list-style: none;
}

#recruitment tr td ul li {
	clear: both;
	margin-bottom: 10px;
	display: grid;
	justify-content: space-around;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}


#pfmSchool {
	letter-spacing: 0px;
}

#pfmSchool dl dt {
	float: left;
	font-size: 14px;
	width: 70px;
	margin-bottom: 10px;
    clear:right;
}

#pfmSchool dl dd {
	float:right;
	font-size: 13px;
	width: 455px;
	margin-bottom: 10px;
}
/*
#pfmSchool dl dt:after {
    content: "";
    display: block;
    clear: both;
}*/

#contact {
	font-size: 13px;
}

#contact img {
	vertical-align: middle;
}

.Housing_allowance {
	font-size: 10px;
}

/* ----採用までの流れテーブル---- */

#flowT tr td div {
	text-align: center;
	width: fit-content;
	margin: 10px 0px;
}
#flowT tr td div.nm-top {
	margin: 0px 0px 10px 0px;
}

/* ----エントリーはこちら---- */

#forEntry {
	position: static !important;
	font-size: 21px !important;
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
	background-color: #fff !important;
	border: none !important;
	color: #333;
}

#forEntry span {
	margin: 0px 20px;
	color: #f19716;
}

.extraLink{
    color: #ed7f1e;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ed7f1e;
    margin-top: 1em;
    font-weight: 600;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	table {
		margin-bottom: 40px;
		width: 100%;
	}
	table tr th,
	table tr td {
		font-size: 12px;
		line-height: 150%;
		padding: 10px;
		vertical-align: top;
		text-align: left;
		letter-spacing: 0;
	}
	table tr th {
		width: 30%;
	}
	table tr td {
		width:70%;
	}
	#pfmSchool dl dd {
		width: 100%;
	}
	#recruitment tr td ul li {
		width: 100%;
		gap: 10px;
	}
	#recruitment tr td ul li span {
		text-align: right;
	}
	#pfmSchool dl dt {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
	}
	.Housing_allowance {
		font-size: 12px;
	}	
}



