@charset "UTF-8";
/* CSS Document */
/* 追加CSS */

/*PC*/
@media only screen and (min-width: 769px) {
	/*お問い合わせ*/
	.confirm .form table {
		margin-bottom: 30px;
	}
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*お問い合わせ*/
	.confirm .form table {
		margin-bottom: 20px;
	}
}