@charset "UTF-8";
/* 問い合わせフォーム　個人情報保護方針の同意チェックで送信可能 */

.agree input[type=checkbox] {
	cursor: pointer;
}
.agree button:disabled {
	cursor: default;
	background-color: #DEDEDE;
	transition: .3s;
}
.agree button:disabled:hover {
	background-color: #DEDEDE;
}
