@charset "utf-8";

.otherBtnGr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    width: max-content;
    place-items: center;
    margin: 0 auto;
}

.menuItem02TitFl {
    border-bottom: 1px solid #7D7C79;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .otherBtnGr {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */