
@charset "UTF-8";

#myform+.widget_form .content_wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	width: 100%;
}
#myform+.widget_form .content_wrapper>.wrapper_item{
	order: 1;
}
#myform+.widget_form .content_wrapper>.privacypolicy{
	order: 3;
	margin-bottom: 0;
}
#myform+.widget_form .content_wrapper>form{
	padding-bottom: 40px;
	display: block;
	order: 2;
}

@media screen and (max-width: 700px){
	#lv_outer{
		display: none;
	}
}