@import url("sub.css");



.regist {
	position: relative;
}
.regist .tit + i {
	position: absolute;
	top: 55px;
	right: 0;
	color: #E4032E;
}
.regist .form > div {
	margin-bottom: 50px;
}
.regist .form > div:first-child table td {
	width: 34%;
}
.regist .form > div:last-child {
	margin-bottom: 0;
}
.regist .form i {
	color: #E4032E;
	font-size: 16px;
	margin-left: 5px;
}
.regist .form table {
	margin-top: 15px;
}
.regist .form table th {
	background: #E9E9E9;
	font-size: 16px;
	width: 250px;
	border: 1px solid #132761;
	font-weight: 500;
}
.regist .form table td {
	border: 1px solid #132761;
	padding: 9px 20px;
	background: #fff;
}
.regist .form table td input[type=text] {
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: 500;
}
.regist .form table td input[type=text]:disabled {
	background: #fff;
	opacity: 1;
}
.regist .form table td .flex {
	align-items: center;
}
.regist .form table td .mail input[type=text] {
    max-width: 170px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 10px;
    box-sizing: border-box;
}
.regist .form table td .mail span {
    font-size: 16px;
    margin: 0 7px;
}
.regist .form table td .mail input[type=text] {
    max-width: 170px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 10px;
    box-sizing: border-box;
}
.regist .form table td .mail input[name=mail_input] {
    display: none;
    margin-right: 10px;
}
.regist .form table td .mail select {
    max-width: 150px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
}
.regist .form table td .mail select option {
	font-weight: 500;
}
.regist .form table td .phone input[type=text] {
	max-width: 100px;
	border: 1px solid rgba(19, 39, 97, 0.3);
	padding: 0 10px;
	box-sizing: border-box;
}
.regist .form table td .phone span {
	font-size: 16px;
	margin: 0 8px;
}
.regist .form table .attendance_form {
	position: relative;
	display: none;
}
.regist .form table .attendance_form .check {
	padding: 16px 0;
}
.regist .form table .attendance_form .txt {
	position: absolute;
    top: 32px;
    right: 20px;
}
.regist .form .check {
    font-size: 0;
    padding: 7px 0;
}
.regist .form .check > div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.regist .form .check > div input {
	display: none;
}
.regist .form .check > div input + label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    display: block;
    line-height: 1.6;
}
.regist .form .check > div input + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}
.regist .form .check > div input:checked + label:before {
	background: #FFE629 url("../images/ico-check.svg")no-repeat 50% 50% / 15px;
}
.regist .form .check > div input:checked:disabled + label:before {
	background-color: #E9E9E9;
}
.regist .form .agree {
	border: 1px solid rgba(19, 39, 97, 0.5);
	padding: 30px;
	box-sizing: border-box;
}
.regist .form .agree + .agree {
	margin-top: 20px;
}
.regist .form .agree strong {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}
.regist .form .agree strong + p {
	margin-bottom: 15px;
	font-weight: 500;
}
.regist .form .agree table {
	margin-bottom: 15px;
}
.regist .form .agree table td {
	padding: 25px 20px;
	line-height: 1.5;
}
.regist .form .agree > p {
    font-weight: 400;
    line-height: 1.3;
    margin: 5px 0;
}
.regist .form .agree .check {
	text-align: center;
	margin-top: 45px;
}
.regist .form .agree .check p {
	font-size: 16px;
	margin-bottom: 10px;
}





.regist_agree h3 {
	margin-top: 90px;
	font-family: 'Cafe24Ohsquare';
	font-size: 25px;
	margin-bottom: 20px;
	transform: rotate(0.03deg);
}
.regist_agree .box {
	border: 1px solid #292D32;
	padding: 30px 30px 25px;
	box-sizing: border-box;
	font-family: 'GmarketSans';
	font-size: 16px;
}
.regist_agree .box strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	margin-right: 30px;
}
.regist_agree .box strong + div {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}
.regist_agree .box strong + div span {
	font-weight: 400;
	margin-left: 10px;
}

.regist .next_btn {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 500;
	background: #515151;
	color: #fff;
	text-align: center;
	margin: 75px auto 0;
}
.regist .next_btn.on {
	background: #FFE629;
	color: #000;
}
.regist .modify_btn {
	background: #132761;
}




.regist_complete .gray_box {
	padding: 200px 40px;
	text-align: center;
	color: #132761;
}
.regist_complete .gray_box strong {
	display: block;
	font-size: 40px;
}
.regist_complete .gray_box div {
	font-size: 20px;
	line-height: 1.5;
	margin: 30px 0;
}
.regist_complete .gray_box p {
	font-size: 16px;
}



.regist_confirm .gray_box {
	padding: 158px 40px;
}
.regist_confirm table {
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
}
.regist_confirm table th {
	background: #E9E9E9;
	font-size: 16px;
	width: 200px;
	border: 1px solid #132761;
	font-weight: 500;
}
.regist_confirm table td {
	border: 1px solid #132761;
	padding: 9px 20px;
	background: #fff;
}
.regist_confirm table td input[type=text] {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: 500;
}
.regist_confirm .next_btn {
	margin-top: 60px;
}





@media screen and (max-width: 1140px){
	.regist .tit + i {
		font-size: 14px;
		top: 40px;
	}

	.regist .form i {
	    font-size: 14px;
	}
	.regist .form table th {
		font-size: 14px;
		width: 165px;
	}
	.regist .form table td {
	    padding: 8px 10px;
	}
	.regist .form table td input[type=text] {
		height: 30px;
		font-size: 14px;
	}
	.regist .form table td .mail select {
		height: 30px;
		font-size: 14px;
	}
	.regist .form table td .mail span {
    	font-size: 14px;
    }
	.regist .form table td .phone span {
	    font-size: 14px;
	    margin: 0 6px;
	}
	.regist .form .check > div input + label {
		font-size: 14px;
		padding-left: 25px;
	}
	.regist .form .check > div input + label:before {
		width: 17px;
		height: 17px;
	}
	.regist .form .agree strong {
		font-size: 17px;
	}
	.regist .form .agree > p {
		font-size: 14px;
	}
	.regist .form .agree table td {
		font-size: 14px;
	}
	.regist .form .agree .check p {
    	font-size: 14px;
    }
    .regist .form table .attendance_form .txt {
    	top: 30px;
    }



    .regist_complete .gray_box {
    	padding: 165px 30px;
    }
	.regist_complete .gray_box strong {
		font-size: 30px;
	}
	.regist_complete .gray_box div {
		font-size: 20px;
		margin: 20px 0;
	}
	.regist_complete .gray_box p {
	    font-size: 14px;
	}
	.regist_complete .next_btn {
		margin-top: 45px;
	}


	.regist_confirm .gray_box {
		padding: 100px 30px;
	}
	.regist_confirm table th {
		font-size: 14px;
	}
	.regist_confirm table td {
		padding: 9px 10px;
	}
	.regist_confirm table td input[type=text] {
		height: 30px;
		font-size: 14px;
	}


	.regist_agree h3 {
		margin-top: 70px;
		font-size: 20px;
	}
	.regist_agree .box {
		font-size: 14px;
		padding: 25px 25px 20px;
	}

}
@media screen and (max-width: 768px){
	.regist .tit + i {
	    font-size: 12px;
	    top: 25px;
	}

	.regist .form > div:first-child table td {
	    width: 100%;
	}
	.regist .form i {
	    font-size: 12px;
	}
	.regist .form table tr {
		display: block;
	}
	.regist .form table th {
		display: block;
		width: 100%;
		border-bottom: 0;
		box-sizing: border-box;
		font-size: 12px;
		padding: 17px 10px;
		text-align: left;
	}
	.regist .form table th br {
		display: none;
	}
	.regist .form table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.regist .form table td input[type=text] {
	    font-size: 12px;
	}
	.regist .form table td .mail select {
		font-size: 12px;
	}
	.regist .form table td .mail span {
    	font-size: 12px;
    }
	.regist .form table td .phone input[type=text] {
		max-width: 33.333%;
	}
	.regist .form table td .phone span {
		font-size: 12px;
	}
	.regist .form .check {
		padding: 7px 0;
	}
	.regist .form .check > div input + label {
    	font-size: 12px;
    }
    .regist .form .check > div input + label:before {
	    width: 15px;
	    height: 15px;
	}
	.regist .form .agree {
		padding: 20px;
	}
	.regist .form .agree strong {
	    font-size: 15px;
	}
	.regist .form .agree > p {
	    font-size: 12px;
	}
	.regist .form .agree table {
	    margin-bottom: 0;
	}
	.regist .form .agree table td {
		padding: 15px 20px;
		font-size: 12px;
	}
	.regist .form .agree .check {
		margin-top: 25px;
	}
	.regist .form .agree .check p {
	    font-size: 12px;
	}
	.regist .form .agree .check > div {
	    margin-right: 15px;
	}
	.regist .form table .attendance_form .check {
	    padding: 7px 0;
	}
	.regist .form table .attendance_form .txt {
    	top: 18px;
    }

	.regist .next_btn {
	    font-size: 12px;
	    max-width: 300px;
	    width: 85%;
	    height: 50px;
	    line-height: 50px;
	    margin-top: 20px;
	}


	.regist_complete .gray_box {
    	padding: 110px 20px;
    }
	.regist_complete .gray_box strong {
	    font-size: 25px;
	}
	.regist_complete .gray_box div {
	    font-size: 15px;
	    margin: 15px 0;
	}
	.regist_complete .gray_box p {
	    font-size: 12px;
	}


	.regist_confirm .gray_box {
		padding: 100px 20px;
	}
	.regist_confirm table th {
	    font-size: 12px;
	    width: 40%;
	}
	.regist_confirm table td input[type=text] {
		font-size: 12px;
	}



	.regist_agree h3 {
		margin-top: 40px;
		font-size: 17px;
	}
	.regist_agree .box {
		font-size: 12px;
		padding: 20px 15px 15px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 380px){
	.regist .form table .attendance_form .txt {
	    top: 35px;
	    right: auto;
	    left: 8px;
    }
    .regist .form table .attendance_form th {
    	padding-bottom: 30px;
    }
}