.container.season2023 {
    max-width: 1000px !important;
    margin: 0 auto;
}

#season-regulation section.section-item {
    margin-top: 60px;
}

#season-regulation h3 {
    background: #bebebe;
    font-size: 20px;
    text-align: center;
    padding: 3px;
    margin-bottom: 20px;
}

#season-regulation p {
    margin: 24px 0;
}

#season-regulation li {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#season-regulation li:before {
    display: none;
}

#season-regulation td,
#season-regulation th {
    width: 30px;
    height: auto;
    padding: 5px 10px;
    text-align: left;
}

#season-regulation td:last-of-type,
#season-regulation th:last-of-type {
    width: 35%;
}

#season-regulation td:first-of-type,
#season-regulation th:first-of-type {
    text-align: center;
    width: 10%;
}

#season-regulation.season2023 td:last-of-type {
    font-size: 12px;
}

#season-regulation.season2023 table.short-table td:last-of-type {
    font-size: 15px;
}

#season-regulation.season2023 table.short-table-second td:last-of-type {
    font-size: 15px;
}

.country-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: gray;
    color: #fff;
    padding: 13px 30px;
    width: 200px;
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto;
}

.country-item:hover {
    cursor: pointer;
    color: #fff;
    opacity: .7;
}

.conference.area {
    margin-top: 30px;
}

.conference .area-items {
    color: #333;
    font-weight: bold;
    border-bottom: 8px solid gray;
    padding: 0 100px 22px;
    font-size: 20px;
}

.conference .area-items.active {
    border-bottom: 8px solid red;
}

.conference .area-items:hover {
    cursor: pointer;
}

.conference .double {
    text-align: center;
    padding: 0 100px 22px;
}

@media screen and (max-width: 768px) {
    .conference .double {
        padding: 0;
        display: flex;
    }

    .conference .area-items {
        padding: 0;
        width: 50%;
        text-align: center;
    }
}

.table-wrapper {
    display: flex;
}

@media screen and (max-width: 768px) {
    .table-wrapper {
        flex-direction: column;
    }

    .table-wrapper .right {
        margin-top: 20px;
    }
}

.table-wrapper .simple-table.left {
    margin-right: 10px;
}

table.simple-table thead tr th {
    text-align: center;
}

.column-block-type-03 {
    display: flex;
    justify-content: space-between;
}

.column-block-type-03 .column-name {
    font-weight: bold;
    font-size: 14px;
}

.column-block-type-03 .column-item {
    width: 30%;
    text-align: center;
}

.column-block-type-03 .column-item .column-name {
    font-size: 22px;
    margin: 24px 0 44px 0 !important;
}

@media screen and (max-width: 768px) {
    .column-block-type-03 .column-item .column-name {
        font-size: 17px;
        margin: 0 !important;
    }
}

.column-block-type-03 .column-item p.image-title {
    font-size: 25px;
    margin: 24px 0 16px 0 !important;
}

.column-block-type-03 .column-item .image-title span {
    font-size: 50px;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .column-block-type-03 .column-item .image-title span {
        margin-right: 10px;
    }
}

.table-wrapper-regular-inter .table-titile {
    background: gray;
    color: #fff;
}

.table-wrapper-regular-inter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.season2024 .table-wrapper-regular-inter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .table-wrapper-regular-inter {
        flex-direction: column;
    }

    .season2024 .table-wrapper-regular-inter {
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .table-wrapper-regular-inter .flex-wrapper {
        display: flex;
        width: 100%;
    }
}

.table-wrapper-regular-inter .jpn-men-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .table-wrapper-regular-inter .jpn-men-flex {
        justify-content: space-between;
    }

    .table-wrapper-regular-inter .jpn-men-flex ul {
        margin: 10px 0 0;
    }
}

.table-wrapper-regular-inter ul {
    padding: 0;
    width: 20%;
    margin-right: 10px;
    border: 1px solid gray;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .table-wrapper-regular-inter.jpn-men .jpn-men-flex {
        margin: 0 auto;
    }

    .table-wrapper-regular-inter.jpn-men .jpn-men-flex ul {
        width: 47%;
    }
}

@media screen and (max-width: 768px) {
    .table-wrapper-regular-inter ul {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .table-wrapper-regular-inter ul:first-of-type {
        margin-right: 10px;
    }
}

.table-wrapper-regular-inter li {
    text-align: center;
    padding: 1px;
}

.table-wrapper-regular-inter ul li:not(:last-of-type) {
    border-bottom: 1px solid gray;
}

.table-wrapper-regular-inter.jpn-women {
    justify-content: flex-end;
}

.flex-wrapper-jpn-women {
    display: flex;
    justify-content: flex-end;
    width: 66%;
}

@media screen and (max-width: 768px) {
    .flex-wrapper-jpn-women {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
}

.regular-inter-image {
    width: 50%;
}

.season2024 .regular-inter-image {
    width: 40%;
}

.season2024 .regular-inter-image.pc-hide {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .regular-inter-image {
        margin-top: 20px;
        width: 100%;
    }
}

.regular-inter-image.jpn-women {
    width: 37%;
}

@media screen and (max-width: 768px) {
    .regular-inter-image.jpn-women {
        width: 100%;
    }
}

table.short-table {
    width: 50%;
}

table.short-table-second {
    width: 65%;
}

#season-regulation.season2023 table.short-table td,
#season-regulation.season2023 table.short-table th {
    width: auto;
    text-align: center;
}

#season-regulation.season2023 table.short-table-second td,
#season-regulation.season2023 table.short-table-second th {
    width: auto;
    text-align: center;
}


@media screen and (min-width: 769px) {
    .all-confe-image.left {
        margin-right: 10px;
        width: 40%;
    }

    .all-confe-image.right {
        width: 100%;
    }
}




.all-confe-image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* women */
table.simple-table.one-column {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    table.simple-table.one-column {
        width: 100%;
    }
}

/* reset */
@media screen and (max-width: 768px) {
    thead tr {
        position: static;
    }
}

.regularround-table {
    margin-top: 40px;
    white-space: nowrap
}

#season-regulation.season2023 table.regularround-table th:first-of-type {
    width: 25%;
}

#season-regulation.season2024 table.regularround-table th:first-of-type {
    width: auto;
}


#season-regulation.season2023 table.regularround-table td,
#season-regulation.season2023 table.regularround-table th {
    width: 80px;
    text-align: center;
}

#season-regulation.season2023 table.regularround-table td:last-of-type {
    font-size: 15px;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-top {
    border-top: none !important;
}

.scroll {
    overflow: scroll;
    white-space: nowrap
}

table.regularround-table {
    width: 60%;
}

.table_wrapper {
    overflow: scroll;
    white-space: nowrap
}