/* schoollistのデバイスハック用 */
/*@media (max-width: 979px) {
    .properties-grid .span2-1  .title h2{
        font-size: 14px!important;
    }
    .properties-grid .span2-1  .title h2 a{
        font-size: 14px!important;
    }
}

@media (max-width: 768px) {
    .properties-grid .span2-1  .title h2{
        font-size: 14px!important;
    }
    .properties-grid .span2-1  .title h2 a{
        font-size: 14px!important;
    }
}
@media (max-width: 479px) {
    .properties-grid .span2-1  .title h2{
        font-size: 14px!important;
    }
    .properties-grid .span2-1  .title h2 a{
        font-size: 14px!important;
    }
}*/