/*=============================================
*
* #section1
*
=============================================*/
#section1 {
	padding-right: 0;
}
/*=============================================
*
* 個人情報保護方針ページへのリンク
*
=============================================*/
.linkArea .policyPageLink {
	display: none;
}
@media screen and (max-width: 750px) {
	.linkArea .policyPageLink {
		display: none;
	}
}
/*=============================================
*
* チェックボックスエリア
*
=============================================*/
.checkArea {
	margin-bottom: 20px;
}

/*=============================================
*
* #formArea
*
=============================================*/
#formArea th .note1 {
	margin-bottom: 0;
}

#btnArea {
	text-align: center;
}
