@charset "utf-8";
@import url('news_common.css');
/*--京news.css--*/
/* ##########PC########## */
.column_wrapper.two_col{
    margin-top: 6rem;
}



@media screen and (min-width:1px) and (max-width:1400px) {
}

/*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:575px) {
    .column_wrapper.two_col{
        margin-top: 2rem;
    }

    .column_wrapper.two_col .column_sub{
        margin-top: 3em;
        margin-left: 0;
        margin-right: 0;
    }

}


/* ##########印刷用########## */
@media print{

}