@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
/*topicpath_content_title*/
.topicpath_content_title{
    box-sizing: border-box;
    height: 12.5rem;
    background: #ebf8fe;
    margin-bottom: 5rem;
    overflow: hidden;
    z-index: 1;
}



.index .topicpath_content_title{
    position: relative;
    background: #fff;
    height: 18.125rem;
    margin-bottom: 3rem;
}

.index .topicpath_content_title::after{
    content:"";
    width: 60rem;
    height: 18.125rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0 4rem;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
}

.faculty.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/01.jpg);
}

.course.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/02.jpg);
}

.features.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/08.jpg);
}

.admissions.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/03.jpg);
}

/*
.professional_graduate_school.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/05.jpg);
}
*/

.joint_institute_teacher_education.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/07.jpg);
}

.for_current.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/06.jpg);
}

.access.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/10.jpg);
}

.institution.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/11.jpg);
}

.for_examinee.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/12.jpg);
}

/*仮*/
.demae.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/05.jpg);
}

.docs.index .topicpath_content_title::after{
    background-image: url(../shared/bg_contents/09.jpg);
}


/*パンくず*/
.topicpath{
    height: 3.75rem;
    display: flex;
    align-items: center;
    background: #ebf8fe;
}

.topicpath ul{
    box-sizing: border-box;
    width: 100%;
    max-width: 80rem;
    padding-left: 4vw;
    margin: 0 auto;
    font-size: 0.86rem;
    line-height: 1.1;
}

    .topicpath ul li{
        display: inline;
        margin-right: 0.6em;
        color: #222;
        position: relative;
    }

    .topicpath ul li:after{
        font-family: FontAwesome;
        content: "\f105";
        margin-left: 1em;
    }

    .topicpath ul li:last-child{
        padding: 0;
        margin-right: 0;
    }

    .topicpath ul li:last-child:after{
        display: none;
    }

    .topicpath ul li a{
        color: #222;
        text-decoration: none;
    }

    .topicpath ul li:first-child a{
        color: #196EE2;
    }

    .topicpath ul li a:hover{
        text-decoration: underline;
    }

    .topicpath ul li a[href="https://www.educ.kumamoto-u.ac.jp/course/sh_teacher/"],
    .topicpath ul li a[href="https://www.educ.kumamoto-u.ac.jp/course/sh_teacher/course3/"]{
        pointer-events: none;
    }

    .topicpath ul li a[href="https://www.educ.kumamoto-u.ac.jp/course/sh_teacher/"]:hover,
    .topicpath ul li a[href="https://www.educ.kumamoto-u.ac.jp/course/sh_teacher/course3/"]:hover{
        text-decoration: none;
    }

/*サブページタイトル*/
.content_title_wrap{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /*width: 63.75rem;*/
    max-width: 80rem;
    height: calc(100% - 3.75rem);
    margin: 0 auto;
    padding: 5.625rem 2.5rem 0 8rem;
    position: relative;
    z-index: 1;
}

.content_title_wrap:before{
    content:"";
    display: block;
    width: 66vw;
    height: 100%;
    background: #fff;
    border-radius: 0 4rem 0 0;
    position: absolute;
    top: 0;
    right: calc(50% - 16vw);
    z-index: 0;
}

.index .content_title_wrap:before{
    display: none;
}

.content_title_wrap .content_title{
    font-size: 2.4rem;
    color: #1a4465;
    font-weight: 600;
    position: relative;
}

.index .content_title_wrap .content_title{
    margin-bottom: 2rem;
}

.content_title_wrap .content_title_en{
    font-size: 1.2rem;
    color: #0088b2;
    font-weight: 600;
}

.content_title_wrap .top_parent_title{
    display: block;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #0088b2;
    font-weight: 600;
    /*
    position: absolute;
    bottom: 2rem;
    */
    /*left: 100%;*/
}

.content_body{
    position: relative;
    z-index: 1;
}

/*column_wrapper*/
.column_wrapper{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /*max-width: 1200px;*/
    max-width: 980px;
}

    .column_wrapper .column_main{
        width: 100%;
    }

/*page_nav*/
.page_nav{
    margin: 0 auto 4rem;
    max-width: 980px;
}

    .page_body .page_nav{
        margin-top: 4rem;
    }

    .page_nav ul,
    .page_body .page_nav ul{
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1.625rem;
    }

        .page_nav ul li,
        .page_body .page_nav ul li{
            width: calc((100% - 3.25rem) / 3);
            position: relative;
            padding: 0;
        }

            .page_nav ul li:before,
            .page_body .page_nav ul li::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;
            }

            .page_nav ul li a{
                box-sizing: border-box;
                display: flex;
                align-items: center;
                height: 5.875rem;
                line-height: 1.3;
                border: 1px solid #305874;
                padding: 0 3rem 0 2rem;
                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;
            }

            .page_nav ul li a:hover{
                color: #1a4465;
            }

            .page_nav ul li.active a,
            .page_nav ul li.current-menu-item a{
                color: #fff;
                background: #0992be;
                border: 1px solid #0992be;
            }

            .page_nav ul li 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;
            }

            .page_nav ul li a:hover:after{
                right: 1.2rem;
            }

            .page_nav ul li.active a:after,
            .page_nav ul li.current-menu-item a:after{
                width: 0.75rem;
                height: 0.875rem;
                background: url(../shared/arr/arr_09.png) no-repeat;
                background-size: contain;
                position: absolute;
                top: calc(50% - 0.4375rem);
                right: 1.6rem;
            }

            .page_nav ul li.active a:hover:after,
            .page_nav ul li.current-menu-item a:hover:after{
                right: 1.6rem;
            }

            .page_nav ul li a[target="_blank"]::after{
                background-image: url('../shared/icon/icon_target_blank.png');
                width: 0.875rem;
                height: 0.875rem;
            }


/*page_body*/
.page_body{
    min-height: 400px;
    line-height: 1.8;
}
    
    .page_body h2{
        font-size: 1.8em;
        font-weight: 600;
        border-top: 4px solid #008ab9;
        border-bottom: 2px solid #d3d2d7;
        position: relative;
        padding: 1em 1em 1em 1em;
        margin: 3em 0 1.5em 0;
        line-height: 1.4;
        color: #333;
    }

    .page_body .sub_catch{
        font-size: 2.8em;
        color: #0088b2;
        margin: 0 0 0.7em 0;
        line-height: 1.4;
        padding: 0;
        border: none;
        font-weight: normal;
    }

    .page_body h2:first-child{
        margin-top: 0;
    }

    .page_body h3{
        color: #0892bd;
        font-size: 1.4em;
        font-weight: 700;
        margin: 1.7em 1em 0.6em 1em;
        line-height: 1.4;
    }

    .page_body h3.mt_none{
        margin-top: 0;
    }


    .page_body h4{
        font-size: 1.15em;
        font-weight: 700;
        margin: 1.5em 1.1em 0.5em 1.1em;
        line-height: 1.4;
        position: relative;
    }

    .page_body h5{
        font-size: 1.05em;
        font-weight: 500;
        margin: 1.5em 1.3em 0.5em 1.3em;
        line-height: 1.4;
        position: relative;
    }


    .page_body p {
        margin: 0 1.5em 1em 1.5em;
    }

    .page_body p.catch_text{
        margin: 0 0 1em 0;
    }

    .page_body ol{
        list-style: decimal;
        margin: 1em 1.8em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

    .page_body ul{
        margin: 1em 1.8em;
    }

        .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;
                display: block;
                background: #888;
                position: absolute;
                top: 0.78em;
                left: 0;
            }

    .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: 1em 1.5em;
        line-height: 1.6;
    }
        .page_body table th,
        .page_body table td{
            border: 1px solid #e5e5e5;
        }

        .page_body table th{}

        .page_body table thead th{
            text-align: center;
            font-weight: 600;
            padding: 0.25em 0.5em;
            background: #fafafa;
        }


        .page_body table tbody th,
        .page_body table tbody td{
            padding: 0.5em;
        }

        .page_body table tbody th{
            font-weight: 600;
            background: #fafafa;
        }

        .page_body table tbody td{
            background: #fff;
        }

        .page_body strong{
            font-weight: 700;
        }

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


@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1280px) {
    .content_title_wrap{
        padding: 5.625rem 2.5vw 0 10vw;
    }
}

@media screen and (min-width:1px) and (max-width:1200px) {

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .topicpath_content_title{
        height: 12rem;
    }

    .index .topicpath_content_title{
        height: 16rem;
    }

    .content_title_wrap{
        width: 88vw;
        padding: 3.625rem 0 0 0;
    }

    .faculty.index .topicpath_content_title::after{
        width: 48rem;
        height: 16rem;
    }


    .column_wrapper .column_main{
        width: 85vw;
        margin: 0 auto;
    }
}
/* ##########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{
        height: 7.5rem;
        margin-bottom: 2rem;
    }

    .content_title_wrap:before{
        border-radius: 0 2rem 0 0;
    }

    .index .topicpath_content_title{
        height: 8rem;
        margin-bottom: 3rem;
    }

    .topicpath{
        height: 2rem;
    }

        .topicpath ul{
            font-size: 0.7rem;
        }

    .content_title_wrap{
        box-sizing: border-box;
        width: 100%;
        height: calc(100% - 2rem);
        padding: 3rem 0 0;
    }

    .index .content_title_wrap{
        padding-top: 2rem;
    }

    .content_title_wrap .content_title{
        box-sizing: border-box;
        font-size: 1.4rem;
        width: 66vw;
        padding-left: 5vw;
        padding-right: 1vw;
        line-height: 1.2;
    }

    .content_title_wrap .top_parent_title{
        white-space: initial;
        font-size: 1.05rem;
        flex: 1;
        line-height: 1.2;
        padding: 0 3vw;
        text-align: right;
    }

    .index .content_title_wrap .content_title{
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }

    .content_title_wrap .content_title_en{
        font-size: 1.1rem;
        padding-left: 5vw;
    }

    .index .topicpath_content_title::after{
        width: 36rem;
        height: 8rem;
        border-radius: 0 0 0 2rem;
    }

    .column_wrapper .column_main{
        width: 90vw;
        display: flex;
        flex-direction: column-reverse;
    }

    .page_nav{
        margin-top: 3rem;
        margin-bottom: 0;
        width: 90vw;
    }

    .page_body .page_nav{
        margin-top: 0;
    }

    .page_nav ul,
    .page_body .page_nav ul{
        gap: 1rem;
    }

    .page_nav ul li,
    .page_body .page_nav ul li{
        width: calc((100% - 1rem) / 2);
    }

    .page_nav ul li a{
        height: 4.5rem;
        font-size: 1.05rem;
        padding: 0 1rem 0 0.75rem;
    }

    .page_nav ul li a:after{
        top: calc(50% - 0.375rem);
        right: 0.8rem;
    }

    .page_nav ul li a:hover:after{
        right: 0.5rem;
    }

    .page_nav ul li.active a:after,
    .page_nav ul li.current-menu-item a:after{
        top: calc(50% - 0.4375rem);
        right: 0.8rem;
        transform: rotate(180deg);
    }

    .page_body .page_nav ul li.active a:after,
    .page_body .page_nav ul li.current-menu-item a:after{
        transform: none;
    }


    .page_nav ul li.active a:hover:after,
    .page_nav ul li.current-menu-item a:hover:after{
        right: 0.8rem;
    }

    .page_body h2{
        font-size: 1.4em;
        padding: 0.8em 0.6em;
        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.8em 0.5em 0.8em;
    }

    .page_body h4{
        margin: 1em 0.8em 0.5em 0.8em
    }

    .page_body h5{
        margin: 1em 0.9em 0.4em 0.9em;
    }

    .page_body p{
        margin: 0 1em 1em;
    }

    .page_body ul,
    .page_body ol{
        margin: 0.5em 1.1em;
    }

    .page_body table{
        margin: 1em;
    }

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


/* ##########印刷用########## */
@media print{
    .column_wrapper{
        width: calc(100% - 4vw);
    }
}