@charset "utf-8";
/*--京apply.css--*/
/* ##########PC########## */
.intro_box{
    margin-bottom: 2em;
}

    .intro_box h2{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        margin-top: 0;
        font-size: 1.6em;
    }
        .intro_box h2::before{
            content: none;
        }

        .intro_box h2 .lbl1{
            margin-bottom: 0.5em;
        }

.ouline_info_box{
    margin: 0 4.75rem 2em;
    display: flex;
}

    .ouline_info_box > .box_inner{
        flex: 1;
        padding-right: 4em;
    }

        .ouline_info_box > .box_inner dl{
            margin-bottom: 1em;
        }

            .ouline_info_box > .box_inner dl dt{
                font-weight: 600;
                position: relative;
                padding-left: 1.3em;
            }

                .ouline_info_box > .box_inner dl dt::before{
                    font-family: FontAwesome;
                    content:"\f111";
                    display: inline-block;
                    position: absolute;
                    top: 0.15em;
                    left: 0;
                    color: #2b405a;
                    font-size: 0.8em;
                    font-weight: normal;
                }

    .ouline_info_box > .box_footer{
        width: 20rem;
    }

        .ouline_info_box > .box_footer p{
            margin: 0.5em 0 0 0;
            font-size: 0.9em;
            text-align: center;
        }

        .fig_poster{}

            .fig_poster a{
                display: block;
                border: 1px solid #ccc;
                transition: .4s all ease;
            }

            .fig_poster a:hover{
                border-color: #2b405a;
            }

                .fig_poster a img{
                    transition: .4s all ease;
                }

                .fig_poster a:hover img{
                    filter: brightness(1.1);
                }

.btn_boshuyoko {}

    .btn_boshuyoko a{
        display: inline-block;
        position: relative;
        font-weight: 600;
    }

        .btn_boshuyoko a::after{
            content: "";
            display: inline-block;
            background-image: url(../shared/icon_pdf.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 1.875rem;
            height: 1.125rem;
            position: absolute;
            top: 0.4em;
            right: -2.5rem;
        }

.btn_apply_form dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3em;
}

    .btn_apply_form dl dt{
        font-weight: 600;
        margin-bottom: 1em;
    }

    .btn_apply_form a{
        position: relative;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #2b3f58;
        height: 3.75rem;
        border-radius: 1.875rem;
        padding: 0 4em;
        color: #2b3f58;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.2em;
        transition: .4s all ease;
    }

    .btn_apply_form a:hover{
        background: #2b3f58;
        color: #fff;
        box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    }

    .btn_apply_form a::after{
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../shared/icon_arrow.png);
        width: 0.75rem;
        height: 0.875rem;
        top: calc(50% - 0.4375rem);
        right: 1.5rem;
        transition: .4s all ease;
    }

    .btn_apply_form a:hover::after{
        filter: brightness(0) invert(1);
    }

    .btn_apply_form a .lbl2{
        font-size: 0.9em;
        font-weight: normal;
    }

@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1200px) {}

/*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:479px) {
    .intro_box h2{
        font-size: 1.2em;
        text-align: center;
    }

    .ouline_info_box{
        flex-direction: column;
        align-items: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

        .ouline_info_box > .box_inner{
            padding-right: 0;
            flex: initial;
            margin-bottom: 2em;
        }

        .btn_boshuyoko{
            text-align: center;
        }

        .ouline_info_box > .box_footer{
            width: 50%;
        }

}


/* ##########印刷用########## */
@media print{
}