.hc-text-note {
	color: var(--text-color);
	font-size: 14px;
	line-height: 1.7;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-top: 16px;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	.hc-text-note {
		font-size: 12px;
		line-height: 1.6;
		margin-top: 12px;
	}
}

.hc-text-note::before {
	content: '\203b';
}

.hc-text--alert {
	color: var(--main-color) !important;
}

.hc-text-center {
	text-align: center;
}

.hc-text-nav {
	font-size: var(--pc-font-size);
	line-height: 1.19;
	margin: 48px auto 12px;
}

@media screen and (max-width: 767px) {
	.hc-text-nav {
		font-size: var(--sp-font-size);
		line-height: 1.36;
		margin-top: 40px;
	}
}

.hc-text-nav + .hp-button-group--center {
	margin-top: 0;
}