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

.cate_wrap .cate1 .boxwrap .box{
	justify-content: flex-start;
	align-items: stretch;
}
.cate_wrap .cate1 .boxwrap .box h3,.cate_wrap .cate1 .boxwrap .box > div{
	justify-content: flex-start;
	align-items: flex-start;
	padding: 15px 10px 12px ;
}
.cate_wrap .cate1 .boxwrap .box h3,.cate_wrap .cate1 .boxwrap .box > div p{
	font-weight: 400;
	line-height: 1.6;
}
.cate_wrap .cate1 .boxwrap .box h3{
	width: 30%;
	border-bottom: 1px solid #4D4D4D;
}
.cate_wrap .cate1 .boxwrap .box > div{
	width: 70%;
	border-bottom: 1px solid #979797;
}
.cate_wrap .cate2 .box{}
.cate_wrap .cate2 .box .imgbox{
	width: 40%;
}
.cate_wrap .cate2 .box .txtbox{
	width: 60%;
	padding-left: 5%;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 30px;
}
.cate_wrap .cate2 .box .txtbox .name{
	width: 100%;
	text-align: right;
	font-size: clamp(20px,2.4vw,24px);
}

.cate_wrap .cate3 .boxwrap{
	position: relative;
}
.cate_wrap .cate3 .boxwrap .box{
	padding: 25px 0;
	position: relative;
	z-index: 2;
}
.cate_wrap .cate3 .boxwrap .box:not(:last-of-type)::after{
	content: "";
	position: absolute;
	left: 12.5%;
	top: 100%;
	transform: translateX(-50%);
	width: 1px;
	height: 60px;
	background-color: #979797;
}
.cate_wrap .cate3 .boxwrap .box:first-of-type{
	padding-top: 0;
}
.cate_wrap .cate3 .boxwrap .box:last-of-type{
	padding-bottom: 0;
}
.cate_wrap .cate3 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate_wrap .cate3 .boxwrap .box .year{
	width: 25%;
}
.cate_wrap .cate3 .boxwrap .box h3{
	width: 75%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate3 .boxwrap .box{
		padding: 20px 0;
	}
	.cate_wrap .cate3 .boxwrap .box:not(:last-of-type)::after{
		height: 40px;
		left: 15%;
	}
	.cate_wrap .cate3 .boxwrap .box:first-of-type{
		padding-top: 0;
	}
	.cate_wrap .cate3 .boxwrap .box:last-of-type{
		padding-bottom: 0;
	}
	.cate_wrap .cate3 .boxwrap .box:not(:last-of-type){
		margin-bottom: 40px;
	}
	.cate_wrap .cate3 .boxwrap .box .year{
		width: 30%;
	}
	.cate_wrap .cate3 .boxwrap .box h3{
		width: 70%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .boxwrap .box h3,.cate_wrap .cate1 .boxwrap .box > div{
		padding: 15px 5px 12px ;
	}
	.cate_wrap .cate1 .boxwrap .box h3{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	.cate_wrap .cate1 .boxwrap .box > div{
		padding-top: 0;
		width: 100%;
		border-bottom: 1px solid #979797;
	}
	.cate_wrap .cate2 .box .imgbox{
		width: 70%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate2 .box .txtbox{
		width: 100%;
		padding-left: 0;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
	}
	.cate_wrap .cate3 .boxwrap .box{
		padding: 15px 0;
	}
	.cate_wrap .cate3 .boxwrap .box:not(:last-of-type)::after{
		height: 30px;
		left: 17.5%;
	}
	.cate_wrap .cate3 .boxwrap .box:first-of-type{
		padding-top: 0;
	}
	.cate_wrap .cate3 .boxwrap .box:last-of-type{
		padding-bottom: 0;
	}
	.cate_wrap .cate3 .boxwrap .box:not(:last-of-type){
		margin-bottom: 30px;
	}
	.cate_wrap .cate3 .boxwrap .box .year{
		width: 35%;
	}
	.cate_wrap .cate3 .boxwrap .box h3{
		width: 65%;
	}
}

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

