@charset "utf-8";

.c-in_page_nav--tokutei ul {
	flex-wrap: wrap;
	max-width: 100%;
	font-weight: bold;
}

.c-in_page_nav--tokutei li {
	width: 23.5%;
	display: flex;
	align-items: end;
	margin-bottom: 20px;
}

.c-in_page_nav--tokutei li a {
	display: block;
	width: 100%;
	padding-right: 30px;
}

.c-in_page_nav--tokutei ul::after {
	content: '';
	display: block;
	width: 23.5%;
}

@media screen and (max-width: 768px) {
	.c-in_page_nav--tokutei li {
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.c-in_page_nav--tokutei li {
		width: 100%;
	}
	.c-in_page_nav--tokutei ul::after {
		content: none;
	}
}


/* 赤い番号付きリスト */
.p-number_list--food li,
.p-number_list--cleaning li {
	margin-left: 1.2em;
	font-weight: normal;
}

.p-industry_box__title--cleaning {
	color: var(--text-color);
}

/* c-industry_box 配下でない、ヘッダ行の背景色が黒のtable */
.p-table__wrap {
	width: 100%;
	 overflow: auto;
}

.p-table {
	width: 100%;
}

.p-table th,
.p-table td {
	vertical-align: middle;
}

.p-table thead th {
	text-align: center;
	background: var(--text-color);
	color: #fff;
}

.p-table tbody th {
	text-align: left;
	font-weight: bold;	
}

.p-industry_box__table th {
	width: 3em;
}

.p-industry_box__table--cleaning th {
	width: auto;
}

.p-industry_box__table--construction th {
	width: 5em;
}


/* 造船・舶用工業 の table */
.p-table--marine {
	min-width: 650px;
}
.p-table--marine th:nth-child(2) {
	width: 28em;
}

@media screen and (max-width: 768px) {
	.p-table--marine thead th:nth-child(2) {
		width: auto;
	}
}

.p-nursing__notes {
	display: inline-block;
	vertical-align: top;
	line-height: 1.4;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.p-nursing__notes {
		display: block;
		margin: 10px 0;
		line-height: 1.7;
	}
	.p-nursing__notes .c-notes {
		display: block;
	}
}

/* 建設 の table */
.p-table--construction {
	min-width: 800px;
}
.p-table--construction th:nth-child(3) {
	width: 53%
}
@media screen and (max-width: 768px) {
	.p-table--construction th:nth-child(3) {
		width: auto;
	}
}

.p-table--construction tbody tr:nth-child(4n+3) th,
.p-table--construction tbody tr:nth-child(4n+3) td,
.p-table--construction tbody tr:nth-child(4n+4) td {
	background: #efefef;
}

.p-table--construction .p-td--narrow {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


.p-premise {
	overflow: hidden;
	font-size: 0.875rem;
}
.p-premise dt {
	float: left;
	font-weight: bold;
}
.p-premise dt::after {
	content:'：';
}
.p-premise dd {
	display: block;
	overflow: hidden;
}


.p-table--accept {
	min-width: 750px;
}

.p-table--accept thead tr th:nth-child(2),
.p-table--accept thead tr th:nth-child(3) {
	box-sizing: border-box;
	width: 36%;
}
.p-table--accept tbody tr:nth-child(even) {
	background: #efefef;
}