@charset "utf-8";

@media print, screen and (min-width : 769px){
    .switch_sp{
        display: none;
    }

    #exhibition_list_cont a {
        text-decoration: none;
        color: #0064a1;
        transition: opacity .1s ease;
    }

    #exhibition_list_cont a:hover {
        opacity: .7;
    }

    #exhibition_lead{
        text-align: center;
        padding: 100px 20px 70px;
    }

    #exhibition_lead h1{
        font-size: 2.375rem;
        line-height: 1.25em;
        margin-bottom: 1em;
    }
    #exhibition_lead p{
        font-size: 1.125rem;
        line-height: 1.25em;
    }

    #exhibition_lead p:last-child{
        font-size: 1em;
        /*color: #e40012;*/
        margin-top: 2em;
    }

    #exhibition_list_cont{
        max-width: 980px;
        margin: auto;
        padding: 0 20px;
    }

    #exhibition_list_cont .area { margin: 2rem 0; }

    #exhibition_list_cont .area h4 { font-weight: 700; margin-bottom: 1rem; }

    #exhibition_list_cont .area table { table-layout: fixed; width: 100%; border-collapse: collapse; }

    #exhibition_list_cont .area table th, #exhibition_list_cont .area table td { padding: 0.5rem 0.5rem; vertical-align: middle; text-align: center;line-height: 1.5; }

    #exhibition_list_cont .area table .th01 { width: 7rem; }

    #exhibition_list_cont .area table .th02 { width: calc(100% - 7rem); }

    #exhibition_list_cont .area table thead { background-color: #006EBC; color: #fff; }

    #exhibition_list_cont .area table thead tr th { color: #fff; }

    #exhibition_list_cont .area table tbody td { border-bottom: solid 1px #ccc; text-align: left;}

    #exhibition_list_cont .area table tbody td.center { text-align: center;}

    /*
    note
    */
    .note{
        max-width: 980px;
        margin: 6em auto 0;
        padding: 0 20px;
    }

    .note_box {
        margin-bottom: 2em;
    }

    .note_box:last-child{
        margin-bottom: 0;
    }

    .note_box h3{
        font-size: 1rem;
        margin-bottom: 0.5em;
    }

    .note_box ul{
        list-style-type: none;
        margin: 0;
        padding: 0 ;
    }

    .note_box ul li{
        font-size: 0.875rem;
        text-indent: -1em;
        margin-bottom: 0.25em;
        padding-left: 1em;
    }

    .note_box ul li:last-child{
        margin-bottom: 0;
    }


    /*
    #btn-back
    */

    #btn-back{
        padding: 0 0 100px;
    }

    /*
    .exhibition_link_list
    */

    .exhibition_link_list{
        max-width: 980px;
        margin: auto;
        padding: 0 20px;
    }

    .link_list_btn{
        display: none;
    }
    
    .link_list_box ul{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
    }

    .link_list_box ul li{
        width: calc(940px / 9 - 9px);
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
    }

    .link_list_box ul li a{
        color: inherit;
        text-decoration: none;
        padding-right: 1em;
        position: relative;
    }

    .link_list_box ul li a:hover{
        opacity: 0.7;
    }

    .link_list_box ul li a::before{
        content: "";
        height: calc(0.75em / 2 * tan(60deg));
        width: 0.75em;
        display: block;
        background-color: #006EBC;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    @keyframes acc_ani{
        0%{
          height: 0;
        }
        100%{
          height: auto;
        }
      }


}
