.thankyou_text {
	padding-bottom: 40px;
	text-align: center;
}

.thankyou_text span {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

a.return_top {
	background: #fc9b46;
	width: 300px;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	padding: 15px 2%;
	border-radius: 8px;
}

.alertbox {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	text-align: center;
}
.alertbox div {
	width: 60%;
	padding: 20px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}
.alertbox div p {
	padding: 5px 0;
	margin: 0;
	color: #e86142;
}
body.input #form .btnConf {
	padding: 15px 2%;
	-webkit-appearance: none;
	appearance: none;
}
body.confirm .check_txt {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
body.confirm .areaBtn {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
body.confirm .btnConf {
	background: #fc9b46;
	width: 300px;
	border: medium none;
	cursor: pointer;
	display: block;
	height: auto;
	margin: 0 10px;
	outline: medium none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 15px 2%;
	border-radius: 8px;
	-webkit-appearance: none;
	appearance: none;
}
body.confirm .btnConf.return {
	background: #aaa;
}
dl.form_txbx input.wch {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: 5px 5px 7px 0;
}
@media screen and (max-width: 767px) {
	body.confirm .check_txt {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	body.confirm dl.form_txbx dd {
		padding-top: 0;
	}
	body.confirm .btnConf {
		margin: 0 5px;
	}
}
