.sent_box {
	padding: 70px 0 70px;
	text-align: center;
}
.sent_box .dli-check-circle {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 4em;
	height: 4em;
	border: 0.1em solid currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	margin: 0 0 20px;
}
.sent_box .dli-check-circle > span {
	width: 1.58em;
	height: 1em;
	border: 1px solid currentColor;
	border-top: 0;
	border-right: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(-45deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.sent_box p span {
	font-size: 150%;
	font-weight: bold;
}
.sent_box .sent_box_bottomtext {
	margin: 40px 20px 0;
	line-height: 1.8;
}
.back_top {
	margin: 40px 0 0;
	font-size: 80%;
	display: inline-block;
	border: 1px solid;
	padding: 2px 10px;
	border-radius: 5px;
}



.confirm_box_toptext {
	color: #6a7c91;
	margin: 10px 5px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}
