@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main {
	padding: 12rem 0 18rem;
}
#main h2 {
	margin-bottom: 7.9rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}
#main .tableBox {
	margin-bottom: 8rem;
	padding: 6rem 7rem 10rem;
	border-radius: 1.6rem;
	background-color: #EDF2F9;
}
#main .tableBox .note {
	margin-bottom: 0.9rem;
	color: #FF0000;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#main .tableBox table {
	margin-bottom: 5.9rem;
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox th,
#main .tableBox td {
	padding: 2.9rem 4rem;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
	border-top: 0.2rem solid #D8D8D8;
}
#main .tableBox tr:last-child th,
#main .tableBox tr:last-child td {
	border-bottom: 0.2rem solid #D8D8D8;
}
#main .tableBox th {
	padding: 3.9rem 2.1rem 2rem;
	width: 25%;
	background-color: #FFF;
}
#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.4rem;
    height: 4.4rem;
    border: 1px solid #707070;
    box-sizing: border-box;
	color: #2F2F2F;
    font-size: 1.6rem;
	font-weight: 500;
    padding: 0 1rem;
    width: 40rem;
    background-color: #FFF;
}
#main .tableBox textarea {
	padding: 1rem;
	width: 60rem;
	height: 24rem;
	resize: vertical;
}
#main .tableBox .checkList {
	padding: 1rem 0.1rem;
}
#main .tableBox .checkList li:not(:last-child) {
	margin-bottom: 1.8rem;
}
#main .tableBox td input[type="checkbox"] {
	display: none;
}
#main .tableBox td input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.8rem 2.6rem;
	color: #2F2F2F;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
    cursor: pointer;
	background: url(../img/contact/icon02.png) no-repeat left center / 1.5rem;
}
#main .tableBox td input[type="checkbox"]:checked ~ span {
	background-image: url(../img/contact/icon02_on.png);
}
#main .tableBox .top {
	margin: 1rem 0 2rem;
}
#main .tableBox .txt {
	margin-right: 0.6rem;
	color: #2F2F2F;
	font-weight: 500;
}
#main .tableBox .zip {
	margin-right: 1.6rem;
	width: 12rem !important;
}
#main .tableBox .inputList {
	margin-bottom: 1rem;
}
#main .tableBox .inputList li:not(:last-child) {
	margin-bottom: 2rem;
}
#main .tableBox .wid01 {
	width: 48rem !important;
}
#main .tableBox .scrollBox {
	margin-bottom: 2rem;
	padding: 1.6rem 1.9rem;
	border-radius: 0.4rem;
	border: 1px solid #707070;
}
#main .tableBox .scrollBox .text {
	color: #000;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2;
}
#main .tableBox .agree {
	margin-bottom: 3rem;
	text-align: center;
}
#main .tableBox .agree input[type="checkbox"] {
	display: none;
}
#main .tableBox .agree input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.5rem 4.7rem;
	color: #2F2F2F;
	font-size: 1.6rem;
	font-weight: 500;
    cursor: pointer;
	background: url(../img/contact/icon03.png) no-repeat left center / 2.4rem;
}
#main .tableBox .agree input[type="checkbox"]:checked ~ span {
	background-image: url(../img/contact/icon03_on.png);
}
#main .tableBox .btmText {
	margin-bottom: 3rem;
	color: #2F2F2F;
	font-weight: 500;
	text-align: center;
}
#main .tableBox .submit {
	gap: 2rem;
}
#main .tableBox .submit li {
	width: 31.4rem;
}
#main .tableBox .submit li:last-child {
	margin-bottom: 0;
}
#main .tableBox .submit li input {
	padding: 1rem 2.8rem;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 7rem;
	border-radius: 3.5rem;
	text-align: left;
	cursor: pointer;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	border: none;
	background: #FFF500 url("../img/contact/icon01.png") no-repeat right 1.7rem center / 1.3rem;
	box-sizing: border-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#main .tableBox .submit li.back input {
	text-align: center;
	background-image: url(../img/contact/icon01_back.png);
	background-position: left 1.7rem center;
}
#main .tableBox.confirm .submit li input {
	text-align: center;
}
#main .thanks .tableBox {
	padding: 7.5rem 7rem;
}
#main .thanks .text {
	color: #2F2F2F;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}
#main .thanks .telBox {
	margin-top: 3.4rem;
}
#main .thanks .telBox .tel {
	margin-bottom: -0.6rem;
	text-align: center;
}
#main .thanks .telBox .tel a {
	display: inline-block;
	color: #2F2F2F;
	font-size: 3.8rem;
	font-weight: 900;
}
#main .link {
	margin: 0 auto;
	width: 31.4rem;
}
#main .link a {
	padding: 1rem 2.8rem;
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	border-radius: 3.5rem;
	background: #FFF500 url("../img/contact/icon01.png") no-repeat right 1.7rem center / 1.3rem;
	box-sizing: border-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#main .link a:hover {
	opacity: 0.7;
}
#main .tableBox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.errorMsg {
	margin-bottom: 2rem;
	color: #FF0000;
    font-weight: 500;
    letter-spacing: 0.06em;
}
@media all and (min-width: 897px) {
	#main .tableBox .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .tableBox {
		margin: 0 -1.2rem 8rem;
		padding: 6rem 0 10rem;
		border-radius: 0;
	}
	#main .tableBox .note {
		margin: 0 2rem 0.9rem;
	}
	#main .tableBox table {
		margin-bottom: 5.5rem;
	}
	#main .tableBox th,
	#main .tableBox td {
		padding: 2.9rem 2rem 5.9rem;
		display: block;
		width: 100% !important;
	}
	#main .tableBox tr:last-child th,
	#main .tableBox tr:last-child td {
		border-bottom: none;
	}
	#main .tableBox tr:last-child td {
		padding-bottom: 0;
	}
	#main .tableBox th {
		padding: 1.9rem 2rem;
	}
	#main .tableBox textarea,
	#main .tableBox input[type="tel"],
	#main .tableBox input[type="text"],
	#main .tableBox input[type="email"] {
		width: 100%;
	}
	#main .tableBox textarea {
		width: 100%;
	}
	#main .tableBox .checkList {
		margin-bottom: -3rem;
		padding: 0;
	}
	#main .tableBox .top {
		margin: 0 0 2rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#main .tableBox .top .txt {
		padding-top: 0.1rem;
	}
	#main .tableBox .txt.spec {
		margin-right: 0;
		width: calc(100% - 16rem);
		font-size: 1.2rem;
	}
	#main .tableBox .zip {
		margin-right: 1.6rem;
		width: 12rem !important;
	}
	#main .tableBox .inputList {
		margin-bottom: 0;
	}
	#main .tableBox .inputList li .txt {
		margin: 0 0 0.6rem 0;
		display: block;
	}
	#main .tableBox .wid01 {
		width: 100% !important;
	}
	#main .tableBox .submit {
		display: block;
	}
	#main .tableBox .submit li {
		margin: 0 auto 2rem;
	}
	#main .tableBox .submit li:last-child {
		margin-bottom: 0;
	}
	#main .tableBox .scrollBox {
		margin: 0 2rem 2rem;
		padding: 1.6rem 1.9rem 1.5rem;
	}
	#main .tableBox .agree input[type="checkbox"] ~ span {
		padding: 0.5rem 0 0.5rem 4.6rem;
	}
	#main .tableBox .btmText {
		margin: 0 2rem 2.8rem;
		line-height: 1.75;
	}
	#main .thanks .tableBox {
		padding: 7.6rem 2rem 7.5rem;
	}
	#main .thanks .text {
		font-size: 1.4rem;
	}
	#main .thanks .telBox {
		margin-top: 3.5rem;
	}
	#main .thanks .telBox .text {
		font-size: 1.8rem;
	}
	.errorMsg {
		padding: 0 2rem;
	}
}
