
/* -------------------------------------------------------
ポイント
------------------------------------------------------- */
#rwd-content #point {
    margin: 0 30px;
    counter-reset: number 0;
}

@media screen and (min-width: 768px){
    #rwd-content #point h3 {
        margin: 0 0 10px;
        color: #000000;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px){
    #rwd-content #point h3:before {
        counter-increment: number 1; 
        content: counter(number,decimal-leading-zero) " ";
        font-size: 2.8rem;
        color: #82a8e8;
        font-weight: bold
    }
}

@media screen and (max-width: 767px){
    #rwd-content #point h3 {
        color: #000000;
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: 4rem
    }
}

@media screen and (max-width: 767px){
    #rwd-content #point h3:before {
        counter-increment: number 1; 
        content: counter(number,decimal-leading-zero) " ";
        font-size: 2.4rem;
        color: #82a8e8;
        font-weight: bold;
        margin-left: -4rem
    }
}

@media screen and (min-width: 768px){
    #rwd-content #point p {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px){
    #rwd-content #point p {
        font-size: 1.3rem
    }
}

@media print, screen and (min-width: 768px) {
    #rwd-content .rwd-grid-unison.pc-grid6of12 .rwd-grid-item {
        width: 49%;
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    #rwd-content .rwd-grid-unison.sp-grid4of4 .rwd-grid-item {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px){
    #rwd-content #point dt {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold
    }
}

@media screen and (max-width: 767px){
    #rwd-content #point dt {
        margin: 0 0 5px;
        font-size: 1.6rem;
        font-weight: bold
    }
}

@media screen and (min-width: 768px){
    #rwd-content #point dd {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px){
    #rwd-content #point dd {
        font-size: 1.3rem
    }
}

#rwd-content #point .rwd-notes-list01 {
    margin-top: 20px;
    margin-bottom: 0px;

}

#rwd-content #point .rwd-notes-list01 dt {
    width: 18px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight:normal
}

#rwd-content #point .rwd-notes-list01 dd {
    margin-inline-start: 30px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight:normal
}

/* -------------------------------------------------------
その他の機能
------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
    #rwd-content #function .rwd-grid-lineuplist02 .rwd-grid-item p {
        margin-bottom: 2px;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {
    #rwd-content #function .rwd-grid-lineuplist02 .rwd-grid-item p {
        margin-bottom: 4px;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }
}

@media print, screen and (min-width: 768px) {
#rwd-content #function .rwd-grid-lineuplist02 .rwd-grid-item .rwd-lineup-description {
    border-top: 5px solid #dfdfdf;
    margin-bottom: 22px;
    padding: 11px 15px 0;
    line-height: 1.5;
}
}

@media screen and (min-width: 768px){
    #rwd-content #function dt {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 767px){
    #rwd-content #function dt {
        font-size: 1.4rem;
        font-weight: bold
    }
}

@media screen and (min-width: 768px){
    #rwd-content #function dd {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px){
    #rwd-content #function dd {
        font-size: 1.3rem
    }
}

#rwd-content #function .rwd-notes-list01 {
    margin-top: 10px;
    margin-bottom: 0px;

}

#rwd-content #function .rwd-notes-list01 dt {
    width: 18px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight:normal
}

#rwd-content #function .rwd-notes-list01 dd {
    margin-inline-start: 30px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight:normal
}


/* -------------------------------------------------------
金額注釈
------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
    #rwd-content .rwd-notes-list-circle01 li {
        font-size: 1.2rem;
        position: relative;
        vertical-align: 0.5em;
        line-height: 1.8;
        margin-bottom: 0%;
    }
}

@media print, screen and (max-width: 767px) {
    #rwd-content .rwd-notes-list-circle01 li {
        font-size: 1.2rem;
        position: relative;
        vertical-align: 0.5em;
        line-height: 1,2;
        margin-bottom: 0%;
    }
}

/* -------------------------------------------------------
注釈リンク
------------------------------------------------------- */
#rwd-content .annotation {
    font-size: 1.2rem;
    font-weight: normal;
}

#rwd-content table a:active, #rwd-content table a:hover, #rwd-content table a:link, #rwd-content table a:visited {
    text-decoration: underline;
}

/* -------------------------------------------------------
機能リンクホバー
------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
    .link-hover a {
        width: auto;
        display: inline-block;
    }

    .link-hover a:hover {
        background-color: transparent; /* IE6対応 */
    }
    
    .link-hover a:hover img {
        visibility: hidden;
    }

    /* 内装3段変速 */
    .link-hover-spec3 {
        background: url("/pas/lineup/img/shared/btn_spec3_2025_hover.svg") no-repeat;
    }

    /* リヤチャイルドシート装着可 */
    .link-hover-rearchild-on {
        background: url("/pas/lineup/img/shared/btn_rearchild_on_2025_hover.svg") no-repeat;
    }

    /* 長期保証 */
    .link-hover-longwarranty {
        background: url("/pas/lineup/img/shared/btn_longwarranty_2025_hover.svg") no-repeat;
    }

    /* 3年間盗難保険付き */
    .link-hover-insurance {
        background: url("/pas/lineup/img/shared/btn_insurance_2025_hover.svg") no-repeat;
    }
}



/* -------------------------------------------------------
詳しく見るボタン
------------------------------------------------------- */
#rwd-content .dummy-btn span {
    display: block;
    color: #fff;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 12px;
}