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

.main-wrap .cate_wrap .cate1{
	padding-top: 0;
}
.main-wrap .cate_wrap .cate1 .boxwrap .box{
	gap: 50px;
}
.main-wrap .cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #ADAAAA;
}
.main-wrap .cate_wrap .cate1 .boxwrap .box > div{
	width: calc(100% / 2 - 50px / 2);
}
.main-wrap .cate_wrap .cate1 .boxwrap .box .itemwrap .item:not(:last-of-type){margin-bottom: 40px;}
.main-wrap .cate_wrap .cate1 .boxwrap .box .itemwrap .item .title{
	position: relative;
	padding-left: 30px;
	color: #05AA8E;
}
.main-wrap .cate_wrap .cate1 .boxwrap .box .itemwrap .item .title::after{
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #05AA8E;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.main-wrap .cate_wrap .cate1 .boxwrap .box{
		gap: 40px;
	}
	.main-wrap .cate_wrap .cate1 .boxwrap .box > div{
		width: 80%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .cate_wrap .cate1 .boxwrap .box{
		gap: 30px;
	}
	.main-wrap .cate_wrap .cate1 .boxwrap .box > div{
		width: 100%;
	}
	.main-wrap .cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.main-wrap .cate_wrap .cate1 .boxwrap .box .itemwrap .item:not(:last-of-type){margin-bottom: 30px;}
	.main-wrap .cate_wrap .cate1 .boxwrap .box .itemwrap .item .title::after{
		top: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

