.hc-error-text {
	display: none;
	font-size: 12px;
	line-height: 1.6;
	color: var(--main-color);
	margin-block-start: 0;
	margin-block-end: 0;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.hc-error-text {
		font-size: 10px;
		margin-top: 12px;
	}
}

.hc-text-note + .hc-error-text {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.hc-text-note + .hc-error-text {
		margin-top: 14px;
	}
}

.hc-radio-group + .hc-error-text {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.hc-radio-group + .hc-error-text {
		margin-top: 16px;
	}
}

.hc-error-text--large {
	display: none;
	color: var(--main-color);
	font-size: 16px;
	font-weight: bold;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.hc-error-text--large {
		font-size: 14px;
		margin-top: 12px;
	}
}

.hc-error-text.is-error,
.hc-error-text--large.is-error {
	display: block;
}

