@charset "utf-8";

.er {
	margin:120px auto;
	text-align:center; 
	border: 4px solid #ffe5e5;
	padding:30px 6px;
	background:#fff;
	font-size:14px;
	width:80%;
}
.er p{
	margin-top:10px;
	margin-bottom:0;
}

.er-tx {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	text-align:center;
	margin:0 auto 10px;
}

.er-tx:before{
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	font-size:24px;
	font-weight:900;
	margin-right:10px;
}

.er-link { font-weight:bold; margin:20px 0 0;}

@media(max-width:767px) {
	.er {
		width:100%;
	}
}

