body { background-color: rgba(0, 0, 0, 0.08); }

.visual_box { width: 100%; background-image: url(../images/building.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; padding-top: 40px; padding-bottom: 40px; }
.visual_box h3 { color: #FFFFFF; }

.news_wrap { padding-top: 5rem; min-height: calc(100vh - 30em); }

.table table { width: 100%; }
.table table tr th { padding: 1rem; color: #333333; font-weight: 400; border-top: 1px dotted #707070; text-decoration: none; }
.table table tr th.title { padding-right: 2rem; width: 10%; vertical-align: middle; }
.table table tr th.news_title { text-align: left; }
.table table tr th.news_title a { text-decoration: none; color: inherit; }
.table table tr.last_news { border-bottom: 1px dotted #707070; }

@media screen and (max-width: 460px) { .news_wrap { padding-top: 2rem; }
  .table table { font-size: 14px; } }

/*# sourceMappingURL=news_list.css.map */
