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

.main-wrap .cate_wrap .cate:not(:last-of-type){
	padding-bottom: 150px;
	background-image: url("https://march-group.jp/system_panel/uploads/images/dot_line2.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 4px;
}
.main-wrap .cate_wrap .cate .topbox{
	margin-bottom: 40px;
}
.main-wrap .cate_wrap .cate .boxwrap{
	gap: 40px;
}
.main-wrap .cate_wrap .cate .topbox .imgbox,.main-wrap .cate_wrap .cate .boxwrap .box{
	width: calc(100% / 3 - 80px / 3);
}
.main-wrap .cate_wrap .cate .imgbox img{
	border-radius: 10px;
}
.main-wrap .cate_wrap .cate .topbox .txtbox{
	width: calc(100% / 3 * 2 + 80px / 3);
	padding-left: 5%;
}
.main-wrap .cate_wrap .cate .topbox .txtbox,.main-wrap .cate_wrap .cate .boxwrap .box{
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}
.main-wrap .cate_wrap .cate .subtxt{
	color: #707070;
}
.main-wrap .cate_wrap .cate .boxwrap .box .imgbox{margin-bottom: 5px;}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .cate_wrap .cate .topbox{
		margin-bottom: 30px;
	}
	.main-wrap .cate_wrap .cate .boxwrap{
		gap: 30px;
	}
	.main-wrap .cate_wrap .cate .topbox .imgbox,.main-wrap .cate_wrap .cate .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
	}
	.main-wrap .cate_wrap .cate .imgbox img{
		border-radius: 10px;
	}
	.main-wrap .cate_wrap .cate .topbox .txtbox{
		width: calc(100% / 3 * 2 + 60px / 3);
		padding-left: 5%;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.main-wrap .cate_wrap .cate:not(:last-of-type){
		padding-bottom: 100px;
	}
	.main-wrap .cate_wrap .cate .boxwrap{
		gap: 30px 20px;
	}
	.main-wrap .cate_wrap .cate .topbox .imgbox,.main-wrap .cate_wrap .cate .boxwrap .box{
		width: calc(100% / 3 - 40px / 3);
	}
	.main-wrap .cate_wrap .cate .imgbox img{
		border-radius: 10px;
	}
	.main-wrap .cate_wrap .cate .topbox .txtbox{
		width: calc(100% / 3 * 2 + 40px / 3);
		padding-left: 5%;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .cate_wrap .cate:not(:last-of-type){
		padding-bottom: 80px;
		background-size: auto 2px;
	}
	.main-wrap .cate_wrap .cate .topbox{
		margin-bottom: 30px;
	}
	.main-wrap .cate_wrap .cate .boxwrap{
		gap: 25px 15px;
	}
	.main-wrap .cate_wrap .cate .topbox .imgbox,.main-wrap .cate_wrap .cate .boxwrap .box{
		width: calc(100% / 2 - 15px / 2);
	}
	.main-wrap .cate_wrap .cate .imgbox img{
		border-radius: 10px;
	}
	.main-wrap .cate_wrap .cate .topbox .txtbox{
		width: 80%;
		padding-left: 0;
		padding-top: 10px;
	}
	.main-wrap .cate_wrap .cate .topbox .txtbox{align-items: center;}

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

