@charset "utf-8";
/*
	コンタクトフォームのスタイルシート
*/
.contact_table{
	width: 100%;
	border-collapse: collapse;
}
.contact_table th{
	width: 30%;
	padding: 6px 12px;
	text-align: left;
	vertical-align:middle;
	font-size:14px;
	color: #333;	
	border: 1px solid #b9b9b9;
}
.contact_table td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

div.privacy-policy {
	padding: 1em;
}

div.abuse {
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 2em;
	box-sizing: border-box;
	font-size: 14px;
}


.required{
	color: #ff0000;
}
.errormessage{
	color: #ff4444;
}

/* 入力テキストフィールド */
input, textarea{
	margin: 2px;
	padding:6px;
    border: none;
    background-color: #f2f2f2;
}

.tx{
	width: 400px;
}
.postalcode{
	width: 80px;
}
.address{
	width: 500px;
}
.telno{
	width: 150px;
}
.email{
	width: 240px;
}
.txarea{
	width: 400px;
	height: 200px;
}


.btn {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	font-size:16px;
	text-decoration: none;
	line-height:40px;
	outline: none;
	border-radius: 6px;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn {
	background-color: #0e3da5;
	color: #fff;
}
.btn:hover {
	background-color: #59b1eb;
}

.g-recaptcha {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	font-size:16px;
	text-decoration: none;
	line-height:40px;
	outline: none;
	border-radius: 6px;
}
.g-recaptcha::before,
.g-recaptcha::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.g-recaptcha,
.g-recaptcha::before,
.g-recaptcha::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.g-recaptcha {
	background-color: #0e3da5;
	color: #fff;
}
.g-recaptcha:hover {
	background-color: #59b1eb;
}

.grecaptcha-badge {
	bottom: 15vh !important;
}