@charset "utf-8";

/* --------------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------------- */
.contact {
	max-width: 600px;
	margin: 0 auto;
}
.contact h3.ttl {
	font-size: 2.2rem;
	text-align: center;
	font-weight: 700;
}
.contact p:nth-child(even) {
	font-size: 1.5rem;
	font-weight: 700;
}
.contact p:nth-child(odd) {
	margin-bottom: 30px;
}
.contact p:last-child {
	margin-top: 30px;
	text-align: center;
}

.contact input[type="text"],
.contact select {
	padding: 8px;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.contact input[type="submit"] {
	color: #fff;
	font-size: 1.50rem;
	background-color: #444;
	box-shadow: 0 0 2px #b2b2b2;
	border: none;
	padding: 10px 60px;
	min-width: 240px;
}