@charset "UTF-8";

@media screen and (max-width: 768px) {
    .sp_br {
        display: block;
    }
    
    .school_lists {
        flex-direction: column;
        margin-bottom: 50px;
    }
    
    .school_lists li {
        width: 100%;
        margin-bottom: 45px;
    }
    
    .school_lists li:last-child {
        margin-bottom: 0;
    }
    
    .school_lists li a {
        display: block;
    }
    
    .school_lists li a img {
        width: 100%;
    }
    
    footer p {
        font-size: 1.6rem;
        text-align: center;
    }






































}