@charset 'utf-8';
.menu__wrapper{
    background-color: var(--gray);
    padding-top: 170px;
    color: var(--brown);
}
.menu__listbox{
    padding: 0 8% 120px;
    line-height: 1.5;
    
}
.topic__title1{
    margin-bottom: 25px;
}
.komoji{
    font-size: 1.2rem;
    margin-left: 3px;
}
.menu__list{
    margin-top: 80px;
}
.menu__list__item{
    display: flex;
    justify-content: space-between;
    color: var(--brown);
    margin-top: 10px;
}
.menu__sonota{
    margin-top: 70px;
    display: grid;
    gap: 10px;
    font-size: 1.2rem;
}
td.column-1{
    white-space:nowrap;
  }
td.column-2{
    text-align: end;
}
.tablepress>:where(tbody)>tr>* {
    color: var(--brown);
}
/* menu PC========================================================================== */
@media screen and (min-width:630px){
    .menu__listbox{
        padding: 0 12% 80px ;
    }
}




@media screen and (min-width:900px){
    .menu__listbox{
        padding: 0 9.7% 150px ;
    }
    .menu__list{
        width: 46%;
        margin: initial;
        font-size: 1.6rem;

    }
    .listBox1{
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }
    .menu__sonota{
        font-size: 1.4rem;
    }
}




/* テーブル */

.tablepress td, .tablepress th {
    border: none !important; /* テーブルセルの下線を非表示 */
}

.tablepress .tablepress-edit-link {
    display: none; /* 編集リンクを非表示 */
}

/* テーブルの下部に表示されるテーブルIDなども非表示 */
.tablepress-footer {
    display: none;
}


.tablepress a{
    display: none;
}


.tablepress {
    table-layout: fixed; /* テーブル全体のレイアウトを固定に */
    width: 100%; /* 幅を100%に設定 */
}
td.column-1 {
    padding: 0.5rem 0; /* 上下に0.5rem、左右に0のパディング */
}
