@charset "utf-8";
/* ============================================================ */
/*	お問い合わせ
	#contact_index */
/* ============================================================ */

/*----- #lead -----*/

#contact_index #lead {
	padding: 0 0 50px;
	border-bottom: 1px solid #e0e0d9;
}

#contact_index #lead p {
	text-align: center;
}

#contact_index #lead p:not(:last-child) {
	margin: 0 0 30px;
}


/*----- #form -----*/

#contact_index #form input[type="text"] {
	width: 300px;
}

#contact_index #form textarea {
	width: 600px;
	height: 200px;
}


/*----- #complete -----*/

#contact_index #complete p {
	text-align: center;
}