@charset "utf-8";
.checkText {
	text-align: center;
	line-height: 1;
	margin-top: 30px;
}
.checkText label {
	padding: 0;
	line-height: 1;
	padding-left: 5px;
}
.checkText label:before {
	content: none;
}
.checkText #check {
	vertical-align: middle;
}
.checkText a {
	text-decoration: underline;
}
.show {
	opacity: .5;
}