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

.main-wrap .cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.main-wrap .cate_wrap .cate1 .boxwrap .box .imgbox{
	width: 40%;
}
.main-wrap .cate_wrap .cate1 .boxwrap .box .txtbox{
	width: 60%;
	padding-left: 50px;
}

.main-wrap .cate_wrap .cate2 .boxwrap .box{
	padding: 80px 0;
	border-bottom: 1px solid #8B8B8B;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box:first-of-type{
	padding-top: 0;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box > div:not(:last-of-type){
	margin-bottom: 80px;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box .item{
	gap: 60px;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box .item > div{
	width: calc(50% - 60px / 2);
}

.main-wrap .cate_wrap .cate3 .boxwrap .box{
	padding: 20px 10px;
	border-bottom: 1px solid #8B8B8B;
	gap: 20px;
}
.main-wrap .cate_wrap .cate3 .boxwrap .box:first-of-type{
	border-top: 1px solid #8B8B8B
}
.main-wrap .cate_wrap .cate3 .boxwrap .box .title{
	width: calc(100% - 140px - 100px - 50px - 60px);
}
.main-wrap .cate_wrap .cate3 .boxwrap .box .name{
	width: 140px;
}
.main-wrap .cate_wrap .cate3 .boxwrap .box .year{
	width: 100px;
}
.main-wrap .cate_wrap .cate3 .boxwrap .box a{
	width: 50px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.main-wrap .cate_wrap .cate2 .boxwrap .box .item{
		gap: 50px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .item > div{
		width: calc(50% - 50px / 2);
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .cate_wrap .cate2 .boxwrap .box .item{
		gap: 40px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .item > div{
		width: calc(50% - 40px / 2);
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.main-wrap .cate_wrap .cate1 .boxwrap .box .txtbox{
		padding-left: 40px;
	}
	.main-wrap .cate_wrap .cate3 .boxwrap .box {
		justify-content: flex-start;
	}
	.main-wrap .cate_wrap .cate3 .boxwrap .box .title{
		width: 100%;
	}
	.main-wrap .cate_wrap .cate3 .boxwrap .box .name{
		width: auto;
	}
	.main-wrap .cate_wrap .cate3 .boxwrap .box .year{
		width: auto;
	}
	.main-wrap .cate_wrap .cate3 .boxwrap .box a{
		width: auto;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.main-wrap .cate_wrap .cate1 .boxwrap .box .imgbox{
		width: 80%;
		margin: 0 auto 20px;
	}
	.main-wrap .cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 100%;
		padding-left: 0px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box{
		padding: 50px 0;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box:first-of-type{
		padding-top: 0;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box:last-of-type{
		padding-bottom: 0;
		border-bottom: none;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box > div:not(:last-of-type){
		margin-bottom: 50px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .item{
		gap: 30px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .item > div{
		width: 100%;
	}
	.main-wrap .cate_wrap .cate3 .boxwrap .box a i{
		font-size: 24px;
	}

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

