@charset "UTF-8";


.imgBox.newsImgBox .Img.py {
		max-width: 200px;
	}
	.imgBox.newsImgBox .Img.po {
		max-width: 300px;
	}


.mainArea.successPage {
	overflow: clip;
	position: relative;
	height: calc(100vh - 300px);
	min-height: 600px;
	-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 .contentBox:after {
	display: none;
}
.mainArea.successPage .successTxt {
	color: #f5b994;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}
.mainArea.successPage .btnBox {
	margin-top: 40px;
}
@media (max-width: 1180px) {
	.mainArea.successPage {
		min-height: 400px;
	}
	.mainArea.successPage .successTxt {
		font-size: 28px;
	}
}

@media (max-width: 1700px) {
	.listArea .wrap {
		max-width: 1140px;
	}
}
@media (max-width: 1400px) {
	.listArea .wrap {
		max-width: 900px;
	}
}
@media (max-width: 1180px) {
	.listArea .wrap {
		max-width: 75%;
	}
}
@media (max-width: 540px) {
	.listArea .wrap {
		max-width: 100%;
	}
}

.contentBox {
	position: relative;
	padding: 65px 0;
}
.contentBox:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 130%;
	height: 100%;
	max-width: 1460px;
	border-radius: 45px;
	background-color: #e6f9f7;
}
@media (max-width: 1700px) {
	.contentBox:after {
		width: 120%;
	}
}
@media (max-width: 1180px) {
	.contentBox {
		padding: 40px 0;
	}
}
@media (max-width: 540px) {
	.contentBox:after {
		width: 110%;
	}
}

/*感謝資訊*/
.thankInfo {
	background-color: #fff;
	border: 1px solid #80beaf;
	padding: 45px 64px;
	border-radius: 35px;
}

.thankInfo iframe {
	border-radius: 35px;
}

.thankInfo .title {
	color: #80beaf;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1.2px;
}
.thankInfo ul.contactList {
	padding-left: 0;
	margin-top: 22px;
	color: #333333;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 1.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.thankInfo ul.contactList li {
	width: 50%;
	list-style: none;
}
@media (max-width: 991px) {
	.thankInfo {
		padding: 30px 50px;
	}
	.thankInfo .title {
		font-size: 18px;
	}
	.thankInfo ul.contactList li {
		width: 100%;
	}
}
@media (max-width: 540px) {
	.thankInfo {
		padding: 20px 15px;
	}

	.thankInfo iframe {
	height: 350px;
	}
}
/*# sourceMappingURL=contact.css.map */