.privacy__check {
	display: block;
	width: 100%;
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #43474c;
	text-align: left;
	clear: both;
}
.privacy__check input[type='checkbox'] {
	float: left;
	margin: 2px 10px 0 0;
}
.privacy__check label {
	display: block;
	overflow: hidden;
	font-weight: normal;
	cursor: pointer;
}
.privacy__check a {
	color: #0062b0;
	text-decoration: underline;
}
.privacy__check a:hover {
	text-decoration: none;
}
#lform .privacy__check {
	color: #fff;
	margin: 0 0 18px;
}
#lform .privacy__check a {
	color: #f5ce2f;
}
.page_content_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 100001;
	display: none;
}
.page_content_modal .fade__wrapper {
	background: #fff;
	max-width: 720px;
	width: 90%;
	max-height: 90vh;
	overflow: auto;
	margin: 40px auto;
	padding: 30px 40px;
	position: relative;
	border-radius: 4px;
	box-sizing: border-box;
}
.page_content_modal .page_content_modal__title {
	margin: 0 0 15px;
	padding-right: 30px;
	font-size: 22px;
	line-height: 1.3;
	color: #262626;
}
.page_content_modal .page_content_modal__body {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.page_content_modal .page_content_modal__body p:last-child {
	margin-bottom: 0;
}
.page_content_modal .close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	cursor: pointer;
	color: #666;
}
.page_content_modal .close:hover {
	color: #000;
}
