.path-box{max-width:1200px; margin:0 auto;}
.path{display: flex;justify-content: right;}
.path > ul{display: flex;justify-content: space-between;}
.path > ul li{display:inline-block;margin: 0 22px 0 0;position: relative;color:#fff;line-height: 40px;font-size: 14px;}
.path > ul li::after{content: '';display: inline-block;width: 3px;height: 5px;background: url(../img/common/path-arrow01.gif) no-repeat;vertical-align: middle;position: absolute;right: -15px;top: 50%;transform: translateY(-50%);}
.path > ul li:last-of-type{margin:0;}
.path > ul li:last-of-type::after{display:none;}
.path > ul li.path-home{background: url(../img/common/path-home01.gif) no-repeat 50% 50%/80%;text-indent: -9999px;width: 20px;}

@media screen and (max-width:768px) {
	
	.path > ul li{line-height: 25px;font-size: 12px;}
	.path > ul li.path-home{background: url(../img/common/path-home01.gif) no-repeat 50% 50%/70%;}

}