.match-topics{
    padding-top: 200px;
    width: 100vw;
}
.match-topics .content_top_left{
    width: min(1300px, 90%);
    margin: 0 auto;
}
/* ここから個別ページのレイアウト */
.match_share {
    display: flex;
    gap: 10px;
}
.match_share h3 {
    color: #8E8E8E;
    font-size: 20px;
}
.match_single_title {
    margin: 100px 0;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    line-height: 1.5;
}
.match_single_content {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
}
.match_single_content img {
    margin: 10px 0;
    display: block;
    max-width: 100%;
    height: auto;
}
.match_single_content strong {
    font-weight: bold;
}

.match_single_back {
    display: inline-block;
    margin: 100px 0 50px 0;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 50px;
    border: solid 2px #EA0015;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    transition: .2s;
    position: relative;
    top: 0;
}
.match_single_back:hover {
    top: -3px;
    opacity: .5;
}
/* .match-topics .ladies_match_h2 {
    margin: 80px 0;
    font-size: 80px;
    text-align: left;
    font-family: 'Radley', serif;
} */

.match-topics .ladies_match_h2 {
    font-size: 80px;
    margin: 80px 0;
    text-align: left;
    font-family: 'Radley', serif;
    @media(max-width:767px){
        font-size: calc(100vw * 80 / 800);
        margin: 50px 0;
    }
    @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);
    }
}


@media screen and (max-width:767px) {
    .match-topics {
        padding-top: 100px;
    }
    
}