
    <ul class="d-flex justify-content-end c-duplication-tab">
        <li class="<?php if($active=='con1'): ?> active <?php endif; ?>" name="con1" data-tabnum="1"><a href="javascript:void(0);">「市・土地面積」重複(<?php print(count($saved_article[0])) ?>)</a></li>
        <li class="<?php if($active=='con2'): ?> active <?php endif; ?>" name="con2" data-tabnum="2"><a href="javascript:void(0);">「市・建物面積」重複(<?php print(count($saved_article[1])) ?>)</a></li>
        <li class="<?php if($active=='con3'): ?> active <?php endif; ?>" name="con3" data-tabnum="3"><a href="javascript:void(0);">「市・丁目・物件種別」重複(<?php print(count($saved_article[2])) ?>)</a></li>
<?php if($duplicate_article['property_num'] == 6): ?>
        <li class="<?php if($active=='con4'): ?> active <?php endif; ?>" name="con4" data-tabnum="4"><a href="javascript:void(0);">「マンション名」重複(<?php print(count($saved_article[3])) ?>)</a></li>
        <li class="<?php if($active=='con5'): ?> active <?php endif; ?>" style="background-color:#1e90ff;" name="con5" data-tabnum="5"><a href="javascript:void(0);">「マンション建物検索」(<?php print(count($saved_article[4])) ?>)</a></li>
<?php endif; ?>
    </ul>
