.archive-topics{
    padding-top:200px;
    width: 100vw;
    font-size: 16px;
}
.archive-topics .content_top_left{
    width: min(1300px, 90%);
    margin: 0 auto;
}


.archive-topics h3{
    background-color: #EA0015;
    color: #FFF;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 40px 0 20px;
    text-align: left;
}
.archive-topics .content_top_left h4{
    font-size: 70px;
    @media(max-width:767px){
        font-size: calc(100vw * 80 / 800);
    }
    @media (max-width:660px){
        font-size: calc(100vw * 80 / 700);
    }
    @media(max-width:500px){
        font-size: calc(100vw * 60 / 500);
    }
    @media(max-width:400px){
        font-size: calc(100vw * 45 / 400);
    }
    margin: 80px 0;
    text-align: left;
    font-family: 'Radley', serif;
}

.match_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    box-sizing: border-box;
    margin-bottom: 200px;
}


.match_list_date {
    width: calc(33.3333333% - 20px);
    /* border-top: solid 10px #EA0015; */
    border-bottom: solid 4px #EA0015;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16);
    padding-bottom: 50px;
    color: #2E2E2E;
    text-decoration: none;
    text-align: left;
}


.match_list_date img {
    width: 100%;
    /* height: 260px; */
    object-fit: contain;
    background: #FFFFFF;
    aspect-ratio: 3 / 2;
}
.match_list_date--title {
    font-size: 18px;
    line-height: 1.5;
    margin: 35px;
}
.match_list_date--time {
    margin: 0 35px;
    color: #8E8E8E;
}

.match_topic-pagination{
    width: 50%;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.match_topic-pagination a{
    text-decoration: none;
    color: #2E2E2E;
    transition: 0.7s;
    border: 0.5px solid rgba(46,46,46,0.5);
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    width: 3rem;
    height:3rem;
    line-height: 3rem;
}
.match_topic-pagination a:hover{
    transform: translateY(-3px);
    opacity: .5;
}
.match_topic-pagination .current {
    background-color: #EA0015;
    color: white;
    border: 0.5px solid rgba(46, 46, 46, 0.5);
    width: 3rem;
    padding: 5px;
    height: 3rem;
    line-height: 3rem;
    border-radius: 5px;
}

.match_topic-pagination .page-numbers{
    font-size: 20px;
}



/* @media(max-width:600px){
    .archive-topics .content_top_left strong{
        width: 100%;
    }
    .archive-topics .content_top_left ul{
        width: 90%;
        margin: 0 auto 50px auto;
    }
} */

@media screen and (max-width:767px) {
    .match_wrap{
        margin-bottom: 100px;
    }
    .archive-topics {
        padding-top: 100px;
    }
    .archive-topics .content_top_left h4 {
        margin: 50px 0;
    }
    .archive-topics  .leafletArea {
        margin: 50px 0;
    }
    .archive-topics .content_top_left select {
        padding: 10px;
        font-size: 14px;
    }
    .match_wrap {
        flex-direction: column;
    }
    .match_list_date {
        width: 100%;
    }
    .match_topic-pagination{
        width: 100%;
        justify-content: space-between;
    }
    .match_topic-pagination .page-numbers{
        font-size: 17px;
    }
    .match_topic-pagination a {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .match_topic-pagination a:hover{
        transform: translateY(-3px);
        opacity: .5;
    }    
    .match_topic-pagination .current {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    
}