@charset "UTF-8";

/* CSS Document */

/*



PC



*/
@media (min-width: 750px) {
    .update-wrap {
        background: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .update-wrap ul li:nth-child(n + 7) {
        display: inherit;
    }

    .update-wrap ul li:last-child a:after {
        border-bottom: none;
    }

    .update-wrap ul li:nth-child(6) a:after {
        border-bottom: 1px dotted #888888;
    }
}











/*



SP



*/


@media (max-width: 749px) {
    .update-wrap {
        background: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .update-wrap ul li:nth-child(5) a:after {
        border-bottom: 1px dotted #888888;
    }

    .update-wrap ul li:nth-child(n + 6) {
        display: inherit;
    }

    .update-wrap ul li:nth-child(6) a:after {
        border-bottom: 1px dotted #888888;
    }

}