@charset "utf-8";
/*お知らせの一覧ページ*/
li {
    list-style: none;
  }
  
.main, .home-main {
    display: block;
    width: 100%;
    padding-top: 48px;
    margin-top: 87px;
  }

  /*パンくずリスト*/
  .c-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    font-size: 0.875rem;
    color: #6C6C6C;
    line-height: 3.2;
  }

  .c-breadcrumbs > li {
    display: inline-block;
    position: relative;
  }
  .c-breadcrumbs > li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .inner.is-small {
    max-width: calc(1160px + 8%);
  }
  
  .inner {
    max-width: calc(1280px + 8%);
    padding-right: 4%;
    padding-left: 4%;
    margin: 0 auto;
  }
  /*リストデザイン*/
  .cat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8125rem;
    color: #555555;
  }
  .cat-list > li {
    min-width: 40px;
    padding: 5px;
    margin-bottom: 0.5em;
    background-color: #F3F3F3;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
  }
  .cat-list > li:not(:last-of-type) {
    margin-right: 0.923em;
  }

  .news-title {
    margin-bottom: 1em;
    font-family: "Marcellus", serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .news-list > li {
    padding-bottom: 18px;
    border-bottom: 1px solid #BABABA;
  }
  .news-list > li:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .news-list a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 3.193%;
    position: relative;
  }
  .news-list a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #E5E5E5 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .news-list .thumbnail {
    width: 17.288%;
    margin-right: 6.101%;
    line-height: 1;
  }
  .news-list .text {
    flex: 1 1 0;
    line-height: 1.687;
  }
  .news-list .date {
    font-size: 0.8125rem;
    color: #808080;
  }