/* ヘッダーメニュー　４項目用 */
@media screen and (max-width: 768px) {
    .header__bottomList:last-child {
        width: 50%;
        border-bottom: 1px solid #000000;
        border-right: none;
    }

    .header__bottomList:nth-child(3) {
        width: 50%;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
    }
}
