.pg-youth {
    padding-top: 200px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    width: 100vw;
    margin-bottom: 100px;
}
.pg-youth .content_top_left {
    width: min(1300px, 90vw);
    margin: 0 auto;
}

.pg-youth .youth_h2 {
    margin: 80px 0;
    font-size: 90px;
    text-align: left;
    font-family: 'Radley', serif;
}
.pg-youth .youth_h2 span {
    display: inline-block;
}

.pg-youth .youth_mainimage {
    width: 100%;
    margin-bottom: 50px;
}

.pg-youth .youth_h4 {
    border-bottom: 2px solid #EA0015;
    font-size: 20px;
    font-weight: bold;
    padding: .5em 0;
    margin: 20px 0;
}

.pg-youth .youth_staff_name_h4 {
    font-size: 20px;
    font-weight: bold;
}

.pg-youth .youth_staff_job_p {
    border-bottom: 2px solid #EA0015;
    padding: .5em 0;
    margin: 20px 0;
}

.pg-youth .youth_h3 {
    background-color: #EA0015;
    color: #FFF;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 40px 0 20px;
}
.pg-youth .youth_h5 {
    background-color: #F2F2F2;
    padding: 0.5em 1em;
    margin: 40px 0 20px;
}

.pg-youth .youth_result {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 700px;
    margin: 0 auto;
}
.pg-youth .youth_result div {
    width: 330px;
    border: solid 2px #EA0015;
    border-radius: 4px;
}
.pg-youth .youth_result div a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 1em;
    font-weight: bold;
}

.youth_staff, .youth_player {
    margin: 50px 0;
}

.youth_player-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.youth_player-box {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.youth_player-box__position {
    text-align: center;
    margin: 0 40px 0 20px;
    font-family: 'Libre Baskerville', serif;
    color: #EA0015;
}
.youth_player-box__position .no {
    font-size: 40px;
}

.youth_player-box .name {
    font-size: 20px;
    margin-bottom: .5em;
}
.youth_player-box .kana {
    color: #ABABAB;
    margin-left: 1em;
    font-size: 14px;
    display: inline-block;
}

.youthgames_list {
    display: flex;
    margin-bottom: 50px;
}
.youthgames_list-wrap {
    width: 50%;
}
.youthgames_list-date {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 10px 0;
}
.youthgames_team_name {
    font-size: 40px;
}
.youthgames_list p span {
    display: block;
    font-weight: bold;
}
.youthgames_list-result {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 10px 0;
    color: #EA0015;
}

@media screen and (max-width:767px) {
    .pg-youth {
        padding-top: 100px;
    }
    .pg-youth .youth_h2 {
        margin: 50px 0;
        font-size: 50px;
    }

    .pg-youth .leafletArea {
        margin: 50px 0;
    }

    .pg-youth .youth_result {
        flex-direction: column;
        width: 100%;
    }
    .pg-youth .youth_result div {
        width: auto;
    }

    .youth_player-list {
        flex-direction: column;
    }
    .youth_player-box {
        width: 100%;
    }

    .youthgames_list-wrap {
        width: auto;
    }
    .youthgames_list-result, .youthgames_list-date {
        font-size: 30px;
    }

    .youth_staff_item {
        flex-direction: column;
        gap: 15px;
    }

    .youth_staff_info {
        order: -1;
    }

    .youth_staff_image {
        width: 100%;
        height: 200px;
        margin-top: 15px;
    }
}

.ta-c {
    text-align: center;
}

.youth_staff {
    margin: 50px 0;
}

.youth_staff_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 30px;
}

.youth_staff_image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
}

.youth_staff_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youth_staff_info {
    flex: 1;
}
