@charset "UTF-8";

address {
	font-style: normal;
}


.Privacy h2 {
	margin-bottom: 0;
}




.mt_20px {
	margin-top: 20px;
}

.mt_25px {
	margin-top:25px;
}

.mt_50px {
	margin-top: 50px;
}

.display_inline {
	display: inline;
}

.hyphen_separator::before {
	content: "－";
}

.colon_separator::before {
	content: "：";
}

.at_separator::before {
	content: "@";
}

.centering_container {
	margin: 0 auto;
	width: 60%;
}

.text_align_right {
	text-align: right;
}

.position_rel {
	position: relative;
}

.position_abs {
	position: absolute;
}

.position_x_right {
	right: 0;
}

.position_y_center {
	height: 0;
	line-height: 0;
	top: 50%;
}

.text_decoration_underline {
	text-decoration: underline;
}