@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
色に関して記述しているファイル
色に関して、ここで宣言をしたものを利用する様にする
*/
:root {
  --color-font-default: #262924;
  --color-font-black: #000000;
  --color-font-white: #fff;
  --color-font-light-green: #E2F1D5;
  --color-font-gray: #979797;
  --color-font-dark-gray: #6F6F6F;
  --color-font-dark-gray2: #7F7F7F;
  --color-font-dark-gray3: #828282;
  --color-font-light-gray: #F2F2F2;
  --color-font-light-gray2: #F4F4F4;
  --color-font-light-gray3: #BDBDBD;
  --color-font-red: #FA6767;
  --color-font-green: #6eb92b;
  --color-bg-default: #fff;
  --color-bg-green: #6eb92b;
  --color-bg-light-green: #F3F9EE;
  --color-bg-light-gray: #F7F7F7;
  --color-bg-light-gray2: #F8F8F8;
  --color-bg-gray: #979797;
  --color-bg-black: #262924;
  --color-button-default: #000;
  --color-stroke-default: #121830;
  --color-stroke-gray: #BDBDBD;
  --color-stroke-dark-gray: #979797;
  --color-stroke-light-gray: #EAEAEA;
  --color-stroke-light-gray2: #EEEEEE;
  --color-stroke-light-gray3: #e0e0e0;
  --color-stroke-black: #000000;
  --color-stroke-black2: #262924;
  --color-stroke-white: #ffffff;
  --color-stroke-twitter: #20A1F1;
  --color-stroke-facebook: #405992;
  --color-stroke-green: #6eb92b;
}

/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
/* ブレイクポイントの設定 min~max */
/* mq-target:指定してメディアクエリのみに適用 */
/* mq:指定より小さい画面に適用 */
.page-archive-newses {
  overflow: hidden;
}

.page-archive-newses > .newses > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 77px;
}

@media screen and (max-width: 896px) {
  .page-archive-newses > .newses > .container {
    display: block;
    padding-top: 58px;
    padding-bottom: 0;
  }
}

.page-archive-newses > .newses > .container > .main {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 840px;
  flex: 0 2 840px;
  min-width: 0;
  padding-right: 24px;
}

@media screen and (max-width: 896px) {
  .page-archive-newses > .newses > .container > .main {
    padding-right: 0;
    padding-bottom: 104px;
  }
}

.page-archive-newses > .newses > .container > .main > .newses-list > .ttl {
  font-size: 42px;
  line-height: 180%;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 896px) {
  .page-archive-newses > .newses > .container > .main > .newses-list > .ttl {
    font-size: 32px;
  }
}

.page-archive-newses > .newses > .container > .main > .newses-list > .newses {
  position: relative;
  margin-top: 64px;
}

@media screen and (max-width: 896px) {
  .page-archive-newses > .newses > .container > .main > .newses-list > .newses {
    margin-top: 48px;
  }
}

.page-archive-newses > .newses > .container > .main > .newses-list > .newses::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--color-stroke-light-gray);
}

.page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news {
  position: relative;
}

.page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--color-stroke-light-gray);
}

.page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news > .news-cont > .news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 28px 0;
}

@media screen and (max-width: 896px) {
  .page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news > .news-cont > .news-link {
    display: block;
    padding: 20px 0;
  }
}

.page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news > .news-cont > .news-link > .news-date {
  width: 122px;
  min-width: 122px;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-bg-gray);
}

@media screen and (max-width: 896px) {
  .page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news > .news-cont > .news-link > .news-date {
    width: initial;
    font-size: 14px;
    line-height: 17px;
  }
}

.page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news > .news-cont > .news-link > .news-ttl {
  width: calc(100% - 122px);
  margin-top: 0;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 896px) {
  .page-archive-newses > .newses > .container > .main > .newses-list > .newses > .news > .news-cont > .news-link > .news-ttl {
    width: initial;
    margin-top: 4px;
    font-size: 16px;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
  }
}

.page-archive-newses > .newses > .container > .main > .newses-list > .pagination {
  margin-top: 84px;
}
