@charset "utf-8";
/*--京cooperation.css--*/
/* ##########PC########## */
/*研究プロジェクトトップ*/
.contents.cooperation.research-project-report .child_page_list{
    margin-top: 3em;
 }

.contents.cooperation.research-project-report .child_page_list > ul{
    margin: 0;
    flex-direction: column;
    gap: 5em;
}

    .contents.cooperation.research-project-report .child_page_list > ul > li{
        width: auto;
        padding: 0;
    }

    .contents.cooperation.research-project-report .child_page_list > ul > li > a{
        box-sizing: border-box;
        display: block;
        color: #212121;
        font-size: 1.75em;
        font-weight: 700;
        margin-bottom: 1em;
        margin: 0 0 1em 0;
        line-height: 1.4;
        height: auto;
        padding: 1em 0 0;
        background: none;
        border-bottom: none;
        text-decoration: none;
        position: relative;
        pointer-events: none;
    }

    .contents.cooperation.research-project-report .child_page_list > ul > li > a::before{
        content: "";
        display: block;
        width: calc(100% + 5rem);
        border-top: 2px solid rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: -2.5rem;
        z-index: 0;
    }

    .contents.cooperation.research-project-report .child_page_list > ul > li > a::after{
        content: "";
        display: block;
        width: calc((100% + 5rem) / 2);
        border-top: 2px solid #0f218b;
        position: absolute;
        top: 0;
        left: -2.5rem;
        right: auto;
        background: none;
        z-index: 1;
        aspect-ratio: initial;
    }

    .contents.cooperation.research-project-report .child_page_list > ul > li ul li{
        margin-bottom: 1em;
    }

    .entry_list_box > .box_footer{
        display: flex;
        justify-content: center;
    }

        .entry_list_box > .box_footer a{
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 2.5rem;
            color: #0f208a;
            border: 1px solid #0f208a;
            padding: 0 1em;
            border-radius: 100vh;
            background: #fff;
            text-decoration: none;
            padding-top: 0.25em;
            transition: .3s all ease;
        }

        .entry_list_box > .box_footer a:hover{
            background: #0f208a;
            color: #fff;
        }

.scrso_imgs{
    gap: 1em 2em;
    align-items: flex-start !important;
    margin: 1.5em 1em 0;
}

    .scrso_imgs figure{
        width: calc((100% - 2em) / 2);
    }


            

@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .contents.cooperation.research-project-report .child_page_list{
        margin-top: 0;
    }

    .contents.cooperation.research-project-report .child_page_list > ul{
        gap: 3em;
    }

    .contents.cooperation.research-project-report .child_page_list > ul > li > a{
        font-size: 1.3em;
        margin: 0 0 0.5em 0;
    }

    .contents.cooperation.research-project-report .child_page_list > ul > li > a::before{
        width: 100%;
        left: 0;
    }

    .contents.cooperation.research-project-report .child_page_list > ul > li > a::after{
        width: 50%;
        left: 0;
    }

    .scrso_imgs{
        gap: 1em;
        margin: 1em 0 0;
    }

        .scrso_imgs figure{
            width: calc((100% - 1em) / 2);
        }


}


/* ##########印刷用########## */
@media print{

}