.tabUl ul {
    display: table;
    font-size: 1.8rem;
    height: 100px;
    margin-top: 50px;
    table-layout: fixed;
    text-align: center;
    width: 100%
}

.tabUl,.tabUl ul li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.tabUl ul li {
    background: #dedede;
    border-top: 5px solid #dedede;
    cursor: pointer;
    display: table-cell;
    font-family: Noto Sans,sans-serif;
    vertical-align: middle
}

.tabUl ul li+li {
    border-left: 2px solid #fff
}

.tabUl ul li.active {
    background: #fff;
    border-top: 5px solid #5d5d5f !important;
    !i;!;}

.tabUl ul li a,.tabUl ul li span {
    display: block
}

@media screen and (max-width: 767px) {
    .tabUl ul {
        display:block;
        font-size: 1.4rem;
        height: auto!important;
        margin: 30px 0;
        padding: 0 30px
    }

    .tabUl:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden
    }

    .tabUl ul li {
        display: block;
        float: left;
        height: 65px;
        line-height: 1.2;
        padding: 8px 0 24px;
        position: relative;
        width: 50%
    }

    .tabUl ul li,.tabUl ul li+li {
        border: none
    }

    .tabUl ul li:after {
        background: url(..https:/www.renoveru.jp/hubfs/corporate2024/common/arrow-down01.png);
        background-size: 100%;
        bottom: 8px;
        content: "";
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 7px
    }

    .tabUl ul li.active {
        padding-top: 3px
    }

    .tabUl ul li:nth-child(2n) {
        border-left: 1px solid #fff
    }

    .tabUl ul li:nth-child(n+3):not(.active) {
        border-top: 1px solid #fff
    }
}

@media screen and (min-width: 1001px) {
    .tabUl ul li span {
        font-size:1.6rem
    }
}

@media screen and (max-width: 767px) {
    .tabUl ul {
        display:block;
        font-size: 1.4rem;
        height: auto!important;
        margin: 30px auto;
        padding: 0;
    }

    .tabUl ul:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden
    }

    .tabUl ul li {
        display: block;
        float: left;
        height: 65px;
        line-height: 1.2;
        padding: 8px 0 24px;
        position: relative;
        width: 50%
    }

    .tabUl ul li,.tabUl ul li+li {
        border: none
    }

    .tabUl ul li:after {
        background: url(..https:/www.renoveru.jp/hubfs/corporate2024/common/arrow-down01.png);
        background-size: 100%;
        bottom: 8px;
        content: "";
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 7px
    }

    .tabUl ul li.active {
        padding-top: 3px
    }

    .tabUl ul li:nth-child(2n) {
        border-left: 1px solid #fff
    }

    .tabUl ul li:nth-child(n+3):not(.active) {
        border-top: 1px solid #fff
    }
}
