@charset "utf-8";
/*--京news.css--*/
/* ##########PC########## */
/*
.topicpath_content_title:before{
    display: none;
}
.topicpath_content_title:after{
    display: none;
}
*/

/*entry_list_box*/
.entry_list_box{}

    .entry_list_box > ul{}

        .entry_list_box > ul > li{
            font-size: 1rem;
            line-height: 1.5;
            transition: .5s all ease;
            margin-bottom: 2rem;
            padding-left: 0;
            border: 1px solid #eee;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        }

         .entry_list_box > ul > li:hover{
            box-shadow: none;
         }

        .entry_list_box ul li:before{
            display: none;
        }

        .entry_list_box ul li:last-child{}

            .entry_list_box ul li a{
                display: flex;
                align-items: flex-start;
                text-decoration: none;
                color: #111;
                transition: .5s all ease;
                padding: 0;
                line-height: 1.6;
                background: #fff5cc;
            }

            .entry_list_box ul li a:hover{
                opacity: 0.9;
                color: #111;
            }

            .entry_list_box ul li a .entry_img{
                display: flex;
                align-items: center;
                width: 21.875rem;
                height: 15.75rem;
                overflow: hidden;
                background: #fff;
            }

            .entry_list_box ul li a .entry_detail{
                flex: 1;
                padding: 1.5rem 2rem;
            }

                .entry_list_box ul li .entry_title {
                    display: block;
                    font-size: 1.4rem;
                    font-weight: bold;
                    margin-bottom: 1rem;
                }

                .entry_list_box ul li .entry_text{}


/*詳細*/
.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;
    }

    .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;
    overflow: hidden;
    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;
    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);
    }

.pagination{
    margin-top: 3rem;
}

.pagination h2{
    display: none;
}

.nav-links{
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}

    .pagination-container .pagination li.disabled{
        display: none;
    }

    .nav-links .page-numbers{
        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;
    }

    .nav-links .page-numbers.dots{
        background: none !important;
        box-shadow: none !important;
        cursor: default;
    }

    .nav-links .page-numbers:hover{
        box-shadow: 0 0 0 1px #463c9b inset;
        background: #fff;
        color: #222;
    }

    .nav-links .page-numbers.current,
    .nav-links .page-numbers.current:hover{
        background: #463c9b;
        color: #fff;
    }

    .nav-links .page-numbers.next,
    .nav-links .page-numbers.prev{
        margin: 0 1rem;

    }

    .nav-links .page-numbers.next,
    .nav-links .page-numbers.prev{
        width: auto;
        background: none;
        padding: 0 0.5rem;
    }
    
/*アーカイブリスト*/
.archives_box{
    display: flex;
    justify-content: flex-start;
    margin: 0 1.2rem 2rem 1.2rem;
    position: relative;
    z-index: 2;
}

        /*カテゴリ*/
        .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;
            margin: 0;
        }

            .archives_box dl.archive_category dd ul li{
                margin: 0;
                padding-left: 0;
                line-height: 1;
            }

            .archives_box dl.archive_category dd ul li:before{
                display: none;
            }

                .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: #463c9b;
                    background: #fff;
                }

                .archives_box dl.archive_category dd ul li.current-cat a{
                    background: #463c9b;
                    color: #fff;
                }

        /*年別*/
        .archives_box dl.archive_year{
            margin: 0 1rem 0 auto;
        }
        .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;
            }

            .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: #0d6799;
                    }

@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) {
    .entry_list_box ul li a{
        flex-wrap: wrap;
    }

    .entry_list_box ul li .entry_title{
        padding-left: 0;
        width: 100%;
    }

        .archives_box{
        margin: 0 0 2rem 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.375rem;
            }

            .archives_box dl.archive_year dt .lbl_sp{
                display: inline;
            }

            .archives_box dl.archive_year{
                display: flex;
                flex-direction: column;
                align-items: center;
                margin: 0 0 3rem 0;
            }

            .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);
            }

            .archives_box dl.archive_category dd ul{
                flex-wrap: wrap;
                gap: 0.5rem;
            }

            .entry_list_box ul li a{
                flex-wrap: wrap;
            }

            .entry_list_box ul li .entry_title{
                width: 100%;
                padding-left: 0;
            }

}


/* ##########印刷用########## */
@media print{

}