@charset "utf-8";

/*資料ダウンロード---------- */

.page_download .download_list dt {
    float: left;
    width: 25%;
    margin-right: 3rem;
    height: auto;
}
.page_download .download_list dt.col_l{
    float: none;
    width: 48%;
    /* margin-right: initial; */
    position: relative;
    padding-top: 28.125%;
}

.download_list.flex {
    justify-content: space-between;
}

.download_list li {
    width: 48%;
    margin-right: 2%;
    box-sizing: border-box;
    border-right: dotted 1px #ccc;
    margin-bottom: 30px;
}

/* 2026年協賛メニュー概要 横長の画像 */
.download_list li:nth-last-child(2) dt {
    width: 40%;
}

/*.download_list li:nth-child(2n)*/
.download_list li:nth-child(2n+1) {
    margin-right: 0;
    border-right: 0;
}

.download_list li:nth-last-child(2),
.download_list li:last-child {
    margin-bottom: 0;
}

.download_list .color_btn {
    /* width: 50%; */
    min-width: 220px;
}

.download_list .sec_tit {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.9rem;
}
.download_list p.youtube{
    margin-bottom: 20px;
    margin-top: 20px;
}

.download_list dd {
    margin-bottom: 10px;
    margin-top: 20px;
}
.download_list .movie_li{
    width: 100%;
    margin-bottom: 35px;
}
.download_list .col2{
    display: flex;
    flex-wrap: wrap;
}
.download_list .movie_li .col2_l,
.download_list .movie_li .col2_r {
    width: 48%;
}

.download_list .movie_li iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* ダイジェスト動画 */
/* .download_list .col2 video{
        width: auto;
        position: relative;
        overflow: hidden;
        max-width: 100%;
        top: 0;
        position: absolute;
} */

@media screen and ( max-width: 1000px) {}

@media screen and ( max-width: 900px) {}

@media screen and ( max-width: 960px) {
    .download_list .flex {
        display: block;
    }
    .download_list li {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
        border-right: none;
        margin-right: 0;
    }
    .download_list li:nth-last-child(2){
        margin-bottom: 30px;
    }
    .download_list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        /* padding-top: 30px; */
    }
    .download_list .color_btn {
        min-width: 220px;
    }
    .download_list dd {
        margin-top: 0;
    }
    .download_list p.youtube{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    /* 2026年協賛メニュー概要 横長の画像 */
    .download_list li:nth-last-child(2) dt {
        width: 33%;
    }
}

@media screen and ( max-width: 600px) {
    .page_download .download_list dt {
        width: 40%;
    }
    /* 2026年協賛メニュー概要 横長の画像 */
    .download_list li:nth-last-child(2) dt {
        width: 40%;
    }
    .page_download .download_list dt.col_l{
        width: 40%;
        padding-top: 19.6875%;
    }
    .download_list .sec_tit {
        font-size: 1.4rem;
    }
    .download_list dd {
        font-size: 1.2rem;
    }
    .download_list .color_btn {
        /* width: 50%; */
        min-width: 180px;
    }
}

@media screen and ( max-width: 480px) {
    .download_list .color_btn {
        width: 50%;
        min-width: 150px;
    }
    .download_list .movie_li .col2_l,
    .download_list .movie_li .col2_r {
        width: 100%;
    }
    .page_download .download_list dt.col_l{
        width:100%;
        padding-top: 56.25%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page_download .download_list dt {
        margin-right: 2rem;
    }
}