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

.cate_wrap .cate1 .boxwrap{
	gap: 40px;
	align-items: stretch;
}
.cate_wrap .cate1 .boxwrap .box{
	width: calc(100% / 3 - 80px / 3);
	gap: 20px;
	border-radius: 3px;
}

.cate_wrap .cate3{}
.cate_wrap .cate3 .boxwrap .box{
	align-items: flex-start;
}
.cate_wrap .cate3 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate_wrap .cate3 .boxwrap .box .title{
	width: 30%;
}
.cate_wrap .cate3 .boxwrap .box .itemwrap{
	width: 70%;
}
.cate_wrap .cate3 .boxwrap .box .itemwrap .item{
	width: 100%;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #3F5841;
}
.cate_wrap .cate3 .boxwrap .box .itemwrap .item:first-of-type{padding-top: 0;}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .boxwrap{
		gap: 30px;
      align-items: flex-start;
	}
	.cate_wrap .cate1 .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
		gap: 20px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate1 .boxwrap{
		gap: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box{
		width: calc(100% / 3 - 40px / 3);
		gap: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .boxwrap{
		gap: 10px;
	}
	.cate_wrap .cate1 .boxwrap .box{
		width: calc(100% / 3 - 20px / 3);
		gap: 20px;
	}
	.cate_wrap .cate3 .boxwrap .box .title{
		width: 35%;
	}
	.cate_wrap .cate3 .boxwrap .box .itemwrap{
		width: 65%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .boxwrap{
		gap: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box{
		width: 100%;
		gap: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(2){animation-delay: 0s;}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(3){animation-delay: 0s;}
	.cate_wrap .cate3 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate3 .boxwrap .box .title{
		width: 100%;
		margin-bottom: 20px;
	}
	.cate_wrap .cate3 .boxwrap .box .itemwrap{
		width: 100%;
	}
	.cate_wrap .cate3 .boxwrap .box .itemwrap .item{
		padding: 10px 0;
	}
}

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

