@charset "UTF-8";
.container{
    margin-bottom: 0;
}
.L3_cover .cover_mainTtl{
    line-height: 1.2;
}
.pc-only {
    display: none;
}
.sp-only {
    display: block;
}
.sub {
    font-size: smaller;
}
.text_small {
    font-size: calc((18/750)*100vw);
    margin-top: calc((30/750)*100vw);
}
.article_container .article_lead {
    text-align: center;
    font-weight: 600;
}
.subImg_container_large .subImg_ttl{
    font-weight: bold;
}
.article_list{
    list-style: none;
}


/* 以下SPレイアウト */
@media screen and (max-width: 812px) {
    .subImg_container_large .wingImg {
        width: calc((490/750)*100vw);
        margin-top: calc((50/750)*100vw);
    }
    .article_container {
        margin-top: calc((50/750)*100vw);
    }
    .article_lead {
        margin-top: calc((30/750)*100vw);
    }
    .contentsLink_txt .text_small {
        font-size: calc((16/750)*100vw);
        font-weight: 500;
    }
    .article_container .article_lead {
        text-align: center;
        font-size: calc((15/750)*100vw);
        line-height: calc((34/750)*100vw);
        margin-top: calc((30/750)*100vw);
    }
    .L3_cover .cover_mainTtl{
        font-size: calc((108/750)*97vw);
    }
}

/* 以下PCレイアウト */
@media screen and (min-width: 768px) {
    .container{
        margin-bottom: 0;
    }
    .L3_cover .cover_mainTtl{
        line-height: 1.2;
    }
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
    

    .text_small {
        margin-top: 30px;
        font-size: 12px;
        letter-spacing: .141em;
    }

    .subImg_container_large .subImg {
        margin-top: 64px;
    }
    .contentsLink .contentsLink_txt {
        font-size: calc((16/1226)*100vw);
    }

    .article_container .article_wrap {
        width: calc((1/4)*(100% - 184px));
    }
    .article_container .article_wrap:nth-child(-n+3) {
        margin-right: auto;
    }
    .article_container .article_wrap:nth-child(even) {
        margin-top: 0;
    }
    .L3_cover .cover_lead {
        letter-spacing: .152em;
    }
    .subImg_container_large .wingImg {
        width: 524px;
        margin-top: 64px;
    }
    .contentsLink_txt .text_small{
        font-size: 12px;
    }
    .article_container .article_lead {
        margin-top: 24px;
        font-size: 15px;
    }


}