@charset "UTF-8";

/* =============================================
テーブル
============================================= */
.mailform .mw_wp_form_confirm .hide {
	display: inline-block;
	}
#inquiry #inqtype_other {
	margin-top: 8px;
	}
#inquiry .mw_wp_form_confirm #inqtype_other:before {
	content: '（';
	}
#inquiry .mw_wp_form_confirm #inqtype_other:after {
	content: '）';
	}

/* =============================================
フォーム
============================================= */
#inquiry #inqtype_other input[type="text"] {
	width: 18em;
	}

/* notes */
.mailform .mailform_con dd>p.notes:first-child {
	margin-top: 0;
	margin-bottom: 6px;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	/* error */
	#inquiry #group_address-error {
		margin-left: 11.2em;
		}

} /* end 768＜ */
