@charset "UTF-8";
/* ===================================================================
CSS information

file name  : effort_kinchu.css
style info : effort_近畿中部防衛局用カスタム
=================================================================== */

.newscontentbox {
  max-height: 15em;
  overflow-y: scroll;
}

@media (min-width: 521px) {
  #contents .con-effort_construction .col_rev {
    flex-direction: row-reverse;
  }
  #contents .con-effort_construction .col_rev .col_first {
    margin-right: 0;
    flex: 0 0 65%;
  }
  #contents .con-effort_construction .col_rev .col_second {
    margin-right: 32px;
    flex: 0 0 calc((100% - 32px) - 65%);
  }
}
