@charset "utf-8";
@import url("forms_sp.css") only screen and (max-width: 768px);
@import url("forms_pc.css") only screen and (min-width: 769px);

/*==============================================

	パリジェンヌ
	Forms

==============================================*/

/*================================
	Page Header
================================*/
.pageheader{
	
}





/*================================
	Form Elements (MW WP Form)
================================*/
input[type=text],
input[type=email],
textarea,
select{
	border:1px solid #ccc;;
	padding:.5em;
}
input[type=text],
input[type=email],
textarea{
	width:100%;
}
input[type=text],
input[type=email]{
	vertical-align:middle;
}
input[type=submit],
button{
	outline:none;
	cursor:pointer;
}
input[type="submit"]::-moz-focus-inner{
	border :0px;
	outline:none;
}
.horizontal-item{
	display:inline-block;
	margin-right:2em;
}
.horizontal-item + .horizontal-item{
	margin-left:0 !important;
}
form input[type=text].zip{
	width:7em;
}
form input[type=text].tel{
	width: 30%;
	max-width: 7em;
}
form input[type=text].age{
	width:5em;
	margin-right:.5rem;
}
form .error::before{
	content:"\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:.5rem;
}
