@charset "UTF-8";
/* CSS Document */
#news h2 {white-space: nowrap;}
#news .inner {display: flex;}
#news dl {
    display: flex;
    margin-bottom: 20px;
}
#news dl:last-child{margin-bottom: 0;}

@media(max-width:768px){
    #news .inner{flex-direction: column;}
    #news dl{
        flex-direction: column;
        margin-bottom: 10px;
    }
    
}