@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main {
	padding: 5.6rem 0 0;
}
#main .headLine01 {
	margin-bottom: 5.4rem;
}
#main .topText {
	margin-bottom: 2.7rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.035em;
}
#main .topText .color01 {
	color: #ff0000;
}
#main .tableBox {
	margin-bottom: 17.7rem;
}
#main .tableBox table {
	margin-bottom: 5.2rem;
	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;
	border: 1px solid #000;
	font-size: 1.5rem;
	font-weight: 700;
}
#main .tableBox th {
	padding: 2.7rem 3.7rem;
	width: 32.5%;
	background: #eff3f5;
}
#main .tableBox th .must {
	margin-left: 0.4rem;
	color: #ff0000;
}
#main .tableBox td {
	padding: 2.4rem 2.5rem;
}
#main .tableBox .chooseBox .wpcf7-form-control {
	padding: 0.3rem 0.1rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}
#main .tableBox input[type="radio"],
#main .tableBox input[type="checkbox"] {
	display: none;
}
#main .tableBox input[type="radio"] ~ span,
#main .tableBox input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.5rem 1.3rem;
	font-size: 1.5rem;
    cursor: pointer;
	background: url(../img/common/icon07.png) no-repeat left top calc(50% + 0.1rem) / 1.2rem;
}
#main .tableBox input[type="radio"]:checked ~ span,
#main .tableBox input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/icon07_on.png);
}
#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;
    height: 4.9rem;
    border: 1px solid #000;
    box-sizing: border-box;
	color: #000;
    font-size: 1.5rem;
	font-weight: 700;
    padding: 0 1.5rem;
    width: 100%;
    letter-spacing: 0.035em;
    background-color: #FFF;
}
#main .tableBox textarea {
	height: 36.8rem;
	padding: 1.5rem;
	resize: vertical;
}
#main .tableBox td .text {
	margin: 0.6rem 0 -1.2rem;
	color: rgba(0, 0, 0, 0.55);
	letter-spacing: 0.035em;
}
#main .tableBox td .text.style01 {
	color: #000;
}
#main .tableBox input::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
	opacity:1;
}
#main .tableBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity:1;
}
#main .tableBox input::-moz-placeholder {
	color: #000;
	opacity:1;
}
#main .tableBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
	opacity:1;
}
#main .tableBox .agree {
	margin-bottom: 3.4rem;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 2;
}
#main .tableBox .submit {
	gap: 3rem;
}
#main .tableBox .submit li {
	width: 22.2rem;
	position: relative;
}
#main .tableBox .submit li input {
	padding: 0 3rem 0 0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 4.1rem;
	border-radius: 2rem;
	text-align: center;
	cursor: pointer;
	font-size: 1.56rem;
	font-weight: 700;
	color: #FFF;
	border: none;
	letter-spacing: 0.05em;
	transition: 0.3s;
	background: #f5ab10 url("../img/common/icon03.png") no-repeat right 2.2rem top calc(50% + 0.1rem) / 2.3rem;
}
@media all and (min-width: 897px) {
	#main .tableBox .submit li input:hover {
		opacity: 0.7;
	}
}
#main .privacyBox .hTitle {
	margin-bottom: 2.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#main .privacyBox .subBox:not(:last-child) {
	margin-bottom: 4.2rem;
}
#main .privacyBox .subBox h4 {
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#main .privacyBox .subBox .text {
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.025em;
}
@media all and (max-width: 896px) {
	#main {
		padding: 4rem 0 0;
	}
	#main .headLine01 {
		margin-bottom: 3rem;
	}
	#main .topText {
		margin-bottom: 2rem;
		text-align: left;
	}
	#main .tableBox {
		margin-bottom: 7rem;
	}
	#main .tableBox table {
		margin-bottom: 3rem;
	}
	#main .tableBox th,
	#main .tableBox td {
		padding: 1.5rem 2rem !important;
		font-size: 1.4rem;
		display: block;
		width: 100% !important;
		border-bottom: none;
	}
	#main .tableBox tr:last-child td {
		border-bottom: 1px solid #000;
	}
	#main .tableBox .chooseUl {
		padding: 0 0.1rem;
		gap: 3rem;
	}
	#main .tableBox input[type="radio"] ~ span,
	#main .tableBox input[type="checkbox"] ~ span {
		font-size: 1.4rem;
	}
	#main .tableBox textarea,
	#main .tableBox input[type="tel"],
	#main .tableBox input[type="text"],
	#main .tableBox input[type="email"] {
		height: 4rem;
		font-size: 1.4rem;
	}
	#main .tableBox textarea {
		height: 20rem;
	}
	#main .tableBox td .text {
		margin: 0.6rem 0 0;
	}
	#main .tableBox .agree {
		margin-bottom: 3.4rem;
		text-align: left;
	}
	#main .tableBox .agree .sub {
		margin-top: 0.5rem;
		display: block;
		text-align: center;
	}
	#main .tableBox .submit {
		display: block;
	}
	#main .tableBox .submit li {
		margin: 0 auto 2rem;
	}
	#main .tableBox .submit li:last-child {
		margin-bottom: 0;
	}
	#main .tableBox .submit li input {
		font-size: 1.4rem;
		background: #f5ab10 url("../img/common/icon03.png") no-repeat right 2.2rem center / 2.3rem;
	}
	#main .privacyBox .hTitle {
		margin-bottom: 2.5rem;
		font-size: 2rem;
	}
	#main .privacyBox .subBox:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .privacyBox .subBox h4 {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
	}
	.wpcf7-spinner {
		left: 7.5rem !important;
		bottom: -4rem !important;
	}
}
.wpcf7-spinner {
	position: absolute !important;
    left: -5.3rem;
    bottom: -5rem;
}
.grecaptcha-badge {
	z-index: 100 !important;
}
.wpcf7-list-item {
	margin: 0 !important;
}