<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* page-header */

.page-header h1 span { background-position: 0 -282px !important; }


#policy h2 {
	padding-bottom: 10px;
	text-align: center;
}
@media screen and (min-width:768px) {
	#policy h2.last {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px){
	#policy h2 {
		padding-bottom: 10px;
		margin-top: 20px;
		text-align: center;
	}
}

#policy section p:last-child {
	margin-bottom: 0;
}
#policy .border {
	width: 50px;
	margin: 0 auto 20px auto;
	border-top: solid 2px #C0B9B9; 
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	#policy h2 {
		padding-bottom: 5px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#policy .ebox {
		margin-bottom: 0 !important;
	}
	#policy section p:last-child {
		margin-bottom: 5px;
	}
	#policy section:last-child p:last-child {
		margin-bottom: 30px;
	}
}
</pre></body></html>