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

.cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 100px;
}
.cate1 .boxwrap .box .topbox .toptxt{
	padding: 30px;
	background-color: #fff;
}
.cate1 .boxwrap .box .topbox .toptxt .txtitem:not(:last-of-type){
	margin-bottom: 30px;
}
.cate1 .boxwrap .box .topbox .toptxt .txtitem h4{
	border-bottom: 1px solid rgba(173,170,170,0.40);
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.cate1 .boxwrap .box .itemwrap .item:not(:last-of-type){
	margin-bottom: 50px;
}

.cate2 .boxwrap{
	justify-content: space-between;
	align-items: flex-start;
}
.cate2 .boxwrap .box{
	width: 27.5%;
}
.cate2 .boxwrap .box:nth-of-type(2){
	animation-delay: 0.3s;
}
.cate2 .boxwrap .box:nth-of-type(3){
	animation-delay: 0.6s;
}
.cate2 .boxwrap .box .num{
	gap: 10px;
	position: relative;
	padding-bottom: 15px;
}
.cate2 .boxwrap .box .num::after{
	content: "";
	width: 20px;
	height: 1px;
	background-color: #E0AAC3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cate2 .boxwrap .box .num p{
	line-height: 1;
}
.cate2 .boxwrap .box .imgbox{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .boxwrap .box{
		width: 30%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .boxwrap .box .imgbox{
		width: 90%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 80px;
	}
	.cate1 .boxwrap .box .topbox .toptxt{
		padding: 20px;
	}
	.cate1 .boxwrap .box .topbox .toptxt .txtitem:not(:last-of-type){
		margin-bottom: 30px;
	}
	
	.cate1 .boxwrap .box .itemwrap .item:not(:last-of-type){
		margin-bottom: 40px;
	}
	.cate2 .boxwrap .box{
		width: 100%;
	}
	.cate2 .boxwrap .box .imgbox{
		width: 70%;
	}
	.cate2 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate2 .boxwrap .box .num{
		padding-bottom: 10px;
		gap: 5px;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}

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

