@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#data .box {
	margin: 0 5vw 15vw;
}

#data .h3 {
	margin-bottom: 4vw;
	text-align: left;
	font-size: 4.5vw;
	opacity: 0;
	translate: 30% 0;
}

#data .isActive .h3 {
	opacity: 1;
	translate: 0;
	transition-duration: 0.5s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

#data #data1 .isActive .h3 {
	transition-delay: 0.5s;
}

#data .pdf {
	text-align: left;
	font-size: 3vw;
}

#data .overflow {
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	margin-bottom: 4vw;
	border-left: solid 1px var(--silver);
}

#data table {
	width: 100%;
}

#data th {
	vertical-align: middle;
	padding: 0.8em 1em;
	background: #fff;
	border: solid 1px var(--silver);
	border-left: 0;
	font-weight: 600;
	font-size: 3vw;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

#data th.th {
	background: var(--black);
	font-weight: 500;
	color: #fff;
}

#data th.vertical div,
#data th.vertical {
	width: 1em;
	text-align: left;
	direction: ltr;
	writing-mode: vertical-rl;
	font-feature-settings: 'pkna';
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#data #data1 th.vertical div {
	min-height: 17em;
}

#data #data2 th.vertical div {
	min-height: 17em;
}

#data #data3 th.vertical div {
	min-height: 7em;
}

#data td {
	vertical-align: middle;
	padding: 1em;
	background: #fff;
	border: solid 1px var(--silver);
	border-left: 0;
	white-space: nowrap;
	font-size: 3vw;
	line-height: 1.4;
}

#data tr:nth-of-type(odd) td {
	background: #f6f6f6;
}

#data th.name,
#data td:first-of-type {
	border-right: 0;
	border-left: 0;
	box-shadow: -1px 0 0 var(--silver) inset;
	position: sticky;
	left: 0;
}

/*  tableB */
#data .tableB {
	width: 200vw;
}

#data .tableB th {
	vertical-align: middle;
	padding: 0.8em;
	background: var(--black);
	border: solid 1px var(--silver);
	border-left: 0;
	font-weight: 500;
	font-size: 3vw;
	letter-spacing: 0.03em;
	line-height: 1.4;
	white-space: nowrap;
	color: #fff;
}

#data .tableB th.name,
#data .tableB th.num {
	width: 13%;
}

#data .tableB td {
	padding: 1em;
	text-align: center;
	white-space: normal;
	line-height: 1.6;
}

#data .tableB td:last-of-type {
	text-align: justify;
}
