@charset "utf-8";
/*--京career.css--*/
/* ##########PC########## */
.contents.career.recruit .child_page_list,
.contents.career.internship .child_page_list{
    display: none;
}

.recruit_entrance_box{
    margin-top: 2em;
}

    .recruit_entrance_box > .box_inner > ul{
        display: flex;
        gap: 2em;
        margin-top: 0;
        margin-bottom: 0;
    }

    .recruit_entrance_box > .box_inner > ul > li{
        box-sizing: border-box;
        margin: 0;
        padding: 1.5em 1em;
        width: calc((100% - 2em) / 2);
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 0.5rem;
    }

    .recruit_entrance_box > .box_inner > ul > li::before{
        content: none;
    }

        .recruit_entrance_box > .box_inner > ul > li dl dt{
            margin-bottom: 1em;
        }

        .recruit_entrance_box > .box_inner > ul > li dl dt a{
            background: #0d228d;
            text-decoration: none;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 100vh;
            line-height: 1.4;
            padding: 0.7em 0 0.6em;
            font-weight: 500;
            border: 2px solid #0d228d;
            transition: .3s all ease;
        }

        .recruit_entrance_box > .box_inner > ul > li dl dt a:hover{
            background: #fff;
            color: #0d228d;
            box-shadow: 3px 3px 0 0 rgba(0,0,0,0.2);
        }

            .recruit_entrance_box > .box_inner > ul > li dl dt a .lbl1{
                font-size: 1.2em;
                font-weight: 600;
            }

        .recruit_entrance_box > .box_inner > ul > li dl dd{
            display: flex;
            flex-direction: column;
            align-items: center;
            line-height: 1.4;
        }

            .recruit_entrance_box > .box_inner > ul > li dl dd > p{
                margin: 0 0 0.8em 0;
                font-weight: 500;
                border-bottom: 1px solid #555;
            }

            .recruit_entrance_box > .box_inner > ul > li dl dd > ul{
                box-sizing: border-box;
                margin: 0;
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding: 0 1em;
            }

            .recruit_entrance_box > .box_inner > ul > li dl dd > ul > li{
                margin-bottom: 0;
                padding-left: 0;
                font-weight: 500;
            }

            .recruit_entrance_box > .box_inner > ul > li dl dd > ul > li::before{
                content: none;
            }

            .recruit_entrance_box > .box_inner > ul > li dl dd > ul > li > ul{
                margin: 0.3em 0 0 0;
                font-size: 0.9em;
                font-weight: normal;
            }

            .recruit_entrance_box > .box_inner > ul > li dl dd > ul > li > ul > li{
            }

            .recruit_entrance_box > .box_inner > ul > li dl dd > ul > li > ul > li::before{
                font-family: FontAwesome;
                content:"\f105";
                width: auto;
                height: auto;
                background: none;
                top: 0;
                font-size: 0.8em;
                color: #555;
            }

.shinro_anc_nav{
    font-weight: 500;
    line-height: 1.7;
}

    .page_body .shinro_anc_nav > li::before{
        font-family: FontAwesome;
        content:"\f0da";
        width: auto;
        height: auto;
        line-height: 1;
        top: 0.2em;
        background: none;
        color: #0f228b;
    }

    .page_body .shinro_anc_nav ul{
        margin: 0.3em 0 0.7em;
        font-weight: normal;
    }

        .page_body .shinro_anc_nav ul li::before{
            top: 0.6em;
        }

.contents[class*="shinro"] .page_body table{
    width: 100%;
    line-height: 1.2;
}


            

@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {

    .recruit_entrance_box > .box_inner > ul{
        flex-direction: column;
    }

    .recruit_entrance_box > .box_inner > ul > li{
        width: 100%;
    }

    .recruit_entrance_box > .box_inner > ul > li dl dd > ul{
        padding: 0;
    }


}


/* ##########印刷用########## */
@media print{

}