@charset "utf-8";

.form_wrap dl{
	display: block;
}

.form_wrap dl dt{
	width:100%;
}

.form_wrap dl dt span{
	color:#ff0000;
	font-size:12px;
}

.form_wrap dl dt small{
	display:block;
	color:#545454;
	font-size: 12px;
	font-weight: 700;
}

.form_wrap dl dd{
	flex:1;
}

.form_wrap dl dd input[type="text"],
.form_wrap dl dd input[type="email"],
.form_wrap dl dd input[type="tel"]{
	margin-top:10px;
}
.form_wrap dl dd textarea{
	margin-top:10px;
}

@media only screen and (min-width: 825px) {


}

@media (max-width: 825px) {


}
@media (max-width: 600px) {

}

