h1 span.viewmore{
 position: absolute;
 right: 0;
}
.column.top-left-menu>div{
 margin-bottom: 10px;
}
table.topnews{
}
table.topnews tr {
 display: block;
 padding-bottom: 1em;
 border-bottom: 1px solid #999;
}
table.topnews tr:not(table.topnews tr:nth-child(1)){
 padding-top: 1em;
}
table.topnews tr td{
 color: #666;
 display: block;
 border:none;
 position: relative;
}
table.topnews tr td a{
 color: #000;
 display: block;
 text-decoration: none;
 padding-right: 30px;
}
table.topnews tr td a::after{
 content: url('../img/top/top_news-linkBt.png');
 position: absolute;
 right: 0;
 bottom: 0px;
}
table.topnews tr td:nth-child(1)::after{
 margin-left: 3em;
 display: inline-block;
}
table.topnews tr.infoc1 td:nth-child(1)::after{
 content: url('../img/top/top_news-shibu.png');
}
table.topnews tr.infoc2 td:nth-child(1)::after{
 content: url('../img/top/top_news-forum.png');
}
table.topnews tr.infoc3 td:nth-child(1)::after{
 content: url('../img/top/top_news-kengaku.png');
}
table.topnews tr.infoc4 td:nth-child(1)::after{
 content: url('../img/top/top_news-gijutuseminar.png');
}
table.topnews tr.infoc5 td:nth-child(1)::after{
 content: url('../img/top/top_news-schooling.png');
}
@media screen and (max-width: 640px) {
 .column.top-left-menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 }
 .column.top-left-menu>div{
  width: 33.33333%;
 }
 table.topnews tr td a::after{
  bottom: -10px;
 }
}