@charset "utf-8";
/* CSS Document */
.main-wrap .cate_wrap .cate:not(:last-of-type){
	padding-bottom: 150px;
	background-image: url("https://march-group.jp/system_panel/uploads/images/dot_line2.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 4px;
}

.main-wrap .cate_wrap .cate .imgbox{
	width: 40%;
	gap: 10px;
}
.main-wrap .cate_wrap .cate .imgbox img{
	border-radius: 10px;
}
.main-wrap .cate_wrap .cate .txtbox{
	width: 60%;
	padding-left: 5%;
}
.main-wrap .cate_wrap .cate .txtbox .titlebox .title{
	gap: 15px;
}
.main-wrap .cate_wrap .cate .txtbox .titlebox .title img{
	width: 40px;
}
.main-wrap .cate_wrap .cate .txtbox .titlebox .tel img{
	width: 30px;
}
.main-wrap .cate_wrap .cate .txtbox .icon_wrap{
	gap: 15px 10px;
  justify-content: flex-start;
}
.main-wrap .cate_wrap .cate .txtbox .icon_wrap .icon_box{
	width: calc(100% / 3 - 20px / 3);
}
.main-wrap .cate_wrap .cate .txtbox .icon_wrap .icon_box img{
	width: 38px;
}
.main-wrap .cate_wrap .cate .txtbox .icon_wrap .icon_box p{
	width: calc(100% - 38px);
	padding-left: 10px;
}

.main-wrap .cate_wrap .cate .txtbox .itemwrap{
	background-image: url("https://march-group.jp/system_panel/uploads/images/dot_line3.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 3px;
}
.main-wrap .cate_wrap .cate .txtbox .itemwrap .item{
	position: relative;
	padding: 15px 10px;
	background-image: url("https://march-group.jp/system_panel/uploads/images/dot_line3.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 3px;
	justify-content: flex-start;
	align-items: flex-start;
}
.main-wrap .cate_wrap .cate .txtbox .itemwrap .item h3,.main-wrap .cate_wrap .cate .txtbox .itemwrap .item > div{
	width: 50%;
	padding: 5px;
}

/* ---------- 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 .cate:not(:last-of-type){
		padding-bottom: 100px;
	}
	.main-wrap .cate_wrap .cate .imgbox{
		width: 70%;
		margin-bottom: 50px;
	}
	.main-wrap .cate_wrap .cate .txtbox{
		width: 100%;
		padding-left: 0;
	}
	.main-wrap .cate_wrap .cate .imgbox img{
		border-radius: 10px;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .cate_wrap .cate:not(:last-of-type){
		padding-bottom: 80px;
		background-size: auto 2px;
	}
	.main-wrap .cate_wrap .cate .txtbox .icon_wrap .icon_box {
    width: calc(100% / 2 - 10px / 2);
  }
	.main-wrap .cate_wrap .cate .txtbox .itemwrap .item{
		flex-direction: column;
	}
	.main-wrap .cate_wrap .cate .txtbox .itemwrap .item>div{
		width: 100%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

