@charset "utf-8";
/* CSS Document */
:root {

  /* ===============================
     PCサイズ変換ルール（事業所関連ページのみ）
     ─────────────────────────
     デザイン基準：1800px
     実装：vwベースで可変
     使用例：
     45px → calc(45 * var(--pc))
     =============================== */
  --pc-base: 1800;

  /* ===============================
     SPサイズ変換ルール（可変）
     ─────────────────────────
     デザイン基準：750px（Illustrator）
     ※ 750pxは375px実機想定の2倍データ

     ポイント：
     ・単位なしscaleは使わず「長さ(px相当)」として持つ
     ・viewport幅に応じて自然に拡縮される
     =============================== */
  --sp-design-base: 750;

  /* カラーの定義 */
  --maincolor: #f26522;

  /* 1デザインpx（PC）= 100vw/1800 の“長さ” */
  --pc: calc(100vw / var(--pc-base));
}

/* SP時のみ 1デザインpx（SP）= 100vw/750 の“長さ” を定義 */
@media (max-width: 767.98px) {
  :root {
    --sp: calc(100vw / var(--sp-design-base));

    /*
      使用例：
      32px → calc(32 * var(--sp))
      80px → calc(80 * var(--sp))

      ※ 端末幅に応じて自動調整
    */
  }
}


/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "";
	white-space: pre;
}
.spno-break:before {
	content: "\A";
	white-space: pre;
}
@media (max-width: 767.98px) {
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "\A";
	white-space: pre;
}
.spno-break:before {
	content: "";
	white-space: pre;
}
}

/* 見出し：中央＋赤い下線（他のページと共通デザイン） */
.k-news__ttl{
  margin: 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: .14em;
  color: #3e3a3a;
  position: relative;
  padding: 0 0 40px;
}
.k-news__line{
  display: block;
  width: 46px;
  height: 2px;
  background: #d86a78;
  margin: 12px auto 0;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
.k-news__ttl{
font-size: 18px;
padding: 0 0 30px;
}
}

/* 共通ボタン */
.pinkbtnwrap01 {
  display: table;
  margin: 0 auto;
}
.pinkbtnflexwrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 480px;
  margin: 0 auto;
  gap: 20px 20px;
}
.pinkbtnflex2columninner01 {
  width: calc(100% / 2 - 20px);
}
.pinkbtnflexwrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 540px;
  margin: 0 auto 20px;
  gap: 20px 20px;
}
.pinkbtnflex2columninner02 {
  width: calc(100% / 2 - 10px);
}
.pinkbtn01 {
  font-size: calc(13 * var(--pc));
  text-align: center;
  margin: 0;
}
.pinkbtn01 a:link {
  text-decoration: none !important;
}
.pinkbtn01 a:visited {
  text-decoration: none !important;
}
.pinkbtn01 a:hover {
  text-decoration: none !important;
}
.pinkbtn01-outlinenext {
  display:inline-flex;
  align-items:center;
  justify-content: center;
  white-space: nowrap;
  font-size: 13px;
  min-height: 48px;
  gap:8px;
  padding: 12px 20px;
  border:2px solid #ffffff;
  border-radius:999px;
  font-weight:500;
  color: #595757;
  background:#fee3e3;
}
.pinkbtn01-outlinenext::after {
  content:"▲";
  font-size: calc(12 * var(--pc));
  line-height:1;
  transform: rotate(90deg) scaleY(1.0) translateX(1px);
  text-align: center;
  color: #595757;
}
.pinkbtn02-outlinenext {
  display:inline-flex;
  align-items:center;
  justify-content: center;
  white-space: nowrap;
  font-size: 13px;
  width: 100%;
  min-height: 48px;
  gap:8px;
  padding: 12px 20px;
  border:2px solid #ffffff;
  border-radius:999px;
  font-weight:500;
  color: #595757;
  background:#fee3e3;
}
.pinkbtn02-outlinenext::after {
  content:"▲";
  font-size: calc(12 * var(--pc));
  line-height:1;
  transform: rotate(90deg) scaleY(1.0) translateX(1px);
  text-align: center;
  color: #595757;
}
.whitebtn01-outlinenext {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:5px 10px;
  border:2px solid #ffffff;
  border-radius:999px;
  font-weight:500;
  color: #595757;
  background:#ffffff;
}
.whitebtn01-outlinenext::after {
  content:"▲";
  font-size: calc(12 * var(--pc));
  line-height:1;
  transform: rotate(90deg) scaleY(1.0) translateX(1px);
  text-align: center;
  color: #9a6165;
}
.pinkpdfbtn01-outlinenext {
  display:inline-flex;
  align-items:center;
  justify-content: center;
  white-space: nowrap;
  font-size: 13px;
  min-height: 48px;
  gap:8px;
  padding: 12px 20px;
  border:2px solid #ffffff;
  border-radius:999px;
  font-weight:500;
  color: #221815;
  background:#fee3e3;
}
.pinkpdfbtn01-outlinenext::after {
  content: url("../images/k-news-common/pdficon01.png");
  display: inline-block;
  width: 15px;
  line-height:1;
}
.pdflinkicon01:link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #221815;
  text-decoration: underline !important;
}
.pdflinkicon01:visited {
  text-decoration: underline !important;
}
.pdflinkicon01:hover {
  text-decoration: underline !important;
}
.pdflinkicon01:active {
  text-decoration: underline !important;
}
.pdflinkicon01::after {
  content: url("../images/k-news-common/pdficon01.png");
  display: inline-block;
  width: 15px;
  line-height: 1;
  margin: 0 0.5em;
}
@media (max-width: 767.98px) {
/* 共通ボタン */
.pinkbtnwrap01 {
  display: table;
  margin: 0 auto;
}
.pinkbtnflexwrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 20px 0;
}
.pinkbtnflex2columninner01 {
  width: 100%;
}
.pinkbtnflexwrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto 20px;
  gap: 20px 20px;
}
.pinkbtnflex2columninner02 {
  width: 100%;
}
.pinkbtn01 {
    font-size: 18px;
    margin: 0 !important;
    font-weight: 500;
    margin: 0.2em 0 !important;
  }
.pinkbtn01 a:link {
  text-decoration: none !important;
}
.pinkbtn01 a:visited {
  text-decoration: none !important;
}
.pinkbtn01 a:hover {
  text-decoration: none !important;
}
.pinkbtn01-more {
    font-size: 16px;
    text-align: center;
    margin: 0.5em 0 0;
  }
.pinkbtn01-outlinenext {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 36px;
    border:2px solid #ffffff;
    border-radius:999px;
    font-weight:500;
    color: #595757;
    background:#fee3e3;
  }
  .pinkbtn01-outlinenext::after {
    content:"▲";
    font-size: 14px;
    line-height: 1;
    transform: rotate(90deg) scaleY(1.0) translateX(1px);
    text-align: center;
    color: #595757;
  }
.pinkbtn02-outlinenext {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 36px;
    border:2px solid #ffffff;
    border-radius:999px;
    font-weight:500;
    color: #595757;
    background:#fee3e3;
  }
  .pinkbtn02-outlinenext::after {
    content:"▲";
    font-size: 14px;
    line-height: 1;
    transform: rotate(90deg) scaleY(1.0) translateX(1px);
    text-align: center;
    color: #595757;
  }
.whitebtn01-outlinenext {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 36px;
  border:2px solid #ffffff;
  border-radius:999px;
  font-weight:500;
  color: #221815;
  background:#ffffff;
}
.whitebtn01-outlinenext::after {
  content:"▲";
  font-size: 14px;
  line-height:1;
  transform: rotate(90deg) scaleY(1.0) translateX(1px);
  text-align: center;
  color: #9a6165;
}
.pinkpdfbtn01-outlinenext {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 36px;
    border:2px solid #ffffff;
    border-radius:999px;
    font-weight:500;
  color: #595757;
  background:#fee3e3;
}
.pinkpdfbtn01-outlinenext::after {
  content: url("../images/k-news-common/pdficon01.png");
  display: inline-block;
  width: 12px;
  line-height:1;
}
.pdflinkicon01:link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #221815;
  text-decoration: underline !important;
}
.pdflinkicon01:visited {
  text-decoration: underline !important;
}
.pdflinkicon01:hover {
  text-decoration: underline !important;
}
.pdflinkicon01:active {
  text-decoration: underline !important;
}
.pdflinkicon01::after {
  content: url("../images/k-news-common/pdficon01.png");
  display: inline-block;
  width: 12px;
  line-height: 1;
  margin: 0 0.5em;
}
}


/*---------------------------------
   下層お知らせ
---------------------------------*/
.k-newsdetailwrap01 {
  position: relative;
  padding: 115px 0 0;
  overflow: hidden;
}

.k-newsdetailwrap01 .container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
}
.k-newsdetailwrap01 .container p {
  margin: 0;
}
@media (max-width: 767.98px) {
.k-newsdetailwrap01 {
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
}

.k-newsdetailwrap01 .container {
  position: relative;
  z-index: 1;
  max-width: 92vw;
}
.k-newsdetailwrap01 .container p {
  margin: 0;
}
}


/*---------------------------------
  カテゴリー
---------------------------------*/
#categorywrap01 {
    width: 100%;
    background: #f9f4f4;
    margin: 0 0 50px;
}
#categorywrap02 {
    width: calc(1200 * var(--pc));
    margin: 0 auto;
    padding: 65px 0;
}
.category-line-wrap {
    display: flex;
    align-items: center;
    padding: 0 0 50px;
}

.category-title {
    font-size: 22px;
    font-weight: 600;
    color: #813037;
    margin-right: 1em;
}

.category-line {
    flex: 1;
    height: 1px;
    background: #813037;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.category-list li {
  flex: 0 0 calc((100% - 60px) / 5); /* 5列固定 + gap考慮 */
  box-sizing: border-box;
}

.category-list a {
  display: block;
  width: 100%;
  background: #813037;
  box-shadow: 1px 1px 7px 0px rgba(108, 150, 203, 0.3);
  font-size: calc(14 * var(--pc));
  font-weight: 400;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 0.6em;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.category-list a:hover {
  background: #dc757e;
  color: #fff;
}

.category-list .is-active {
  background: #dc757e;
  color: #fff;
}
@media (max-width: 767.98px) {
#categorywrap01 {
    width: 100%;
    background: #f9f4f4;
    margin: 0 0 50px;
}
#categorywrap02 {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0;
}
.category-line-wrap {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
}

.category-title {
    font-size: clamp(16px, 5vw, 20px);
    font-weight: 600;
    margin-right: 1em;
}

.category-line {
    flex: 1;
    height: 1px;
    background: #813037;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.category-list li {
  flex: 0 0 calc((100% - 15px) / 2);
}

.category-list a {
  display: block;
  width: 100%;
  background: #813037;
  box-shadow: 1px 1px 7px 0px rgba(108, 150, 203, 0.3);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border: none;
  padding: 0.5em;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.category-list a:hover {
  background: #dc757e;
  color: #fff;
}

.category-list .is-active {
  background: #dc757e;
  color: #fff;
}
.news-heading {
  position: relative;
  border-top: 1px solid #000;
  margin: 50px 0 30px;
  padding-top: 25px; /* ラベル分の余白 */
}
}

/* ===== 下層ニュース一覧（トップページ一覧に合わせる） ===== */
.corp-news--sub .c-info__items{
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e9e9e9;
}

.corp-news--sub .c-info__item{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}

.corp-news--sub .c-info__item > a{
  display: grid;
  grid-template-columns: 160px 140px 1fr;
  align-items: start;
  column-gap: 22px;
  padding: 24px 10px;
  color: inherit;
  text-decoration: none;
}

.corp-news--sub .c-info__item__meta,
.corp-news--sub .c-info__title{
  display: contents;
}

.corp-news--sub .c-info__date{
  margin: 0;
  font-size: 14px;
  color: #252a2f;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: left;
}

.corp-news--sub .c-info__tag{
  justify-self: start;
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #efcfd4;
  background: #fff6f7;
  color: #7b3a3a;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1;
  white-space: nowrap;
}

.corp-news--sub .c-info__txt{
  margin: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #252a2f;
  line-height: 1.6;
  text-align: left;
}

.corp-news--sub .c-info__item > a:hover .c-info__txt{
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 767.98px){
  .corp-news--sub .c-info__item > a{
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 18px 6px;
  }

  .corp-news--sub .c-info__item__meta,
  .corp-news--sub .c-info__title{
    display: block;
  }

  .corp-news--sub .c-info__date{
    font-size: 13px;
  }

  /* 日付 → タグを改行して左揃え */
  .corp-news--sub .c-info__item__meta{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .corp-news--sub .c-info__date{
    display: block;
    text-align: left;
  }

  /* タグは中央寄せ（ボタン内テキスト） */
  .corp-news--sub .c-info__tag{
    margin-top: 0;
    justify-content: center;
    text-align: center;
  }

  .corp-news--sub .c-info__txt{
    font-size: 16px;
  }
}
@media (max-width: 767.98px){

  /* 日付 → タグを改行して左揃え */
  .corp-news--sub .c-info__item__meta{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .corp-news--sub .c-info__date{
    display: block;
    text-align: left;
  }

  /* タグは中央寄せ（ボタン内テキスト） */
  .corp-news--sub .c-info__tag{
    margin-top: 0;
    justify-content: center;
    text-align: center;
  }
}

/* ===== ページネーション ===== */
.c-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 16vw;
}

.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.66667vw;
  height: 10.66667vw;
  margin: 0 2.66667vw 0;
  font-size: 4.26667vw;
  color: #000;
  font-weight: bold;
  font-family: "Roboto", serif;
  font-weight: normal;
}

.c-pagination .page-numbers.current {
  background: #f5e7e7;
  color: #833636;
  font-weight: bold;
  border-radius: 100%;
}

.c-pagination .next,
.c-pagination .prev {
  font-size: 4.26667vw;
  font-family: "Roboto", serif;
  width: 18.66667vw;
  height: 10.66667vw;
  font-weight: normal;
  color: #833636;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 0;
}

.c-pagination .next.disable,
.c-pagination .prev.disable {
  opacity: 0.5;
}

.c-pagination .next {
  background: url(./images/news/bg_next.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  justify-content: flex-start;
  padding-left: 2.66667vw;
}

.c-pagination .prev {
  background: url(./images/news/bg_prev.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  justify-content: flex-end;
  margin: 0;
  padding-right: 2.66667vw;
}

.c-pagination .dots {
  background: transparent;
  color: #333;
  font-weight: bold;
}

@media (max-width: 767.98px){
  .c-pagination {
    width: calc(100% - 42.66667vw);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 10.66667vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .c-pagination .page-numbers:not(.prev),
  .c-pagination .page-numbers:not(.next) {
    width: 10.66667vw;
    height: 10.66667vw;
    margin: 0;
  }

  .c-pagination .prev,
  .c-pagination .next {
    width: 18.66667vw !important;
    height: 10.66667vw !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-pagination .prev {
    left: -21.33333vw;
  }

  .c-pagination .next {
    right: -21.33333vw;
  }

  .c-pagination::before {
    content: "";
    display: block;
    width: 10.66667vw;
    order: 1;
  }

  .c-pagination::after {
    content: "";
    display: block;
    width: 10.66667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 100px;
    align-items: center;
  }

  .c-pagination .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 1.6rem;
  }

  .c-pagination .next,
  .c-pagination .prev {
    width: 70px;
    height: 40px;
  }

  .c-pagination .next {
    width: 70px;
    height: 40px;
    background-size: cover;
    padding-left: 10px;
    margin-left: 40px;
  }

  .c-pagination .prev {
    width: 70px;
    height: 40px;
    background-size: cover;
    padding-right: 10px;
    margin-right: 40px;
  }
}


/* ===== 詳細ページ（下層用上書き） ===== */
.c-section__lower{
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0 0 60px;
}

.c-section__lower .c-ttlLowerTitle{
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  color: #252a2f;
  text-align: left;
}

.c-news__meta{
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 40px;
}

.c-news__date{
  font-size: 14px;
  color: #252a2f;
  letter-spacing: .02em;
  text-align: left;
}

.c-news__cat{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #efcfd4;
  background: #fff6f7;
  color: #7b3a3a;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1;
  white-space: nowrap;
}

.c-news__details{
  font-size: 16px;
  line-height: 1.9;
  color: #252a2f;
  text-align: left;
}

.c-news__details p{
  margin: 0 0 1.5em;
}

.c-news__details h2{
  margin: 2.5em 0 0.8em;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  color: #252a2f;
}

.c-news__details h3{
  margin: 2em 0 0.6em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #252a2f;
}

.c-news__details ul,
.c-news__details ol{
  margin: 0 0 1.5em;
  padding-left: 1.4em;
}

.c-news__details li{
  margin-bottom: 0.4em;
}

.c-news__details a{
  color: #7b3a3a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-news__details a:hover{
  text-decoration: none;
}

/* エディター側の配置・サイズ指定を優先し、はみ出し防止のみ行う */
.c-news__details img{
  max-width: 100%;
  height: auto;
}

.c-news__details figure{
  max-width: 100%;
  margin: 24px 0;
}

.c-news__details figure img{
  max-width: 100%;
  height: auto;
}

.c-news__details table{
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}

.c-news__details th,
.c-news__details td{
  border: 1px solid #e9e9e9;
  padding: 10px;
  text-align: left;
}

.c-news__details th{
  background: #f7f7f7;
  font-weight: 600;
}

/* ===== ページング ===== */
.c-news__paging{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(980px, 100%);
  margin: 0 auto 80px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.c-news__paging__item{
  min-width: 0;
}

.c-news__paging__item:first-child{
  border-right: 1px solid #e9e9e9;
}

.c-news__paging__item__link{
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  column-gap: 28px;
  min-height: 96px;
  padding: 24px 28px;
  color: inherit;
  text-decoration: none;
}

.c-news__paging__item__link--next{
  grid-template-columns: 1fr 90px;
}

.c-news__paging__item__link__icon{
  width: 70px;
  height: 40px;
  margin: 0;
  color: #833636;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  display: flex;
  align-items: center;
}

.c-news__paging__item__link__icon.prev{
  justify-content: flex-end;
  padding-right: 10px;
  background: url(../images/news/bg_prev.svg) no-repeat left center / cover;
}

.c-news__paging__item__link__icon.next{
  justify-content: flex-start;
  padding-left: 10px;
  background: url(../images/news/bg_next.svg) no-repeat right center / cover;
  order: 2;
}

.c-news__paging__item__link__title{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #252a2f;
  text-align: left;
}

.c-news__paging__item__link--next .c-news__paging__item__link__title{
  order: 1;
}

.c-news__paging__item__link:hover .c-news__paging__item__link__title{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ===== SP ===== */
@media (max-width: 767.98px){
  .c-section__lower{
    padding: 0 0 40px;
  }

  .c-section__lower .c-ttlLowerTitle{
    font-size: 22px;
  }

  .c-news__meta{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .c-news__date{
    font-size: 13px;
  }

  .c-news__cat{
    height: 32px;
    padding: 0 14px;
    font-size: 13px;
  }

  .c-news__details{
    font-size: 15px;
  }

  .c-news__details h2{
    font-size: 20px;
  }

  .c-news__details h3{
    font-size: 17px;
  }

  .c-news__details table{
    font-size: 13px;
  }

  .c-news__paging{
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 0 30px;
  }

  .c-news__paging__item{
    width: 100%;
  }

  .c-news__paging__item:first-child{
    border-right: 1px solid #e9e9e9;
    border-bottom: 0;
  }

  .c-news__paging__item__link,
  .c-news__paging__item__link--next{
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    row-gap: 18px;
    min-height: 186px;
    padding: 28px 10px 20px;
  }

  .c-news__paging__item__link__icon{
    width: 70px;
    height: 40px;
    font-size: 15px;
  }

  .c-news__paging__item__link__icon.prev{
    justify-self: start;
  }

  .c-news__paging__item__link__icon.next{
    justify-self: end;
    order: 0;
  }

  .c-news__paging__item__link--next .c-news__paging__item__link__title{
    order: 0;
  }

  .c-news__paging__item__link__title{
    font-size: 14px;
    line-height: 1.7;
  }
}