@charset "UTF-8";
.mainArea.successPage {
	height: calc(100vh - 300px);
	min-height: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 60px 0;
	text-align: center;
}
.mainArea.successPage .successTxt {
	color: #1e398e;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

/*感謝資訊*/
.thankInfo {
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	color: #444;
	line-height: 1.8;
}
/*# sourceMappingURL=contact.css.map */