@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main {
	margin-bottom: 13.4rem;
}
#pagePath {
	margin-bottom: 10.2rem;
}
#main .headLine02 {
	margin-bottom: 9.9rem;
}
#main .tableBox {
	margin: 0 auto;
	max-width: 77.4rem;
}
#main .tableBox table {
	margin-bottom: 2.8rem;
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox th,
#main .tableBox td {
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.14rem;
	line-height: 1.9;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
}
#main .tableBox th {
	padding-top: 1rem;
	width: 25.2%;
	position: relative;
}
#main .tableBox th.spec {
	padding-top: 0;
}
#main .tableBox th .must {
	margin-left: 0.9rem;
	padding: 0.3rem 0.2rem;
	display: inline-block;
	width: 3.5rem;
	color: #FFF;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	text-align: center;
	border-radius: 0.8rem;
	background: #00A0E9;
	line-height: 1.2;
	vertical-align: 0.1rem;
}
#main .tableBox td {
	padding-bottom: 2.3rem;
}
#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.8rem;
	height: 4.8rem;
	border: 1px solid #1D2088;
	box-sizing: border-box;
	color: #333;
	font-size: 1.4rem;
	padding: 0 1.2rem;
	width: 39.1rem;
	letter-spacing: 0.14rem;
	background-color: #FFF;
}
#main .tableBox input:-webkit-autofill {
	-webkit-text-fill-color: #333;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
#main .tableBox textarea {
	padding: 1.3rem 1.2rem;
	resize: vertical;
	height: 14rem;
	width: 100%;
}
#main .tableBox .chooseUl {
	padding: 0 0.9rem 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
#main .tableBox .chooseUl li {
	width: 13rem;
}
#main .tableBox .chooseUl .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
}
#main .tableBox .chooseUl .wpcf7-list-item {
	width: 13rem;
	margin-left: 0;
}
#main .tableBox input[type="radio"],
#main .tableBox .chooseUl input[type="checkbox"] {
	display: none;
}
#main .tableBox input[type="radio"] ~ span,
#main .tableBox .chooseUl input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.6rem 3.1rem;
	font-size: 1.4rem;
    cursor: pointer;
	background: url(../img/common/icon06.png) no-repeat left center / 2.2rem;
}
#main .tableBox input[type="radio"]:checked ~ span,
#main .tableBox input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/icon06_on.png);
}
#main .tableBox .agree input[type="checkbox"] {
	display: none;
}
#main .tableBox .agree .wpcf7-list-item {
	margin-left: 0;
}
#main .tableBox .agree input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.6rem 2.9rem;
	font-size: 1.4rem;
    cursor: pointer;
	background: url(../img/common/icon07.png) no-repeat left center / 1.8rem;
}
#main .tableBox .agree input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/icon07_on.png);
}
#main .tableBox .agree {
	margin: 0 auto 2.5rem;
	color: #352F2D;
	letter-spacing: 0.14rem;
	width: 26.2rem;
}
#main .tableBox .agree a {
	color: #1D2088;
	text-decoration: underline;
}
#main .tableBox .agree.confirmTxt {
	margin-bottom: 3.5rem;
}
#main .tableBox .submit li {
	margin: 2rem auto 0;
	width: 39.1rem;
	position: relative;
}
#main .tableBox .submit li input {
	padding-bottom: 0.4rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 6rem;
	border-radius: 10rem;
	text-align: center;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	border: none;
	background: #D9D9D9;
	letter-spacing: 0.18rem;
	transition: 0.3s;
}
#main .tableBox .submit .wpcf7-spinner {
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: -3rem;
	transform: translateX(-50%);
}
#main .thanks {
	padding-bottom: 2.8rem;
}
#main .thanks h3 {
	margin-bottom: 4rem;
	padding: 0;
	color: #0F1C80;
	font-size: 2.4rem;
	text-align: center;
}
#main .thanks .text {
	margin-bottom: 3rem;
	color: #111;
	text-align: center;
	line-height: 1.9;
	font-weight: 500;
}
#main .thanks .comBtn {
	margin: 0 auto;
	width: 24rem;
}
#main form {
	padding-top: 10.7rem;
	margin-top: -10.7rem;
}
@media all and (min-width: 897px) {
	#main .tableBox .submit li input:hover {
		opacity: 0.7;
	}
	#main .tableBox .agree a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#main form {
		padding-top: 7.1rem;
		margin-top: -7.1rem;
	}
	#main {
		margin-bottom: 5.5rem;
	}
	#pagePath {
		margin-bottom: 3.3rem;
	}
	#main .headLine02 {
		margin-bottom: 3.3rem;
	}
	#main .tableBox {
		margin: 0;
		max-width: inherit;
	}
	#main .tableBox table {
		margin-bottom: 1.5rem;
	}
	#main .tableBox th,
	#main .tableBox td {
		display: block;
		width: 100% !important;
	}
	#main .tableBox th {
		padding: 0 0 0.5rem;
	}
	#main .tableBox th .must {
		vertical-align: 0.3rem;
	}
	#main .tableBox td {
		padding-bottom: 2.6rem;
	}
	#main .tableBox textarea,
	#main .tableBox input[type="tel"],
	#main .tableBox input[type="text"],
	#main .tableBox input[type="email"] {
		width: 100%;
	}
	#main .tableBox textarea {
		padding: 1.4rem 1.2rem;
	}
	#main .tableBox .chooseUl {
		padding: 0 0 2.1rem;
	}
	#main .tableBox .chooseUl .wpcf7-form-control {
		gap: 4.1rem;
	}
	#main .tableBox .chooseUl li {
		width: 8rem;
	}
	#main .tableBox .chooseUl .wpcf7-list-item {
		width: 8rem;
	}
	#main .tableBox .chooseUl.style01 {
		gap: 0;
	}
	#main .tableBox .chooseUl.style01 .wpcf7-form-control {
		gap: 0;
	}
	#main .tableBox .chooseUl.style01 .wpcf7-form-control-wrap {
		display: block;
		width: 100%;
	}
	#main .tableBox .chooseUl.style01 li {
		width: 12rem;
	}
	#main .tableBox .chooseUl.style01 li:nth-child(2) {
		width: 15rem;
	}
	#main .tableBox .chooseUl.style01 .wpcf7-list-item {
		width: 12rem;
	}
	#main .tableBox .chooseUl.style01 .wpcf7-list-item:nth-child(2) {
		width: 15rem;
	}
	#main .tableBox .agree {
		margin-bottom: 2rem;
	}
	#main .tableBox .agree.confirmTxt {
		margin-bottom: 3rem;
	}
	#main .tableBox .submit li {
		margin: 1.5rem auto 0;
		width: 26.1rem;
	}
	#main .thanks {
		padding-bottom: 3rem;
	}
	#main .thanks .headLine02 {
		margin-bottom: 5.6rem;
	}
	#main .thanks h3 {
		line-height: 1.42;
	}
	#main .thanks .text {
		font-size: 1.6rem;
		text-align: left;
	}
	#main .thanks .text:last-child {
		margin-bottom: 0;
	}
}

#main .tableBox.confirm textarea,
#main .tableBox.confirm input[type="tel"],
#main .tableBox.confirm input[type="text"],
#main .tableBox.confirm input[type="email"] {
	border: none;
}