/*---------------------------
team
----------------------------*/
#team > .inner {
    max-width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    #team > .inner {
        /*tablet*/
        max-width: 94%;
    }
}

@media screen and (max-width: 640px) {
    #team > .inner {
        /*sp*/
        max-width: 90%;
    }
}

#team > .inner > h2 {
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #021c32;
    letter-spacing: 10px;
}

#team > .inner .head {
    width: 100%;
    margin-bottom: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    background: #eee;
    font-size: 1.2em;
}

#team > .inner .head .title {
    width: 75%;
    background: url(../img/common/slash_bg01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    color: #fff;
    padding: 1.6em 1em;
    font-size: 0.8rem;
    text-align: left;
}

#team > .inner .group .title {
    width: 55%;
    padding: 1.4em 1em;
    font-size: 1rem;
}

@media screen and (max-width: 640px) {
    #team > .inner .head .title {
        /*sp*/
        width: 100%;
        background-color: rgb(47 47 129);
        font-size: 1rem;
        background-size: 120%;
        padding: 0.2em 1em;
    }
}

#team > .inner .head .number {
    width: 25%;
    padding: 1em;
}

#team > .inner .group .number {
    width: 45%;
}

@media screen and (max-width: 640px) {
    #team > .inner .group {
        margin-bottom: 1em;
    }

    #team > .inner .head .number {
        /*sp*/
        width: 100%;
    }

    #team > .inner .group .number {
        padding: 0.4em;
        font-size: 0.9rem;
    }
}

#team > .inner .head .number span {
    display: inline-block;
    background: #fff;
    padding: 0.2em 1em;
    margin: 0 1em;
}

#team > .inner .row {
    margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
    #team > .inner .row {
        /*sp*/
        width: 90%;
        margin: auto;
    }
}

#team > .inner .row > h2 {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.2em;
    text-align: left;
    color: #021c32;
}

#team > .inner .row .col {
    width: 31%;
    margin-bottom: 1em;
    position: relative;
}

@media screen and (max-width: 640px) {
    #team > .inner .row .col {
        /*sp*/
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

#team > .inner .row .col .img {
    display: flex;
    overflow: hidden;
    height: 160px;
    width: 100%;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

#team > .inner .row .col .img img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

@media screen and (max-width: 640px) {
    #team > .inner .row .col .img img {
        /*sp*/
        width: 100%;
        height: auto;
    }
}

#team > .inner .row .col h2 {
    text-align: center;
    font-size: 1em;
    padding: 0.5em;
}

#team > .inner .row .col a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#team > .inner .row .col:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#team_detail .inner {
    text-align: left;
}

@media screen and (max-width: 640px) {
    #team_detail .inner {
        /*sp*/
        max-width: 90%;
    }
}

#team_detail .inner > h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.6em;
    color: #021c32;
    margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
    #team_detail .inner > h2 {
        /*sp*/
        font-size: 1.2rem;
    }
}

#team_detail .inner .team_img {
    margin-bottom: 2em;
}

#team_detail .inner .team_img img {
    width: 100%;
}

#team_detail .inner > .txt {
    margin-bottom: 2em;
    line-height: 1.4em;
}

#team_detail .inner > .txt h2.stitle {
    background: #021c32;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 2em;
}

#team_detail .inner > .txt h3 {
    font-size: 1.2em;
    color: #021c32;
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #021c32;
}

#team_detail .inner > .txt span {
    display: block;
    padding: 1em 0;
    font-size: 1.2em;
    font-weight: bold;
}

#team_detail .inner > .txt .interview .img {
    width: 25%;
}

#team_detail .inner > .txt .interview .name {
    width: 70%;
    text-align: left;
}

#team_detail .inner > .txt .interview .name span {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
}

#team_detail .inner > .txt .interview .txt {
    padding-top: 1em;
    line-height: 1.6em;
}

@media screen and (max-width: 640px) {
    #team_detail .inner > .txt.team_list .box {
        /*sp*/
        overflow: auto;
        white-space: nowrap;
    }
    #team_detail .inner > .txt.team_list .box::-webkit-scrollbar {
        height: 5px;
    }
    #team_detail .inner > .txt.team_list .box .scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    #team_detail .inner > .txt.team_list .box .scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc;
    }
}

#team_detail .inner > .txt.team_list .box table {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 640px) {
    #team_detail .inner > .txt.team_list .box table {
        /*sp*/
        width: 200%;
    }
}

#ranking .inner .head .btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    list-style: none;
}

@media screen and (max-width: 640px) {
    #ranking .inner .head .btn ul {
        /*sp*/
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

#ranking .inner .head {
    margin-bottom: 2em;
    text-align: left;
    background: none;
}

#ranking .inner .head h2 {
    color: #000;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

#ranking .inner h1 {
    font-size: 1.1rem;
    margin: 1rem 0;
    text-align: left;
}

#ranking .inner .head .btn ul li {
    /* margin-left: 10px; */
    align-items: center; /* 線を上下中央 */
    display: flex; /* 文字と線を横並び */
    justify-content: center; /* 文字を中央寄せ */
}

#ranking .inner .head .btn ul li::after {
    background-color: #000000; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    content: "";
    height: 2px; /* 線の高さ */
    width: 20px; /* 線の長さ */
}

#ranking .inner .head .btn ul li::after {
    /* margin-left: 10px; */
    transform: rotate(-60deg); /* 傾ける */
}

#ranking .inner .btn ul li:nth-of-type(6):after {
    display: none;
}

@media screen and (max-width: 640px) {
    #ranking .inner .head {
        margin-bottom: 0em;
    }
    #ranking .inner .head .btn ul li {
        /*sp*/
        width: 31%;
        margin-left: 0;
        margin-bottom: 0.3rem;
        margin-right: 1.5%;
    }
    #ranking .inner .head .btn ul li.long {
        width: 40%;
    }
    #ranking .inner .head .btn ul li::after {
        height: 1px; /* 線の高さ */
        width: 15px; /* 線の長さ */
    }
    #ranking .inner ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    #ranking .inner .btn ul li:nth-of-type(3n):after {
        display: none;
    }
}

main #ranking .inner .head .btn ul li a {
    display: block;
    color: #000000;
    /* border: 2px solid #000; */
    padding: 0.2em 1em;
    /* border-radius: 100px; */
    /* text-decoration: none; */
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    main #ranking .inner .head .btn ul li a {
        /*tablet*/
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 640px) {
    main #ranking .inner .head .btn ul li a {
        /*sp*/
        font-size: 0.69rem;
        padding: 0.1rem 0.1rem;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    main #ranking .inner .head .btn ul li a {
        /*sp*/
        font-size: 0.68rem;
        padding: 0.1rem 0.1rem;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .league_list .inner ul li a {
        padding: 0.5em 1em;
        font-size: 0.6rem;
    }
}

#team_detail .inner > .txt.team_list .box table tr:nth-of-type(even) {
    background: #eee;
}

#team_detail .inner > .txt.team_list .box table tr th {
    width: 15%;
    padding: 5px 3px;
    font-size: 0.8em;
    font-weight: normal;
    vertical-align: top;
    background: #021c32;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

#team_detail .inner > .txt.team_list .box table tr th:nth-of-type(1) {
    width: 20%;
}

#team_detail .inner > .txt.team_list .box table tr th:nth-of-type(2) {
    width: 20%;
}

#team_detail .inner > .txt.team_list .box table tr th:nth-of-type(3) {
    width: 10%;
}

#team_detail .inner > .txt.team_list .box table tr th:nth-of-type(4) {
    width: 10%;
}

#team_detail .inner > .txt.team_list .box table tr th:nth-of-type(5) {
    width: 10%;
}

#team_detail .inner > .txt.team_list .box table tr th:nth-of-type(6) {
    width: 30%;
}

#team_detail .inner > .txt.team_list .box table tr td {
    font-size: 0.8em;
    padding: 12px 10px;
}

#team_detail .inner > .txt.team_list .box table tr td:nth-of-type(3) {
    text-align: center;
}

#team_detail .inner > .txt.team_list .box table tr td:nth-of-type(4) {
    text-align: center;
}

#team_detail .inner > .txt.team_list .box table tr td:nth-of-type(5) {
    text-align: center;
}

#team_detail .inner > .txt.team_info > ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

#team_detail .inner > .txt.team_info > ul li {
    width: 23.5%;
    padding: 0.5em;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 0.5em;
    margin-right: 2%;
}

@media screen and (max-width: 640px) {
    #team_detail .inner > .txt.team_info > ul li {
        /*sp*/
        width: 48%;
        margin-right: 4%;
    }
    #team_detail .inner > .txt.team_info > ul li:nth-of-type(even) {
        margin-right: 0;
    }
}

#team_detail .inner > .txt.team_info > ul li:nth-of-type(4n) {
    margin-right: 0;
}

#team_detail .inner > .txt.team_info > ul li.on {
    border: 1px solid #021c32;
    background: #021c32;
    color: #fff;
}

.link {
    display: flex;
    width: 100%;
    padding: 1rem 0;
    justify-content: flex-start;
    align-items: flex-start;
}

.link .support {
    padding: 1rem 2rem;
    text-decoration: none;
    color: white;
    background: #021c32;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 1rem;
    cursor: pointer;
}

.link .recruit {
    padding: 1rem 2rem;
    text-decoration: none;
    color: white;
    background: #021c32;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .link {
        padding: 0;
        justify-content: space-around;
        align-items: flex-start;
    }

    .link .support {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .link .recruit {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
}
/*# sourceMappingURL=team.css.map */
