<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.c-form-errorBox {
	width: 100%;
	margin: 20px auto;
	padding: 12px 20px;
	border: 2px solid #ba0f1d;
	box-sizing: border-box;
	background-color: rgba(186, 15, 29, 0.1);
	color: #ba0f1d;
	text-align: left; }

.c-form-errorBox__heading {
	font-weight: bold;
	font-size: 16px; }
	.c-form-errorBox__heading i {
		position: relative;
		margin-right: 10px;
		padding-left: 15px;
		vertical-align: 0; }
		.c-form-errorBox__heading i::before {
			display: inline-block;
			position: absolute;
			left: 0;
			z-index: 2;
			width: 20px;
			color: #fff;
			font-size: 14px;
			line-height: 24px;
			text-align: center;
			content: "！"; }
		.c-form-errorBox__heading i::after {
				position: absolute;
				left: 0;
				z-index: 1;
				border-right: 10px solid transparent;
				border-bottom: 20px solid #ba0f1d;
				border-left: 10px solid transparent;
				content: ""; }

.c-form-errorBox__list {
	margin-top: 10px; }
	.c-form-errorBox__list li {
		margin-top: 5px;
		font-size: 14px; }
</pre></body></html>