/*-----------------------------
追加CSS
-------------------------------*/

/* トップ */
body.home main .performance__example .performance__example__caption {
    background: transparent;
}

@media screen and (min-width:960px) {
    header .gnav ul li.d-lg-none {
        display: none;
    }

    header .gnav ul .parent:last-of-type {
        border-right: 1px solid #003990;
    }

    body.home main .trouble .wrapper--pc {
        padding: 25px 240px;
    }

    body.home main .trouble__example {
        width: 30%;
    }

    body.home main .trouble__example:nth-child(n + 5) {
        margin-top: 0;
    }

    body.home main .trouble__example:nth-child(n + 4) {
        margin-top: 10px;
    }

    body.home main .performance2 .performance__example img {
        width: 80%;
    }

    body.home main .performance2 .wrapper {
        margin-bottom: -20px;
    }
    
    body.home main .performance2 .performance__example {
        text-align: center;
        margin-bottom: 20px;
    }

    body.home main .performance2 .performance__example:nth-child(2) .performance__example__caption, body.home main .performance2 .performance__example:nth-child(3) .performance__example__caption {
        padding: 0;
    }
}


/* フッター */
footer .sp-none {
    display: none;
}

@media screen and (min-width:960px) {
    footer .sp-none {
        display: block;
    }
}