@charset "UTF-8";
/*------------------------------------------------------
 週報
-------------------------------------------------------*/
ul.year-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0; }
  ul.year-list li a {
    display: block;
    text-align: center;
    padding: 0.3em 1em;
    background: #355c97;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold; }
    ul.year-list li a.active {
      background: #f44336; }
  @media screen and (max-width: 768px) {
    ul.year-list {
      border-right: none; } }
