@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */

    /*topicpath_content_title*/
    .topicpath_content_title{
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        position: relative;
        width: 71.875rem;
        height: 12.5rem;
        margin: 0 auto 4rem auto;
        padding: 0;
        z-index: 0;
    }

    .topicpath_content_title::before{
        content:"";
        display: block;
        width: 42.5rem;
        height: 18.375rem;
        background: url(../shared/fig_home_catch.png) no-repeat;
        background-size: 42.5rem auto;
        position: absolute;
        top: -5.875rem;
        right: calc(50% - 40rem);
        z-index: 1;
    }

    .topicpath_content_title::after{
        content:"";
        display: block;
        width: 40rem;
        height: 12.5rem;
        background: #272457;
        position: absolute;
        top: 0;
        left: calc(50% - 40rem);
        z-index: 1;
    }

    .topicpath{
        box-sizing: border-box;
        padding: 1.2rem 0.5rem;
        position: relative;
        display: flex;
        z-index: 2;
    }

        .topicpath ul{
            font-size: 0.8rem;
        }

            .topicpath ul li{
                display: inline;
                margin-right: 1.8em;
                color: #fff;
                position: relative;
            }

            .topicpath ul li:after{
                font-family: FontAwesome;
                content: "\f105";
                font-size: 1rem;
                position: absolute;
                top: calc(50% - 0.5rem);
                right: -1rem;
                color: #fff;
            }

            .topicpath ul li:first-child:after{
                font-family: FontAwesome;
                content: "\f105";
                font-size: 1rem;
                position: absolute;
                top: calc(50% - 0.5rem);
                right: -1.05rem;
                color: #fff;
            }

            .topicpath ul li:last-child{
                padding: 0;
                margin-right: 0;
            }

            .topicpath ul li:last-child:after{
                display: none;
            }

            .topicpath ul li a{
                color: #fff;
                text-decoration: none;
            }

            .topicpath ul li a:hover{
                text-decoration: underline;
            }

        /*index以外*/
        .content_title{
            flex: 1;
            box-sizing: border-box;
            width: 50rem;
            margin: 0 auto;
            padding: 3rem 0 0 0;
            background: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
        }

            .content_title .lbl_ja{
                font-size: 1.1rem;
                color: #25245e;
                font-weight: 700;
                margin-bottom: 0.5rem;
            }

            .content_title .lbl_en{
                font-size: 2.4rem;
                color: #2d2561;
                font-weight: 500;
                letter-spacing: 0.5rem;
                position: relative;
                z-index: 2;
            }

            .content_title .lbl_en::before{
                content:"";
                display: block;
                width: 19rem;
                height: 3rem;
                background: url(../shared/fig_lbl_program.png) no-repeat;
                background-size: contain;
                position: absolute;
                bottom: -1.5rem;
                left: calc(50% - 9.5rem);
                z-index: -1;
            }

/*content_body*/
.content_body{
    transition: 1s all ease;
    transition-delay: .3s;
    opacity: 0;
}

.content_body.two_col{
    overflow: initial;
}

.content_body.show{
    opacity: 1;
}

    .column_wrapper{
        display: flex;
        flex-direction: row-reverse;
        width: 65.625rem;
        margin: 0 auto;
        max-width: 1100px;
        padding-bottom: 4rem;
    }

    .index .column_wrapper{
        padding-bottom: 0;
    }

        .column_wrapper .column_main{
            width: 100%;
        }

        /*2カラムの場合*/
        .two_col .column_wrapper .column_main{
            width: 70%;
        }

        .two_col .column_wrapper .column_sub{
            box-sizing: border-box;
            width: calc(30% - 5vw);
            margin-right: 5vw;
        }

.page_nav{
    margin-bottom: 3rem;
}

.page_nav ul{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.page_nav ul li{}

.page_nav ul li a{
    display: block;
    min-width: 10rem;
    padding: 1rem 2rem;
    text-align: center;
    background: #fff;
    border-radius: 2.5rem;
    color: #2d2561;
    font-size: 1em;
    font-weight: 500;
    border: 1px solid #2d2561;
    text-decoration: none;
    position: relative;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.45);
    transition: .3s all ease;
}

.page_nav ul li a:hover{
    background: #2d2561;
    color: #fff;
}

.page_nav ul li.current_page_item a{
    background: #2d2561;
    color: #fff;
}

/*page_title*/
.page_title{}

    .page_title h2{
        width: 50rem;
        margin: 0 auto 3rem auto;
        text-align: center;
        font-size: 2rem;
        color: #2d2561;
        font-weight: 500;
        padding: 2.5rem 0 0 0;
        border-top: 2px solid #2a2760;
        line-height: 1;
    }

/*page_body*/
.page_body{
    margin: 0 auto;
    min-height: 400px;
    line-height: 1.8;
}

    .page_h_catch{
        width: 50rem;
        margin: 0 auto 6.25rem auto;
    }

    .page_body h3{
        color: #2a2760;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 0 1.5rem 0;
        padding-left: 3.75rem;
        line-height: 1.4;
        position: relative;
    }

    .page_body h3::before{
        content:"";
        display: block;
        width: 2.25rem;
        height: 1.5rem;
        background: url(../shared/fig_h3_lbl.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 0.75rem);
        left: 0;
    }

    .page_body h4{
        font-size: 1.3rem;
        font-weight: 500;
        margin: 0 0 1.5rem 0;
        padding-top: 1.25rem;
        line-height: 1.4;
        position: relative;
        color: #855a1e;
    }

        .page_body h4:before{
            content: "";
            display: block;
            width: 5rem;
            height: 0.25rem;
            background: #8f6733;
            position: absolute;
            top: 0;
            left: 0;
        }

    .page_body h5{
        font-weight: 600;
    }

    .page_body p {
        margin: 0 0 1em 0;
        line-height: 1.8;
    }

    .page_body ol{
        list-style: decimal;
        margin: 0 1.2em 1.2em 1.2em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

            .page_body ol li ol{
                margin: 0.5em 0;
            }

    .page_body .fig{
        text-align: center;
    }

    .page_body img{
        max-width:100%;
        height: auto;
    }

    .page_body a{
        color: #003d84;
    }

    .page_body a:hover{
        color: #2182b9;
    }

    .page_body table{
        width: 100%;
        margin: 1em 0;
        line-height: 1.6;
        border-collapse: separate;
    }

        .page_body table th,
        .page_body table td{
            padding: 1rem;
            border-right: 2px solid #fff;
        }

        .page_body table td:last-child{
            border-right: none;
        }

        .page_body table thead th{
            text-align: center;
            font-weight: 500;
            font-size: 1.05rem;
            color: #2a2760;
            white-space: nowrap;
            border-bottom: none;
            background: #d4d4e0;
        }

        .page_body table thead th:last-child{
            border-right: none;
        }

        .page_body table tbody th,
        .page_body table tbody td{
            border-bottom: 1px solid #534e7a;
        }

        .page_body table tbody td ul li{
            padding-left: 1rem;
            position: relative;
            margin-bottom: 0.5rem;
        }

        .page_body table tbody td ul li::before{
            content:"";
            display: block;
            width: 0.3rem;
            height: 0.3rem;
            background: #222;
            position: absolute;
            top: 0.55rem;
            left: 0.25rem;
        }

        .page_body table tbody th{
            color: #222;
            font-weight: 600;
            white-space: nowrap;
            background: #ebebeb;
            text-align: center;
        }

        .page_body table tbody td{
            background: #f6f6f6;
            vertical-align: top;
        }

        .page_body strong{
            font-weight: 700;
        }

        .page_body em{
            font-style: italic;
        }

        .page_body .fw_bold{
            font-weight: 700;
        }

        .page_body .fc_red{
            color: #b7232b;
        }

        .page_body .fc_blue{
            color: #3366ff;
        }

/*page_detail_box*/
.page_detail_box{
    margin-bottom: 5.625rem;
}

.page_detail_box:last-child{
    margin-bottom: 0;
}

.page_detail_box .box_inner{
    margin: 0 3.75rem;
}

/*bnr_list*/
.bnr_list{
    margin-top: 2rem;
}

.bnr_list ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.bnr_list.col2 ul{
    flex-direction: row;
    gap: 2rem;
}

.bnr_list ul li{
    width: 30rem;
}

.bnr_list.col2 ul li{
    width: 19.375rem;
}

.bnr_list ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    border: 2px solid #d4d3e1;
    position: relative;
    text-decoration: none;
    color: #2d2561;
    background: #fff;
    transition: .3s all ease;
}

.bnr_list ul li.important a{
    color: #fff;
    background: #2d2561;
}

.bnr_list ul li a:hover{
    color: #fff;
    background: #2d2561;
}

.bnr_list ul li a::after{
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../shared/icon_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 2rem;
    transition: .3s all ease;
}

.bnr_list ul li.important a::after{
    background: url(../shared/icon_arrow_w.png) no-repeat;
    background-size: contain;
}

.bnr_list ul li a:hover::after{
    background: url(../shared/icon_arrow_w.png) no-repeat;
    background-size: contain;
    right: 1.5rem;
}

.bnr_list ul li.important a:hover::after{
    right: 1.5rem;
}

.bnr_list ul li a .b_border{
    padding: 0.3rem 0.5rem;
    border-bottom: 2px solid #9592b1;
    transition: .3s all ease;
}

.bnr_list ul li.important a .b_border{
    border-bottom: 2px solid #fff;
}

.bnr_list ul li a:hover .b_border{
    border-bottom: 2px solid #fff;
}

/*電話番号用*/
.page_body a[href^="tel"] {
    /* pointer-events: none; */
    color: inherit;
    text-decoration: none;
}

/*content_body*/
.content_body{
    transition: 1s all ease;
    transition-delay: .3s;
    opacity: 0;
}

.content_body.show{
    opacity: 1;
}

/*
    .index .column_main .page_title{
        display: none;
    }
*/

    .sub_ttl_lbl{
        font-size: 1.7rem;
        font-weight: 800;
        line-height: 1.8;
        color: #004e9d;
    }
    

/*page_nav_box*/
.page_nav_box{
    padding: 3rem 0;
    background: #222222;
}

.page_nav_box ul{
    width: 68.75rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}

.page_nav_box ul li{
    width: calc((100% - 6rem) / 4);
    border-bottom: 2px solid #cccccc;
}

.page_nav_box ul li.current-menu-item{
    border-bottom: 2px solid #98960d;
}

.page_nav_box ul li a{
    display: block;
    font-size: 1rem;
    padding: 1rem 2rem 1rem 0.3rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
}

.page_nav_box ul li.current-menu-item a{
    color: #98960d;
    font-weight: 500;
}

.page_nav_box ul li a::after{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1rem;
    transition: .3s all ease;
}

.page_nav_box ul li.current-menu-item a::after{
    font-family: FontAwesome;
    content: "\f106";
    font-size: 1.5rem;
    line-height: 1;
    color: #98960d;
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1rem;
    transition: .3s all ease;
}

.page_nav_box ul li a:hover::after{
    right: 0.7rem;
}

.page_nav_box ul li.current-menu-item a:hover::after{
    right: 1rem;
}




/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    body{
        overflow: hidden;
    }

    .page_detail_box .box_inner {
        margin: 0 1.5rem;
    }

    .topicpath_content_title{
        width: 90vw;
        height: 10rem;
    }

    .topicpath_content_title::before{
        width: 29.75rem;
        height: 15.875rem;
        background: url(../shared/fig_home_catch.png) no-repeat;
        background-size: 29.75rem auto;
        top: -5.875rem;
        right: calc(50% - 28rem);
    }

    .topicpath_content_title::after{
        width: 28rem;
        height: 10rem;
        top: 0;
        left: calc(50% - 28rem);
    }

    .topicpath{
        width: 100%;
        padding: 0;
        margin: 1rem auto 1.2rem auto;
    }

    .topicpath ul{
        font-size: 0.85rem;
    }

    .content_title{
        width: 70vw;
        padding: 1.5rem 0 0 0;
    }

    .content_title .lbl_ja{
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.4rem;
    }

    .content_title .lbl_en{
        font-size: 2.2rem;
    }

    .page_catch_box{
        margin: 3rem auto 0 auto;
    }

    .column_wrapper{
        width: 90vw;
    }

        .page_body table th,
        .page_body table td{
            padding: 0.5rem;
        }


    .page_nav_box ul{
        width: 90vw;
    }

    .bnr_list ul li a {
        height: 4rem;
    }

}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .topicpath_content_title{
        margin: 16vw auto 2.5rem auto;
        height: 8rem;
    }

    .topicpath_content_title::before{
        height: 13.875rem;
    }

    .topicpath_content_title::after{
        height: 8rem;
    }

    .content_title{
        padding-top: 1rem;
    }

    .topicpath{
        margin: 0.6rem auto 0.8rem auto;
        overflow: hidden;
    }

    .topicpath ul{
        padding: 0.2rem;
        font-size: 0.8rem;
        white-space: nowrap;
        background: #fff;
    }

    .topicpath ul li{
        color: #222;
    }

    .topicpath ul li:after{
        font-size: 0.9rem;
        top: calc(50% - 0.4rem);
        color: #222;
    }

    .topicpath ul li:first-child:after{
        font-size: 0.9rem;
        top: calc(50% - 0.4rem);
        color: #222;
    }

    .topicpath ul li a{
        color: #222;
    }

    .page_detail_box .box_inner{
        margin: 0 1rem;
    }

    .page_h_catch{
        width: auto;
        margin: 0 auto 4.25rem auto;
    }

    .page_title h2{
        width: 100%;
        font-size: 1.6rem;
        padding: 1.5rem 0 0 0;
        margin: 0 auto 2rem auto;
    }

    .page_body h3{
        font-size: 1.35rem;
        padding-left: 3.25rem;
    }

    .content_title .lbl_en{
        font-size: 1.8rem;
    }

    .content_title .lbl_en::before{
        width: 15.2rem;
        height: 2.4rem;
        bottom: -1.2rem;
        left: calc(50% - 7.6rem);
    }

    .table_scroll{
        overflow-x: auto;
        margin-bottom: 1rem;
    }

    .table_scroll table thead th{
        min-width: 12rem;
    }

    .table_scroll table thead th:first-child{
        min-width: unset;
    }

    .table_scroll table thead th:last-child{
        min-width: 18rem;
    }

    .table_scroll table tbody th{
        min-width: 12rem;
    }

    .table_scroll table tbody th:first-child{
        min-width: unset;
    }

    .table_scroll table tbody td{
        min-width: 18rem;
    }

    .page_nav ul{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }


}


/* ##########印刷用########## */
@media print{

}