<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*////////////////////////////////////////
	コンタクト
////////////////////////////////////////*/
#contact #title {
	background-position: -118vw;
}
#contact{
	margin-top:17px;
}
/*////////////////////////////////////////
	フォーム
////////////////////////////////////////*/


#form{
	padding-top: 28px;
}
#form .intro{
	_text-align: center;
	margin-bottom: 95px;
}

#form .form_wrap{
	width: 80vw;
	padding: 20px 30px 75px;
}
#form dl{
	_display: flex;
	margin:25px 0 -8px;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 25px;
}
#form dt{
	width:80vw;
	display: flex;
	position: relative;
	margin-bottom: 5px;
}
#form dt strong{
	display: inline-block;
	margin-left: 12vw;
	line-height: 1.6;
	font-weight: bold;
}
#form dt span{
	position: absolute;
}
#form dd{
	width: 80vw;
	line-height: 2;
	display: flex;
	flex-direction: column;
}
#form dd label{
	display: inline-block;
	display: flex;
	margin-top: 7px 0;
}


#form p{
	margin-top: 32px;
	margin-bottom: -15px
}



#form .required,
#form .any{
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	padding: 2px 6px;
	font-size: 75%;
	height: 1.65em;
	margin-top: 1px;
	margin-right: 18px;
}
#form .required{
	background: #EF6740;
}

#form .any{
	background: #6B6B6B;
}

#form .accept{
	text-align: center;
}
#form a{
	text-decoration: underline;
}
#form .send{
	text-align: center;
	margin-top: 37px;
}

#form .blue_btn{
  border: none;
	height: 2.5em;
}
#form input{
	height: 1.6em;
}
.wpcf7-list-item-label{
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 8px;
	
}
#form dd label input span{
	margin: 5px 0;
}

#form input:hover {
  opacity: 0.7!important;
  cursor: pointer;
	transition: 0.3s!important;
}

</pre></body></html>