@charset "utf-8";

/* print
------------------------------*/
@media print {
	/*
	
	*{
		-webkit-print-color-adjust: exact;
	}
	
	*/
	body{
		overflow-y: visible;
		overflow-x: visible;
	}
	.header,
	.breadcrumb,
	.footer {
		display: none;
	}
	.scroll-caution {
		display: none;
	}
	main {
		margin-top: 0;
	}
	.main__content-wrapper {
		margin-top: 0 !important;
		background-color: #ffffff;
	}
	thead{
		display: table-header-group;
		break-inside: avoid;
	}
	.page-index .m-section {
		margin-top: 50px;
		background-color: #F5F5F5;
	}
	.page-index .esg-report .m-heading02 {
		margin-top: 100px;
	}
}