@charset "utf-8";
/* CSS Document */

.cate_wrap .cate .boxwrap .box:not(:last-of-type){
	margin-bottom: 100px;
}
.cate_wrap .cate .boxwrap .box{
	gap: 5%;
}
.cate_wrap .cate .boxwrap .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.cate_wrap .cate .boxwrap .box > div{
	width: 47.5%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate .boxwrap .box:not(:last-of-type){
		margin-bottom: 80px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate .boxwrap .box .imgbox{
		width: 80%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate .boxwrap .box .txtbox{
		width: 100%;
	}
	.cate_wrap .cate .boxwrap .box .txtbox .title{
		justify-content: center;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

