@charset "utf-8";

div#subContents {
    max-width: 820px;
    width: 100%;
    margin-top: 16px;
    font-family: hiragino-kaku-gothic-pron, -apple-system, 'Poppins', 'noto sans JP Regular', "Noto Sans JP", sans-serif;
    color: #333;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

div#subContents div.flex_item5 {
    margin-bottom: 32px;
}

div#subContents h4 {
    line-height: 1.3em;
    letter-spacing: normal;
    font-size: 13px !Important;
    margin: 0;
    padding: 0;
}

div#subContents div {
    max-width: 820px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
}

div#subContents div > div.bx1,
div#subContents div > div.set {
    padding: 8px;
    margin-left: 0.9%;
    margin-bottom: 1%;
    box-sizing: border-box;
    flex: 0 1 19%;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 170px;
    min-width: 130px;
    word-break: break-all;
    position: relative;
}

div#subContents div > div.set {
    flex: 0 1 320px;
    background: url(https://gigaplus.makeshop.jp/drivemarket/images/main/itempage/combplus_icn.png) no-repeat center 60%;
}

div#subContents dvi > div.set > div:nth-child(2n+1) {
    padding-left: 10px;
    box-sizing: border-box;
}

div#subContents div > div.box1 div,
div#subContents div > div.set div {
    display: block;
}

div#subContents div > div.bx1 a,
div#subContents div > div.set a {
    display: block;
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 6px;
    text-decoration: none;
}

div#subContents div > div a:hover span.code {
    text-decoration: underline;
}

div#subContents div > div.set a {
    width: 49%;
}

div#subContents div > div a span.code {
    text-align: centet;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    width: 93%;
    line-height: 1.2em;
}

div#subContents div > div a span.code:before {
    content: '>';
    display: inline-block;
    clear: both;
}

div#subContents div > div.set div {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    padding-top: 4px;
}

div#subContents div div.bx1 img,
div#subContents div div.set img {
    max-width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*車種別オススメ枠*/

div.comb {
    width: 100%;
    max-width: 820px;
    height: auto;
    display: block;
    letter-spacing: -.4em;
    background-color: #efefef50;
    margin-bottom: 36px;
    padding: 8px 0 16px 0;
    position: relative;
}

div#subContents div.combname {
    letter-spacing: normal;
    text-align: left;
    font-weight: 600;
    margin: 0 0 2em;
    line-height: 1.3em;
    border-left: 4px solid #02006150;
    padding: 1em 0.5em;
    box-sizing: border-box;
    font-size: 14px;
}

div.combname img {
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50px;
    filter: brightness(0.9);
}

div.combcar {
    width: 18.2% !important;
    min-height: 180px;
    margin-left: 2px;
    height: auto;
    border: 2px solid #020061;
    border-radius: 3px;
    box-sizing: border-box;
    letter-spacing: normal;
    display: grid !important;
    position: relative;
}

div.combcar .mainitem {
    font-size: 10px;
    font-weight: 600;
    height: 28px;
    background-color: #020061;
    border-bottom: 2px solid #020061;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.1em;
}

div.combcar img {
    width: 100%;
    max-width: 143px;
    height: auto;
    display: block;
    margin: 0 auto;
}

div.combplus {
    width: 4.15% !important;
    height: 34px !important;
    display: inline-block;
    margin-left: 4px;
    letter-spacing: normal;
    position: relative;
    top: 70px;
    background-image: url(https://gigaplus.makeshop.jp/drivemarket/images/main/itempage/combplus_icn.png);
    background-repeat: no-repeat;
}

div.combplus img {
    position: absolute;

}

div.conblist {
    width: 76% !important;
    height: auto;
    margin-left: 4px;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: normal;
    vertical-align: top;
}

div.conblist ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

div.conblist li {
    display: flex;
    flex: 0 1 32%;
    min-height: 55px;
    max-height: 82px;
    height: auto;
    box-sizing: border-box;
    border: 2px solid #020061;
    margin: 0 0 8px 8px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #fff;
}

div.conblist li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    mix-blend-mode: multiply;
    line-height: 1.2em;
}

div.conblist li a:hover {
    text-decoration: underline;
    background-color: #02006198;
    color: #fff;
}

div.conblist a img {
    width: 48px;
    height: auto;
    margin-right: 4px;
    padding: 0;
    mix-blend-mode: multiply;
    border-radius: 5px;
}

div.conblist a:hover img {
    top: 0;
}

p.pick_subtit {
    font-size: 13px;
    font-weight: 500;
    text-align: left !important;
    border-bottom: 2px solid #ddd;
    margin-bottom: 16px;
    margin-top: 2rem;
}

p.pick_subtit span {
    background-color: #333;
    color: #fff;
    padding: 8px;
    border-radius: 3px 3px 0 0;
    border: 2px solid #333;
}

div[style="text-align: center; border: 3px solid #ff0000;"] font[size="4"] {
    font-size: 1.2rem;
    display: inline-block;
    text-align: left;
}

font[size="6"] {
    line-height: 1.3em;
    font-size: 1.8rem !important;
}












@media screen and (max-width: 819px) {




    /* ●●別おすすめ枠 　　-----  */
    div#subContents {
        min-width: 320px;
        margin-top: 16px;
    }

    div#subContents div.flex_item5 {
        margin-bottom: 32px;
    }

    div#subContents h4 {
        line-height: 1.3em;
        font-weight: normal;
    }

    div#subContents div {
        max-width: 790px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
    }

    div#subContents div > div.bx1,
    div#subContents div > div.set {
        /*margin-left: 4px;*/
        margin-bottom: 4px;
        padding: 0.5em;
        flex: 0 1 49%;
        border: 2px solid #dfdfdf;
        border-radius: 5px;
        box-sizing: border-box;
        min-height: 140px;
        word-break: break-all;
        position: relative;
        box-sizing: border-box;
    }

    div#subContents div > div.set {
        flex: 0 1 100%;
        background: url(https://gigaplus.makeshop.jp/drivemarket/images/main/itempage/combplus_icn.png) no-repeat center 60%;
    }

    div#subContents article > div div {
        display: block;
    }

    div#subContents div > div.bx1 a {
        display: block;
        width: 95%;
        height: auto;
        position: absolute;
        bottom: 4px;
        text-decoration: none;
        border-bottom: none;
    }

    div#subContents div > div.bx1 a:hover span.code {
        text-decoration: underline;
    }

    div#subContents div > div.set a {
        width: 49%;
    }

    div#subContents div > div a span.code {
        text-align: center;
        font-size: 11px;
        font-weight: 600;
        display: inline-block;
        line-height: 1.3em;
        width: 93%;
    }

    div#subContents div > div a span.code:before {
        content: '>';
        display: inline-block;
        clear: both;
    }

    div#subContents div > div.set section {
        width: 49%;
        box-sizing: border-box;
        display: inline-block;
        padding-top: 4px;
    }

    div#subContents div div.bx1 img,
    div#subContents div div.set img {
        max-width: 60px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    /*車種別オススメ枠*/

    div.comb {
        width: 100%;
        max-width: 820px;
        min-width: 320px;
        height: auto;
        display: block;
        letter-spacing: -.4em;
        background-color: #efefef50;
        margin-bottom: 36px;
        padding: 8px 0 16px 0;
    }

    div.combname {
        letter-spacing: normal;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 12px;
        line-height: 1.3em;
        border-left: 4px solid #02006150;
        padding: 1%;
    }

    div.combname img {
        width: 40px;
        height: 40px;
        margin: 8px;
        border-radius: 50px;
        filter: brightness(0.9);
    }

    div.combcar {
        width: 18.2% !important;
        height: auto;
        border: 2px solid #020061;
        border-radius: 3px;
        box-sizing: border-box;
        letter-spacing: normal;
        display: inline-grid !important;
        position: relative;
    }

    div.combcar .mainitem {
        font-size: 10px !important;
        font-weight: 400;
        height: 40px;
        background-color: #020061;
        border-bottom: 2px solid #020061;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        line-height: 1.1em;
    }

    div.combcar img {
        width: 100%;
        max-width: 142px;
    }

    div.combplus {
        width: 4.15% !important;
        height: auto !important;
        display: inline-block;
        margin-left: 4px;
        letter-spacing: normal;
        /*position: relative;*/
        /*250603 --*/
        background-image: url(https://gigaplus.makeshop.jp/drivemarket/images/main/itempage/combplus_icn.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: 0px;
    }

    /**/
    div.combplus img {
        width: 100%;
        height: auto;
        position: absolute;
        display: none !important;
    }

    div#subContents div.conblist {
        width: 75% !important;
        height: auto;
        margin-left: 2px;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
    }


    div.conblist ul {
        display: flex;
        flex-wrap: wrap;
    }

    div.conblist li {
        display: flex;
        flex: 0 1 49%;
        height: 52px;
        box-sizing: border-box;
        border: 2px solid #020061;
        margin: 0 0 2px 2px;
        border-radius: 3px;
        font-size: 12px;
    }

    div.conblist li a {
        display: flex;
        width: 100%;
        height: 100%;
        padding-right: 1px;
        box-sizing: border-box;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        text-decoration: none;
        background-color: #fff;
        mix-blend-mode: multiply;
        line-height: 1.1em;
        border-bottom: none;
        font-size: 0.8rem;
    }

    div.conblist li a:hover {
        text-decoration: underline;
        background-color: #02006198;
        color: #fff;
    }

    div.conblist a img {
        width: 40px !important;
        height: auto;
        padding: 0;
        margin: 0 !important;
        mix-blend-mode: multiply;
        border-radius: 5px;
    }

    div.conblist a:hover img {
        top: 0;
    }

    p.pick_subtit {
        font-size: 13px;
        font-weight: 500;
        text-align: left !important;
        border-bottom: 2px solid #ddd;
        margin-bottom: 16px;
    }

    p.pick_subtit span {
        background-color: #333;
        color: #fff;
        padding: 8px;
        border-radius: 3px 3px 0 0;
        border: 2px solid #333;
    }

}



/* 延長保証ページ　一時的のcssでブロック 250905 */
#Sw_page div.box h3 + p {
    display: none;
}