
		#ha_top {
			max-width: 1200px;
			min-width: 1200px;
			width: 100%;
			margin:0 auto 20px;

		}
		ul {
			padding: 0;
			margin: 0;
		}
		li {
			list-style: none;
		}

		ul.banner li {
			box-sizing: border-box;
			line-height: 0;
			padding: 2px;
			
		}		
		ul.banner li:nth-child(1) {
			width: 66.6666%;
			float: left;

		}
		ul.banner li:nth-child(2) {
			width: 33.3333%;
			float: right;
		}
		ul.banner li:nth-child(3) {
			clear: both;
			width: 33.3333%;
			float: left;
		}
		ul.banner li:nth-child(4) {
			width: 33.3333%;
			float: left;
		}
		ul.banner li:nth-child(5) {
			width: 33.3333%;
			float: right;
		}
		ul.banner li:nth-child(6) {
			width: 33.333%;
			float: right;
		}
		.visual {
			height: 611px;
			overflow: hidden;
		}
		.top_sp {
			display: none !important;
		}
		@media only screen and (max-width: 750px) {
		#ha_top {
			min-width: 100%;

		}
		ul.banner li:nth-child(1) {
			width: 100%;
			float: none;
		}
		ul.banner li:nth-child(1) img {
			width: 100%;
		}
		ul.banner li:nth-child(2) {
			width: 44%;
			float: right;
		}
		ul.banner li:nth-child(3) {
			width: 56%;
			float: left;
			clear: none;
		}
		ul.banner li:nth-child(4) {
			width: 56%;
			float: left;
		}
		ul.banner li:nth-child(5) {
			width: 44%;
			float: right;
		}
		ul.banner li:nth-child(6) {
			width: 44%;
			float: right;
		}
		.visual {
			height: auto;
		}
		.top_sp {
			display: block!important;
		}
		.top_pc {
			display: none!important;
		}
		



		.clear {
			clear: both;
		}
			
		