@charset("UTF-8");

.key-visual:after{
	background-image: url(../images/contact-key-visual.jpg);
	background-position: right center;
}

input,textarea{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	font-family: "游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	border-radius: 0;
}
table,tr,tbody{
	width: 100%;
}
tr{
	border-bottom: 1px solid #ccc;
}
table{
	border-top: 1px solid #ccc;
}
th{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	width: 30%;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 15px;
	line-height: 2;
}
th span{
	color: #fff;
	display: inline-block;
	padding: 0 0.8em;
	height: 32px;
	background: #df7a1c;
	float: right;
}
td{
	padding: 15px 0;
	width: 70%;
}
#name,#email,#phone{
	border: 1px solid #ccc;
	background: #eee;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	width: 100%;
	padding: 0 0.5em;
}
#comment{
	border: 1px solid #ccc;
	background: #eee;
	font-size: 16px;
	line-height: 2;
	width: 100%;
	height: 300px;
	padding: 0 0.5em;
}
.check-area{
	background: #efefef;
	padding: 40px;
	line-height: 1.8;
	margin: 80px 0 40px;
}
#check_flg{
	width:22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 1em;
	position: relative;
}
#check_flg:checked:after{
	content: "\f00c";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
	line-height: 20px;
	text-align: center;
}
input.btn{
	border: none;
	cursor: pointer;
}
input.btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: .3s all ease-out;
}


/* ++++++++++++++++++++++++responsive style++++++++++++++++++++++++++ */
@media screen and (max-width: 768px){

	th{
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 15px 0 0;
		padding-right: 0;
		line-height: 2;
	}
	th span{
		padding: 0 0.8em;
		height: 28px;
	}
	td{
		padding: 15px 0;
		width: 100%;
		display: block;
	}
	#name,#email,#phone{
		border: 1px solid #ccc;
		background: #eee;
		font-size: 1.6rem;
		line-height: 32px;
		height: 32px;
		width: 100%;
		padding: 0 0.5em;
	}
	#comment{
		font-size: 1.6rem;
		line-height: 1.8;
		width: 100%;
		height: 200px;
	}
	.check-area{
		padding: 20px;
		margin: 20px 0;
	}
	#check_flg{
		margin-right: 0.5em;
	}
#check_flg:checked:after{
	content: "\f00c";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
	line-height: 20px;
	text-align: center;
}

}