@charset "utf-8";
/*--京news.css--*/
/* ##########PC########## */
.content_body{
    width: 71.875rem;
    line-height: 1.8;
}

.entry_list{}

.entry_list > ul{
    line-height: 1.6;
    font-size: 0.94rem;
}

    .entry_list > ul > li{
        border-bottom: 1px solid #ccc;
    }

    .entry_list > ul > li a{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0.8em;
        gap: 1.2rem;
        color: #222;
        text-decoration: none;
    }

    .entry_list > ul > li .entry_date{
        color: #555;
        white-space: nowrap;
    }

    .entry_list > ul > li .entry_cat{
        width: 6rem;
        color: #fff;
        font-size: 0.9rem;
        padding: 0.1rem 0;
        border-radius: 1rem;
        background: #e24707;
        text-align: center;
    }

    .entry_list > ul > li .entry_cat.cat_news{
        background: #e24707;
    }
    .entry_list > ul > li .entry_cat.cat_activity{
        background: #027d6e;
    }
    .entry_list > ul > li .entry_cat.cat_report{
        background: #6a44ab;
    }

    .entry_list > ul > li .entry_title{
        flex: 1;
    }

        .entry_list > ul > li a .entry_title{
            color: #222;
            text-decoration: none;
            transition: .3s all ease;
        }

        .entry_list > ul > li a:hover .entry_title{
            color: #5c74cc;
            text-decoration: underline;
        }

.pagination-container{
    margin-top: 2rem;
}

    .pagination{
        display: flex;
        justify-content: center;
        gap: 0.25em;
        font-size: 0.9em;
        line-height: 1;
    }

        .pagination li{
            width: 2rem;
            height: 2rem;
        }

            .pagination li a{
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                color: #111;
                text-decoration: none;
                background: #fafafa;
                border: 1px solid #fafafa;
                transition: .3s all ease;
            }

            .pagination li a:hover{
                border-color: #555;
            }

            .pagination li.active a{
                font-weight: 500;
                border-color: #555;
                background: #555;
                color: #fff;
            }

            .pagination li.prev,
            .pagination li.next{
                width: auto;
            }

            .pagination li.prev{
                margin-right: 1em;
            }

            .pagination li.next{
                margin-left: 1em;
            }

            .pagination li.disabled a{
                opacity: 0.5;
                pointer-events: none;
            }

            .pagination li.prev a,
            .pagination li.next a{
                background: none;
                border: none;
                border-bottom: 1px solid rgba(255,255,255,0);
            }

            .pagination li.prev a:hover,
            .pagination li.next a:hover{
                border-bottom-color: #555;
            }

            .pagination li.prev a::before,
            .pagination li.next a::after{
                font-family: FontAwesome;
                color: #555;
                margin: 0 0.5em;
            }

            .pagination li.prev a::before{
                content:"\f0d9";
                }

            .pagination li.next a::after{
                content:"\f0da";
            }

.archive_list_box{
    line-height: 1.4;
}

    .archive_list_box dl{
        margin-bottom: 1.5em;
    }

        .archive_list_box dl dt{
            font-weight: 500;
            border-bottom: 1px dotted #ccc;
            padding: 0 0 0.25em 0;
            margin-bottom: 0.5em;
        }

        .archive_list_box dl dd{
            font-size: 0.92em;
        }

            .archive_list_box dl dd ul{}

                .archive_list_box dl dd ul li{
                    margin-bottom: 0.5em;
                    position: relative;
                    padding-left: 0.8em;
                }

                .archive_list_box dl dd ul li:last-child{
                    margin-bottom: 0;
                }

                .archive_list_box dl dd ul li::before{
                    font-family: FontAwesome;
                    content:"\f105";
                    display: inline-block;
                    color: #888;
                    position: absolute;
                    top: 0.5em;
                    left: 0;
                    font-size: 0.6em;
                }

            .archive_list_box dl dd a{
                color: #323a46;
                text-decoration: none;
            }

            .archive_list_box dl dd a:hover{
                text-decoration: underline;
            }

/*記事詳細*/
.entry_detail_box{}

    .entry_detail_box > .box_header{
        margin-bottom: 0.8rem;
    }

        .entry_detail_box > .box_header h3{
            margin: 1.5em 0 0.3em 0;
        }

        .entry_detail_box > .box_header .entry_meta{
            display: flex;
            justify-content: flex-end;
            font-size: 0.9em;
            padding: 0.2em 1em 0;
        }

            .entry_detail_box > .box_header .entry_meta .entry_cat{
                margin-right: 1em;
            }

    .entry_detail_box > .box_inner{
        margin: 0 1rem 2rem 1rem;
    }

    .entry_detail_box > .box_footer{
        display: flex;
        justify-content: center;
    }

        .entry_detail_box > .box_footer .back_list{
            font-size: 0.9em;
        }

            .entry_detail_box > .box_footer .back_list a{
                color: #333;
                text-decoration: none;
                position: relative;
                display: inline-block;
                padding: 0.3em 1em;
                transition: .4s all ease;
            }

            .entry_detail_box > .box_footer .back_list a:hover{
                background: #0b3178;
                color: #fff;
            }

                .entry_detail_box > .box_footer .back_list a::after{
                    content: "";
                    display: block;
                    width: 100%;
                    border-bottom: 1px solid #0b3178;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    transition: .4s all ease;
                }

                .entry_detail_box > .box_footer .back_list a:hover::after{
                    border-bottom-color: #0b3178;
                }

/*架け橋*/
.kakehashi_chirashi_wrap{
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.kakehashi_chirashi_wrap .kakehashi_text{
    flex: 1;
}

.kakehashi_chirashi_wrap .kakehashi_text p.mb_none{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.kakehashi_chirashi_wrap .kakehashi_text .center_name{
    font-size: 1.1rem;
    font-weight: 500;
}

.kakehashi_chirashi_wrap .chirashi_box{}

.kakehashi_chirashi_wrap .chirashi_box .chirashi_img{
    margin-bottom: 0.5rem;
}

.kakehashi_chirashi_wrap .chirashi_box .chirashi_img a{
    display: block;
    width: 12.5rem;
    padding: 3px;
    border: 1px solid #ccc;
    margin: 0 auto;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    transition: .3s all ease;
}

.kakehashi_chirashi_wrap .chirashi_box .chirashi_img a:hover{
    border: 1px solid #0d3072;
}

.kakehashi_chirashi_wrap .chirashi_box .chirashi_caption{
    text-align: center;
    white-space: nowrap;
    padding-left: 0.3rem;
}

.kakehashi_chirashi_wrap .chirashi_box .chirashi_caption a{
    color: #222;
    text-decoration: none;
    font-size: 0.9rem;
}

.kakehashi_chirashi_wrap .chirashi_box .chirashi_caption a:hover{
    color: #222;
    text-decoration: underline;
}

.chirashi_contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chirashi_contact p{
    margin-bottom: 0.5rem;
}

.chirashi_contact .chirashi_contact_box{
    padding: 1rem 1.5rem;
    border: 1px solid #0d3072;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.chirashi_contact .chirashi_contact_box .center_name{
    font-size: 1.1rem;
    font-weight: 500;
}

.chirashi_contact .chirashi_contact_box p{
    margin-bottom: 0;
}

@media screen and (min-width:1px) and (max-width:1024px) {
}

@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .content_body{
        width: 90vw;
    }

    .column_wrapper{
        flex-direction: column;
        align-items: center;
    }

    .column_wrapper .column_main{
        width: 100%;
    }

    .entry_detail_box > .box_inner{
        margin: 0 0.5rem 1rem 0.5rem;
    }

    .column_wrapper .column_sub{
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }

    .archive_list_box dl dd{
        margin: 0.5rem 0.5rem 0 0.5rem;
    }

    .entry_list > ul > li{
        display: block;
    }

    .entry_list > ul > li a{
        flex-wrap: wrap;
        gap: 0.5rem 1.2rem;
    }

    .entry_list > ul > li .entry_date{
        width: auto;
    }

    .entry_list > ul > li .entry_title{
        width: 100%;
        flex: unset;
    }

    .entry_detail_box > .box_header h3{
        margin: 0 0 0.3em 0;
        font-size: 1.2em;
        padding: 0 0.4em 0.3em 0.4em;
        line-height: 1.4;
    }

    /*架け橋*/
    .kakehashi_chirashi_wrap{
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 2rem;
    }

    .kakehashi_chirashi_wrap .kakehashi_text p.mb_none{
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .chirashi_contact .chirashi_contact_box{
        padding: 0.5rem 1rem;
    }

    .chirashi_contact .chirashi_contact_box p{
        font-size: 0.9rem;
    }
}

/* ##########印刷用########## */
@media print{

}