@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* --------------------------------------------------------
* csr emvironment tcfdtnfd
* -------------------------------------------------------*/
.tcfdtnfd-pdflist {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px 40px;
}
.tcfdtnfd-pdflist > li {
	margin-top: 0 !important;
}

.tcfdtnfd-container1__figcaption {
	margin-top: 20px;
	font-size: 1.4rem;
	color: var(--color-txt-caption);
}
.tcfdtnfd-container1__logo {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
.tcfdtnfd-container1__logo > figure {
	display: block;
	max-width: 300px;
}
@media (min-width: 768px), print {
	.tcfdtnfd-container1__logo {
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 10px 40px;
		margin-top: 20px;
	}
}
/*# sourceMappingURL=tcfdtnfd.css.map */
