.sub-kv {
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    /* height: 270px; */
}

.team-detail.sub-kv .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.player-detail.sub-kv .inner a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.team-result-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-name {
    padding-left: 25px;
    width: 400px;
    font-family: 'Oswald';
}

.team-name p {
    font-weight: bold;
    color: #333;
}

.team-name p:first-of-type {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}

.team-name p:last-of-type {
    font-size: 24px;
    margin: 0;
}

.team-logo-wrapper {
    max-width: 30%;
    padding-left: 19px;
}

@media screen and (max-width: 768px) {
    .team-name {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        padding-left: 0;
        margin-bottom: 10px;
        padding-right: 23px;
    }

    .team-logo-wrapper {
        width: 42%;
        margin-right: 0;
        padding-left: 0;
    }

    .team-name p:first-of-type {
        font-size: 24px;
    }

    .team-name p:last-of-type {
        font-size: 13px;
    }

    .team-result-inner .upper {
        padding-top: 20px;
    }

    .team-result-inner .upper .number {
        font-size: 20px !important;
    }

    .team-result-inner .upper p {
        line-height: 18px;
        text-align: center;
    }

    .team-result-inner .upper p.title-of-team-result.one-line {
        height: 36px;
    }

    .sub-kv .inner {
        flex-direction: column;
    }
}



.team-result-inner {
    border: 1px solid #333;
}

.team-result-inner li {
    padding: 0;
    margin-bottom: 0;
    width: 25%;
}

.team-result-inner li p {
    margin-bottom: 0;
    min-height: 24px;
}

.team-result-inner .upper,
.team-result-inner .lower {
    padding: 10px 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .team-result-inner .lower.empty {
        height: 92px;
    }
}



.team-result-inner .upper {
    background: #595959;
    color: #fff;
    font-weight: bold;
}

.team-result-inner .upper .number {
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0;
}

.team-result-inner .lower .order {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#team-detail table td span {
    display: block;
}

#team-detail .follow-me {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.follow-me li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.follow-me li a {
    padding: 0;
    padding-right: 10px;
}

.sns-icon {}

.team-detail-title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
}





.team-member-image_wrapper {
    margin-bottom: 30px;
}

.team-member-image_wrapper ul {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.team-member-image_wrapper li {
    padding: 0;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 10px;
}

.team-member-image_wrapper li p {
    text-align: center;
    margin-bottom: 0;
}

.team-member-image_wrapper li p.number {
    font-weight: bold;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.team-member-image_wrapper li p.name {
    /* color: gray; */
    font-size: 20px;
    margin-top: 12px;
}

.team-member-image_wrapper li .image-wrapper {}

.team-member-image_wrapper li::before {
    display: none;
}

.schedules .result-area table {
    width: 100%;
    table-layout: fixed;
}

/* 調整よう */
@media screen and (min-width: 769px) {
    .contents {
        width: 100%;
    }

    .contents-wrapper {
        padding: 0;
    }

    .schedules .result-area table {}

    .scroll-2-row-fixed td:first-of-type,
    .scroll-2-row-fixed th:first-of-type {
        left: 0px !important;
    }

    .scroll-2-row-fixed td:nth-of-type(2),
    .scroll-2-row-fixed th:nth-of-type(2) {
        left: 57px !important;
    }
}

#team-detail .result-table {
    overflow-x: scroll;
    white-space: nowrap;
}

.contents {
    margin: 0 auto;
}

#team-detail .schedules .result-area table>tbody>tr>td:last-of-type {
    padding-right: 0 !important;
}

#team-detail .link-wrap {
    width: 120px;
}

#team-detail .result-area table thead th {
    color: #fff;
}

#team-detail .result-area table>thead>tr>th:first-of-type {
    padding-left: 0 !important;
    text-align: center;
}

#team-detail .scroll-2-row-fixed td,
#team-detail .scroll-2-row-fixed th {
    white-space: normal;
    padding-left: 0;
}

#team-detail .scroll-2-row-fixed td:first-of-type,
#team-detail .scroll-2-row-fixed th:first-of-type {
    width: 80px;
    text-align: center;
    padding-left: 0 !important;
}

#team-detail .scroll-2-row-fixed td:nth-of-type(2),
#team-detail .scroll-2-row-fixed th:nth-of-type(2) {
    width: 80px;
}

#team-detail .scroll-2-row-fixed td:nth-of-type(3),
#team-detail .scroll-2-row-fixed th:nth-of-type(3) {
    width: 97px;
    padding-left: 0 !important;
}

#team-detail .scroll-2-row-fixed td:nth-of-type(4),
#team-detail .scroll-2-row-fixed th:nth-of-type(4) {
    width: 80px;
    text-align: left;
    padding-left: 0 !important;
}

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

    #team-detail .scroll-2-row-fixed td:nth-of-type(4),
    #team-detail .scroll-2-row-fixed th:nth-of-type(4) {
        text-align: center;
    }
}

#team-detail .scroll-2-row-fixed td:nth-of-type(5),
#team-detail .scroll-2-row-fixed th:nth-of-type(5) {
    width: 250px;
    padding-left: 0 !important;
}

#team-detail .scroll-2-row-fixed td:nth-of-type(6),
#team-detail .scroll-2-row-fixed th:nth-of-type(6) {
    width: 500px;
}

#team-detail .scroll-2-row-fixed td:nth-of-type(7),
#team-detail .scroll-2-row-fixed th:nth-of-type(7) {
    width: 160px;
}

#team-detail .scroll-2-row-fixed td:nth-of-type(4),
#team-detail .scroll-2-row-fixed th:nth-of-type(4) {
    width: 130px;
}

@media screen and (max-width: 768px) {
    #team-detail .schedules tbody tr:nth-child(odd) td:first-of-type {
        background-color: #e7e7e7;
    }
}

#team-detail .schedules-result {
    /* max-width: 774px; */
    max-width: 100%;
    margin: 0 auto;
}
#team-detail  .schedules .double {
    max-width: 774px;
    margin: 0 auto;
}
#team-detail .schedules .select-area .country a {
    width: calc(100% / 3 - -3px);
}

.table_03.link-table a {
    color: #333;
}