body{
	margin: 0;
}
.regist-inner{
	padding: 0 50px;
	max-width: 1050px;
	margin: 0 auto;
}
.regist-kv{
	position: relative;
}
.regist-kv img{
	width: 100%;
}
.regist-kv-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.regist-kv-text h2{
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
.regist-kv-text span{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	padding-top: 5px;
}
.regist-date-add{
	padding: 30px 0;
	margin: 0 auto;
}
.regist-address{
	background: #2851a0;
	padding: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.regist-address h2{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
}
.regist-address select{
	width: 230px;
	border: 1px solid #000;
	height: 23px;
	border-radius: 4px;
	background: #fff;
	outline: none;
	margin-top: 10px;
}
.regist-date{
	background: #36759c;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.regist-date table{
	color: #fff;
	width: 100%;
	border-collapse: collapse;
}
.regist-date th,.regist-date td{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.regist-date th{
	padding: 10px;
}
.regist-date td{
	padding: 15px 10px;
	border-top: 1px solid #fff;
}
.terms-box{
	border: 4px solid #dcdcdc;
	padding: 10px 20px;
	height: 480px;
	overflow: auto;
}
.terms-box p,.terms-box h4{
	margin: 10px 0;
	line-height: 25px;
}
p.Title {
    color: red;
    font-size: 18px;
}
.terms-box h4 {
    color: #0273E3;
}
.terms-box ul{
    list-style: decimal;
}
.terms-box ul span {
    font-weight: bold;
    text-decoration: underline;
}
#NextBTN{
	border: 1px solid #ddd;
}
#agreementCkBx{
	margin-right: 5px;
    height: 16px;
    width: 16px;
}
.regist-form{
	padding: 40px 0 60px;
}
.regist-title{
	margin: 0;
	font-size: 25px;
	line-height: 35px;
}
.regist-form-box{
	border: 4px solid #dcdcdc;
	padding: 10px 20px;
	margin: 20px 0 50px;
}
.commonDl{
	display: flex;
	font-size: 15px;
	margin: 40px 0;
}
.commonDl-center{
	justify-content: center;
}
.commonDl1{
	margin: 20px 0;
}
.commonDl dt{
	color: #2a4f9d;
    width: 230px;
    text-align: right;
    line-height: 27px;
}
.commonDl2 dt{
	color: #000;
	font-size: 16px;
}
.commonDl dd{
	margin: 0;
	line-height: 27px;
}
.commonDl dd:last-child{
	width: calc(100% - 520px);
}
.commonDl dd:nth-child(2){
	width: 250px;
	padding: 0 20px;
}
.commonDl dd input{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 4px;
	height: 27px;
}
.commonDl dd select{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 4px;
	height: 27px;
}
#fname,#lname{
	text-transform: uppercase;
}
.commonDl dd input[type="radio"]{
	width: auto;
	vertical-align: bottom;
	margin-right: 5px;
}
.commonDl dd span{
	color: red;
}
.commonDl dd label{
	margin: 0;
}
.regist-text a{
	text-decoration: underline;
	color: #0a3f80;
}
.regist-form-btn{
	text-align: center;
}
.regist-form-btn span{
	margin: 0 10px;
}
.regist-form .btn,.pop .btn,.terms .btn{
	border-radius: 4px;
}
.regist-address{
	position: relative;
}
.order-state{
	position: absolute;
    right: 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
}
.order-form label{
	display: block;
}
.order-form .commonDl .dd-big{
	width: calc(100% - 260px);
}
.commonDl .dd-big input[type="text"]{
	width: 250px;
}
.file-box{
	position: relative;
	width: 250px;
}
.commonDl dd .file-style{
	position: absolute;
	top: 0;
	left: 20px;
	padding: 0 10px;
	font-size: 13px;
	background: #eeeeee;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	line-height: 24px;
	z-index: 1;
	color: #000;
    width: 75px;
    text-align: center;
}
.commonDl dd input.file{
	width: 75px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	z-index: 3;
}
.commonDl dd.img-ok{
	display: none;
}
.commonDl dd .error{
	display: none;
}
.photo-box{
	padding-top: 30px;
}
.pop{
	position: fixed;
	width: 100%;
	height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}
.pop-mask{
	position: fixed;
	width: 100%;
	height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
}
.pop-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	background: #fff;
	width: 950px;
	max-height: 90%;
	overflow-y: auto;
}
.pop-text h3{
	background: #2851a0;
	padding: 15px 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}
.pop-content{
	margin: 0 40px;
	padding: 70px 0 50px;
	border-bottom: 2px solid #ccc;
	display: flex;
	justify-content: space-around;
}
.pop-item{
	width: 260px;
	box-sizing: border-box;
	text-align: center;
}
.pop-item h4{
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 30px;
	margin: 0;
}
.pop-img{
	width: 260px;
	height: 260px;
	margin: 0 auto;
}
.pop-img img{
	max-width: 100%;
}
.pop-item p{
	font-size: 18px;
	line-height: 28px;
    margin-top: 20px;
}
.pop-item span{
	display: block;
	font-size: 15px;
}
.load-img{
	width: 260px;
	height: 260px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: url(../img/add-img.jpg) no-repeat center center;
}
.load-img input{
    width: 260px;
    height: 260px;
    opacity: 0;
}
.pop-btn{
	padding: 30px 0 50px;
	text-align: center;
}
.pop-btn input{
	margin: 0 10px;
}
.footer-entry-btn a{
	font-size: 19px;
}
.footer-entry-btn a#ualink.btn {
    line-height: 20px !important;
}
.thanks-text{
	font-size: 14px;
    margin-bottom: 0;
}
.page-box{
	display: flex;
	margin-top: 60px;
}
.page-left{
	width: 240px;
	padding-right: 20px;
}
.page-left ul{
	padding: 0;
}
.page-left li{
    list-style: none;
}
.page-left a{
	color: #000;
	display: block;
	background: #f0f0f0;
    padding: 20px;
    position: relative;
}
.page-left a:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	background: #0d51a3;
}
.page-left a.active:before{
	height: 100%;
}
.page-left a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.page-left a:hover:before{
	height: 100%;
}
.page-right{
	width: calc(100% - 260px);
}
.page-box .regist-form-box{
	margin-top: 0;
}
.page-right .commonDl {
	flex-wrap: wrap;
}
.page-right .commonDl dd:last-child{
	width: 100%;
	padding-left: 250px;
	font-size: 14px;
}
.page-right .commonDl dd:nth-child(2){
    width: 250px;
    padding: 0 20px;
    font-size: 16px;
}
.page-right .regist-date-add{
	padding-top: 0;
}
.tips{
	padding-left: 1em;
	position: relative;
}
.terms-box ul span.tips-span{
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	font-weight: normal;
}
.tips2{
	padding-left: 2em;
	position: relative;
}
.terms-box ul .tips2 span.tips-span{
	left: 1em;
}
@media (max-width: 1100px) {
	.pop-box{
		width: 700px;
	}
	.pop-btn input{
		width: calc(100% - 80px);
	    margin-bottom: 20px;
	}
	.pop-btn input:last-child{
		margin-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.regist-kv img{
		height: 160px;
		object-fit: cover;
	}
	.regist-inner{
		padding: 0 15px;
	}
	.regist-kv-text h2 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.regist-kv-text span{
		font-size: 14px;
	    line-height: 24px;
	}
	.regist-date{
		overflow-x: auto;
	}
	.regist-date th{
		padding: 5px;
	    min-width: 90px;
	}
	.regist-date th:first-child{
		min-width: 20px;
	}
	.regist-date th:nth-child(3){
		min-width: 70px;
	}
	.regist-date td{
		padding: 10px 5px;
		line-height: 22px;
	}
	.terms-box{
		padding: 10px;
	}
	.commonDl{
		display: block;
		margin: 20px 0;
	}
	.commonDl dt{
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}
	.commonDl dd:nth-child(2) {
	    width: 100%;
	    padding: 0;
	}
	.commonDl dd:last-child {
	    width: 100%;
	}
	.commonDl1{
		margin: 5px 0;
	}
	.regist-form-btn span{
		margin: 0;
	}
	.regist-title{
		font-size: 20px;
    	line-height: 30px;
	}
	.regist-form-box{
		margin: 20px 0 30px;
	}
	.regist-form-box{
		padding: 10px 15px;
	}
	.order-form .commonDl .dd-big{
		width: 100%;
	}
	.commonDl dd .file-style{
		left: 0;
	}
	.photo-box{
		padding-top: 10px;
	}
	.regist-address h2{
		margin: 0;
	}
	.order-state {
	    position: relative;
	    display: block;
	    top: 0;
	    transform: translateY(0);
	    right: auto;
	}
	.order-date table{
		min-width: 560px;
	}
	.pop-box {
	    width: calc(100% - 30px);
	}
	.pop-content{
		flex-wrap: wrap;
	    padding: 30px 0 0;
	    margin: 0 20px;
	}
	.pop-item{
		width: 100%;
		padding-bottom: 20px;
	}
	.pop-text h3 {
	    padding: 10px 20px;
	    font-size: 16px;
	    line-height: 26px;
	}
	.pop-item h4 {
	    font-size: 18px;
	    line-height: 28px;
	    padding-bottom: 10px;
	}
	.pop-img,.load-img,.load-img input{
	    width: 200px;
	    height: 200px;
	}
	.pop-item p {
	    font-size: 16px;
	    line-height: 26px;
	}
	.pop-item span {
	    font-size: 12px;
	}
	.pop-btn input{
		width: calc(100% - 40px);
	}
	main{
		padding-top: 75px;
	    min-height: calc(100vh - 44px);
	}
	.regist-form,.terms{
		padding: 0;
	}
	.regist-date-add{
		padding-bottom: 0;
	}
	.mypage{
		margin: 0;
		padding: 0;
	}
	.page-box{
		margin: 30px 0 40px;
		flex-wrap: wrap;
	}
	.page-left{
		width: 100%;
		padding: 0;
	}
	.page-left ul{
		display: flex;
		margin: 0;
	}
	.page-left li{
		width: 33.333%;
	}
	.page-left a{
		padding: 15px 0;
		text-align: center;
	}
	.page-left a:before {
	    height: 3px;
	    width: 0;
	    left: 50%;
	    top: 0;
	    transform: translate(-50%,0);
	}
	.page-left a.active:before,.page-left a:hover:before{
		width: 100%;
		height: 3px;
	}
	.page-right {
	    width: 100%;
	}
	.page-right .commonDl dd:last-child{
		padding: 0 20px;
	}
	.page-box .regist-form-box{
		margin-top: 30px;
	}
	.page-box .mar-no{
		margin-bottom: 0;
	}
	.page-right .regist-date-add {
	    padding-top: 30px;
	}
}
