
/*-----------------------------------------------------------------------------*/
/*印刷用*/

@media print {

	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}

	@page {
		margin: 0mm 5mm;
		size: A4 portrait; //横の場合はlandscape
	}

	#header {
		position: absolute;
	}

	#header .logo {
		position: absolute;
	}

	#header > ul {
		position: absolute;
	}

	#header .right_area {
		display: none;
		margin-left: auto;
	}

	#header .right_area > ul li {
		margin-right: 2rem;
	}

	.page_top_bt {
		position: absolute;
	}
	
	.smooth {
		clip-path: unset;
	}
	
	.smooth.is-active {
		clip-path: unset;
	}
	
	.fadeup {
		opacity: 1;
	}
	
	.fadeup.is-active {
		animation: unset;
	}
	
	.years70 {
		display: none;
	}
	
	#footer .lower_part > ul > li .data .tel {
    font-size: 3.5rem;
}

}
