/*
/ カーラインアップ：購入検討サポート追加（2021.03.23）
////////////////////////////////////////////////////
*/
.col-12 {
    padding: 0 0;
}
.c_063-0 {
    background: #eee;
    padding: 30px 15px;
}
.c_063-0.action-panel-container {
    margin: 0;
}
.grid-row {
    margin: 0 auto;
    max-width: 1200px;
}
.c_063-0 .heading-group {
    margin: 0 auto;
    text-align: center;
}
.c_063-0 .heading-group h2 {
    font-family: "Nissan Light","Nissan Regular",Verdana,Arial,sans-serif;
    font-size: 28px;
    line-height: 1.3;
    padding: 0;
    color: #000;
    text-transform: none;
}
.c_063-0 ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
    list-style: none;
    justify-content: center;
}
.c_063-0 ul li {
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 20px;
    margin: 0;
    min-height: 0;
    width: 100%;
    list-style: none;
}
.c_063-0 ul li a {
    background: 0;
    border: 0;
    align-items: center;
    color: inherit;
    display: flex;
    font-family: "Nissan Regular","Nissan Regular",Verdana,Arial,sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    min-height: 0;
    padding: 15px 0;
    position: relative;
    text-align: left;
    text-transform: none;
    text-decoration: none;
}
.c_063-0 ul li:hover a {
    border-color: transparent!important;
}
.c_063-0 ul li a::after {
    font-family: icon-Nissan-Global;
    content: "";
    color: #c3002f;
    font-size: 12px;
    display: block;
    width: 1em;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.grid-row:after {
    clear: both;
}
.grid-row:after, .grid-row:before {
    content: " ";
    display: table;
}
.c_063-0 ul li a span.icon {
    color: #c3002f;
    margin-right: 20px;
    transition: all .3s;
}
.c_063-0 ul li a span.icon::before {
    display: block;
    font-size: 28px;
    height: 28px;
    width: 28px;
}
.c_063-0 ul li a span.label {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    padding-right: 15px;
}
.c_063-0 ul li a span.label {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.c_063-0 ul li+li a {
    border-top: 1px solid #eee;
}
.c_063-0 ul li:hover {
    background: #c3002f;
}
.c_063-0 ul li:hover, .c_063-0 ul li:hover .icon, .c_063-0 ul li:hover a::after {
    color: #fff;
}

@media screen and (min-width: 36.3125em) {
    .c_063-0 ul {
        max-width: none;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 35px 0 0;
        width: 100%;
    }
    .c_063-0 ul li {
        background: 0;
        width: calc(100% / 4);
        padding: 0 10px;
        text-transform: none;
    }
    .c_063-0 ul li:hover {
        color: inherit;
        background: 0;
    }
    .c_063-0 ul li:hover::after {
        transform: scaleX(1);
    }
    .c_063-0 ul li::after {
        display: block;
        content: '';
        border-bottom: 3px solid #c3002f;
        transform: scaleX(0);
        transition: transform .3s cubic-bezier(.445,.05,.55,.95);
        position: static;
        width: 100%;
    }
    .c_063-0 ul li:hover span.icon {
        color: #c3002f;
    }
    .c_063-0 ul li+li a {
        border: 0;
    }
    .c_063-0 ul li a {
        flex-direction: column;
    }
    .c_063-0 ul li a::after {
        display: none;
    }
    .c_063-0 ul li a span.icon {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .c_063-0 ul li a span.icon, .c_063-0 ul li a span.label {
        display: block;
        text-align: center;
    }
    .c_063-0 ul li a span.icon::before {
        font-size: 30px;
        height: 30px;
        width: 30px;
    }
    .c_063-0 ul li a span.label {
        padding-right: 0;
    }
    .c_063-0 ul li::after {
        display: block;
        content: '';
        border-bottom: 3px solid #c3002f;
        transform: scaleX(0);
        transition: transform .3s cubic-bezier(.445,.05,.55,.95);
        position: static;
        width: 100%;
    }
}

@media screen and (min-width: 60em) {
    .c_063-0 {
        padding: 60px 15px;
    }
    .c_063-0 .heading-group h2 {
        font-size: 36px;
    }
    .c_063-0 ul li {
        padding: 0 20px;
    }
    .c_063-0 ul li a span.icon::before {
        font-size: 50px;
        height: 50px;
        width: 50px;
    }
}
