@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.gNavi ul li:nth-child(5) a::before {
	opacity: 1;
}
#main {
	font-family: 'Noto Sans JP', sans-serif;
}
#main h3 {
	margin-bottom: 79px;
	font-size: 4.2rem;
	font-weight: normal;
	text-align: center;
}
#main .txt {
	margin-bottom: 119px;
}
#main .txt p {
	margin-bottom: 47px;
	font-size: 2.7rem;
	line-height: 1.74;
	text-align: center;
}
#main .txt p:last-child {
	margin-bottom: 0;
}
#main .mailForm .topTxt {
	margin-bottom: 48px;
	padding-left: 1em;
	text-align: left;
	font-size: 2.7rem;
	line-height: 1.85;
	text-indent: -1em;
}
#main .mailForm table {
	width: 100%;
	border-collapse: collapse;
}
#main .mailForm table th, #main .mailForm table td {
	padding-bottom: 33px;
	font-size: 2.7rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}
#main .mailForm table th {
	padding-top: 3px;
	width: 28.2%;
}
#main .mailForm table td input[type="text"], #main .mailForm table td input[type="email"], #main .mailForm table td input[type="tel"], #main .mailForm table td textarea {
	padding: 0 10px;
	width: 100%;
	height: 59px;
	font-size: 2.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
	border: 1px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}
#main .mailForm table td textarea {
	margin-bottom: 53px;
	height: 333px;
	resize: vertical;
}
#main .mailForm table td .zipUl li {
	display: inline-block;
	width: 149px;
	vertical-align: top;
}
#main .mailForm table td .zipUl li:last-child {
	position: relative;
	width: 175px;
}
#main .mailForm table td .zipUl li:last-child::before {
	width: 39px;
	height: 3px;
	position: absolute;
	left: -52px;
	top: 50%;
	margin-top: -2px;
	content: '';
	background: #000;
}
#main .mailForm table td .zipUl li:not(:last-child) {
	margin-right: 55px;
}
#main .mailForm table td .radioUl li input {
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}
#main .mailForm .agreeBox {
	padding: 46px 10px 51px;
	margin: 95px 0 0;
	background: #F4ECE3;
}
#main .mailForm .agreeBox p {
	margin-bottom: 57px;
	text-align: center;
	font-size: 2.7rem;
}
#main .mailForm .agreeBox .check {
	margin-bottom: 45px;
}
#main .mailForm .submit {
	margin: 0 auto;
	width: 632px;
}
#main .mailForm .submit li:not(:last-child) {
	margin-bottom: 25px;
}
#main .mailForm .submit li input {
	width: 100%;
	height: 74px;
	border: none;
	color: #fff;
	font-size: 2.7rem;
	border-radius: 0;
	appearance: none;
	box-sizing: border-box;
	background: #B10B24;
	cursor: pointer;
}
#main .mailForm .submit li input:hover {
	opacity: 0.7;
}
#main .mailForm .agreeBox .check input[type="checkbox"] {
	display: none;
}
#main .mailForm .agreeBox .check input[type="checkbox"] + label {
	background: url("../img/contact/check.png") no-repeat left center;
	background-size: 28px 28px;
	display: inline-block;
	padding: 4px 0 4px 59px;
}
#main .mailForm .agreeBox .check input[type="checkbox"]:checked + label {
	background-image: url("../img/contact/check_on.png");
}
#main .mailForm .agreeBox a:hover {
	text-decoration: underline;
}
#main .errorMsg {
	margin-bottom: 20px;
	color: #B10B24;
	font-size: 2rem;
}
#main .mailForm.confirm {
	margin: 0 auto;
	max-width: 800px;
}
#main .mailForm.confirm table {
	margin-bottom: 20px;
}
#main .mailForm.confirm table th {
	padding-top: 0;
	width: 38%;
}
#main.thanks .txt p a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main h3 {
		margin-bottom: 30px;
		font-size: 2.8rem;
	}
	#main .txt {
		margin-bottom: 50px;
	}
	#main .txt p {
		font-size: 1.6rem;
	}
	#main .mailForm .topTxt {
		font-size: 1.8rem;
	}
	#main .mailForm table th, #main .mailForm table td {
		padding: 5px 0;
		font-size: 1.8rem;
		width: 100% !important;
		float: left !important;
		box-sizing: border-box;
	}
	#main .mailForm table td {
		padding-bottom: 20px !important;
	}
	#main .mailForm table td input[type="text"], #main .mailForm table td input[type="email"], #main .mailForm table td input[type="tel"], #main .mailForm table td textarea {
		height: 40px;
		font-size: 1.8rem;
		border-radius: 5px;
	}
	#main .mailForm table td textarea {
		height: 150px;
		margin-bottom: 0;
	}
	#main .mailForm table td .zipUl li {
		width: 100px !important;
	}
	#main .mailForm table td .zipUl li:not(:last-child) {
		margin-right: 40px;
	}
	#main .mailForm table td .zipUl li:last-child::before {
		width: 20px;
		left: -33px;
	}
	#main .mailForm .agreeBox {
		margin: 60px 0 0;
		padding: 30px 15px;
	}
	#main .mailForm .agreeBox p {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	#main .mailForm .agreeBox .check input[type="checkbox"] + label {
		padding-left: 35px;
	}
	#main .mailForm .submit {
		width: 100%;
		max-width: 320px;
	}
	#main .mailForm .agreeBox a:hover {
		text-decoration: none;
	}
	#main .mailForm .submit li input {
		height: 45px;
		font-size: 1.8rem;
	}
	#main .mailForm .submit li input:hover {
		opacity: 1;
	}
	#main .errorMsg {
		font-size: 1.5rem;
	}
	#main .mailForm.confirm {
		margin: 0 auto;
		max-width: inherit;
	}
	#main .mailForm.confirm table th {
		font-weight: bold;
	}
	#main .mailForm.confirm table td {
		font-size: 1.5rem;
	}
	#main.thanks .txt {
		margin-bottom: 0;
	}
}
@media all and (-ms-high-contrast:none) {
	#main .mailForm .submit li input {
		padding-top: 23px;
	}
}