section#blog-hero {
	padding-top: 0;
}

/* お問い合わせフォーム全体を中央に寄せる */
#contact-form {
	max-width: 600px;
	/* フォームの最大幅を制限（お好みで調整） */
	margin: 0 auto;
	/* 左右の余白を自動にして中央へ */
	padding: 2rem;
	/* 内側の余白 */
}

/* 入力ラベルやボタンも中央寄せにしたい場合（オプション） */
#contact-form .form-label,
#contact-form .form-group {
	text-align: left;
	/* 入力欄の中身は左寄せが見やすい */
}

#contact-form input[type="text"],
#contact-form input[type="email"] {
	width: 80%;
}

#contact-form textarea {
	width: 80%;
}

#contact-form .buttons {
	margin-top: 32px;
	text-align: center;
	/* 送信ボタンだけ真ん中に置く */
}

.container {
	text-align: center;
}
