/* 
	Create 20210803
	spartanrace-campaign2021.css 
*/

/* module */
.notes {
	font-size: 12px;
	margin: -20px 0 20px;
}


/* policy */
#agreement #policy {
	height: 400px;
	overflow-y: scroll;
}

/* desired_plan */
.desired_plan_list_item,
.testdrive_willing_list_item {
	margin-bottom: 10px;
}


/* testdrive_willing */
.testdrive_willing_list_item {
	font-size: .8rem;
}


/* confirm */
.desired_plan_confirm {
	font-size: .8rem;
}



/* SP */
@media screen and (max-width: 640px){
	/* module */
	.form_item_notice {
		font-size: .75rem;
	}

	.notes {
		font-size: 12px;
		margin: -3% 0 20px;
	}


	/* desired_plan */
	#desired_plan {
		font-size: .8rem;
	}

	.desired_plan_list_item,
	.testdrive_willing_list_item {
		margin-bottom: 5%;
	}
}
