@charset "EUC-JP";

/* ************************************************ */
/* お問い合わせフォーム */
/* ************************************************ */

section.form {
	max-width:57em;
	margin:0 auto;
}
section.form form > ul > li {
	padding:1.2em 0;
}
section.form form > ul > li:not(:last-child) {
}


/* 終了画面 */
section.done ul.desc {
	font-size:.9em;
	color:#999;
	margin-bottom:2em;
}
section.done ul.desc > li::before { content:"※"; }
