@charset "utf-8";
/* お問い合わせのcss */

/*=========================================
		確認画面
=========================================*/
#contact-check #contact { margin-bottom: 7rem; }

@media screen and (max-width: 999px) {
	/*=========================================
			入力画面
	=========================================*/
	#contact-index #contact { margin-bottom: 4rem; }
	#contact-index .btn_wrap .circle-arrow_r:before,
	#contact-index .btn_wrap .circle-arrow_r:after { display: none; }
	
	/*=========================================
			確認画面
	=========================================*/
	#contact-check #contact { margin-bottom: 4rem; }
	
	/*=========================================
			完了画面
	=========================================*/
	#contact-thanks .thanks-comment { margin-bottom: 4rem !important; }
}

@media screen and (min-width: 481px) {
	/*=========================================
			入力画面
	=========================================*/

}
