@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main .comBgBox .subBgArea {
	padding: 5.1rem 0 6rem;
}
#main .topText {
	margin-bottom: 4.2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}
#main .tableBox table {
	margin-bottom: 2.3rem;
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox th,
#main .tableBox td {
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}
#main .tableBox th {
	padding: 0.7rem 0;
	width: 16%;
	font-weight: 400;
}
#main .tableBox th .sub {
	padding-right: 2.5rem;
	display: inline-block;
	position: relative;
	line-height: 1.4;
}
#main .tableBox th .sub .must {
	position: absolute;
	top: 0;
	right: 0;
	color: #df4d4d;
}
#main .tableBox td {
	padding: 0 3.3rem 3rem 0;
}
#main .tableBox textarea,
#main .tableBox input[type="text"],
#main .tableBox input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 4.2rem;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
	color: #000;
    font-size: 1.8rem;
    padding: 0 1.5rem;
    width: 100%;
    letter-spacing: 0.075em;
    background-color: #FFF;
}
#main .tableBox textarea {
	padding: 1.5rem;
	height: 33.8rem;
	resize: vertical;
}
#main .tableBox .submit {
	gap: 8rem;
}
#main .tableBox .submit li {
	width: 42rem;
	position: relative;
}
#main .tableBox .submit li::before {
	margin-top: 0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.7rem;
	width: 6.4rem;
	height: 1rem;
	background: url(../img/common/icon01.png) no-repeat left top / 100%;
	content: '';
}
#main .tableBox .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 7rem;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
	font-size: 2.2rem;
	font-weight: 400;
	color: #FFF;
	border: none;
	background: rgba(255, 255, 255, 0.2);
	transition: 0.3s;
}
#main .tableBox .submit li.back {
	display: none;
}
#main .tableBox .mw_wp_form_confirm .submit li.back {
	display: block;
}
#main .tableBox .mw_wp_form_confirm .submit li.back::before {
	right: auto;
	left: -1.7rem;
    transform: translateY(-50%) scaleX(-1);
}
#main .tableBox .mw_wp_form_confirm td {
	padding: 0.7rem 3.3rem 1.7rem 0;
}
@media all and (min-width: 897px) {
	#main .tableBox .submit li input:hover {
		opacity: 0.7;
	}
}
#main .thanks {
	min-height: calc(100vh - 25.1rem);
}
#main .thanks .topText {
	margin-bottom: 4rem;
	text-align: center;
}
#main .thanks .comBtn a::before {
	right: auto;
	left: -1.7rem;
	transform: translateY(-50%) scalex(-1);
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 12rem;
	}
	#main .comBgBox .subBgArea {
		padding: 3.1rem 2rem 4rem;
	}
	#main .topText {
		margin-bottom: 2.3rem;
		font-size: 1.4rem;
		line-height: 1.64;
		letter-spacing: 0.05em;
	}
	#main .tableBox table {
		margin-bottom: 2.3rem;
	}
	#main .tableBox th,
	#main .tableBox td {
		display: block;
		width: 100% !important;
	}
	#main .tableBox th {
		margin-bottom: 0.7rem;
		padding: 0;
	}
	#main .tableBox th .sub {
		padding-right: 2rem;
		letter-spacing: 0.02em;
	}
	#main .tableBox td {
		padding: 0 0 1.5rem 0 !important;
	}
	#main .tableBox textarea,
	#main .tableBox input[type="text"],
	#main .tableBox input[type="email"] {
		height: 2.6rem;
		font-size: 1.4rem;
	}
	#main .tableBox textarea {
		height: 25.8rem;
	}
	#main .tableBox .submit {
		display: block;
	}
	#main .tableBox .submit li {
		margin: 2rem auto 0;
		width: auto;
		max-width: 26rem;
		position: relative;
	}
	#main .tableBox .submit li:first-child {
		margin-top: 0;
	}
	#main .tableBox .submit li::before {
		margin-top: 0;
		right: -1.6rem;
		width: 3rem;
		height: 0.8rem;
		background-image: url(../img/common/icon01_sp.png);
	}
	#main .tableBox .submit li input {
		height: 4.5rem;
		font-size: 1.6rem;
		letter-spacing: 0.075em;
		font-weight: 400;
	}
	#main .tableBox .mw_wp_form_confirm .submit li.back::before {
		right: auto;
		left: -1.6rem;
	}
	#main .thanks {
		min-height: calc(100vh - 15.9rem);
	}
	#main .thanks .comBtn a::before {
		right: auto;
		left: -1.6rem;
	}
}
.wpcf7-spinner {
	position: absolute !important;
	left: -7.5rem !important;
    bottom: -5rem !important;
}