.tm-table-five-wrapper {
    max-width: 60%;
    margin: auto;
    padding: 50px 0px 50px 0px;
}

.text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px;
}

.container {
    display: block;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 50px;

}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    font-size: small;
    margin-top: 10px;

}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;

}

.breadcrumb li:last-child:after {
    content: '';
}

li[itemprop="itemListElement"] a {
    color: rgb(5, 5, 5);
    text-decoration: none;
}
@media screen and (max-width: 1000px) {
    .tm-table-five-wrapper {
    max-width: 90%;}
}


@media screen and (max-width: 600px) {

    .tm-table-five-wrapper {
        max-width: 90%;
    }

    .table-scroll-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* iOS滑らかスクロール */
    }

    .fx-table {
        min-width: 700px;
        /* 表全体がはみ出すように設定 */
        width: 100%;
        border-collapse: collapse;
    }

    .responsive-table {
        width: 100%;
        border-collapse: collapse;
        overflow-x: auto;
    }

    .responsive-table th,
    .responsive-table td {
        border: 1px solid #ccc;
        text-align: center;
        padding: 8px;
        min-width: 100px;
        max-width: 100px;
        white-space: nowrap;
        /* ← 改行を防止 */
        display: table-cell !important;
        writing-mode: horizontal-tb !important;
    }

    .tm-table-five-wrapper .tm-table-five tr td:first-child {
        position: sticky;
        left: -1px;
        /* z-index: 2; */
        background-color: #fff;
    }

    .tm-table-five-wrapper .tm-table-five tr th:first-child {
        position: sticky;
        left: -1px;
        /* z-index: 2; */
    }

    * {
        font-family: 'Noto Sans JP', sans-serif;
    }

    /* テーブルの横スクロール */
    .table-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* 各ヘッダーの横幅を150pxに固定（モバイルでも） */
    .fx-table th {
        min-width: 150px;
        white-space: nowrap;
    }

    /* データセルにも適用（必要なら） */
    .fx-table td {
        min-width: 150px;
        white-space: nowrap;
    }

    .span-url {
        max-width: 90%;
        margin-top: 50px;
        margin-left: -5px;
    }

    .breadcrumb li {
        font-size: small;
        margin-left: 2px;

    }
}