@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
header > .box_inner{
    align-items: flex-end;
    position: relative;
}

.page_info_site_search_box{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.9);
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    position: absolute;
    top: 2rem;
    left: 10rem;
    width: calc(100% - 18rem);
    transition: .3s all ease;
}

    .page_info_site_search_box > .box_header{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;

    }

        .page_info_site_search_box > .box_header .page_info{
            display: flex;
            align-items: center;
        }

            .page_info_site_search_box > .box_header .page_info .top_parent_info{

            }

                .page_info_site_search_box > .box_header .page_info .top_parent_info button{
                    display: flex;
                    align-items: center;
                    gap: 1em;
                    border: none;
                    background: rgba(255,255,255,0);
                    cursor: pointer;
                }

                .page_info_site_search_box > .box_header .page_info .top_parent_info .fig{
                    background: #0f228b;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 3rem;
                    aspect-ratio: 1 / 1;
                    border-radius: 0.25rem;
                }

                    .page_info_site_search_box > .box_header .page_info .top_parent_info .fig .icon{
                        width: 2rem;
                    }

                .page_info_site_search_box > .box_header .page_info .top_parent_info .lbl{
                    font-size: 1.24em;
                    font-weight: 600;
                    color: #0f228b;
                }

                .page_info_site_search_box > .box_header .page_info .top_parent_info .lbl::after{
                    font-family: FontAwesome;
                    content:"\f0da";
                    font-weight: normal;
                    margin-left: 0.5em;
                    display: inline-block;
                    line-height: 1;
                    transition: .3s all ease;
                }

                .page_info_site_search_box.active > .box_header .page_info .top_parent_info .lbl::after{
                    transform: rotate(90deg);
                }
            
            /*下層がない場合*/
            .page_info_site_search_box > .box_header .page_info .top_parent_info.no_child button{
                cursor: initial;
            }

            .page_info_site_search_box > .box_header .page_info .top_parent_info.no_child .lbl::after{
                content: none;
            }

            .page_info_site_search_box > .box_header .page_info .page_title{
                padding-left: 1em;
                color: #0f228b;
                border-left: 1px solid #0f228b;
                margin-left: 1.5em;
            }

        .page_info_site_search_box > .box_header .lang_changer_site_search{
            display: flex;
            align-items: center;
        }

        .page_info_site_search_box > .box_header .site_search .input_submit_box{
            display: flex;
            height: 2.5rem;
            transition: .3s all ease;
            border-radius: 100vh;
            overflow: hidden;
            border: 1px solid rgba(204, 204, 204, 0);
        }

            .page_info_site_search_box > .box_header .site_search .input_submit_box .input_box{
                display: flex;
                align-items: center;
                background: #fff;
                padding: 0 0.5rem 0 1rem;
            }

                .page_info_site_search_box > .box_header .site_search .input_submit_box .input_box input[type="search"]{
                    box-sizing: border-box;
                    border: none;
                    font-size: 0.9em;
                    width: 20em;
                    padding: 0.1em 0.2em 0 0.2em;
                    height: 100%;
                    outline: none;
                }

            .page_info_site_search_box > .box_header .site_search .input_submit_box .submit_box{}

                .page_info_site_search_box > .box_header .site_search .input_submit_box .submit_box button{
                    background: #0f228b;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: none;
                    width: 2.75rem;
                    height: 100%;
                    padding: 0;
                    cursor: pointer;
                }

                    .page_info_site_search_box > .box_header .site_search .input_submit_box .submit_box button img{
                        width: 1rem;
                        height: auto;
                    }

        .page_info_site_search_box > .box_inner{
            display: flex;
            align-items: flex-start;
            line-height: 1.4;
            padding: 0 1.5rem;
            height: 0;
            overflow: hidden;
            opacity: 0;
            transition: .3s all ease;
        }

            .page_info_site_search_box > .box_inner .fig_lbl a{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                width: 12.5rem;
            }

            .page_info_site_search_box.level_h > .box_inner .fig_lbl a{
                width: 12.5rem;
                aspect-ratio: 1 / 1;
                border-radius: 50%;
                background: #f5f5f5;
            }

                .page_info_site_search_box > .box_inner .fig_lbl .icon_large{
                    width: 6rem;
                    margin-bottom: 1em;
                    display: none;
                }

                .page_info_site_search_box.level_h > .box_inner .fig_lbl .icon_large{
                    display: block;
                }

                    .page_info_site_search_box > .box_inner .fig_lbl .icon_large img{
                        max-width: 100%;
                        height: auto;
                    }

                .page_info_site_search_box > .box_inner .fig_lbl .lbl{
                    font-weight: 600;
                    font-size: 1.2em;
                    color: #0f208a;
                    margin-bottom: 0.4em;
                }

                .page_info_site_search_box > .box_inner .fig_lbl a::after{
                    content: "";
                    display: block;
                    width: 100%;
                    border-bottom: 0.25rem solid #0f208a;
                }

                .page_info_site_search_box.level_h > .box_inner .fig_lbl a::after{
                    width: 5rem;
                }

            .page_info_site_search_box > .box_inner .h_nav{
                flex: 1;
                margin-left: 2rem;
            }

                .page_info_site_search_box > .box_inner .h_nav > ul{
                    display: flex;
                    flex-wrap: wrap;
                }

                .page_info_site_search_box > .box_inner .h_nav > ul > li{
                    border-top: 1px dashed rgba(0,0,0,0.5);
                    width: 50%;
                }

                    .page_info_site_search_box > .box_inner .h_nav > ul > li a{
                        color: #0f228b;
                        display: block;
                        padding: 0.8em 2em 0.8em 0.8em;
                        text-decoration: none;
                        position: relative;
                    }

                    .page_info_site_search_box > .box_inner .h_nav > ul > li a::after{
                        content: "";
                        position: absolute;
                        width: 1rem;
                        aspect-ratio: 1 / 1;
                        background-image: url(../shared/icon/icon_arrow_blue.png);
                        background-repeat: no-repeat;
                        background-size: contain;
                        position: absolute;
                        top: 1em;
                        right: 0.8em;
                    }

                    .page_info_site_search_box > .box_inner .h_nav > ul > li ul{
                        padding-bottom: 0.3em;
                    }

                    .page_info_site_search_box > .box_inner .h_nav > ul > li ul li a{
                        padding: 0.3em 2em 0.3em 0.8em;
                    }

                    .page_info_site_search_box > .box_inner .h_nav > ul > li ul li a::after{
                        top: 0.4em;
                    }

                    .page_info_site_search_box > .box_inner .h_nav > ul > li a[href="#"]{
                        pointer-events: none;
                        padding: 0.8em 0.8em 0.4em 0.8em;
                        font-weight: 600;
                    }

                    .page_info_site_search_box > .box_inner .h_nav > ul > li a[href="#"]::after{
                        content: none;
                    }

/*active時*/
.page_info_site_search_box.active{
    background: rgba(255,255,255,1);
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.2);
}

.page_info_site_search_box.active:has(.no_child){
    background: rgba(255,255,255,0.9);
}

    .page_info_site_search_box.active > .box_header .site_search .input_submit_box{
        border: 1px solid rgba(204, 204, 204, 0.5);
    }

    .page_info_site_search_box.active > .box_inner{
        height: auto;
        opacity: 1;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

/*contents*/
.contents{
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden;
}

.content_page_title{
    box-sizing: border-box;
    display: flex;
    height: 20rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    padding-bottom: 2.5rem;
    background-color: #0f218b;
    background-image:
        url(../shared/bg_content_page_title1.png),
        url(../shared/bg_content_page_title2.png),
        url(../shared/bg_content_page_title3.png);
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat;
    background-size:
        auto 100%,
        auto 100%,
        auto 100%;
    background-position:
        left -10rem top,
        right -10rem top,
        center top;
}

/*content_title*/
.content_title{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #fff;
    position: relative;
    margin-bottom: 2rem;
}

    .content_title .lbl_ja{
        font-size: 1.25rem;
        font-weight: 700;
        position: relative;
        z-index: 1;
        letter-spacing: 0.2em;
        padding-left: 0.2em;
    }

    .content_title .lbl_en{
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1em;
        position: relative;
        z-index: 1;
        color: #f33699;
    }

.content_page_title .page_title h2{
    font-size: 2.5rem;
    font-weight: 700;
}

/*トップの背景は一旦固定*/
.index .content_page_title{
    background-color: initial;
    background-image: url(../shared/bg_content_title/department.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*大項目のトップだけ高く*/
.department.index .content_page_title,
.feature.index .content_page_title,
.entrance.index .content_page_title{
    height: 35rem;
    justify-content: center;
    padding-bottom: 0;
}

.index .content_page_title::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.5);
}

/*index用content_title*/
.index .content_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}

    .index .content_title .lbl_ja{
        font-size: 3rem;
        letter-spacing: 0;
        padding-left: 0;
    }

    .index .content_title .lbl_en{
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 1em;
        margin-bottom: 0;
        color: #fff;
    }

    /*page_title*/
    .index .page_title{
        display: none;
    }




/*ヘッダーのナビゲーション取得用*/
.for_header_nav{
    display: none;
}

.content_body{
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
}

/*column_wrapper*/
.column_wrapper{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /*max-width: 1200px;*/
    max-width: 1040px;
    padding: 0 2.5rem;
}

.column_wrapper.two_c{
    /*padding: 0;*/
}

.contents.index .column_wrapper{
    /*padding: 0;*/
}

    .column_wrapper .column_main{
        width: 100%;
    }


/*topicpath*/
.topicpath{
    padding: 1.25rem 3vw 4rem;
}

    .topicpath ul{
        font-size: 0.84em;
    }

    .topicpath ul li{
        display: inline;
    }

        .topicpath ul li::after{
            font-family: FontAwesome;
            content:"\f105";
            color: #555;
            margin: 0 0.8em 0 1em;
        }

        .topicpath ul li:last-child::after{
            content: none;
        }

        .topicpath ul li a{
            text-decoration: none;
            color: #0f228b;
        }

        .topicpath ul li a:hover{
            text-decoration: underline;
        }


/*page_body*/
.page_body{
    min-height: 400px;
    line-height: 2;
}
    
    .page_body h2{
        font-size: 2em;
        font-weight: 700;
        color: #0f228b;
        line-height: 1.3;
        margin: 2em 0 1em;
        background-image: url(../shared/fig_element.png);
        background-repeat: no-repeat;
        background-size: auto 1rem;
        background-position: left bottom;
        padding-bottom: 1.25rem;
        clear: both;
    }

    .page_body h2:first-of-type{
        /*margin-top: 0;*/
    }


    .page_body h3{
        color: #212121;
        font-size: 1.75em;
        font-weight: 700;
        margin: 2.5em 0 1em 0;
        line-height: 1.4;
        padding-top: 1em;
        clear: both;
        position: relative;
    }

    .page_body > h3:nth-of-type(1){
        margin-top: 0;
    }

    .page_body > * + h3:nth-of-type(1){
        margin-top: 2.5em;
    }

        .page_body h3::before{
            content: "";
            display: block;
            width: calc(100% + 5rem);
            border-top: 2px solid rgba(0,0,0,0.2);
            position: absolute;
            top: 0;
            left: -2.5rem;
            z-index: 0;
        }

        .page_body h3::after{
            content: "";
            display: block;
            width: calc((100% + 5rem) / 2);
            border-top: 2px solid #0f218b;
            position: absolute;
            top: 0;
            left: -2.5rem;
            z-index: 1;
        }

    .page_body h3.mt_none{
        margin-top: 0;
    }

    .page_body h4{
        font-size: 1.5em;
        font-weight: 500;
        margin: 1.8em 0 1em 0;
        line-height: 1.4;
        position: relative;
        clear: both;
        padding-left: 2.75rem;
    }

        .page_body h4::before{
            content: "";
            display: inline-block;
            width: 2rem;
            aspect-ratio: 1 / 1;
            background-image: url(../shared/fig_h4.png);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
        }

    .page_body h5{
        font-size: 1.2em;
        font-weight: 600;
        margin: 1.5em 0 0.3em 0;
        line-height: 1.4;
        position: relative;
        clear: both;
        color: #0f218b;
    }

    .page_body h6{
        font-size: 1.1em;
        font-weight: 600;
        margin: 1.5em 0 0.3em 0;
        line-height: 1.4;
        position: relative;
        clear: both;
    }

    .page_body p {
        margin: 0 0 1em;
    }

    /*グループ化されたh5に続くp*/
    .page_body .wp-block-group h5 ~ p{
        margin-left: 1.2em;
        margin-right: 1.2em;
        line-height: 1.7;
    }

    .page_body .wp-block-image figure {
        margin-bottom: 1em;
    }

    .page_body ol,
    .page_body ul{
        line-height: 1.6;
    }

    .page_body ol{
        list-style: decimal;
        margin: 1em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

    .page_body ul{
        margin: 1em;
    }

    .page_body h5 + ul,
     .page_body h5 + ol{
        margin-top: 0.2em;
        margin-left: 1.5em;
     }

        .page_body ul li{
            margin: 0 0 0.3em 0;
            padding-left: 0.85em;
            position: relative;
        }

            .page_body ul li:before{
                content: "";
                width: 0.25rem;
                height: 0.25rem;
                border-radius: 50%;
                display: block;
                background: #555;
                position: absolute;
                top: 0.6em;
                left: 0;
            }

        .page_body ul li ol,
        .page_body ul li ul,
        .page_body ol li ul,
        .page_body ol li ol{
            margin: 0;
        }

        .page_body ul li ol > li{
            padding-left: 0;
            margin-left: 0.3em;
        }

        .page_body ul li ol > li::before{
            content: none;
        }

    .page_body img{
        max-width:100%;
        height: auto;
    }

    .page_body a{
        color: #003d84;
    }

    /*
    .page_body a:hover{
        color: #2182b9;
    }
    */
    /*
    .page_body a[target="_blank"]::after{
        content: "";
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        background-image: url(../shared/icon/icon_target_blank.png);
        background-position: center;
        background-size: contain;
        margin-left: 0.3em;
    }
    */

    /*画像の時には表示しない*/
    .page_body a[target="_blank"]:has(> img):not(:has(> :not(img)))::after {
        content: none;
      }

    /*電話番号リンクをPCでは無効化*/
    .page_body a[href^="tel"]{
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .page_body table{
        margin: 0.5em 0;
        line-height: 1.6;
        border-top: 2px solid #7f7f7f;
        /*border-collapse: separate !important;*/
        position: relative;
    }
    
        .page_body table th,
        .page_body table td{
            border: 1px solid #ccc !important;
            padding: 0.8em;
        }

        .page_body table th:first-child,
        .page_body table td:first-child{
            border-left-color: rgba(255,255,255,0) !important;
        }

        .page_body table th:last-child,
        .page_body table td:last-child{
            border-right-color: rgba(255,255,255,0) !important;
        }

        .page_body table th{
            text-align: center;
            background: #eff5ff;
            font-weight: 500;
        }

        .page_body table thead tr:first-child th,
        .page_body table tbody tr:first-child th{
            border-top: none !important;
        }


        .page_body table tbody th,
        .page_body table tbody td{
        }

        .page_body table tbody th{
            text-align: left;
        }

        .page_body .centering table tbody th{
            text-align: center;
        }

        .page_body table tbody td{
            background: #fff;
        }

        .page_body strong{
            font-weight: 600;
        }

        .page_body em{
            font-style: italic;
        }

        .page_body .page_back{
            margin-top: 3em;
            display: flex;
            justify-content: center;
            clear: both;
        }

            .page_body .page_back a{
                display: block;
                color: #222;
                text-decoration: none;
                border-bottom: 1px solid #222;
                font-size: 0.9em;
                font-weight: 500;
                padding: 0.1em 0.5em 0;
                transition: .3s all ease;
            }

            .page_body .page_back a:hover{
                background: rgba(25, 91, 175,0.1);
            }

    .page_body .figs_layout1{
        margin-bottom: 3em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page_body .figs_layout1 ul{
        margin-top: 2em;
        margin-left: 5em;
        margin-right: 5em;
        margin-bottom: 0.5em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5em;
    }

        .page_body .figs_layout1 ul li{
            width: calc((100% - 1.5em) / 2);
            margin: 0;
            padding: 0;
        }

        .page_body .figs_layout1 ul li::before{
            content: none;
        }

    .page_body .figs_layout1 p{
        margin: 0;
    }

.next_page_btn{
    margin-top: 5rem;
    position: relative;
}

.next_page_btn:before{
    content:"";
    width: 100%;
    height: 100%;
    background: url(../shared/bg_button_shadow.png);
    background-size: 9px 9px;
    background-repeat: repeat;
    border-radius: 0.5rem;
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    z-index: 0;
}

.next_page_btn a{
    border: 1px solid #305874;
    display: block;
    padding: 2.2rem 2rem;
    line-height: 1;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a4465;
    background: #fff;
    border-radius: 0.5rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: .3s all ease;
}

.next_page_btn a:hover{
    color: #1a4465;
}

.next_page_btn a:after{
    content:"";
    width: 0.875rem;
    height: 0.75rem;
    background: url(../shared/arr/arr_10.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 0.375rem);
    right: 1.7rem;
    z-index: 2;
    transition: .3s all ease;
}

.next_page_btn a:hover:after{
    right: 1.2rem;
}

.page_body .imgs_table{
    margin: 2em 0;
    display: block;
}

    .page_body .imgs_table tbody{
        display: block;
    }

    .page_body .imgs_table tbody tr{
        display: flex;
    }

    .page_body .imgs_table tbody tr td{
        border: none;
        flex: 1;
    }

.wp-block-file{
    text-align: center;
}

.wp-block-file .wp-block-file__button{
    display: none;
}

.page_body .child_page_list{
    margin-top: 5em;
}

.page_body .child_page_list a{
    text-decoration: none;
}

.contents.index .page_body .child_page_list{
    margin-top: 2em;
}

.page_body .child_page_list > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2em;
}

    .page_body .child_page_list > ul > li{
        box-sizing: border-box;
        margin: 0;
        padding: 0.2em 0;
        width: calc((100% - 2em) / 2);
    }

    .page_body .child_page_list > ul > li::before{
        content: none;
    }

    .page_body .child_page_list > ul > li > a{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        color: #0d228d;
        font-weight: 600;
        height: 4rem;
        padding: 0 2em 0 1em;
        font-size: 1.1em;
        background: #fff;
        border-bottom: 2px solid #ccc;
        text-decoration: none;
        position: relative;
        line-height: 1.3;
        transition: .3s all ease;
    }

        .page_body .child_page_list > ul > li > 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;
            position: absolute;
            top: calc(50% - 0.5rem);
            right: 0.75em;
            transition: .3s all ease;
        }

    .page_body .child_page_list > ul > li > a:hover{
        background: #0f228d;
        color: #fff;
        box-shadow: none;
    }

        .page_body .child_page_list > ul > li > a:hover::after{
            filter: brightness(0) invert(1);
        }

    .page_body .child_page_list > ul > li > ul{
        margin: 1.5em 1em 0 1em;
        line-height: 1.4;
    }

        .page_body .child_page_list > ul > li > ul > li{

        }

        .page_body .child_page_list > ul > li > ul > li::before{
            font-family: FontAwesome;
            content:"\f105";
            width: auto;
            height: auto;
            background: none;
            top: 0;
            font-size: 0.9em;
            color: #555;
        }

        .page_body .child_page_list > ul > li > ul > li a:hover{
            text-decoration: underline;
        }

    .page_body .child_page_list > ul > li > ul ul{
        display: none;
    }

.page_body .books_list{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}

    .page_body .books_list > li{
        box-sizing: border-box;
        width: calc((100% - 2em) / 2);
        padding: 1em;
        margin: 0;
        display: flex;
        border: 1px solid rgba(0,0,0,0.2);
        line-height: 1.5;
        border-radius: 0.25rem;
    }

    .page_body .books_list > li::before{
        content: none;
    }

        .page_body .books_list > li .img,
        .page_body .books_list > li figure{
            margin: 0;
            width: 10rem;
        }

        .page_body .books_list > li .text{
            flex: 1;
            margin-left: 1.5em;
            padding-top: 0.5em;
        }

        .page_body .books_list > li p{
            font-weight: 500;
            font-size: 1.05em;
        }

        .page_body .books_list > li ul{
            margin: 0;
        }

            .page_body .books_list > li ul li::before{
                font-family: FontAwesome;
                content:"\f105";
                width: auto;
                height: auto;
                background: none;
                color: #0f228b;
                top: 0;
                left: 0;
                font-size: 0.9em;
            }


/*----現行サイトclass---*/
.wp-block-table table{
    /*width: auto !important;*/
}

    .wp-block-table table thead{
        border-bottom: none;
    }

ul.album{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

    ul.album li{
        padding: 0;
        margin: 0;
        line-height: 1.4;
        font-size: 0.9em;
        max-width: 15.625rem;
    }

    ul.album.pc3col li{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        ul.album li::before{
            content: none;
        }

        ul.album li figure{
            margin-bottom: 0.3em;
        }

        ul.album li img{
            display: block;
            margin-bottom: 0.3em;
        }

img.text-img, img.txt-img, .txt-img img {
    height: 1.25em;
    width: auto;
    vertical-align: middle;
}

.centering * {
    text-align: center;
}

.wp-block-list.list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    margin-bottom: 2em;
}

    .wp-block-list.list > li{
        padding: 0;
    }

    .wp-block-list.list > li::before{
        content: none;
    }

    .wp-block-list.list > li > a{
        display: block;
        position: relative;
        color: #222;
        text-decoration: none;
        font-weight: 500;
        line-height: 1.5;
        border-bottom: 1px solid #0f228b;
    }

    .wp-block-list.list > li > a:hover{
        color: #0f228b;
    }

        .wp-block-list.list > li > a::after{
            content: "";
            display: inline-block;
            width: 0.75rem;
            height: 0.375rem;
            clip-path: polygon(100% 0, 0 0, 50% 100%);
            background: #0f228b;
            position: absolute;
            bottom: -0.75em;
            left: calc(50% - 0.5rem);
            transition: .3s all ease;
            transform: translateY(-0.5em);
            opacity: 0;
        }

        .wp-block-list.list > li > a:hover::after{
            transform: translateY(0);
            opacity: 1;
        }

.page_body .txt-link{
    /*margin-top: 1.5em;*/
}

.page_body .txt-link::before{
    font-family: FontAwesome;
    content:"\f0a9";
    color: #0f228b;
    margin-right: 0.5em;
    font-size: 1.1em;
}

.pagination{
    display: flex;
    justify-content: center;
    gap: 0.375em;
    margin: 1em 0;
}

    .pagination .page-numbers{
        box-sizing: border-box;
        width: 2rem;
        height: 2rem;
        background: #eee;
        border: 1px solid rgba(255,255,255,0);
        line-height: 1;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #222;
        border-radius: 0.25rem;
        transition: .3s all ease;
    }

    .pagination .page-numbers:hover{
        border-color: #0f228b;
        background: #fff;
    }

    .pagination .page-numbers.current{
        background: #0f228b;
        color: #fff;
    }

    .pagination .page-numbers.dots{
        background: none;
        width: auto;
        border-radius: 0;
    }

    .pagination .page-numbers.dots:hover{
        background: none;
        border: rgba(255,255,255,0);
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next{
        background: none;
        width: auto;
        border-color: rgba(255,255,255,0);
        border-radius: 0;
    }

    .pagination .page-numbers.prev:hover,
    .pagination .page-numbers.next:hover{
        border-bottom-color: #0f228b;
        color: #0f228b;
    }

    .pagination .page-numbers.prev{
        margin-right: 1em;
    }

    .pagination .page-numbers.next{
        margin-left: 1em;
    }


/*small_header*/
.small_header header .page_info_site_search_box{
    top: 0.5rem;
}

.small_header header .page_info_site_search_box > .box_header .site_search .input_submit_box{
    border: 1px solid rgba(204, 204, 204, 0.5);
}

/*カラム割*/
.column_wrapper.two_c{
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

    .column_wrapper.two_c .column_main{
        width: auto;
        flex: 1;
    }

    .column_wrapper.two_c .column_sub{
        width: 10rem;
    }

        .column_sub .archives_box{
            display: flex;
            flex-direction: column;
            gap: 2em;
        }

        .column_sub .archives_box dl{
            line-height: 1.5;
        }

        .column_sub .archives_box dl dt{
            font-weight: 500;
            border-bottom: 2px solid #cbcbcb;
            margin-bottom: 0.8em;
            text-align: center;
        }

        .column_sub .archives_box dl dd{
            padding: 0 0.5em;
        }

        .column_sub .archives_box dl dd ul{

        }

        .column_sub .archives_box dl dd ul li{
            margin-bottom: 0.3em;    
        }

        .column_sub .archives_box dl dd ul li a{
            color: #111;
            text-decoration: none;
            display: block;
            position: relative;
            transition: .3s all ease;
        }

            .column_sub .archives_box dl dd ul li a::before{
                font-family: FontAwesome;
                content:"\f105";
                font-size: 0.9em;
                color: #555;
                margin-right: 0.5em;
            }

        .column_sub .archives_box dl dd ul li a:hover,
        .column_sub .archives_box dl dd ul li a:hover::before{
            color: #0f228b;
        }

.index_nav_box{}

    .page_body .index_nav_box hr{
        border: none;
        border-top: 1px solid #ccc;
        margin: 4em 0 5em;
    }

    .page_body .index_nav_box h2{
        color: #212121;
        font-size: 2em;
        margin: 3em 2.5rem 1em;
        padding: 0;
        background: none;
    }

    .page_body .index_nav_box h2:nth-of-type(1){
        margin-top: 0;
    }

    .page_body .index_nav_box ul{
        margin: 0 2.5rem;
    }

    .page_body .index_nav_box ul li{
        margin: 0;
        padding: 0;
    }

        .page_body .index_nav_box ul li::before{
            content: none;
        }

    .page_body .index_nav_box .index_img_nav{
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-bottom: 3em;
    }

        .page_body .index_nav_box .index_img_nav li{
            width: calc((100% - 4rem) / 3);
        }

            .page_body .index_nav_box .index_img_nav li a{
                display: flex;
                flex-direction: column;
                text-decoration: none;
            }

            .page_body .index_nav_box .index_img_nav li a .fig{
                border-radius: 0.5rem;
                margin-bottom: 0.3em;
                overflow: hidden;
                transition: .3s all ease;
            }

            .page_body .index_nav_box .index_img_nav li a:hover .fig{
                box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
            }

                .page_body .index_nav_box .index_img_nav li a .fig img{
                    transition: .3s all ease;
                }

                .page_body .index_nav_box .index_img_nav li a:hover .fig img{
                    transform: scale(1.05);
                    filter: brightness(1.1);
                }

                    .page_body .index_nav_box .index_img_nav li a .lbl{
                        color: #212121;
                        font-size: 1.25em;
                        font-weight: 700;
                        position: relative;
                    }

                    .page_body .index_nav_box .index_img_nav li a:hover .lbl{
                        color: #0f218b;
                    }

                        .page_body .index_nav_box .index_img_nav li a .lbl::after{
                            content: "";
                            width: 1rem;
                            aspect-ratio: 1 / 1;
                            background-image: url(../shared/icon/icon_arrow_blue.png);
                            background-repeat: no-repeat;
                            background-size: contain;
                            position: absolute;
                            top: calc(50% - 0.5rem);
                            right: 0;
                            transition: .3s all ease;
                        }

    .page_body .index_nav_box .index_nav_catch_img{
        overflow: hidden;
        margin: 0 2.5rem 1.5em 2.5rem;
        border-radius: 0.5rem;
    }

    .page_body .index_nav_box .index_rc_nav{
        display: flex;
        justify-content: center;
        gap: 2em;
    }

        .page_body .index_nav_box .index_rc_nav li{
           box-sizing: border-box;
           width: 17.5rem;
           height: 3.5rem;
        }

                .page_body .index_nav_box .index_rc_nav li a{
                    box-sizing: border-box;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #212121;
                    border: 1px solid #9f9f9f;
                    border-radius: 100vh;
                    background: #fff;
                    text-decoration: none;
                    font-weight: 600;
                    padding-top: 0.25em;
                    position: relative;
                    transition: .3s all ease;
                }

                .page_body .index_nav_box .index_rc_nav li a::after{
                    content: "";
                    width: 1rem;
                    aspect-ratio: 1 / 1;
                    background-image: url(../shared/icon/icon_arrow_gray.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    position: absolute;
                    top: calc(50% - 0.5rem);
                    right: 0.75em;
                    transition: .3s all ease;
                }

                .page_body .index_nav_box .index_rc_nav li a:hover{
                    border-color: #0f218b;
                    color: #0f218b;
                }

                .page_body .index_nav_box .index_rc_nav li a:hover::after{
                    background-image: url(../shared/icon/icon_arrow_blue.png);
                }

    .page_body .index_nav_box .index_basic_nav{
        display: flex;
        flex-wrap: wrap;
        gap: 0 2em;
    }

        .page_body .index_nav_box .index_basic_nav > li{
            box-sizing: border-box;
            margin: 0;
            padding: 0.2em 0;
            width: calc((100% - 2em) / 2);
            border-bottom: 2px solid #ccc;
        }

        .page_body .index_nav_box .index_basic_nav > li:nth-child(1),
        .page_body .index_nav_box .index_basic_nav > li:nth-child(2){
            border-top: 4px solid #ccc;
        }

        .page_body .index_nav_box .index_basic_nav > li > a{
            box-sizing: border-box;
            display: flex;
            align-items: center;
            color: #0d228d;
            font-weight: 600;
            height: 3.6rem;
            padding: 0 2em 0 1em;
            font-size: 1.1em;
            background: #fff;
            text-decoration: none;
            position: relative;
            line-height: 1.3;
            border: 2px solid rgba(13,34,141,0);
            transition: .3s all ease;
        }

            .page_body .index_nav_box .index_basic_nav > li > 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;
                position: absolute;
                top: calc(50% - 0.5rem);
                right: 0.75em;
                transition: .3s all ease;
            }

        .page_body .index_nav_box .index_basic_nav > li > a:hover{
            background: rgba(13,34,141,1);
            color: #fff;
        }

            .page_body .index_nav_box .index_basic_nav > li > a:hover::after{
                filter: brightness(0) invert(1);
            }

figcaption{
    font-size: 0.9em;
}



@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1280px) {

}

@media screen and (min-width:1px) and (max-width:1200px) {

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .page_info_site_search_box{
        left: 8rem;
        width: calc(100% - 16rem);
    }

    .page_info_site_search_box > .box_header .site_search{
        display: none;/*一時非表示*/
    }

    .page_info_site_search_box > .box_inner .fig_lbl{
        width: 11rem;
    }

    .page_info_site_search_box > .box_inner .fig_lbl .icon_large{
        width: 5rem;
    }

    .page_body h3::before{
        width: calc(100% + 2rem);
        left: -1rem;
    }

    .page_body h3::after{
        width: calc((100% + 2rem) / 2);
        left: -1rem;
    }

    .column_wrapper{
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    /*SPでは非表示*/
    .topicpath{
        display: none;
    }

    .page_info_site_search_box{
        display: none;
    }

    .content_page_title{
        height: 14rem;
        padding: 5.5rem 2.5rem 1rem 2.5rem;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .department.index .content_page_title,
    .feature.index .content_page_title,
    .entrance.index .content_page_title {
        height: 80vw;
        margin-bottom: 0;
    }

    .index .content_title .lbl_ja{
        font-size: 1.6rem;
    }

    .content_title{
        margin-bottom: 1rem;
    }

        .content_title .lbl_ja{
            font-size: 1.1rem;
        }

        .content_title .lbl_en{
            font-size: 1rem;
            margin-bottom: 0.5em;
        }

    .content_page_title .page_title{
        margin-bottom: 0;
    }

    .content_page_title .page_title h2{
        font-size: 1.5em;
        padding-bottom: 0;
        line-height: 1.4;
    }

    .page_body{
        line-height: 1.6;
    }

    .page_body h2{
        font-size: 1.6em;
        background-size: auto 0.8rem;
        margin: 2em 0 1.5em 0;
    }

    .page_body .sub_catch{
        font-size: 1.6em;
    }

    .page_body h3{
        font-size: 1.3em;
        margin: 1.5em 0 0.5em 0;
        padding-top: 0.75em;
    }

        .page_body h3::before{
            width: 100%;
            left: 0;
        }

        .page_body h3::after{
            width: 50%;
            left: 0;
        }

    .page_body h4{
        font-size: 1.15em;
        margin: 1.5em 0 0.7em 0;
        padding-left: 2rem;
        font-weight: 600;
    }

        .page_body h4::before{
            width: 1.5rem;
        }

    .page_body h5{
        font-size: 1.05em;
        margin: 1em 0 0.4em 0;
    }

    .page_body p{
        margin: 0 0 1em;
    }

    .page_body ul,
    .page_body ol{
        margin: 0.5em 0;
    }

    .page_body .figs_layout1{
        margin-bottom: 2em;
    }

    .page_body .figs_layout1 ul{
        margin: 1em 1.5em 0.5em 1.5em;
        gap: 1em;
    }

        .page_body .figs_layout1 ul li{
            width: calc((100% - 1em) / 2);
        }


    .next_page_btn{
        margin-top: 3rem;
    }

    .next_page_btn a{
        padding: 1.8rem 2rem;
    }

    .page_body .imgs_table tbody tr{
        flex-direction: column;
        align-items: center;
    }

    .page_body .imgs_table tbody tr td{
        flex: auto;
    }

    .page_body .books_list{
        flex-direction: column;
        gap: 1em;
    }

    .page_body .books_list > li{
        width: 100%;
    }

        .page_body .books_list > li .img,
        .page_body .books_list > li figure{
            width: 30%;
        }

    .contents.index .page_body .child_page_list{
        margin-top: 0;
    }
    
    .page_body .child_page_list > ul{
        flex-direction: column;
        margin: 0;
    }

        .page_body .child_page_list > ul > li{
            width: 100%;
        }

    .page_body a[href^="tel"] {
        pointer-events: initial;
        text-decoration: underline;
        color: #003d84;
    }
    

    /*----現行サイトclass---*/
    .wide-table {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .wide-table:before {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        content: "※ 横方向にスクロールしてください";
    }

    .wp-block-table .has-fixed-layout {
        width: auto !important;
    }

    ul.album{
        gap: 0.5em;
    }

        ul.album li,
        ul.album.pc3col li{
            width: calc((100% - 0.5rem) / 2);
        }

    /*各ページインデックス*/
    .page_body .index_nav_box h2{
        font-size: 1.4em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2em;
        margin-bottom: 0.5em;
    }

    .page_body .index_nav_box ul{
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .page_body .index_nav_box .index_basic_nav{
        gap:0;
    }

    .page_body .index_nav_box .index_basic_nav > li{
        width: 100%;
    }
    
    .page_body .index_nav_box .index_basic_nav > li:nth-child(2){
        border-top: none;
    }

    .page_body .index_nav_box .index_basic_nav > li > a{
        padding: 0 2em 0 0.5em;
        font-size: 1.05em;
    }

    .page_body .index_nav_box hr{
        margin: 2em 0 3em;
    }

    .page_body .index_nav_box .index_rc_nav{
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }

    .page_body .index_nav_box .index_img_nav{
        flex-wrap: wrap;
        gap: 1rem;
    }

    .page_body .index_nav_box .index_img_nav li{
        width: calc((100% - 1rem) / 2);
    }

    .page_body .index_nav_box .index_img_nav li a .fig{
        margin-bottom: 0.5em;
    }

    .page_body .index_nav_box .index_img_nav li a .lbl{
        font-size: 1em;
    }

    /*カラム割*/
    .column_wrapper.two_c{
        flex-direction: column;
    }

    .column_wrapper.two_c .column_main{
        flex: initial;
    }

    .column_wrapper.two_c .column_sub{
        width: auto;
    }

    .column_sub .archives_box dl dd ul{
        display: flex;
        flex-wrap: wrap;
        gap: 0 1em;        
    }

        .column_sub .archives_box dl dd ul li{
            width: calc((100% - 2em) / 3);
        }
}


/* ##########印刷用########## */
@media print{
    .column_wrapper{
        width: calc(100% - 4vw);
    }
}