@charset "utf-8";
/*--京news.css--*/
/* ##########PC########## */

.news_box .box_header h2{
    margin: 0 0 0.5em 0;
    font-size: 1.4em;
    padding: 0 0.3em 0.3em 0.3em;
    text-align: left;
    display: block;
    border-bottom: 2px solid #2a275e;
    line-height: 1.5;
    font-weight: 600;
}

/*entry_list_box*/
.entry_list_box{}
.entry_list_box > ul {}

.entry_list_box > ul > li {
    border-bottom: 1px dotted #b8b8b8;
    padding: 2px 0;
}

.entry_list_box > ul > li a {
    color: #111;
    line-height: 1.6;
    display: flex;
    justify-content: flex-start;
    padding: 0.9rem 1rem 0.9rem 1rem;
    text-decoration: none;
    transition: .3s all ease;
    position: relative;
}

.entry_list_box > ul > li a .entry_date_cat{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1.5rem;
}

.entry_list_box > ul > li a .entry_date_cat .entry_date{
    color: #222;
    width: 6.625rem;
}

.entry_list_box > ul > li a .entry_date_cat .entry_cat{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
}

.entry_list_box > ul > li a .entry_date_cat .entry_cat .cat_item{
    width: 6rem;
    text-align: center;
    color: #1f4b88;
    font-size: 0.9rem;
    border: 1px solid #1e4195;
    border-radius: 1rem;
}

.entry_list_box > ul > li a .entry_title{
    flex: 1;
    display: block;
    line-height: 1.6;
    transition: .3s all ease;
}

.entry_list_box > ul > li a:hover .entry_title{
    color: #1f4b88;
}


.pagination-container{
    margin-top: 3rem;
}

.pagination-container .pagination{
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}

    .pagination-container .pagination li.disabled{
        display: none;
    }

    .pagination-container .pagination li a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        background: rgba(0,0,0,0.02);
        text-decoration: none;
        color: #111;
        font-size: 0.9em;
        white-space: nowrap;
        transition: .3s all ease;
    }

    .pagination-container .pagination li.number a:hover{
        box-shadow: 0 0 0 1px #2a275e inset;
        background: #fff;
    }

    .pagination-container .pagination li.active a,
    .pagination-container .pagination li.active a:hover{
        background: #2a275e;
        color: #fff;
    }

    .pagination-container .pagination li.next,
    .pagination-container .pagination li.prev{
        margin: 0 1rem;
    }

    .pagination-container .pagination li.next a,
    .pagination-container .pagination li.prev a{
        width: auto;
        background: none;
    }

    .pagination-container .pagination li.next a::after,
    .pagination-container .pagination li.prev a::before{
        color: #2a275e;
        font-family: FontAwesome;
        display: inline-block;
        margin-top: 0.2em;
    }

    .pagination-container .pagination li.next a::after{
        content:"\f0da";
        margin-left: 0.5em;
    }

    .pagination-container .pagination li.prev a::before{
        content:"\f0d9";
        margin-right: 0.5em;
    }

/*詳細*/
.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;
        color: #222;
        border-bottom: 2px solid #2a275e;
        line-height: 1.5;
        font-weight: 600;
    }

    .page_body h2::before{
        display: none;
    }

    .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;
    min-height: 10rem;
    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);
    }

/*アーカイブリスト*/
.archives_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

        /*カテゴリ*/
        .archives_box dl.archive_category{
            display: flex;
            align-items: center;
        }

            .archives_box dl.archive_category dt{
                font-size: 0.9em;
                margin-right: 0.5rem;
            }

            .archives_box dl.archive_category dd{

            }

        .archives_box dl.archive_category dd ul{
            display: flex;
            gap: 0 0.5rem;
        }

            .archives_box dl.archive_category dd ul li{}

                .archives_box dl.archive_category dd ul li a{
                    display: flex;
                    text-decoration: none;
                    color: #222;
                    background: #ededed;
                    padding: 0.4em 1em 0.5em;
                    border: 1px solid rgba(13,103,153,0);
                    transition: .3s all ease;
                }

                .archives_box dl.archive_category dd ul li a:hover{
                    border-color: #2a275e;
                    background: #fff;
                }

                .archives_box dl.archive_category dd ul li.current-cat a{
                    background: #2a275e;
                    color: #fff;
                }

        /*年別*/
        .archives_box dl.archive_year dt{}

            .archives_box dl.archive_year dt button{
                color: #222;
                background: #ededed;
                border: none;
                padding: 0.4em 1em 0.5em;
                font-size: 1em;
                line-height: 1;
                border: 1px solid rgba(13,103,153,0);
                cursor: pointer;
                transition: .3s all ease;
            }

            .archives_box dl.archive_year dt button:hover{
                border: 1px solid rgba(13,103,153,1);
                background: #fff;

            }

            .archives_box dl.archive_year dt button::after{
                font-family: FontAwesome;
                content:"\f107";
                display: inline-block;
                margin-left: 1em;
            }

            .archives_box dl.archive_year dt button.open::after{
                transform: rotate(180deg);
            }

            .archives_box dl.archive_year dt .lbl_sp{
                display: none;
            }

        .archives_box dl.archive_year dd{
            position: relative;
        }

            .archives_box dl.archive_year dd ul{
                box-sizing: border-box;
                position: absolute;
                top: 0.25rem;
                left: calc(50% - 5em);
                margin: 0;
                padding: 0;
                line-height: 1.4;
                font-size: 0.9em;
                width: 10em;
                background: rgba(255, 255, 255, 0.9);
                height: 0;
                overflow: hidden;
                opacity: 0;
                transition: .4s all ease;
                background: #fff;
                padding: 0;
                border: 1px solid #ccc;
                z-index: 10;
            }

            .archives_box dl.archive_year dd ul.active{
                height: auto;
                opacity: 1;
                padding: 0.5em;
            }

                .archives_box dl.archive_year dd ul li{}

                    .archives_box dl.archive_year dd ul li a{
                        color: #111;
                        text-decoration: none;
                        display: block;
                        text-align: center;
                        padding: 0.3em 0;
                        transition: .3s  all ease;
                    }

                    .archives_box dl.archive_year dd ul li a:hover{
                        color: #2a275e;
                    }





@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) {
    .column_wrapper .column_main{
        display: flex;
        flex-direction: column-reverse;
    }

    .page_body{
        width: 100%;
    }

    .archives_box{
        margin-top: 2rem;
        margin-bottom: 0;
        flex-direction: column;
    }

        .archives_box dl.archive_category{
            flex-direction: column;
            align-items: center;
            margin-bottom: 1rem;
        }

            .archives_box dl.archive_category dt{
                margin-right: 0;
                margin-bottom: 0.5rem;
                font-size: 1rem;
                font-weight: 500;
            }

            .archives_box dl.archive_category dd ul li a{
                padding: 0.4em 0.5em 0.5em;
            }

            .archives_box dl.archive_year dt .lbl_sp{
                display: inline;
            }

            .archives_box dl.archive_year{
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .archives_box dl.archive_year dt{
                font-size: 0.9em;
                margin-bottom: 0.375rem;
            }

            .archives_box dl.archive_year dt button{
                display: none;
            }

            .archives_box dl.archive_year dd{
                width: 100%;
            }

            .archives_box dl.archive_year dd ul{
                position: relative;
                top: auto;
                left: 0;
                width: auto;
                height: auto;
                opacity: 1;
                border: none;
                padding: 0;
                display: flex;
                justify-content: center;
                gap: 0.5rem;
                flex-wrap: wrap;
            }

            .archives_box dl.archive_year dd ul li{
                width: calc((100% - 4.5rem) / 5);
            }

    .entry_list_box > ul > li a{
        padding: 2.2vw 7.5vw 2.2vw 2vw;
        display: block;
    }

    .entry_list_box > ul > li a::after{
        content: "";
        width: 5vw;
        height: 5vw;
        background: url(../shared/icon_arrow_bl.png) no-repeat;
        background-size: 2.5vw 2.5vw;
        background-position: center;
        top: calc(50% - 2.5vw);
        right: 2.8vw;
    }

    .entry_list_box > ul > li a:hover::after{
        right: 2vw;
    }


}


/* ##########印刷用########## */
@media print{

}