.no-left{border-left:none!important;}

.tab-relocationpos-box{background-color:#fff;}
.tab-relocationpos-box.on{position:fixed; top:0;right:0;left:0;padding: 3px 0;z-index:20;-webkit-box-shadow: 1px 1px 5px 1px rgba(0 0 0 / 10%);box-shadow: 1px 1px 5px 1px rgba(0 0 0 / 10%);}
.tab-relocationpos-box > ul{max-width:1840px;margin:0 auto;text-align:center;font-size:0;}
.tab-relocationpos-box > ul > li{box-sizing:border-box;display: inline-block;margin:0.5% 0.5%;width:25%;font-size:20px;border: 1px solid #e5eaf0; border-radius: 30px;}
.tab-relocationpos-box > ul > li > a{display:inline-block;padding:15px;width:calc(100% - 30px);color: #666;transition: all .5s;}

.tab-relocationpos-box > ul > li{position:relative;transition: all .5s;}
.tab-relocationpos-box > ul > li:hover{background-color:#cce0f0; border: 1px solid #cce0f0;}
.tab-relocationpos-box > ul > li:hover a{position:relative;color: #222;transition: all .5s;}

.tab-relocationpos-box > ul > li.on{background-color: #0066b3;transition: all .5s;}
.tab-relocationpos-box > ul > li.on > a{color: #fff;transition: all .5s;}

span.txt-topline{display:inline-block;}
@media screen and (max-width:1024px) {
	.tab-relocationpos-box > ul > li {width: 32%;font-size:18px;}
}
@media screen and (max-width:768px) {
	.tab-relocationpos-box > ul > li {width: calc(48.33% - 2px);font-size:18px;}
}

@media screen and (max-width:480px) {
	.tab-relocationpos-box > ul > li{width: auto;}
	.tab-relocationpos-box > ul > li > a{padding:10px 25px;width:calc(100% - 50px)}
}