@charset "UTF-8";

/* MW WP Form */

/*MW WP Formカスタマイズ*/

.btnvfandsbm{
	text-align:center;
}
.btnvfandsbm input{
   margin: 0 auto;
    display: inline-flex;
    padding: 10px 30px;
    border: 1px solid #F3A246;
	background: #F3A246;
    color: #FFFFFF;
    box-sizing: border-box;
    height: 50px;
    -webkit-appearance: none;
    border-radius: 5px;
	font-size:100%;
	width:auto;
	box-shadow: 0 0 3px 1px #BBB!important;
}

.btnvfandsbm input.btnsend {
   margin: 0 auto;
    display: inline-flex;
    padding: 10px 30px;
    border: 1px solid #F3A246;
    background: #F3A246;
}

.btnvfandsbm input.btnsend:hover {
	border:none;
	background: #FFFFFF;
	color: #F3A246;
}

.btnvfandsbm input.btnback{
     padding: 10px 45px;
	margin-right:30px;
	border: 1px solid #F3A246;
    background: #F3A246;
}
.btnvfandsbm input.btnback:hover {
	border:none;
	background: #FFFFFF;
	color: #F3A246;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 60px;
}

/*入力欄の幅短くする*/
.req_20 { width: 20%!important;}
.req_25 { width: 25%!important;}
.req_30 { width: 30%!important;}
.req_40 { width: 40%!important;}
.req_50 { width: 50%!important;}
.req_60 { width: 60%!important;}
.req_70 { width: 70%!important;}
.req_80 { width: 80%!important;}

.textarea_h100{min-height:100px;width:90%;}

.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select{padding:7px!important; margin:2px;}

.contact_message_note{font-size:70%;}


@media screen and (max-width:480px){
.contact_message_note{font-size:90%;}

}
