.path-box{max-width:1200px; margin:0 auto;}
.path{display: flex;justify-content: right;}
.path > ul{display: flex;justify-content: space-between;padding:20px 0 0;}
.path > ul li{display:inline-block;margin: 0 22px 0 0;position: relative;font-size:16px;line-height:18px;}
.path > ul li:last-of-type{color: #004161;font-weight: 600;margin:0;}
.path > ul li::after{content: '';display: inline-block;width: 6px;height: 11px;background: url(../img/bg-path-arrow.png) no-repeat;vertical-align: middle;position: absolute;right: -15px;top: 50%;transform: translateY(-50%);}
.path > ul li:last-of-type::after{display:none;}
.path > ul li.path-home{background: url(../img/content/path-home01.png) no-repeat 50% 50%/80%;text-indent: -9999px;width: 20px;}

@media screen and (max-width:768px) {
	
	.path > ul{padding:10px 0 0;}
	.path > ul li{font-size:14px;}
	
}