@charset "utf-8";
/*--京news_common.css--*/
/* ##########PC########## */
/*
.content_title .lbl_ja{
    font-size: 3rem;
}
*/

/*一覧*/
/*entry_list_box*/
.entry_list_box{}

.entry_list_box ul,
.page_body .entry_list_box ul{
    margin: 0;
}

    .entry_list_box ul li,
    .page_body .entry_list_box ul li{
        border-bottom: 1px solid rgba(0,0,0,0.15);
        line-height: 1.4;
        padding: 0.05em 0;
        margin: 0;
    }

        .entry_list_box ul li::before,
        .page_body .entry_list_box ul li::before{
            content: none;
        }

        .entry_list_box ul li a{
            display: flex;
            flex-direction: column;
            color: #222;
            text-decoration: none;
            padding: 0.9em 1em;
            transition: .3s all ease;
        }

        .page_body .entry_list_box ul li a[target="_blank"]::after{
            content: none;
        }

        .entry_list_box ul li a:hover{
            /*background: #ebf8fe;*/
            color: #222;
        }

            .entry_date_category{
                display: flex;
                align-items: center;
                margin-bottom: 0.3em;
            }

            .entry_list_box ul li a .entry_date{
                width: 6.5em;
                color: #0f228b;
            }


            .entry_list_box ul li a .entry_title{
                transition: .3s all ease;
            }

            .entry_list_box ul li a:hover .entry_title{
                color: #0f228b;
            }

    .entry_list_box > .box_inner{
        margin-bottom: 3em;
    }
/*
            .entry_list_box ul li a[target="_blank"] .entry_title::after{
                content: "";
                display: inline-block;
                width: 0.75rem;
                height: 0.75rem;
                background-image: url(../shared/icon/icon_target_blank.png);
                background-position: center;
                background-size: contain;
                margin-left: 0.3em;
            }
*/

/*カテゴリ表示*/
.entry_category{
    display: inline-flex;
    gap: 0.2em;
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 0.3em;
}

    .entry_category .post_cat{
        background: #ccc;
        padding: 0.3em 0.5em 0;
        color: #fff;
    }

    .entry_category .post_cat.students{
        background: #0f228b;
    }

    .entry_category .post_cat.school_staff{
        background: #d7147d;
    }

.entry_date_category .entry_category{
    margin-top: 0;
}

.entry_date_category .entry_category span[class^="lbl"]{
    background: #eaeaea;
    line-height: 1;
    padding: 0.2em 0.3em 0.1em;
    color: #0f228b;
}


/*詳細*/
.page_title.news h2{
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    padding-top: 1em;
    margin-bottom: 1em;
}

    .page_title.news h2::before{
        content: "";
        display: block;
        width: 100%;
        border-top: 2px solid rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .page_title.news h2::after{
        content: "";
        display: block;
        width: 50%;
        border-top: 2px solid #0f218b;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    

.entry_detail_box{}

    .entry_detail_box > .box_header{
        margin-bottom: 2em;
    }

        .entry_detail_box > .box_header h2{
            margin: 0 0 0.3em 0;
            font-size: 1.4em;
        }

        .entry_detail_box > .box_header .entry_meta{
            display: flex;
            justify-content: flex-end;
            font-size: 0.9em;
            padding-right: 0.5em;
        }

            .entry_detail_box > .box_header .entry_category{
                margin-right: 1em;
            }

                .entry_detail_box > .box_header .entry_category ul{
                    display: flex;
                    margin: 0;
                }

                .entry_detail_box > .box_header .entry_category ul li{
                    margin: 0 0.5em 0 0;
                    padding-left: 0;
                }

                .entry_detail_box > .box_header .entry_category ul li:last-child{
                    margin-right: 0;
                }

                    .entry_detail_box > .box_header .entry_category ul li::before{
                        content: none;
                    }


            .entry_detail_box > .box_header .entry_date{}

    .entry_detail_box > .box_inner{
        margin-bottom: 5em;
    }

    .entry_detail_box > .box_inner p{
        margin-right: 0;
        margin-left: 0;
    }

    .entry_detail_box > .box_inner ul,
    .entry_detail_box > .box_inner ol{
        margin-right: 1em;
        margin-left: 1em;
    }

    .entry_detail_box > .box_inner table td ul,
    .entry_detail_box > .box_inner table td ol{
        margin: 0 1em;
    }

    .entry_detail_box > .box_inner .movie_single{
        box-sizing: border-box;
        margin-top: 2em;
        width: 100%;
        padding: 0 1em;
    }

        .entry_detail_box > .box_inner .movie_single video{
            width: 100%;
            height: auto;
        }

    .entry_detail_box > .box_footer{
        display: flex;
        justify-content: center;
        clear: both;
    }

        .entry_detail_box > .box_footer a{
            display: block;
            color: #222;
            text-decoration: none;
            border-bottom: 1px solid #222;
            font-size: 0.9em;
            font-weight: 500;
            padding: 0.1em 0.8em 0;
            transition: .3s all ease;
        }

        .entry_detail_box > .box_footer a:hover{
            background: rgba(25, 91, 175,0.1);
        }

/*-----受賞等-----*/
.entry_list_box.for_award_index > .box_inner{
    margin-bottom: 1.5em;
}

.entry_list_box.for_award_index > .box_footer{
    display: flex;
    justify-content: flex-end;
    padding-right: 0.5em;
}

    .entry_list_box.for_award_index > .box_footer .more a{
        display: flex;
        align-items: center;
        gap: 0.3em;
        text-decoration: none;
        color: #000;
        line-height: 1;
    }

        .entry_list_box.for_award_index > .box_footer .more a::after{
            content: "";
            width: 1rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/icon/icon_arrow_blue.png);
            background-repeat: no-repeat;
            background-size: contain;
            transition: .3s all ease;
        }

    .entry_list_box.for_award_index > .box_footer .more a:hover{
        color: #0f228b;
    }

        .entry_list_box.for_award_index > .box_footer .more a:hover::after{
            transform: translateX(0.25em);
        }


/*受賞等のサムネ付き*/
.entry_card_list_box{}

    .entry_card_list_box > ul{
        margin: 0;
        padding: 0;
        display: flex;
        gap: 1em;
    }

    .entry_card_list_box > ul > li{
        margin: 0;
        padding: 0;
        width: calc((100% - 3em) / 4);
    }

    .entry_card_list_box > ul > li::before{
        content: none;
    }

    .entry_card_list_box > ul > li a{
        box-sizing: border-box;
        color: #000;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        padding: 0.75em;
        height: 100%;
        border-radius: 0.5rem 0.5rem 0 0;
        transition: .3s all ease;
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    }

    .entry_card_list_box > ul > li a:hover{
        box-shadow: 0 0 8px 1px rgba(15,34,139,0.2);
    }

    .entry_card_list_box > ul > li a .entry_fig{
        width: 100%;
        aspect-ratio: 4 / 3;
        margin-bottom: 0.5em;
        border-radius: 0.5rem 0.5rem 0 0;
        overflow: hidden;
    }

        .entry_card_list_box > ul > li a .entry_fig img{
            width: 100%;
            aspect-ratio: 4 / 3;
            object-fit: cover;
            object-position: center top;
            transition: .3s all ease;
        }

        .entry_card_list_box > ul > li a:hover .entry_fig img{
            transform: scale(1.05);
        }

    .entry_card_list_box > ul > li a .entry_text{
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .entry_card_list_box > ul > li a .entry_category{
            margin-bottom: 0.4em;
        }

        .entry_card_list_box > ul > li a .entry_title{}

        .entry_card_list_box > ul > li a .entry_date{
            font-size: 0.9em;
            margin-top: 1em;
            flex: 1;
            display: flex;
            align-items: flex-end;
        }

/*お知らせでは見出しレベルの体裁調整*/
.page_body .entry_detail_box h3{
    font-size: 1.3em;
    padding: 0 0 0.3em 0;
}

    .page_body .entry_detail_box h3::before{
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0;
    }

    .page_body .entry_detail_box h3::after{
        content: none;
    }

    .page_body .entry_detail_box h4{
        font-size: 1.2em;
        padding-left: 2.25rem;
    }

        .page_body .entry_detail_box h4::before{
            width: 1.5rem;
        }




@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) {
    /*
    .content_title .lbl_ja{
        font-size: 2rem;
    }
    */

    .entry_list_box ul li{
        font-size: 0.94em;
    }

    .entry_list_box ul li a{
        flex-direction: column;
        padding: 0.7em;
    }

    .entry_list_box ul li a .entry_date{
        font-size: 0.9em;
        margin-bottom: 0.1em;
    }

    .entry_list_box ul li a .entry_title{
        padding-left: 0;
        flex: initial;
    }


    .entry_detail_box > .box_footer {
        margin-bottom: 2rem;
    }

    .page_title.news h2{
        font-size: 1.3em;
    }

        .page_title.news h2::before{
            width: 100%;
            left: 0;
        }

        .page_title.news h2::after{
            width: 50%;
            left: 0;
        }

    /*受賞等のサムネ付き*/
    .entry_card_list_box > ul{
        flex-direction: column;
    }

        .entry_card_list_box > ul > li{
            width: 100%;
        }

        .entry_card_list_box > ul > li a{
            flex-direction: row;
            padding: 0.75em;
            height: auto;
        }

        .entry_card_list_box > ul > li a .entry_fig{
            width: 30%;
            margin-bottom: 0;
        }

        .entry_card_list_box > ul > li a .entry_text{
            margin-left: 1em;
        }


            .entry_card_list_box > ul > li a .entry_date{
                margin-top: 0.2em;
                justify-content: flex-end;
            }

    /*お知らせでは見出しレベルの体裁調整*/
    .page_body .entry_detail_box h3{
        font-size: 1.3em;
    }

        .page_body .entry_detail_box h4{
            font-size: 1.15em;
        }


}


/* ##########印刷用########## */
@media print{

}