@charset "UTF-8";
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;

}
form#mailform {
	padding: 5px;
}
table.mailform {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border-bottom: solid 0px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 30%;
	font-weight:normal;
//	background:#575551;
	background:#A6A6A6;
	color: #FFF;
	text-align:left;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #999999;
}
table.mailform tr td textarea {
//	width: 80%;
//	height: 120px;
}
form input[type="submit"] {
	color: var(--base-color);
	border: none;
	padding: 10px 50px;
	background-color: var(--main-color);
}
form input[type="submit"]:hover {
	filter: brightness(90%) contrast(120%);
}
form input[type="reset"], form input[type="button"] {
	color:#000;
	border: none;
	padding: 10px 50px;
	background-color: #ccc;
}
form input[type="reset"]:hover, form input[type="button"]:hover {
	filter: brightness(90%) contrast(120%);
}
input[type="button"] {
	color:#FFF;
	border: none;
	padding: 10px 30px;
	background-color: #838383;
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
	margin-bottom: 70px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
    #formWrap {
        width:100%;
        margin:0 auto;
        font-size:16px;
    }
form#mailform {

}
table.mailform {
//	width: 95%;
}
table.mailform tr th,table.mailform tr td {
        width:auto;
        display:block;
}
table.mailform tr th {
        margin-top:0px;
        border-bottom:0;
}

table.mailform tr th span {

}
table.mailform tr th p {

}
table.mailform tr td {
//	width: 95%;
  display: block;
}
table.mailform tr td textarea {
//	width: 95%;
	height: 120px;
}
    form select,[type="text"], form textarea,form [type="tel"],form [type="email"] {
        width:95%;
        padding:5px;
        font-size:110%;
        display:block;
    }  
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
        display:block;
        /*width:50%;*/
        width:90%;
	padding: 10px 5px;
        height:40px;
        font-size: 13px;
        margin-bottom: 10px;
    }


}
