@charset "utf-8";



/* box
------------------------------------------------*/
@media (max-width: 768px) {
	.flaot_box.col2 div {
		width:100% !important;
	}
	.flaot_box.col2 div:first-child {
		margin:0 0 20px;
	}

	.flaot_box.col3 div {
		width:100% !important;
	}
	.flaot_box.col3 div:first-child + div {
		margin:0 0 20px;
	}

	.brd_box,
	.bg_box,
	.brd_bg_box {
		width:100% !important;
	}
}