@charset "utf-8";
/* CSS Document */

.att-text {
	font-size: 28px;
	font-weight: 600;
	color: #dc143c;
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.att-text {
		font-size: 20px;
	}
}

a.disabled {
	opacity: 0.3;
}

a.disabled:hover {
	opacity: 0.3;
}