@charset "utf-8";

.emergency_only p {
	margin: 0;
	position: relative;
	padding-left: 16px;
	color: #cc0000;
	font-weight: 900;
}

.emergency_only p:before {
	content: "※";
	position: absolute;
	left: 0;
}

.emergency_only p span {
	background:linear-gradient(transparent 75%, #fff799 75%);
	font-weight: 900;
}

.support_corner {
	margin-top: 8px;
}

.support_corner li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

.support_corner li:last-of-type {
	margin-bottom: 0;
}

.support_corner li:before {
	content: "※";
	position: absolute;
	left: 0;
}

@media only screen and (max-width: 768px){

}