/**/
@media screen and (min-width: 801px) {
    /*1.PC*/
    .top_level_page_academics.page_college .paging dt {
        float: left;
        margin-right: 15px;
    }

    .page_campus_child .campus_size {
        position: absolute;
        margin: 10px;
        border: none;
        background: none;
    }
}
@media screen and (max-width: 1024px) {
    /*2.タブレット(横)以下*/
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    /*2-1.タブレット(横)のみ*/

}
@media screen and (min-width: 801px) and (max-width: 960px) {
    /*2-2.タブレット(横)Nexus7のみ*/
}

@media screen and (max-width: 960px) {
    /*2-3.タブレット(横)Nexus7以下*/
}

@media screen and (max-width: 800px) {
    /*3.タブレット(縦)・スマホ(縦・横)*/

    .page_campus .main_content .campus_link section a:before,
    .page_campus .main_content .campus_link > section a:before {
        padding-top: 30%;
    }
    .top_level_page_academics .main_content .course > li > h3 {
        margin-bottom: 10px;
    }
    .top_level_page_academics .main_content .course > li figure {
        display: block;
        margin-bottom: 0;
    }
    .top_level_page_academics .main_content .course > li > div {
        margin-bottom: 10px;
    }
    .jp_name {
        display: table !important;
        width: 100%;
    }
    .jp_name .a_box {
        display: table-cell;
        padding: 10px;
        font-size: 14px;
        background-position: 10px center;
        background-size: 55px 55px;
        height: 70px;
        vertical-align: middle;
    }
    body:not(.page_graduate) .jp_name .a_box {
        padding-left: 70px;
    }
    .jp_name span {
        position: static;
        float: right;
    }

    .pres_name {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width: 481px) and (max-width: 800px) {
    /*3-1.タブレット(縦)・スマホ(横)のみ*/
}

@media screen and (max-width: 480px) {
    /*4.スマホのみ*/
}

