/*======================
 * 番組審議会議事録一覧
 =======================*/
.council-list {
  .main-contents {
    margin-bottom: 80px;
  }
  .main-contents ul {
    column-count: 3;
    column-gap: 40px;
    padding: 0;
    margin: 0;
  }
  .main-contents ul li {
    break-inside: avoid;
    list-style: none;
    margin-bottom: 10px;
  }
  .main-contents ul li a {
    color: #5eb336;
    text-decoration: underline;
    line-height: 24px;
  }
  @media screen and (max-width: 480px) {
    .main-contents ul {
      column-count: 1;
      column-gap: 40px;
      padding: 0;
      margin: 0;
    }
  }
}

/*======================
 * 番組審議会議事録
 =======================*/
.council {
  .page-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 1.5px;

    @media screen and (max-width: 480px) {
      font-size: 20px;
      font-weight: bold;
      line-height: 28px;
    }
  }

  .content-wrap h2 {
    font-weight: bold;
    margin-bottom: 20px;

    @media screen and (max-width: 480px) {
      font-size: 20px;
    }
  }

  .content-wrap p {
    line-height: 24px;
    letter-spacing: 1.5px;
  }
}
