@charset "utf-8"; 

.contact .block{
	width: 975px;
	margin: 0 auto;
}
.contact .telBlock{
	border-bottom: 1px solid #646464;
	padding: 0 0 35px;
	margin: 60px 0 0;
}
.contact .telBlock p{
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 1.7rem;
}
.contact .telBlock .tel{
	font-size: 4.8rem;
	letter-spacing: 0;
	text-indent: 0;
	font-weight: 400;
}
.contact .txt{
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.0;
}
.contact .txt a{
	color: #2A2F88;
	text-decoration: underline;
}
.contact .txt a:hover{
	text-decoration: none;
}
.contact table{
	width: 100%;
	margin: 35px auto 0;
	border-spacing: 0;
	table-layout: fixed;
}
.contact table th{
	width: 240px;
	font-size: 2.0rem;
	line-height:1.8;
	padding: 0 0 45px;
}
.contact table .requied{
	font-size: 1.0rem;
	color: #D00F31;
}
.contact table .conf{
	display: block;
	margin-left: 2.0rem;
	font-size: 1.4rem;
	margin-top: 3px;
}
.contact table td{
	font-size: 2.0rem;
	line-height:1.8;
	padding: 0 0 45px;
}
.contact table td input[type="text"],
.contact table td input[type="email"],
.contact table td input[type="tel"]{
	-webkit-appearance: none;
	width: 100%;
	height: 35px;
	border: 0;
	border: 1px solid #646464;
	font-size: 1.6rem;
	padding: 0 10px;
	box-sizing: border-box;
	font-weight: 300;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: top;
}
.contact table td textarea{
	-webkit-appearance: none;
	width: 100%;
	height: 175px;
	border: 0;
	background: #fff;
	font-size: 1.6rem;
	resize: vertical;
	padding: 10px;
	vertical-align: top;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	border: 1px solid #646464;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: top;
}
.contact table tr:last-child th{
	vertical-align: top;
	padding-top: 5px;
}
.contact select{
	width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 35px;
	font-size: 1.6rem;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
	border-radius: 0;
    border: 1px solid #646464;
	vertical-align: top;
}
.contact select::-ms-expand {
    display: none;
}
.contact .selectWrap{
    position: relative;
    display: inline-block;
	width: 100%;
}
.contact .selectWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 30px;
}
.contact .selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
	bottom: 13px;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #646464 transparent transparent transparent; 
}
.contact .checkWrap{
	text-align: center;
}
.contact .check{
	position: relative;
	display: inline-block;
}
.contact .checkWrap .checkBtn{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.contact .checkParts{
	display: inline-block;
	padding-left: 35px;
	line-height: 1.35;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-size: 1.7rem;
	position:relative;
}
.contact .checkParts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #141414;
	border-radius: 0;
}
.contact .checkBtn:checked + label .checkParts::before{
	background: #141414;
}
.contact .checkBtn:checked + label .checkParts::after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 6px;
	width: 7px;
	height: 15px;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.contact .policy{
	margin: 0 0 40px;
}
.contact .policy > p{
	line-height: 1.8;
}
.contact .policy .inner{
	border: 1px solid #646464;
	box-sizing: border-box;
	padding: 10px;
	margin: 20px auto 0;
}
.contact .policy .inner p{
	font-size: 1.2rem;
	line-height: 1.6;
}
.contact .policy p+p{
	margin-top: 1em;
}
.contact button.btn{
	display: block;
	width: 305px;
	line-height: 1.0;
	background: none;
	font-size: 1.8rem;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
	color: #fff;
	background: #6EC8E2;
	border: 0;
	padding: 12px 0;
	transition: 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact button:hover{
	opacity: 0.7;
}
.contact button.back{
	display: block;
	width: 305px;
	line-height: 1.0;
	background: none;
	font-size: 1.8rem;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
	color: #fff;
	background: #ccc;
	border: 0;
	padding: 12px 0;
	transition: 0.3s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact .sub_btn{
	display: flex;
	justify-content: center;
	margin: 40px auto 0;
}
.contact .sub_btn li+li{
	margin-left: 20px;
}
.contact .thanks{
	margin: 60px 0 0;
}
.contact .thanks p{
	text-align: center;
}

@media screen and (max-width : 767px){
	
	.contact .block{
		width: auto;
		padding: 8% 5% 0;
	}
	.contact .telBlock{
		margin: 0;
		padding: 0 0 8%;
	}
	.contact .telBlock p{
		font-size: 3.6vw;
	}
	.contact .telBlock .tel{
		font-size: 7vw;
	}
	.contact table{
		margin: 10% 0 0;
	}
	.contact table th{
		display: block;
		width: 100%;
		font-size: 3.2vw;
		padding: 0 0 5%;
	}
	.contact table td{
		display: block;
		font-size: 3.2vw;
		width: 100%;
		padding: 0 0 10%;
	}
	.contact table td input[type="text"],
	.contact table td input[type="email"],
	.contact table td input[type="tel"]{
		height: auto;
		font-size: 1.6rem;
		padding: 2%;
	}
	.contact table .conf{
		display: inline-block;
		font-size: 2.6vw;
		margin: 0;
	}
	.contact select{
		height: auto;
		font-size: 1.6rem;
		padding: 2%;
	}
	.contact table td textarea{
		height: 120px;
		
		font-size: 1.6rem;
	}
	.contact .policy .inner{
		margin: 5% 0 0;
		padding: 3%;
	}
	.contact .policy .inner p{
		font-size: 2.6vw;
	}
	.contact .checkParts{
		font-size: 1.4rem;
		padding: 0 0 0 24px;
	}
	.contact .checkParts::before{
		width: 16px;
		height: 16px;
	}
	.contact .checkBtn:checked + label .checkParts::after{
		top: 1px;
		left: 6px;
		width: 4px;
		height: 11px;
	}
	.contact .policy{
		margin-bottom: 10%;
	}
	.contact table .requied{
		font-size: 2.6vw;
	}
	.contact .sub_btn{
		display: block;
		width: 70%;
		margin: 7% auto 0;
	}
	.contact button.btn,
	.contact button.back{
		width: 100%;
		font-size: 4vw;
		padding: 0.7em 0;
	}
	.contact .sub_btn li+li{
		margin: 3% 0 0 0;
	}
	.contact .thanks{
		margin: 0;
	}
	.contact .thanks p{
		font-size: 3vw;
		line-height: 2.0;
	}

}