


.privacy {
	background-color: #eee;
}
.footer {
	background-color: #fff;
}




.contents {
	color: #333;
	background-color: #fff;
	font-size: var(--font_size);
	padding: 20px;
	border-radius: 20px;
}
.contents .caption {
	font-family: var(--font);
	font-weight: 500;
	margin-bottom: 1em;
}




