@charset "utf-8";

/* ------------------------------------------------------------ fv */
#contact .fv {
}

#contact .fv h1 {
	/* background: #000; */
	padding: 250px 0 170px;
}

/* ------------------------------------------------------------ contact */
#contact .contact_form {
	margin: 0 auto 120px;
} 

#contact .contact_form .contact_inner {
	width: 900px;
	margin: 0 auto;
} 

#contact .contact_form .tel_fax {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
} 

#contact .contact_form .tel_fax .tel {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

#contact .contact_form .tel_fax .tel h3 {
	font-size: 16px;
	margin: 0 0 8px;
}

#contact .contact_form .tel_fax .tel a {
	font-size: 44px;
	font-family: "helvetica neue","helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	color: #fff;
}

#contact .contact_form .tel_fax .tel small {
	display: block;
	font-size: 12px;
	margin: 13px 0 0;
}

#contact .contact_form .tel_fax .fax {
	width: 50%;
	border-left: solid 1px #fff;
	box-sizing: border-box;
	text-align: center;
}

#contact .contact_form .tel_fax .fax h3 {
	font-size: 16px;
	margin: 0 0 10px;
}

#contact .contact_form .tel_fax .fax p {
	font-size: 44px;
	font-family: "helvetica neue","helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	color: #fff;
}

#contact .contact_form .mandatory {
	font-size: 12px;
	color: #949494;
}

#contact .contact_form form table {
	width: 100%;
}

#contact .contact_form form table th {
	width: 180px;
	line-height: 1.375;
	text-align: left;
	color: #fff;
	padding: 30px 0 0;
}

#contact .contact_form form table th span {
	color: #949494;
	margin: 0 0 0 5px;
}

#contact .contact_form form table .top th {
	vertical-align: top;
	padding: 45px 0 0;
}

#contact .contact_form form table td {
	width: calc(100% - 180px);
	padding: 30px 0 0;
}

#contact .contact_form form table td input[type="text"],
#contact .contact_form form table td textarea {
	width: 100%;
	border: solid 1px #a0a0a0;
	background: none;
	padding: 10px 20px;
	color: #fff;
	box-sizing: border-box;
}

#contact .contact_form form .switch_btn_white {
	margin: 70px auto 0;
}

#contact .contact_form form .switch_btn_white span {
	padding: 0;
	border: none;
	z-index: 1;
}

#contact .contact_form form .switch_btn_white span input[type="submit"] {
	background: #000;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
	border: solid 1px #fff;
}

#contact .contact_form form .switch_btn_white span:hover input[type="submit"] {
	background: #fff;
	color: #000;
}



/* ------------------- エラー画面,確認画面 ------------------- */
.note {
	width: 780px;
	margin: 0 auto;
	padding: 170px 0 120px;
}

.note h3 {
	font-size: 27px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto 25px;
}

.note .caution {
	border: solid 1px #a6a6a6;
	text-align: center;
	padding: 15px;
	margin: 0 auto 35px;
}

.note .alert span {
	display: block;
	text-align: center;
	margin: 0 0 25px;
}

.note table {
	width: 100%;
}

.note table tr {
	border-bottom: solid 1px #a6a6a6;
}

.note table tr:last-child {
	border-bottom: none;
}

.note table th {
	width: 200px;
	text-align: left;
	font-weight: bold;
	padding: 20px 0;
	box-sizing: border-box;
}

.note table td {
	padding: 20px 0;
	box-sizing: border-box;
}

.note .btn {
	text-align: center;
	margin: 40px auto 0;
	font-size: 0;
}

.note .btn a {
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	background: #000;
	border: solid 1px #fff;
	min-width: 270px;
	font-size: 16px;
	line-height: 56px;
	color: #fff;
}

.note .btn input[type="submit"] {
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	background: #003a73;
	min-width: 270px;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	margin: 0 0 0 15px;
}

/* ------------------- thanks ------------------- */
#thanks {
	padding: 170px 0 120px;
}

#thanks .inner {
	width: 780px;
}

#thanks h2 {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto 30px;
}

#thanks .caution {
	border: solid 1px #a6a6a6;
	font-size: 14px;
	text-align: center;
	line-height: 170%;
	padding: 15px;
	margin: 0 auto 50px;
}

#thanks .switch_btn_white a {
	font-size: 16px;
	font-weight: normal;
}





/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
	
	/* ------------------------------------------------------------ fv */
	#contact .fv h1 {
		padding: 150px 0 70px;
	}
	
	/* ------------------------------------------------------------ contact */
	#contact .contact_form {
		margin: 0 auto 120px;
	} 
	
	#contact .contact_form .contact_inner {
		width: 90%;
		margin: 0 auto;
	} 
	
	#contact .contact_form .tel_fax {
		display: block;
		margin: 0 auto 30px;
	} 
	
	#contact .contact_form .tel_fax .tel {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	
	#contact .contact_form .tel_fax .tel h3 {
		font-size: 16px;
		margin: 0 0 8px;
	}
	
	#contact .contact_form .tel_fax .tel a {
		font-size: 27px;
	}
	
	#contact .contact_form .tel_fax .tel small {
		display: block;
		font-size: 12px;
		margin: 10px 0 0;
	}
	
	#contact .contact_form .tel_fax .fax {
		width: 100%;
		border-left: none;
		border-top: solid 1px #a0a0a0;
		padding: 20px;
		box-sizing: border-box;
	}
	
	#contact .contact_form .tel_fax .fax h3 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	
	#contact .contact_form .tel_fax .fax p {
		font-size: 27px;
	}
	
	#contact .contact_form .mandatory {
		font-size: 12px;
		color: #949494;
	}
	
	#contact .contact_form form table {
		width: 100%;
	}
	
	#contact .contact_form form table th {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1;
		padding: 25px 0 0;
	}
	
	#contact .contact_form form table th span {
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	
	#contact .contact_form form table .top th {
		padding: 25px 0 0;
	}
	
	#contact .contact_form form table td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 10px 0 0;
	}
	
	#contact .contact_form form table td input[type="text"],
	#contact .contact_form form table td textarea {
		width: 100%;
		padding: 10px 15px;
		border-radius: 0;
		font-size: 16px;
	}
	
	#contact .contact_form form .switch_btn_white {
		margin: 50px auto 0;
	}
	
	#contact .contact_form form .switch_btn_white span {
		padding: 0;
	}
	
	#contact .contact_form form .switch_btn_white span input[type="submit"] {
		padding: 20px;
	}
	
	#contact .contact_form form .switch_btn_white span:hover {
		left: -7px;
		top: -7px;
	}
	
	#contact .contact_form form .switch_btn_white span:hover input[type="submit"]{
		background: #000;
		color: #fff;
	}
	
	#contact .contact_form form .switch_btn_white span:hover::before {
		background: #000;
		border: solid 1px #fff;
		left: 7px;
		top: 7px;
	}
	
	/* ------------------- エラー画面,確認画面 ------------------- */
	.note {
		width: 90%;
		margin: 0 auto;
		padding: 120px 0 50px;
	}
	
	.note h3 {
		font-size: 22px;
		letter-spacing: 2px;
		margin: 0 auto 20px;
	}
	
	.note .caution {
		font-size: 13px;
		line-height: 150%;
		padding: 10px;
		margin: 0 auto 30px;
	}
	
	.note .alert span {
		font-size: 14px;
		margin: 0 0 15px;
	}
	
	.note table {
		display: block;
		width: 100%;
	}
	
	.note tbody {
		display: block;
	}
	
	.note table tr {
		display: block;
	}
	
	.note table tr:last-child {
		border-bottom: none;
	}
	
	.note table th {
		display: block;
		width: 100%;
		padding: 13px 0 5px;
		font-size: 14px;
	}
	
	.note table td {
		display: block;
		padding: 0 0 10px;
		font-size: 14px;
		line-height: 150%;
	}
	
	.note .btn {
		margin: 30px auto 0;
	}
	
	.note .btn a {
		display: block;
		min-width: inherit;
		width: 246px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 52px;
	}
	
	.note .btn input[type="submit"] {
		display: block;
		min-width: inherit;
		width: 250px;
		font-size: 14px;
		line-height: 54px;
		margin: 15px auto 0;
	}
	
	/* ------------------- thanks ------------------- */
	#thanks {
		padding: 120px 0 60px;
	}
	
	#thanks .inner {
		width: 90%;
	}
	
	#thanks h2 {
		font-size: 22px;
		letter-spacing: 2px;
		margin: 0 auto 20px;
	}
	
	#thanks .caution {
		font-size: 14px;
		text-align: left;
		line-height: 170%;
		padding: 15px;
		margin: 0 auto 30px;
	}
	
	#thanks .switch_btn_white {
		margin: 40px auto 0;
	}
	
	#thanks .switch_btn_white a {
		font-size: 14px;
	}

}



