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

.cate2 .box_wrap .box-item .txtbox .titlebox h3 span{
   display: inline-block;
}
.cate2 .box_wrap{
	gap: 60px;
	flex-direction: column;
}
.cate2 .box_wrap .box-item{
	gap: 50px;
	
}
.cate2 .box_wrap .box-item .imgbox{
	width: calc(40% - 25px);
}
.cate2 .box_wrap .box-item .txtbox{
	width: calc(60% - 25px);
	flex-direction: column;
}
.cate2 .box_wrap .box-item .txtbox .titlebox{
	justify-content: flex-start;
}
.cate2 .box_wrap .box-item .txtbox .titlebox .num{
	font-style: italic;
	font-weight: 500;
}
.cate2 .box_wrap .box-item:nth-child(even){
    flex-direction: row-reverse;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

	.cate2 .box_wrap .box-item {
		flex-direction: column;
	}
	.cate2 .box_wrap .box-item .imgbox{
		width: 60%;
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 90%;
	}
	.cate2 .box_wrap {
		gap: 40px;
	}
	.cate2 .box_wrap .box-item {
		gap: 30px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2 .box_wrap .box-item .imgbox{
		width: 100%;
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 100%;
	}

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

    .cate2 .box_wrap .box-item {
        gap: 20px;
    }
	.cate2 .box_wrap .box-item .txtbox .titlebox {
		flex-direction: column;
		align-items: flex-start;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

