@charset "UTF-8";

/*-----------------------------------

	infomation_block

-----------------------------------*/

/*---- 市町村の支援情報 ----*/
#infomation_block.city_info {
	margin-bottom: 480px !important;
}
@media screen and (max-width: 640px) {
	#infomation_block.city_info {
		margin-bottom: 400px !important;
	}
}
@media screen and (max-width: 400px) {
	#infomation_block.city_info {
		margin-bottom: 240px !important;
	}
}
