#cms_2-e .cate .cate_title span::after{
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	top: 100%;
	z-index: 99;
	left: 0;
}
#cms_2-e .cate:last-of-type{
	margin-bottom: 0;
	background-image: none;
}
#cms_2-e .box_title{
	position: relative;
}
#cms_2-e .box_title span{
	position: relative;
	z-index: 1;
}
#cms_2-e .box_title::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	top: 12px;
	left: 0;
	z-index: 0;
}
.cms_2-e .box_title{
	position: relative;
}
.cms_2-e .box_title span{
	position: relative;
	z-index: 1;
}
.cms_2-e .box_title::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	top: 12px;
	left: 0;
	z-index: 0;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#cms_2-e .box_title::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	background-color: #ccc;
	top:100%;
	left: 50%;
	transform: translate(0,-100%);
	z-index: 0;
}
.cms_2-e .box_title::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	background-color: #ccc;
	top:100%;
	left: 50%;
	transform: translate(0,-100%);
	z-index: 0;
}
}