@charset "utf-8";


.mainContents{
	max-width: 1170px;
}
/*=================================

	Form

================================ */
.heading01{
	margin-bottom: 40px;
}
#newForm .colL{
	width:48%;
	float: left;
}
#newForm .colR{
	width:50%;
	float:right;
}
.heading03{
	margin-bottom: 0;
}
.section{
	margin: 0 auto;
}
.table02 th, .table02 td{
	padding: 15px;
}
.privacyTxt{
	margin-top: 40px;
	text-align: center;
}
.agreeCheck{
	margin-top: 20px;
}
.txOrange{
	display: inline-block;
}

/* ～450px
================================ */
@media only screen and (max-width: 450px) {

	#newForm .colL,
	#newForm .colR{
		width:100%;
		float: none;
	}


}