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

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

#data .box {
	margin-bottom: 130px;
}

#data .h3 {
	text-align: left;
	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 table {
	width: 100%;
	margin-bottom: 15px;
}

#data dl {
	display: flex;
	margin-bottom: 1px;
	padding: 25px 0;
	border: solid 1px var(--silver);
	text-align: left;
}

#data dl:first-of-type {
	border-top: 0;
}

#data th {
	vertical-align: middle;
	padding: 1em;
	background: var(--black);
	border: solid 1px var(--silver);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
}

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

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

#data th.name {
	width: 16%;
}

#data th.num {
	width: 18%;
}

#data th.date {
	width: 16%;
}

#data .pdf {
	text-align: left;
	font-size: 14px;
}
