/* 資料リスト */
.download_list{
    width:100%;
}

.download_list .company_name {
    width:40%;
    font-size: .9rem;
}

.download_list .catalog {
    width:60%;
    font-size: .9rem;
}

.download_list th{
    font-weight: bold;
    color:white;
}

.download_list td{
    vertical-align: middle;
    padding:10px;
}

.download_list li{
    font-size: .9rem;
    line-height: 1.7;
}

.download_list a{
    display: inline;
    width:100%;
    padding:1px 0;
    /* ↓↓↓ 会期中 リンク設定 ↓↓↓ */
     color: #003a96; 
     text-decoration: underline; 
    /* ↓↓↓ 会期終了のため リンク押せない設定 ↓↓↓ */
/*    pointer-events: none;
    color: #000;
    text-decoration: none;*/
}

.download_list a:hover{
    text-decoration: none;
}

.download_list td{
    vertical-align: middle;
    padding:10px;
}

.exhibition_download .c-sub-section-title.category_audio{
    background-color: transparent;
    color: rgb(30 154 147);
    border-bottom: 2px solid rgb(30 154 147);
}

.exhibition_download .c-sub-section-title.category_expression{
    background-color: transparent;
    color: rgba(107, 74, 149, 1);
    border-bottom: 2px solid  rgba(107, 74, 149, 1);
}

.exhibition_download .c-sub-section-title.category_creation{
    background-color: transparent;
    color: rgba(29, 122, 185, 1);
    border-bottom: 2px solid rgba(29, 122, 185, 1);

}

.exhibition_download .c-sub-section-title.category_ict{
    background-color: transparent;
    color:  rgba(225, 118, 0, 1);
    border-bottom: 2px solid rgba(225, 118, 0, 1);
}

#S1 .download_list thead {
    background-color: rgba(30 154 147);
}

#S2 .download_list thead {
    background-color: rgba(107, 74, 149, 1);

}

#S3 .download_list thead {
    background-color: rgba(29, 122, 185, 1);
}

#S4 .download_list thead {
    background-color: rgba(225, 118, 0, 1);
}

.download_list tbody tr{
    background-color: #FFF;
}

.download_list tbody tr:nth-child(even) {
    background-color: #F2F2F2;
}

.download_list .mobile-header {
    display: none;
}

@media (max-width: 850px) {
    /* 余白の個別調整 */
    .l-container,
    .l-1column-contents {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    /* 資料リスト */
    .download_list tr,
    .download_list th,
    .download_list td {
        display: block;
    }
    .download_list td.company_name {
        padding-bottom: 0;
    }
    .download_list .desktop-header {
        display: none;
    }
    .download_list .mobile-header {
        display: block;
    }
    .download_list .company_name {
        width: 100%;
    }
    /* スマホ時は非表示 */
    .exhibition_download .c-media_box .media_img-wrap {
        display: none;
    }

    /* 余白の個別調整 */
    .exhibition_download .c-section-space {
        margin-bottom: 0;
    }
    .exhibition_download .c-sub-section-title {
        font-size: 1.2rem;
    }
    .exhibition_download .c-contents-links {
        margin-bottom: 20px;
    }
    .exhibition_download .c-contents-links__item--4col {
        width: calc(50% - 5px);
    }
    .exhibition_download .c-contents-links__item--4col:nth-child(4n + 1),
    .exhibition_download .c-contents-links__item--4col:nth-child(4n + 2) {
        margin-bottom: 10px;
    }
}


