@charset "UTF-8";

/* プライバシーポリシー未同意時は送信ボタンを無効化 */
.btn-out {
	display: block;
	pointer-events: none;
}
.btn-out img {
	pointer-events: none;
}
