@charset "utf-8";
/* CSS Document */

.entry-form-head {
	text-align: center;
}
.entry-tbl th {
	position: relative;
}
.privacy-area {
	width: auto;
	border: 1px solid #BCBCBC;
	margin: 85px 0 60px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.privacy-area .privacy-inner {
	height: 400px;
	overflow: auto;
}
.privacy-area .privacy-inner p {
	margin-top: 0;
}

.thanks {
	margin-bottom: 80px;
}
span.small {
    position: absolute;
    left: 26px;
    bottom: 20px;
    font-size: 14px;
    line-height: 1;
}

.entry-tbl th.two-th {
	padding-top: 0;
}
.entry-tbl th.two-th .req {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {

.entry-form-head {
	text-align: left;
	}
span.small {
    position: relative;
    left: auto;
    bottom: auto;
    line-height: 1.5;
	display: inline-block;
}
.entry-tbl th.two-th .req {
    margin-top: 0;
}
.entry-tbl th.two-th {
    padding-top: 10px;
}
	.red-box-bt {
    display: block;
	}
	
	
.privacy-area {
	margin: 30px 0;
	padding: 20px;
}
	.thanks {
	margin-bottom: 40px;
}
	.thanks br {
		display: none;
	}
}