/*common mod----------------------*/
section.title{
	background:#D3D6DB;
	padding:80px 80px 1px;
}
/*--------------------------------*/

.forms{
	width:80%;
	margin:0 auto;
	text-align:center;
}

.forms dl{
	display:flex;
	justify-content;left;
	align-items:start;
	flex-wrap:wrap;
	text-align:left;
	font-size:16px;
}
.forms dl dt{
	width:18%;
	margin:0 0 24px;
	padding:8px 0 0;
	font-weight:700;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.forms dl dd{
	width:82%;
	margin:0 0 24px;
}
.forms input[type="text"],.forms input[type="email"],.forms textarea{
	width:100%;
	padding:12px 8px;
	border:1px solid #D3D7DC;
	background:rgba(255,255,255,0.8);
	backdrop-filter: blur(40px);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:16px;
}
.forms input[type="submit"]{
	padding:12px 40px;
	margin:0 auto;
	border:1px solid #8E9CA4;
	border-radius:52px;
	background:rgba(255,255,255,0.8);
	backdrop-filter: blur(40px);
	font-size:16px;
	text-align:center;
	cursor:pointer;
}
.wpcf7-not-valid-tip{
	font-size:12px;
}
.wpcf7-spinner{
	display:block;
	margin:0 auto;
}
.wpcf7-response-output{
	border-color:ECC33E;
	background:rgba(255,255,255,0.8);
	backdrop-filter: blur(40px);
}


/* contactページだけ表示 */
.grecaptcha-badge {
	display: block !important;
	z-index:100;
}


@media screen and (max-width: 960px) {
	/*common mod----------------*/
	section.title{
		padding: 10vh 6.4% 1px;
	}
	section h1{
		margin:0 0 20px;
	}
	/*--------------------------*/
	.forms{
		width:100%;
	}
	.forms dl dt{
		width:100%;
		margin:0 0 6px;
	}
	.forms dl dd{
		width:100%;
		margin:0 0 12px;
	}
	
}