@charset 'utf-8';

#idx_tp {display:flex;justify-content:space-between;width:100%}
#idx_tp > div {height:260px}
#slider_idx {width:785px}
#lgn_idx {width:240px}

@media screen and (max-width:768px) {
	#idx_tp {margin-bottom:20px}
	#idx_tp > div {height:auto}
	#slider_idx {width:100%}
}