@charset "utf-8";
/* CSS Document */
/* cms 4-b */
#cms_4-b .box_wrap{
	justify-content: flex-start;
}
#cms_4-b .cate_box{
	margin: 0 1%;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#cms_4-b .cate_box{
		width: 48%!important;
	}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){}

/* ----- top cms ----- */
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){}
