@charset "utf-8";
/* CSS Document */
.cate_wrap .cate{
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.cate_wrap .cate{
}
.cate_wrap .cate .titlebox{
	width: 310px;
}
.cate_wrap .cate .rightbox{
	width: 690px;
}
.cate1 .item-wrap .item{
	align-items: stretch;
}
.cate1 .item-wrap .item > div{
	padding: 25px 15px;
}
.cate1 .item-wrap .item:first-of-type > div{
	padding-top: 0px;
}
.cate1 .item-wrap .item h3,.cate1 .item-wrap .item p{
	font-size: 18px;
}
.cate1 .item-wrap .item .item-title{
	width: 240px;
	justify-content: flex-start;
}
.cate1 .item-wrap .item .item-txt{
	width: calc(100% - 240px);
}

.cate2 .item-wrap .item{
	position: relative;
	padding-left: 100px;
}
.cate2 .item-wrap .item::after{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	left: 0;
	top: 16px;
	background-color: #CACACA;
}
.cate2 .item-wrap .item:not(:last-of-type){
	margin-bottom: 30px;
}
.cate2 .item-wrap .item .year_txt{
	margin-bottom: 10px;
}

.cate3 .imgbox{
	width: 40%;
}
.cate3 .txtbox{
	width: 60%;
	padding-left: 10%;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate .titlebox{
		width: 100%;
		margin-bottom: 50px;
	}
	.cate_wrap .cate .rightbox{
		width: 1000px;
		padding-top: 0;
	}
	.cate1 .item-wrap .item h3,.cate1 .item-wrap .item p{
		font-size: 16px;
	}
	.cate1 .item-wrap .item .item-title{
		width: 200px;
	}
	.cate1 .item-wrap .item .item-txt{
		width: calc(100% - 200px);
	}

	
	.cate3 .imgbox{
		width: 40%;
	}
	.cate3 .txtbox{
		width: 60%;
		padding-left: 7%;
	}

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

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .item-wrap .item .item-title{
		width: 180px;
	}
	.cate1 .item-wrap .item .item-txt{
		width: calc(100% - 180px);
	}

	.cate3 .imgbox{
		width: 40%;
	}
	.cate3 .txtbox{
		width: 60%;
		padding-left: 5%;
	}	
	.cate2 .item-wrap .item{
		position: relative;
		padding-left: 80px;
	}
	.cate2 .item-wrap .item::after{
		width: 60px;
		height: 1px;
		top: 13px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .item-wrap .item{
		justify-content: flex-start;
	}
	.cate1 .item-wrap .item:not(:first-of-type){
		padding-top: 10px;
	}
	.cate1 .item-wrap .item > div{
		padding: 10px;
	}
	.cate1 .item-wrap .item .item-title,.cate1 .item-wrap .item .item-title,.cate1 .item-wrap .item .item-title,.cate1 .item-wrap .item .item-txt{
		width: 100%;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		border-bottom: none;
		padding: 4px 8px;
	}
	.cate1 .item-wrap .item .item-title{
		padding-bottom: 10px;
		border-bottom: 1px solid #CACACA;
	}
	.cate1 .item-wrap .item .item-txt{
		width: 100%;
	}
	.cate1 .item-wrap .item .item-txt{
		padding-top: 10px;
	}
	.cate1 .item-wrap .item h3{
	}
	.cate1 .item-wrap .item h3,.cate1 .item-wrap .item p{
		font-size: 14px;
	}
	.cate3 .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.cate3 .txtbox{
		width: 100%;
		padding-left: 0;
	}	
	.cate2 .item-wrap .item{
		position: relative;
		padding-left: 50px;
	}
	.cate2 .item-wrap .item::after{
		width: 40px;
		height: 1px;
		top: 13px;
	}

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

