@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;
	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 td {
	vertical-align: middle;
	padding: 1em;
	background: #fff;
	border: solid 1px var(--silver);
	border-left: 0;
	font-size: 3vw;
	white-space: nowrap;
	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 {
	display: none;
}
