
/**************************
news_pagenation
**************************/
.winner_title {
    margin-top: 80px;
    color: #000;
    text-align: center;

    /* 中央揃え追加 */
    /* display: flex; */
    justify-content: center;
    align-items: center;

    /* PC-H3 TEXT_JP */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
}
.winner_book { 
    margin-top: 24px;
}
.winner_book_bg {
    /* display: flex; */
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: #646464;
}

.winner_content {
    margin-top: 48px;
    margin-right:0px;
    margin-left:0px;
    width: 100%;
}
.winner_content2 {
    margin-top: 24px;
    margin-right:0px;
    margin-left:0px;
    width: 100%;
}
.winner_content3 {
    margin-top: 16px;
    margin-right:0px;
    margin-left:0px;
    width: 100%;
}
.winner_content4 {
    margin-top: 320px;
    margin-right:0px;
    margin-left:0px;
    width: 100%;
}
.winner_content_top {
    display: flex;
    padding: 6px 8px;
    align-items: center;
    align-self: stretch;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
}
.winner_content_title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}
.winner_content_area {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    padding:0px;
}
.winner_content_area2 {
    display: flex;
    align-items: top;
    gap: 24px;
    align-self: stretch;
    padding:0px;
}
.winner_content_subtitle {
    display: flex;
    width: 60px;
    height: 27px;
    padding: 1px 3px 2px 5px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border: 0.5px solid #000;
}
.winner_subtitle_name {
    flex: 1 0 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 0; /* 最後の文字の右スペースを削除 */
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 2px;
}
.winner_content_subtitle2 {
    display: flex;
    width: 60px;
    height: 27px;
    padding: 1px 4px 2px 4px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border: 0.5px solid #000;
}
.winner_subtitle_name2 {
    flex: 1 0 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 0; /* 最後の文字の右スペースを削除 */
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0px;
}
.winner_content_detail {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}
.winner_notice {
    margin-top: 8px;
    justify-items: center;
    text-align: center;
}
.winner_notice_content {
    color: rgba(0, 0, 0, 0.50);

    /* SP-Sub_JP */
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 15px */
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .winner_title {
        margin-top: 62px;
        color: #000;
        text-align: center;

        /* SP-H3 TEXT_JP */
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }
    .winner_book_bg {
        padding:8px;
    }
    .winner_content {
        margin-top: 56px;
    }
    .winner_content_title {
        color: #000;

        /* SP-Body_JP */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        letter-spacing: 0.7px;
    }
    .winner_content_area {
        gap: 16px;
    }
    .winner_subtitle_name {
        width: 50px;
        flex-shrink: 0;
        color: #000;
        text-align: center;
        
        /* SP-Body_JP */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        letter-spacing: 0.7px;
    }
    .winner_content_detail {
        color: #000;

        /* SP-Body_JP */
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        letter-spacing: 0.7px;   
    }
    .winner_content4 {
        margin-top: 120px;
    }
}
