@charset "UTF-8";

.key-visual{
	background: url(../images/contact-key-visual.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

/* ++++++++++++++++++++++++++#greeting++++++++++++++++++++++++++ */
#form{
	position: relative;
	z-index: 9;
}
#telephone:after{
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/wave-bottom.png);
	background-position: center;
}
#form .inner,
#telephone .inner{
	overflow: hidden;
}
#form .sec-ttl,
#telephone .sec-ttl{
	width: 180px;
	float: left;
}
.form-area,
.tel-area{
	width: calc(100% - 180px);
	float: right;
}
input,
textarea{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	padding: 0 .5em;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
#name,
#email,
#tel{
	width: 100%;
	height: 34px;
	line-height: 2;
}
#comment{
	line-height: 2;
	width: 100%;
	height: 16em;
}
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus{
	outline: none;
}
form table{
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #777;
}
th{
	font-weight: 400;
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px solid #777;
	width: 30%;
}
td{
	padding: 15px 0;
	width: 70%;
	border-bottom: 1px solid #777;
}
th span{
	font-size: 13px;
	color: #ef2c47;
	padding-left: 1em;
}
#agreement{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#privacy-policy{
	width: calc(100% - 50px);
}
#check_flg{
	width: 30px;
	height: 30px;
	background: #fff;
	padding: 0;
	position: relative;
}
#check_flg:checked:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	color: #001273;
	line-height: 1.8;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
#privacy-policy h4{
	font-size: 15px;
	line-height: 1;
	margin-bottom: 1em;
}
#privacy-policy p{
	margin-bottom: 1em;
	font-size: 14px;
}
#send-btn{
	margin: 40px auto 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 15px;
	color: #000;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: .3s all ease;
}
#send-btn:hover{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	background: #777;
	color: #fff;
}
#telephone{
	z-index: 9;
	position: relative;
	padding-top: 0;
}
.tel-area{
	text-align: center;
}
.tel-number{
	padding: 0 100px;
	margin: 40px 0 20px;
}
.tel-number a span{
	font-size: 60%;
	letter-spacing: 0;
	padding-right: .5em;
}
.tel-number a{
	font-size: 46px;
	line-height: 1;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	padding: .5em 0;
	display: block;
	letter-spacing: .1em;
}
#telephone ul{
	font-size: 13px;
	line-height: 2;
}
#telephone li:before{
	content: "※";
	display: inline;
}
#telephone li{
	text-indent: -1em;
	padding-left: 1em;
}


@media screen and (max-width: 768px){
	header h1{
		//padding-right: 20px;
	}


/* ++++++++++++++++++++++++++#greeting++++++++++++++++++++++++++ */
	#form{
		position: relative;
		z-index: 9;
	}
	#form .sec-ttl,
	#telephone .sec-ttl{
		width: 100%;
	}
	.form-area,
	.tel-area{
		width: 100%;
		float: right;
	}
	#telephone:after{
		height: 10px;
		width: 100%;
		background-size: auto 100%;
		background-position: center;
	}
	form table{
		margin-bottom: 30px;
	}
	th{
		width: 100%;
		display: block;
		border: none;
		padding-bottom: 0;
	}
	td{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	th span{
		font-size: 1.2rem;
	}
	#privacy-policy{
		width: calc(100% - 35px);
	}
	#check_flg{
		width: 25px;
		height: 25px;
	}
	#privacy-policy h4{
		font-size: 1.4rem;
	}
	#privacy-policy p{
		font-size: 1.3rem;
	}
	#comment{
		height: 14em;
	}
	#send-btn{
		margin: 16px auto 0;
		font-size: 1.4rem;
		background: transparent;
	}
	#telephone{
		padding-top: 60px;
	}
	.tel-number{
		padding: 0;
		max-width: 400px;
		margin: 30px auto 15px;
	}
	.tel-number a span{
		font-size: 60%;
		letter-spacing: 0;
		padding-right: .5em;
	}
	.tel-number a{
		font-size: 3rem;
	}
	#telephone ul{
		font-size: 1.2rem;
		text-align: left;
		max-width: 400px;
		margin: auto;
	}
	#name, #email, #tel{
		height: 48px;
		line-height: 46px;
	}
	#check_flg:checked:before{
		line-height: 25px;
	}
}
