.formThanks {
	color: #fff;
	text-align: left;
	margin-top: 40px;
}
.formThanks-send {
	font-size: 14px;
}
.formThanks-thank {
	font-size: 12px;
	font-weight: 350;
	margin-top: 15px;
}
.formThanks-notice {
	font-size: 10px;
	font-weight: 400;
  margin-top: 15px;
}
.formThanks-totop {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}
.formThanks-totop a {
	display: inline-block;
	background-color: #e53935;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.formThanks-totop a i {
	margin-left: 5px;
}

@media screen and (min-width:768px) {
	.bgStar-form-thanks {
		display: none;
	}
	.formThanks-wrap {
		max-width: 625px;
	}
	.formThanks {
		margin-top: 60px;
	}
	.formThanks-send {
		font-size: 24px;
	}
	.formThanks-thank {
		font-size: 14px;
		margin-top: 20px;
	}
	.formThanks-notice {
		font-size: 12px;
	  margin-top: 20px;
	}
	.formThanks-notice div {
		text-indent: 1em;
	}
	.formThanks-totop {
		font-size: 16px;
		margin-top: 60px;
	}
	.formThanks-totop a {
		width: 320px;
		height: 60px;
		line-height: 60px;
	}
}