@charset "utf-8";
/* お問い合わせフォーム css */

/* 共通 */
.red { font-weight: bold; }
.contact { margin: 4rem 0; }
.caption { 
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3rem !important;
}

/* 送信完了ページ */
#contact_thanks { margin: 8rem 0 10rem; }
#contact_thanks p { text-align: center; }


@media screen and (max-width: 480px) {
	/* 共通 */
	.contact { margin: 2rem 0 1rem; }
	
	/* 確認ページ */
	#contact_check { margin-bottom: 2.5rem; }
	
	/* 送信完了ページ */
	#contact_thanks { margin: 3rem 0 4rem; }
}
