.player-detail-wrapper .inner {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}



.player-detail-wrapper .inner .image {}

.player-left-wrapper {
    width: 40%;
    margin-right: 20px;
}


.player-detail-right-wrapper {
    width: 60%;
}

.en_name {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
    font-family: oswald;
}

.jpn_name {
    font-size: 30px;
    padding-left: 10px;
    font-family: oswald;
}


.player-detail-wrapper table {}

@media screen and (max-width: 768px) {
    .player-detail-wrapper table {}
}

.player-detail-wrapper table th {
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.3;
}

.player-detail-wrapper table tbody tr td {
    border: none !important;
    font-size: 16px;
    line-height: 1.3;
    text-align: right;
}

.player-detail-wrapper tr {
    border-bottom: 1px solid gray;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.player-detail-wrapper th {
    width: 30%;
}

.player-detail-wrapper td {
    width: 70%;
    padding: 0;
}

.team-result-wrapper {
    max-width: 700px !important;
    margin: 30px auto 0;
}

.player-detail-point-info p.title {
    font-size: 20px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 20px;
}

.player-past-point {
    overflow: scroll;
}

ul.follow-me {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#player-detail .follow-me li {
    margin-top: 20px;
}

#player-detail .follow-me li a {
    padding-right: 20px;
}

.player-detail-result-wrapper .upper-lower {
    font-weight: bold;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#player-detail .team-result-inner .upper,
.team-result-inner .lower {
    padding: 15px 20px 15px;
    height: 102px;
}

.team-result-inner .lower {}

.lower-upper {
    font-size: 20px;
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    .player-detail-wrapper .inner {
        flex-direction: column;
    }
    .player-left-wrapper {
        width: 100%;
    }
    .player-detail-right-wrapper {
        width: 100%;
    }
    .player-detail-result-wrapper .upper-lower {
        font-size: 22px;
    }
    p.all-conferemce-text {
        font-size: 12px;
    }
    #player-detail {
        margin-top: 30px;
    }
    .player-detail-wrapper tr:not(:first-of-type){
        border-top: none;
    }
}