
.error { color: red; }
[data-validon-errorholder] { flex-basis: 100%; }
.contact-guide-lead {
	margin-top: 24px;
	margin-bottom: 18px;
}
.contact-guide {
	margin-top: 0;
	padding: 18px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	white-space: pre-line;
    line-height: 1.5;
}
.contact-guide p {
	margin: 0 0 10px;
}
.contact-guide p:last-child {
	margin-bottom: 0;
}
.title-checkbox {
	position: absolute;
	top: 10px;
	right: 0;
	label {
		cursor: pointer;
		color: #049;
		display: flex;
		align-items: center;
		font-weight: 500;
		input {
			margin-right: 5px;
			zoom: 1.5;
		}
	}
	[data-validon-errorholder] {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.title-checkbox {
		position: static;
		margin-top: 10px;
	}
}
