  .no-left{border-left:none!important;}
/* not support, IE */
/*
html {scroll-behavior: smooth;}
*/
.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:24%;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;}
/* temp color */
.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:hover a::before{content:'';display:block;position:absolute;left:50%;top:-16px;width:6px;height:6px;border-radius:50%;transition: all .5s; background-color:#0066b3;}
.tab-relocationpos-box > ul > li:hover::after{content:'';display:block;position:absolute;left:0;bottom:-1px;width:100%;height:1px;transition: all .5s;background-color:#0066b3;}
*/
.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:768px) {
	.tab-relocationpos-box > ul > li {width: calc(50% - 8px);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)}
}