.section_comparison {
    background-color: #02161F;
}

.section_comparison .btn {
    display: flex;
    padding: 0;
    flex-direction: row-reverse;
}

.section_comparison .btn a {
    width: 90%;
    margin: 8% auto;
}

.section_comparison table {
    /* max-width: 1350px; */
    margin: 5% auto;
}

.section_comparison table {
    border-spacing: 15px 0;
    border-collapse: separate;
}

.section_comparison table td,
.section_comparison table td div {
    position: relative;
}

.section_comparison table img[onclick] {
    cursor: pointer;
}

.section_comparison table img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section_comparison table .desc td {
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    vertical-align: top;
}

.section_comparison table .desc td:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section_comparison table .desc td:nth-of-type(1):before {
    background-color: #282828;
}

.section_comparison table .desc td:nth-of-type(2):before {
    background-color: #1C238E;
}

.section_comparison table .desc td:nth-of-type(4):before {
    background-color: #007A6F;
}

.section_comparison table .desc td:nth-of-type(5):before {
    background-color: #3E3675;
}

.section_comparison table .desc td:nth-of-type(3):before {
    background-color: #225977;
}

.section_comparison table .desc td.dark:nth-of-type(5):before {
    background-color: #2F285E;
}

.section_comparison table tr.btn td {
    text-align: center;
}

.section_comparison table tr.btn a {
    text-transform: uppercase;
    color: #2E275D;
    background-color: #F7F7F7;
    font-size: clamp(18px, 2vw, 30px);
    line-height: 1.1;
    font-weight: bold;
    display: block;
    padding: 20px;
    border-bottom: none;
}

@media screen and (max-width:991px) {
    .section_comparison .desc .title {
        display: block;
    }

    .section_comparison td:nth-of-type(4),
    .section_comparison td:nth-of-type(5) {
        display: none;
    }

    body.storepage_2 .section_comparison td:nth-of-type(3),
    body.storepage_2 .section_comparison td:nth-of-type(5) {
        display: none;
    }
    body.storepage_2 .section_comparison td:nth-of-type(4) {
        display: block;
    }

    .section_comparison td:nth-of-type(2),
    .section_comparison td:nth-of-type(3),
    .section_comparison td:nth-of-type(4),
    .section_comparison td:nth-of-type(5) {
        width: 50%;
    }

    .section_comparison tr {
        display: flex;
        flex-wrap: wrap;
    }

    .section_comparison td {
        display: block;
    }

    .section_comparison td.title {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width:768px) {
    .section_comparison table .desc td {
        padding: 20px;
    }
}

@media screen and (min-width:992px) {
    .section_comparison .header td:first-child,
    .section_comparison .desc td:first-child {
        width: 16%;
    }
    .section_comparison .header td:not(:first-child),
    .section_comparison .desc td:not(:first-child) {
        width: 21%;
    }
    .section_comparison .btn a {
        width: 100%;
    }

    .section_comparison .btn {
        display: contents
    }

    .section_comparison .btn a {
        width: 100%;
        margin: 8% auto;
    }

    .section_comparison table .header td {
        padding-bottom: 10px;
    }

    .section_comparison table .desc td:nth-of-type(1),
    .section_comparison table .desc td:nth-of-type(2) {
        padding-right: 30px;
    }

    .section_comparison table tr.btn a {
        margin-top: 10px;
    }
}

@media screen and (min-width:1200px) {
    .section_comparison table .header td {
        padding-bottom: 10px;
    }

    .section_comparison table .desc td:nth-of-type(1),
    .section_comparison table .desc td:nth-of-type(2) {
        padding-right: 30px;
    }

    .section_comparison table tr.btn a {
        margin-top: 10px;
    }
}