@charset "utf-8";

/*--------------------------------------------
インターンシップ併願対応表 2025/5
--------------------------------------------*/
#intern_top .itsp_multiple {
	background: #F7FAFB;
}

#intern_top .itsp_multiple ul.rule li {
	padding: 0 0 0 1em;
	line-height: 1.4;
	position: relative;
}

#intern_top .itsp_multiple ul.rule li::before {
	content: "";
	display: block;
	position: absolute;
	background: #666666;
	/* border-radius: 50%; */
	left: 0;
	top: 0.5em;
}

/*表table*/
#intern_top table.tb_multiple {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

/*table th*/
#intern_top .tb_multiple th p {
	display: block;
	font-weight: bold;
	line-height: 1.4;
}

#intern_top .tb_multiple th li {
	line-height: 1.4;
	position: relative;
	text-align: left;
	font-weight: normal;
}

#intern_top .itsp_multiple thead th {
	vertical-align: top;
	border: 1px solid #757575;
	position: relative;
}

#intern_top .itsp_multiple thead th.dep_bus {
	background: #bde7f1;
}

#intern_top .itsp_multiple thead th.dep_tdx {
	background: #bde7f1;
}

#intern_top .itsp_multiple thead th.dep_rdp {
	background: #bde7f1;
}

#intern_top .itsp_multiple thead th.dep_npa {
	background: #bde7f1;
}

#intern_top .itsp_multiple thead th li::before {
	content: "";
	display: block;
	position: absolute;
	background: #666;
}

#intern_top .itsp_multiple tbody th {
	vertical-align: top;
	border-top: 1px solid #F7FAFB;
	position: relative;
	color: #fff;
}

#intern_top .itsp_multiple tbody th.dep_bus {
	border-top: 1px solid #46843E;
	background: #4578BA;
	vertical-align: middle;
}

#intern_top .itsp_multiple tbody th.dep_tdx {
	background: #D23778;
	vertical-align: middle;
}

#intern_top .itsp_multiple tbody th.dep_rdp {
	border-bottom: 1px solid #46843E;
	background: #46843E;
	vertical-align: middle;
}

#intern_top .itsp_multiple tbody th li::before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
}

#intern_top .itsp_multiple td {
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: 1px solid #757575;
}

#intern_top .itsp_multiple .department th:first-child {
	border: none;
	background: none;
}

/*斜線*/
#intern_top .itsp_multiple td:empty {
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #949494 50%, #949494 calc(50% + 0.5px), transparent calc(50% + 1px))
}


/*table td*/
#intern_top .tb_multiple td ul.notes {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;

}

#intern_top .tb_multiple td .notes li {
	display: block;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {

	/*--------------------------------------------
インターンシップ併願対応表 PC
--------------------------------------------*/
	#intern_top .itsp_multiple ul.rule {
		width: fit-content;
		margin: 0 auto;
	}

	#intern_top .itsp_multiple ul.rule li {
		font-size: 16px;
		font-weight: bold;
		max-width: 700px;
	}

	#intern_top .itsp_multiple ul.rule li span.s_txt {
		font-weight: normal;
	}

	#intern_top .itsp_multiple ul.rule li::before {
		width: 8px;
		height: 8px;
	}

	#intern_top .itsp_multiple ul.rule li+li {
		margin: 5px 0 0;
	}

	/*表table*/
	#intern_top .itsp_multiple .scroll-hint {
		display: none;
	}

	#intern_top .itsp_multiple table.tb_multiple {
		margin: 30px 0 10px;
	}

	#intern_top .tb_multiple .wa {
		width: 19%;
	}

	#intern_top .tb_multiple .wb {
		width: 33%;
	}

	#intern_top .tb_multiple .wc {
		width: 15%;
	}

	#intern_top .tb_multiple .wd {
		width: 24%;
	}

	#intern_top .tb_multiple .we {
		width: 24%;
	}

	/*table th 上*/
	#intern_top .tb_multiple thead th {
		padding: 10px 15px;
	}

	#intern_top .tb_multiple thead th p {
		font-size: 16px;
		text-align: center;
	}

	#intern_top .tb_multiple thead th ul {
		padding: 5px 0;
	}

	/*table th 左*/
	#intern_top .tb_multiple tbody th {
		padding: 5px 0;
	}

	#intern_top .tb_multiple tbody th p {
		text-align: left;
		font-size: 16px;
		padding: 6px 15px 0;
	}

	#intern_top .tb_multiple tbody th ul {
		padding: 5px 0 5px 10px;
	}

	#intern_top .tb_multiple tbody th li {
		font-size: 15px;
	}

	#intern_top .tb_multiple tbody th .schedule {
		display: block;
		font-size: 13px;
		line-height: 1.4;
	}

	/*table th リスト*/
	#intern_top .tb_multiple .sp_item {
		display: none;
	}

	#intern_top .tb_multiple th li {
		font-size: 14px;
		padding: 3px 10px 3px 20px;
	}

	#intern_top .tb_multiple li::before {
		width: 5px;
		height: 5px;
		left: 10px;
		top: 11px;
	}

	/*table td*/
	#intern_top .tb_multiple td {
		padding: 10px 15px;
		font-size: 16px;
		font-weight: bold;
	}

	#intern_top .tb_multiple td .notes {
		margin-top: 5px;
	}

	#intern_top .tb_multiple td .notes li {
		font-size: 14px;
	}
		#intern_top .itsp_multiple .notice {
		font-size: 15px;
		color: #e00;
		text-align: right;
	}

}

@media screen and (max-width: 767px) {

	/*--------------------------------------------
インターンシップ併願対応表 SP
--------------------------------------------*/
	#intern_top .itsp_multiple ul.rule {
		width: auto;
	}

	#intern_top .itsp_multiple ul.rule li {
		font-size: 4vw;
		font-weight: bold;
	}

	#intern_top .itsp_multiple ul.rule li span.s_txt {
		font-weight: normal;
	}

	#intern_top .itsp_multiple ul.rule li::before {
		width: 2vw;
		height: 2vw;
	}

	#intern_top .itsp_multiple ul.rule li+li {
		margin: 1.6vw 0 0;
	}

	/*表table スクロール*/
	#intern_top .itsp_multiple .table_wrap {
		display: block;
		margin: 5.6vw 0 1.6vw;
		padding: 0 0 2.4vw;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	#intern_top .itsp_multiple .scroll-hint {
		display: block;
		position: absolute;
		left: 30vw;
		top: 8vw;
		color: #222;
		font-size: 4vw;
		line-height: 1.4;
		font-weight: bold;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 1.6vw;
		padding: 4vw;
		text-align: center;
		z-index: 1;
	}

	/*表table*/
	#intern_top .itsp_multiple table.tb_multiple {
		width: 135vw;
	}

	#intern_top .tb_multiple .wa {
		width: 22%;
	}

	#intern_top .tb_multiple .wb {
		width: 33%;
	}

	#intern_top .tb_multiple .wc {
		width: 14%;
	}

	#intern_top .tb_multiple .wd {
		width: 22%;
	}

	#intern_top .tb_multiple .we {
		width: 20%;
	}

	/*table th 上*/
	#intern_top .tb_multiple thead th {
		padding: 1.6vw 0.8vw 1.6vw 1.6vw;
	}

	#intern_top .tb_multiple thead th p {
		font-size: 3.2vw;
	}

	#intern_top .tb_multiple thead th ul {
		padding: 0.8vw 0;
	}

	/*table th 左*/
	#intern_top .tb_multiple tbody th {
		padding: 0.8vw 0;
		font-size: 3.2vw;
	}

	#intern_top .tb_multiple tbody th p {
		text-align: left;
		font-size: 3.2vw;
		padding: 0.8vw 1.6vw 0;
	}

	#intern_top .tb_multiple tbody th ul {
		padding: 0.8vw 0 0.8vw 1.6vw;
	}

	#intern_top .tb_multiple tbody th li {
		font-size: 3.2vw;
	}

	#intern_top .tb_multiple tbody th .schedule {
		display: block;
		font-size: 3.2vw;
		line-height: 1.4;
	}

	#intern_top .tb_multiple tbody th .schedule .sp_block {
		display: block;
		margin-left: 1em;
	}


	/*table th リスト*/
	#intern_top .tb_multiple th li {
		font-size: 3.2vw;
		padding: 0.8vw 1.6vw 0.8vw 2.4vw;
	}

	#intern_top .tb_multiple li::before {
		width: 1.333333333vw;
		height: 1.333333333vw;
		left: 0;
		top: 2.666666667vw;
	}

	/*table td*/
	#intern_top .tb_multiple td {
		padding: 2.4vw 0.8vw;
		font-size: 3.4vw;
		font-weight: bold;
	}

	#intern_top .tb_multiple td .notes {
		margin-top: 1.6vw;
	}

	#intern_top .tb_multiple td .notes li {
		font-size: 3.2vw;
	}

	#intern_top .itsp_multiple .notice {
		font-size: 3.433333333vw;
		color: #e00;
	}


}