@charset "UTF-8";

.about {
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.8;
	text-align: left;
}

.attention {
	text-align: left;
	margin-bottom: 60px;
	padding: 20px;
	background: #f4f4f4;
	border-radius: 6px;
}

.attention strong {
	color: #ce0212;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.btn a{
	color:#fff;
	background-color:#ce0212;
	font-size:22px;
	border-radius:4px;
	display: inline-block;
	padding: 14px 20px;
}

.btn a:hover {
	text-decoration: none;
	background: #D26668;
}