@charset "utf-8";

@media screen and (max-width: 768px) {
  /* お知らせページ
  --------------------------------------------------------- */
  .list-news > li + li {
    padding-top: 25px;
    margin-top: 25px;
  }

  .news-list-wrap .date-news {
    width: auto;
    font-size: 14px;
    margin-right: 15px;
  }

  .news-list-wrap .label-news {
    font-size: 12px;
    padding: 2px 13px;
  }

  .news-list-wrap > .lower {
    display: block;
  }

  .news-list-wrap .ttl-news {
    width: 100%;
    font-size: 16px;
  }

  /* お知らせ詳細ページ
  --------------------------------------------------------- */
  .date-news-detail {
    font-size: 12px;
  }

  .ttl-news-detail {
    margin-bottom: 20px;
  }

  .thum-news {
    width: 100%;
    margin-bottom: 30px;
  }

  .thum-news.is-wide {
    width: 100%;
  }

  .ttl-news-summary {
    font-size: 18px;
  }

  .news-summary-tbl > dt {
    width: 100%;
    padding: 20px 0 10px;
  }

  .news-summary-tbl > dd {
    width: 100%;
    padding: 0 0 20px;
  }

  .news-summary-tbl > dd:not(:nth-of-type(1)) {
    border-top: none;
  }

  .news-speaker-wrap + .news-speaker-wrap {
    margin-top: 40px;
  }

  .prof-speaker {
    align-items: flex-start;
  }

  .prof-speaker > .photo {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }

  .prof-speaker > .content {
    width: calc(100% - 95px);
  }
}
