.sweet-alert p {
	font-size: 150%;
	font-weight: bold;
}

.sweet-alert {
	right: 0;
	left: 0;
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}

ul {
	padding-inline-start: 0;
}

.sweet-alert .sa-icon {
	display: none;
	width: 0;
	height: 0;
	margin: 0 auto 10px;
	border: none;
	border-radius: 0;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
	display: none;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
	display: none;
}

.sweet-alert h2 {
	position: relative;
	display: none;
	padding: 0;
	margin: 25px 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #575757;
	text-align: center;
	text-transform: none;
}

.sweet-alert button {
	padding: 10px 40px;
	margin: 10px auto;
	font-size: 120%;
	font-weight: 600;
	color: white;
	text-align: center;
	cursor: pointer;
	background-color: #8cd4f5;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	box-shadow: none;
}

.sweet-alert button:hover {
	opacity: 0.5;
}

.RegionNoMsg {
}

.RegionNoMsg::before {
	position: relative;
	top: 5px;
	left: 0;
	margin-right: 5px;
	content: url('../img/cyuui_mark.png');
}

p.tel_link {
	margin-top: 15px;
	font-size: 110%;
}
