@charset "utf-8";
/*--京news.css--*/
/* ##########PC########## */

/*アーカイブリスト*/
.archives_box{
    padding-top: 1rem;
}

    .archives_box dl {
        margin-bottom: 2rem;
    }

        .archives_box dl dt {
            font-weight: 600;
            margin-bottom: 1em;
            position: relative;
            padding-bottom: 0.5em;
            border-bottom: 1px solid #888;
        }

        .archives_box dl dd{}

            .archives_box dl dd ul {
                font-size: 0.9rem;
                line-height: 1.3;
            }

                .archives_box dl dd ul li {

                }

                    .archives_box dl dd ul li a {
                        display: block;
                        padding: 0.6em 0.7em 0.5em 1.4em;
                        color: #222;
                        text-decoration: none;
                        position: relative;
                        transition: .3s all ease;
                    }

                    .archives_box dl dd ul li a:hover{
                        /*background: rgba(1,78,170,0.1);*/
                        background: #fff2ce;
                    }

                        .archives_box dl dd ul li a:before {
                            font-family: FontAwesome;
                            content:"\f105";
                            color: #555;
                            position: absolute;
                            top: 0.5em;
                            left: 0.5em;
                        }

/*見出し*/
.content_inner .news_box h2{
    margin-top: 0;
}

/*entry_list_box*/
.entry_list_box {
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.entry_list_box ul{
    display: block;
}

.entry_list_box ul li{
    padding: 0.2rem 0;
    border-bottom: 1px solid #eee;
}

.news_item {
    display: flex;
    align-items: flex-start;
    padding: 1.05rem 1rem;
    color: #222;
    transition: .3s all ease;
}

a.news_item:hover{
    background: #fff2ce;
    border-radius: 0.3rem;
}

.news_date {
    width: 8.75rem;
    font-size: 0.875rem;
    color: #333;
    flex-shrink: 0;
}

.news_category {
    width: 7.5rem;
    font-size: 0.75rem;
    padding: 0.125rem;
    text-align: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
    font-weight: 500;
}

.cat_important {
    background-color: #804000;
    color: #fff;
}

.cat_event {
    background-color: #FECCBD;
    color: #333;
}

.cat_news {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.cat_faculty {
    background-color: #BFE4FF;
    color: #333;
}

.cat_admissions {
    background-color: #d6ffce;
    color: #333;
}

.news_title {
    flex-grow: 1;
    font-size: 0.9375rem;
}

.news_title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.news_title a:hover {
    text-decoration: underline;
}

.news_label_new {
    display: inline-block;
    background-color: #fb5a14;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
    text-align: center;
}

/*詳細*/
.entry_detail_box{}

.entry_detail_box > .box_header{
    margin-bottom: 1.5rem;
}

    .entry_detail_box > .box_header h2{
        margin: 0 0 0.3em 0;
        font-size: 1.4em;
        padding: 0 0.3em 0.3em 0.3em;
        text-align: left;
        display: block;
        border-bottom: 2px solid #463c9b;
        line-height: 1.5;
        font-weight: 500;
        color: #333;
        background: unset;
        border-radius: 0;
    }

    .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_categories{
            margin-right: 1em;
        }

            .entry_detail_box > .box_header .entry_categories ul{
                display: flex;
            }

            .entry_detail_box > .box_header .entry_categories ul li{
                margin-right: 0.5em;
            }

            .entry_detail_box > .box_header .entry_categories ul li:last-child{
                margin-right: 0;
            }

        .entry_detail_box > .box_header .entry_date{}

.entry_detail_box > .box_inner{
    margin-bottom: 5em;
    padding: 0 1em;
}

.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;
}

    .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);
    }

@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:479px) {
    .news_item{
        flex-wrap: wrap;
    }

    .entry_list_box{
        padding: 0;
    }

    .news_title{
        width: 100%;
        margin-top: 0.3rem;
    }


}


/* ##########印刷用########## */
@media print{

}