@charset "utf-8";
/*------------------------------------------------------------
	entry
------------------------------------------------------------*/
#main .topBox {
	margin-bottom: 15.9rem;
}
#main .topBox .text {
	margin-bottom: 1.6rem;
	line-height: 2;
	text-align: center;
}
#main .topBox .note {
	color: #969696;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.75;
}
#main .tableBox {
	margin: 0 auto;
	padding-bottom: 32rem;
	max-width: 110rem;
}
#main .tableBox table {
	margin-bottom: 5rem;
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox th,
#main .tableBox td {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
}
#main .tableBox th {
	padding-top: 3.1rem;
	width: 21.35%;
	color: #333;
	font-weight: 500;
	position: relative;
}
#main .tableBox th .must {
	padding: 0.3rem 0.2rem;
	position: absolute;
	top: 3rem;
	right: 2.4rem;
	display: block;
	width: 5.6rem;
	background: #0620A3;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	border-radius: 0.2rem;
}
#main .tableBox th .must.any {
	background: #838383;
}
#main .tableBox td {
	padding-bottom: 4.9rem;
}
#main .tableBox select,
#main .tableBox textarea,
#main .tableBox input[type="tel"],
#main .tableBox input[type="text"],
#main .tableBox input[type="email"] {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 0.6rem;
	height: 8.8rem;
	border: 0.2rem solid #F0F0F0;
	box-sizing: border-box;
	color: #141516;
	font-size: 1.8rem;
	padding: 0 3.8rem;
	width: 100%;
	background-color: #FFF;
}
#main .tableBox select {
	width: 12rem;
	height: 4.8rem;
	background: #FFF url(../img/common/icon05.webp) no-repeat right 1.4rem center / 0.8rem;
}
#main .tableBox input[type="checkbox"],
#main .tableBox input[type="radio"] {
	display: none;
}
#main .tableBox input[type="checkbox"] ~ span,
#main .tableBox input[type="radio"] ~ span {
	padding: 0.5rem 0 0.5rem 3.6rem;
	cursor: pointer;
	background: url(../img/common/icon04.webp) no-repeat left center / 2.8rem;
}
#main .tableBox input[type="checkbox"]:checked ~ span,
#main .tableBox input[type="radio"]:checked ~ span {
	background-image: url(../img/common/icon04_on.webp);
}
#main .tableBox input::-webkit-input-placeholder { /* WebKit browsers */
	color: #B1B1B1;
	opacity:1;
}
#main .tableBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #B1B1B1;
	opacity:1;
}
#main .tableBox input::-moz-placeholder {
	color: #B1B1B1;
	opacity:1;
}
#main .tableBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #B1B1B1;
	opacity:1;
}
#main .tableBox .chooseUl {
	padding: 3.1rem 0 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .tableBox .chooseUl .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .tableBox .chooseUl .wpcf7-list-item {
	margin-left: 0;
}
#main .tableBox .chooseUl li {
	width: fit-content;
}
#main .tableBox .timeList {
	margin: 2rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .tableBox .timeList li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .tableBox .timeList li select {
	margin-right: 0.8rem;
}
#main .tableBox .agree {
	margin-bottom: 8.2rem;
	text-align: center;
}
#main .tableBox .agree .wpcf7-list-item {
	margin-left: 0;
}
#main .tableBox .agree input[type="checkbox"] ~ span {
	padding-left: 4.5rem !important;
	color: #333;
	font-weight: 500;
	background-position: left top calc(50% + 0.1rem) !important;
}
#main .tableBox .agree input[type="checkbox"] ~ span a {
	text-decoration: underline;
}
#main .tableBox .agree input[type="checkbox"] ~ span a:hover {
	opacity: 0.6;
}
#main .tableBox .submit li {
	margin: 2rem auto 0;
	width: 55.2rem;
	position: relative;
}
#main .tableBox .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 9.8rem;
	border-radius: 0.6rem;
	text-align: center;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFF;
	border: none;
	background: #141516;
	transition: all 0.3s ease;
}
#main .tableBox .submit li .comArrow {
	right: 4rem;
}
#main .tableBox .submit li.back .comArrow {
	left: 4rem;
	right: auto;
}
#main .tableBox .chooseBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#main .tableBox .chooseBox .other {
	width: 52.3rem;
}
#main .tableBox .a-upload {
	padding: 2rem 0 0;
	position: relative;
	display: inline-block;
}
#main .tableBox .a-upload .fileerrorTip {
	width: 18.2rem;
	display: inline-block;
	padding: 0.8rem 1.4rem;
	color: #141516;
	font-size: 1.8rem;
	font-weight: 400;
	background: #FFF url(../img/common/icon05.webp) no-repeat right 1.4rem center / 0.8rem;
	border: 0.2rem solid #F0F0F0;
	border-radius: 0.6rem;
	margin-right: 2rem;
}
#main .tableBox .a-upload .wpcf7-form-control-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#main .tableBox .a-upload input {
	height: 100%;
	width: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
#main .tableBox .a-upload .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	left: 0;
}
#main .contact .textStep2 {
	display: none;
}
#main .confirm .textStep1 {
	display: none;
}
#main .confirm .textStep2 {
	display: block;
}
#main .confirm .topBox {
	margin-bottom: 11.2rem;
}
#main .confirm .tableBox table {
	margin-bottom: 12rem;
}
#main .confirm .tableBox th,
#main .confirm .tableBox td {
	padding: 7.9rem 0 2.9rem;
	border-bottom: 1px solid #F0F0F0;
}
#main .confirm .tableBox .a-upload {
	padding-top: 0;
}
#main .confirm .tableBox .submit {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}
#main .confirm .tableBox .submit li {
	margin: 0;
    width: 48.2rem;
}
#main .thanks .comBox {
	padding: 16.8rem 0 36rem;
}
#main .thanks .title {
	margin-bottom: 3.1rem;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
#main .thanks .textBox {
	margin-bottom: 8.1rem;
}
#main .thanks .textBox .text {
	margin-bottom: 3.5rem;
	line-height: 2;
	text-align: center;
}
#main .thanks .textBox .text:last-child {
	margin-bottom: 0;
}
#main .wpcf7-spinner {
	position: absolute;
	left: 50%;
	bottom: -3rem;
	margin-left: -12px;
}
@media all and (min-width: 897px) {
	#main .tableBox .submit li:hover input {
		background: #0620A3;
	}
	#main .tableBox .submit li:hover .comArrow {
		transform: translateX(1.6rem) translateY(-50%);
	}
	#main .tableBox .submit li.back:hover .comArrow {
		transform: translateX(-1.6rem) translateY(-50%);
	}
}
@media all and (max-width: 896px) {
	#main .topBox {
		margin-bottom: 8rem;
	}
	#main .topBox .text {
		margin-bottom: 1.5rem;
	}
	#main .topBox .note {
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .tableBox {
		padding: 7.5rem 0 22rem;
		max-width: inherit;
		border-top: 1px solid #F0F0F0;
	}
	#main .tableBox table {
		margin-bottom: 4rem;
	}
	#main .tableBox th,
	#main .tableBox td {
		padding: 0 1rem;
		display: block;
		width: 100% !important;
		font-size: 1.6rem;
	}
	#main .tableBox th {
		padding: 0 1rem 2.1rem;
	}
	#main .tableBox th .must {
		margin-left: 1.2rem;
		padding: 0 0.2rem;
		position: static;
		display: inline-block;
		width: 3.8rem;
		font-size: 1.1rem;
		vertical-align: 0.2rem;
	}
	#main .tableBox td {
		padding-bottom: 4.4rem;
	}
	#main .tableBox select,
	#main .tableBox textarea,
	#main .tableBox input[type="tel"],
	#main .tableBox input[type="text"],
	#main .tableBox input[type="email"] {
		height: 7.2rem;
		font-size: 1.6rem;
		padding: 0 0 0 1.4rem;
	}
	#main .tableBox select {
		width: 8rem;
		height: 4rem;
		background: #FFF url(../img/common/icon05.webp) no-repeat right 1.4rem center / 0.8rem;
	}
	#main .tableBox input[type="checkbox"] ~ span,
	#main .tableBox input[type="radio"] ~ span {
		padding: 0.5rem 0 0.5rem 3rem;
		background-size: 2.2rem;
	}
	#main .tableBox input::-webkit-input-placeholder { /* WebKit browsers */
		color: #999;
	}
	#main .tableBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #999;
	}
	#main .tableBox input::-moz-placeholder {
		color: #999;
	}
	#main .tableBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #999;
	}
	#main .tableBox .chooseUl {
		margin: -0.1rem 0;
		padding: 0;
		display: block;
	}
	#main .tableBox .chooseUl .wpcf7-form-control {
		display: block;
	}
	#main .tableBox .chooseUl .wpcf7-list-item {
		margin-bottom: 1.4rem;
		display: block;
	}
	#main .tableBox .chooseUl .wpcf7-list-item:last-child {
		margin-bottom: 0;
	}
	#main .tableBox .chooseUl li {
		margin-bottom: 1.4rem;
	}
	#main .tableBox .chooseUl li:last-child {
		margin-bottom: 0;
	}
	#main .tableBox .timeList {
		margin: 0.4rem -2rem 0 0;
		gap: 1.2rem;
	}
	#main .tableBox .timeList li select {
		margin-right: 0.6rem;
	}
	#main .tableBox .agree {
		margin-bottom: 7.9rem;
	}
	#main .tableBox .agree.spec {
		padding: 0 1rem;
		text-align: left;
	}
	#main .tableBox .agree input[type="checkbox"] ~ span {
		padding-left: 3.1rem !important;
		font-size: 1.6rem;
	}
	#main .tableBox .submit li {
		margin: 2rem auto 0;
		width: auto;
		max-width: 31.5rem;
	}
	#main .tableBox .submit li input {
		height: 7.4rem;
		font-size: 1.5rem;
	}
	#main .tableBox .submit li .comArrow {
		margin-top: -0.2rem;
		right: 3.2rem;
	}
	#main .tableBox .submit li.back .comArrow {
		left: 3.2rem;
		right: auto;
	}
	#main .tableBox .chooseBox .other {
		margin-top: 2.4rem;
		width: auto;
	}
	#main .tableBox .a-upload {
		padding: 0;
	}
	#main .tableBox .a-upload .fileerrorTip {
		width: 15.8rem;
		display: block;
		padding: 0.7rem 1.4rem 0.6rem;
		font-size: 1.5rem;
		margin-right: 0;
	}
	#main .tableBox .a-upload .showFileName {
		margin-top: 1.3rem;
		display: block;
		font-size: 1.5rem;
	}
	#main .confirm .topBox {
		margin-bottom: 6rem;
	}
	#main .confirm .tableBox {
		padding-top: 0;
	}
	#main .confirm .tableBox table {
		margin-bottom: 6rem;
	}
	#main .confirm .tableBox th,
	#main .confirm .tableBox td {
		padding: 2rem 1rem;
	}
	#main .confirm .tableBox th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#main .confirm .tableBox .submit {
		display: block;
	}
	#main .confirm .tableBox .submit li {
		margin: 2rem auto 0;
		width: auto;
	}
	#main .thanks .comBox {
		padding: 10rem 0 22rem;
	}
	#main .thanks .title {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	#main .thanks .textBox {
		margin-bottom: 4.7rem;
	}
	#main .thanks .textBox .text {
		margin-bottom: 1.5rem;
	}
}

#main .tableBox .timeBox > .wpcf7-not-valid-tip:not(:last-child) {
	display: none;
}
#main .tableBox form {
	padding-top: 8.7rem;
	margin-top: -8.7rem;
}
@media all and (max-width: 896px) {
	#main .tableBox form {
		padding-top: 6.8rem;
		margin-top: -6.8rem;
	}
}