/*----------------------------------------------------
	お問い合わせ 
----------------------------------------------------*/

.mailform table{
	margin:0 0 30px;
}
.mailform table th{
	width: 250px;
	text-align:left;
}
.mailform table td input[type=text],
.mailform table td input[type=tel],
.mailform table td input[type=mail]{
	width:60%;
}
.mailform table td{
	padding:10px;
}
.mailform table td textarea{
	width:100%;
	height:200px;
	box-sizing:border-box;
}

.mailform #send_btn{
	text-align:center;
}
.mailform #send_btn .btn02 input{
    border: 0px;
    width: 250px;
    height: 50px;
    cursor: pointer;
    background-color: #bf3361;
    color: #FFF;
	font-weight:700;
	font-size:1.1em;
	-webkit-appearance: none;
}
.mailform #send_btn .back input{
    border: 0px;
    width: 250px;
    height: 50px;
    cursor: pointer;
    background-color: #eee;
    color: #000;
	font-weight:700;
	font-size:1.1em;
	-webkit-appearance: none;
}
.mw_wp_form .error {color:red!important;}
.mw_wp_form .doui {
	text-align: center;
	margin: 10px 0;
}

/*MW WP FORMの確認画面で同意を非表示にする*/
.mw_wp_form_confirm .hidden {
	display: none;
}

.td_checkbox span.mwform-checkbox-field {
	white-space: nowrap;
	float:left;
}


