/* ブログFV */

.page-fv {
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 280px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url("https://food-hojo.jp/wp-content/uploads/2026/08/blog_top.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.page-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #f7f2ec 0%,
    #f7f2ec 30%,
    rgba(247, 242, 236, .98) 38%,
    rgba(247, 242, 236, .82) 46%,
    rgba(247, 242, 236, .42) 55%,
    rgba(247, 242, 236, .08) 64%,
    rgba(247, 242, 236, 0) 70%
  );
  pointer-events: none;
}
.page-fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  min-height: 280px;
  margin: 0 auto;
  padding: 70px 30px;
}

.page-fv__content {
  width: 48%;
  max-width: 570px;
}

.page-fv__eyebrow {
  margin: 0 0 10px;
  color: #173a61;
  font-size: 18px;
  font-weight: 700;
}

h1.page-fv__title {
  margin: 0 0 24px;
  color: #d49a24;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.3;
}

.page-fv__text {
  margin: 0;
  color: #173a61;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .page-fv {
    min-height: auto;
    background-size: auto 280px;
    background-position: top center;
  }

  .page-fv::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, .15) 27%,
      rgba(255, 255, 255, .90) 51%,
      #fff 72%
    );
  }

  .page-fv__inner {
    display: block;
    min-height: auto;
    padding: 230px 20px 10px;
  }

  .page-fv__content {
    width: 100%;
    max-width: none;
  }

  .page-fv__eyebrow {
    font-size: 14px;
  }

  h1.page-fv__title {
    font-size: 30px;
  }

  .page-fv__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ブログ検索窓 */

.blog-search {
  width: 100%;
  max-width: 720px;
  margin: 50px auto 30px;
}

/* 「検索」という見出しを非表示 */
.blog-search > label,
.blog-search .wp-block-search__label {
  display: none;
}

/* 検索フォーム全体 */
.blog-search .wp-block-search__inside-wrapper {
  display: flex;
  width: 100%;

  padding: 0;

  background: #fff;
  border: 1.5px solid #173a61 !important;
  border-radius: 999px;

  overflow: hidden;
}

/* 入力欄 */
.blog-search .wp-block-search__input {
  flex: 1;
  min-width: 0;

  height: 52px;
  padding: 0 22px;

  background: #fff;
  border: 0 !important;
  outline: none;

  color: #173a61;
  font-size: 14px;
}

/* プレースホルダー */
.blog-search .wp-block-search__input::placeholder {
  color: #8b9198;
  opacity: 1;
}

/* 検索ボタン */
.blog-search .wp-block-search__button {
  flex: 0 0 58px;

  width: 58px;
  height: 52px;
  margin: 0 !important;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #173a61 !important;
  border: 0 !important;
  border-radius: 0 !important;

  color: #fff;

  cursor: pointer;
}

/* 検索アイコン */
.blog-search .wp-block-search__button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

/* hover */
.blog-search .wp-block-search__button:hover {
  background: #315b87 !important;
}

/* スマホ */

@media (max-width: 768px) {

  .blog-search {
    max-width: none;
    margin: 22px auto;
  }

  .blog-search .wp-block-search__inside-wrapper {
    border-radius: 999px;
  }

  .blog-search .wp-block-search__input {
    height: 48px;
    padding: 0 16px;
    font-size: 13px;
  }

  .blog-search .wp-block-search__button {
    flex-basis: 52px;
    width: 52px;
    height: 48px;
  }

}
.blog-subsidy,
.blog-featured {
  margin: 40px auto 60px;
}

.post_content > .blog-consult:last-child {
  margin-bottom: 60px !important;
}
/* 目的・テーマから探す */

.blog-purpose {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 70px;
}

/* 見出し */

.blog-purpose__heading {
  margin-bottom: 28px;
  text-align: center;
}

.blog-purpose__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin: 0 !important;
  padding: 0 !important;

  color: #173a61 !important;

  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;

  background: none !important;
  border: 0 !important;
}

/* SWELLのh2装飾を消す */
.post_content .blog-purpose__title::before,
.post_content .blog-purpose__title::after {
  display: none !important;
  content: none !important;
}

.blog-purpose__title-icon {
  color: #d49a24;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
}

.blog-purpose__lead {
  margin: 8px 0 0;

  color: #536273;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

/* 4列グリッド */

.blog-purpose__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* カード */

.blog-purpose__card {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  min-width: 0;
  min-height: 225px;

  padding: 15px 22px 24px;

  background: #fff;

  border: 1px solid #e1e4e8;
  border-radius: 8px;

  box-shadow: 0 3px 14px rgba(23, 58, 97, .07);

  color: #173a61 !important;
  text-decoration: none !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

/* hover */

.blog-purpose__card:hover {
  transform: translateY(-4px);

  border-color: rgba(212, 154, 36, .55);

  box-shadow: 0 8px 24px rgba(23, 58, 97, .12);
}

/* カテゴリーアイコン */

.blog-purpose__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 76px;
  height: 76px;

  margin: 0 auto 10px;
}

.blog-purpose__icon img {
  display: block;

  width: 68px;
  height: 68px;

  object-fit: contain;
}

/* スマホ */
@media (max-width: 600px) {

  .blog-purpose__icon {
    width: 58px;
    height: 58px;

    margin-bottom: 10px;
  }

  .blog-purpose__icon img {
    width: 54px;
    height: 54px;
  }

}

/* カードタイトル */

.blog-purpose__card-title {
  margin: 0 !important;
  padding: 0 !important;

  color: #173a61 !important;

  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;

  text-align: center;

  background: none !important;
  border: 0 !important;
}

/* SWELLのh3装飾を完全に消す */
.post_content .blog-purpose__card-title::before,
.post_content .blog-purpose__card-title::after {
  display: none !important;
  content: none !important;
}

/* 説明文 */

.blog-purpose__text {
  margin: 12px 0 0;

  color: #536273;

  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;

  text-align: center;
}

/* 矢印 */

.blog-purpose__arrow {
  position: absolute;

  right: 16px;
  bottom: 13px;

  color: #d49a24;

  font-size: 28px;
  font-weight: 400;
  line-height: 1;

  transition: transform .2s ease;
}

.blog-purpose__card:hover .blog-purpose__arrow {
  transform: translateX(3px);
}

/* タブレット */

@media (max-width: 900px) {

  .blog-purpose {
    margin: 50px auto 60px;
  }

  .blog-purpose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

}

/* スマートフォン */

@media (max-width: 600px) {

  .blog-purpose {
    margin: 40px auto 50px;
  }

  .blog-purpose__heading {
    margin-bottom: 22px;
  }

  .blog-purpose__title {
    gap: 7px;

    font-size: 22px !important;
  }

  .blog-purpose__title-icon {
    font-size: 24px;
  }

  .blog-purpose__lead {
    margin-top: 6px;

    font-size: 12px;
    line-height: 1.7;
  }

  /* スマホも2列 */
  .blog-purpose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .blog-purpose__card {
    min-height: 185px;

    padding: 10px 10px 15px;

    border-radius: 7px;
  }

  .blog-purpose__icon {
    width: 55px;
    height: 55px;

    margin-bottom: 10px;

    font-size: 38px;
  }

  .blog-purpose__icon img,
  .blog-purpose__icon svg {
    width: 52px;
    height: 52px;
  }

  .blog-purpose__card-title {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .blog-purpose__text {
    margin-top: 8px;

    font-size: 11px;
    line-height: 1.65;
  }

  .blog-purpose__arrow {
    right: 10px;
    bottom: 8px;

    font-size: 23px;
  }

}
/* 初めての方へ ＋ よく読まれている記事 */

/* 01. 2カラム共通 */

.blog-featured {
  align-items: stretch !important;
}

.blog-featured > .wp-block-column {
  display: flex;
  flex-direction: column;
}

/* 左右カードの高さを揃える */
.blog-featured .blog-guide,
.blog-featured .blog-popular {
  flex: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* 02. 初めての方へ */

.blog-guide {
  padding: 24px 26px 26px;

  background: #f4f7fb;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
}

/* 上部 */

.blog-guide__head {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 18px;
}

/* 丸アイコン */

.blog-guide__icon {
  flex: 0 0 48px;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #173a61;
  border-radius: 50%;

  overflow: hidden;
}

.blog-guide__icon img {
  display: block;

  width: 23px !important;
  height: 23px !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain;
}

/* タイトル */

h2.blog-guide__title {
  margin: 0 0 2px !important;
  padding: 0 !important;

  background: none !important;
  border: 0 !important;

  color: #173a61;

  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

/* SWELLのh2装飾を解除 */
h2.blog-guide__title::before,
h2.blog-guide__title::after {
  content: none !important;

  background: none !important;
  border: 0 !important;
}

/* 説明文 */

.blog-guide__lead {
  margin: 0 !important;

  color: #536579;

  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

/* 記事リンク一覧 */

.blog-guide__links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.blog-guide__link {
  width: 100%;
  min-height: 40px;

  padding: 8px 14px 8px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  background: #fff;
  border-radius: 8px;

  color: #173a61 !important;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;

  text-decoration: none !important;

  box-sizing: border-box;

  transition:
    background .2s ease,
    transform .2s ease;
}

.blog-guide__link:hover {
  background: #eaf0f7;

  transform: translateX(2px);
}

/* 矢印 */

.blog-guide__arrow {
  flex: 0 0 auto;

  color: #173a61;

  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

/* 03. よく読まれている記事 */

.blog-popular {
  position: relative;

  padding: 22px 24px 24px !important;

  background: #fbf7ed;
  border: 1px solid #eee2c8;
  border-radius: 12px;
}

/* 見出し */

.blog-popular .widget-title,
.blog-popular .wpp-header,
.blog-popular > h2,
.blog-popular > h3 {
  position: relative;

  margin: 0 0 20px !important;
  padding: 0 0 12px 54px !important;

  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #c7b58c !important;

  color: #173a61 !important;

  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 40px;
}

/* SWELLの見出し装飾を上書き */
.blog-popular > h2::after,
.blog-popular > h3::after {
  content: none !important;
}

/* ゴールド丸＋星 */

.blog-popular .widget-title::before,
.blog-popular .wpp-header::before,
.blog-popular > h2::before,
.blog-popular > h3::before {
  content: "★" !important;

  position: absolute;
  top: 0;
  left: 0;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #d49a24 !important;
  border: 0 !important;
  border-radius: 50%;

  color: #fff;

  font-size: 18px;
  line-height: 1;
}

/* 04. 人気記事一覧 */

.blog-popular .wpp-list {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;

  counter-reset: popular-ranking;
}

/* 各記事 */

.blog-popular .wpp-list li {
  position: relative;

  margin: 0 !important;
  padding: 7px 0 7px 38px !important;

  border: 0 !important;

  counter-increment: popular-ranking;
}

/* ランキング番号 */

.blog-popular .wpp-list li::before {
  content: counter(popular-ranking);

  position: absolute;
  top: 8px;
  left: 0;

  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #d49a24;
  border-radius: 50%;

  color: #fff;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/* 2位 */
.blog-popular .wpp-list li:nth-child(2)::before {
  background: #d8aa48;
}

/* 3〜5位 */
.blog-popular .wpp-list li:nth-child(n+3)::before {
  background: #ddc99c;
}

/* 記事タイトル */

.blog-popular .wpp-list li a {
  display: -webkit-box !important;

  overflow: hidden;

  color: #173a61 !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;

  text-decoration: none !important;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-popular .wpp-list li a:hover {
  color: #d49a24 !important;
}

/* 不要な情報を非表示 */

.blog-popular .wpp-meta,
.blog-popular .wpp-excerpt,
.blog-popular .wpp-thumbnail {
  display: none !important;
}

/* 05. スマートフォン */

@media (max-width: 768px) {

  /* カラムを縦並び */
  .blog-featured {
    align-items: initial !important;
  }

  .blog-featured > .wp-block-column {
    display: block;
  }

  .blog-featured .blog-guide,
  .blog-featured .blog-popular {
    height: auto;
  }

  /* 初めての方へ */

  .blog-guide {
    padding: 20px 16px;
  }

  .blog-guide__head {
    gap: 11px;

    margin-bottom: 15px;
  }

  .blog-guide__icon {
    flex-basis: 42px;

    width: 42px;
    height: 42px;
  }

  h2.blog-guide__title {
    font-size: 19px !important;
  }

  .blog-guide__lead {
    font-size: 11px;
  }

  .blog-guide__link {
    min-height: 42px;

    padding: 9px 12px;

    font-size: 12px;
  }

  /* よく読まれている記事 */

  .blog-popular {
    padding: 20px 18px 22px !important;
  }

  .blog-popular .widget-title,
  .blog-popular .wpp-header,
  .blog-popular > h2,
  .blog-popular > h3 {
    padding-left: 48px !important;

    font-size: 19px !important;
    line-height: 36px;
  }

  .blog-popular .widget-title::before,
  .blog-popular .wpp-header::before,
  .blog-popular > h2::before,
  .blog-popular > h3::before {
    width: 36px;
    height: 36px;

    font-size: 16px;
  }

  .blog-popular .wpp-list li {
    padding: 7px 0 7px 34px !important;
  }

  .blog-popular .wpp-list li::before {
    width: 22px;
    height: 22px;

    font-size: 11px;
  }

  .blog-popular .wpp-list li a {
    font-size: 13px !important;
  }

}
/* 新着記事 */
.blog-new-group {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}
/* 背景だけ画面いっぱいに飛び出させる */
.blog-new-group::before {
  content: "";

  position: absolute;
  z-index: -1;

  top: 0px;
  bottom: 0px;

  left: 50%;
  width: 100vw;

  background: #faf9f7;

  transform: translateX(-50%);
}

/* 見出し */

.blog-new__head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 22px;
}
/* タイトル */
h2.blog-new__title,h1.tag-archive__title {
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 0 !important;
  padding: 0 !important;

  background: none !important;
  border: 0 !important;

  color: #173a61;

  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}
.l-mainContent__inner > h1.tag-archive__title {
    margin-top: 50px !important;
}
/* SWELL装飾解除 */
h2.blog-new__title::before,
h2.blog-new__title::after,
h1.tag-archive__title::before,
h1.tag-archive__title::after {
  content: none !important;
}

/* 見出しアイコン */
.blog-new__icon,.tag-archive__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #c99427;

  font-size: 27px;
}

/* 右上「一覧を見る」 */

.blog-new__head-link {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #b88722 !important;

  font-size: 13px;
  font-weight: 700;

  text-decoration: none !important;
}

.blog-new__head-link span {
  font-size: 22px;
  line-height: 1;
}

.blog-new__head-link:hover {
  opacity: .7;
}

/* 最新記事カード */

.blog-new-posts {
  gap: 22px !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* カード */
.blog-new-posts li {
  position: relative;

  overflow: hidden;

  margin: 0 !important;
  padding: 0 0 16px !important;

  background: #fff;
  border: 1px solid #e0e5ea;
  border-radius: 8px;

  box-shadow: 0 3px 12px rgba(23, 58, 97, .07);

  box-sizing: border-box;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

/* hover */
.blog-new-posts li:hover {
  transform: translateY(-3px);

  box-shadow: 0 7px 20px rgba(23, 58, 97, .12);
}

/* アイキャッチ */

.blog-new-posts .wp-block-latest-posts__featured-image {
  overflow: hidden;

  width: 100%;

  margin: 0 0 14px !important;

  aspect-ratio: 16 / 9;
}

.blog-new-posts .wp-block-latest-posts__featured-image img {
  display: block;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;

  object-fit: cover;

  transition: transform .3s ease;
}

.blog-new-posts li:hover
.wp-block-latest-posts__featured-image img {
  transform: scale(1.03);
}

/* 記事タイトル */

.blog-new-posts .wp-block-latest-posts__post-title {
  display: -webkit-box;

  overflow: hidden;

  margin: 0 16px;

  color: #173a61 !important;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;

  text-decoration: none !important;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-new-posts .wp-block-latest-posts__post-title:hover {
  color: #b88722 !important;
}

/* 日付 */

.blog-new-posts .wp-block-latest-posts__post-date {
  display: block;

  margin: 8px 16px 0;

  color: #8a929a;

  font-size: 11px;
  line-height: 1.4;
}

/* 下部ボタン */

.blog-new__bottom {
  display: flex;
  justify-content: center;

  margin-top: 28px;
}

.blog-new__button {
  width: min(280px, 100%);

  min-height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: #173a61;
  border-radius: 999px;

  color: #fff !important;

  font-size: 14px;
  font-weight: 700;

  text-decoration: none !important;

  transition:
    background .2s ease,
    transform .2s ease;
}

.blog-new__button span {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.blog-new__button:hover {
  background: #244f7d;

  transform: translateY(-2px);
}

/* スマホ */

@media (max-width: 768px) {

  .blog-new__head {
    margin-bottom: 16px;
  }

  h2.blog-new__title {
    gap: 7px;

    font-size: 20px !important;
  }

  .blog-new__icon {
    font-size: 22px;
  }

  .blog-new__head-link {
    gap: 4px;

    font-size: 11px;
  }

  /* 記事は1列 */
  .blog-new-posts {
    display: grid !important;
    grid-template-columns: 1fr !important;

    gap: 14px !important;
  }

  /* スマホは横型カード */
  .blog-new-posts li {
    display: grid;

    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto;

    column-gap: 13px;

    padding: 0 !important;
  }

  .blog-new-posts .wp-block-latest-posts__featured-image {
    grid-row: 1 / 3;

    width: 120px;
    height: 100%;

    margin: 0 !important;

    aspect-ratio: auto;
  }

  .blog-new-posts .wp-block-latest-posts__post-title {
    align-self: end;

    margin: 12px 12px 0 0;

    font-size: 13px;
    line-height: 1.55;

    -webkit-line-clamp: 3;
  }

  .blog-new-posts .wp-block-latest-posts__post-date {
    align-self: start;

    margin: 6px 12px 12px 0;

    font-size: 10px;
  }

  .blog-new__bottom {
    margin-top: 22px;
  }

  .blog-new__button {
    width: 240px;

    min-height: 44px;

    font-size: 13px;
  }

}
/* 補助金の種類から探す */

.blog-subsidy {
  width: 100%;
}

/* 見出し */

.blog-subsidy__head {
  margin-bottom: 18px;
  text-align: center;
}

h2.blog-subsidy__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin: 0 0 5px !important;
  padding: 0 !important;

  background: none !important;
  border: 0 !important;

  color: #173a61;

  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

h2.blog-subsidy__title::before,
h2.blog-subsidy__title::after {
  content: none !important;
}

.blog-subsidy__title-icon {
  color: #c99427;
  font-size: 27px;
}

.blog-subsidy__lead {
  margin: 0 !important;

  color: #536579;

  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

/* カード一覧 */

.blog-subsidy__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* カード */

.blog-subsidy__item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 20px;

  min-height: 76px;
  padding: 10px 22px;

  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 7px;

  color: inherit !important;
  text-decoration: none !important;

  box-shadow: 0 2px 7px rgba(23, 58, 97, .05);

  box-sizing: border-box;

  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.blog-subsidy__item:hover {
  position: relative;
  z-index: 1;

  border-color: #c9d4df;

  box-shadow: 0 5px 14px rgba(23, 58, 97, .09);

  transform: translateY(-1px);
}

/* 丸アイコン */

.blog-subsidy__icon {
  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #fff;

  font-size: 23px;
}

.blog-subsidy__icon--navy {
  background: #173a61;
}

.blog-subsidy__icon--gold {
  background: #c99427;
}

.blog-subsidy__icon--green {
  background: #278a70;
}

.blog-subsidy__icon--gray {
  background: #8a9baa;
}

/* テキスト */

.blog-subsidy__content h3 {
  margin: 0 0 2px !important;
  padding: 0 !important;

  color: #173a61;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.blog-subsidy__content h3::before {
  background:none;
}

.blog-subsidy__content p {
  margin: 0 !important;

  color: #536579;

  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

/* タグ */

.blog-subsidy__tags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;

  min-width: 190px;
}

.blog-subsidy .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 5px 11px;

  border-radius: 3px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.blog-subsidy .tag--blue {
  background: #edf3f8;
  color: #315b87;
}

.blog-subsidy .tag--gold {
  background: #f8f2e5;
  color: #9a7427;
}

.blog-subsidy .tag--green {
  background: #eaf5f1;
  color: #27806b;
}

.blog-subsidy .tag--gray {
  background: #f0f2f4;
  color: #667581;
}

/* 矢印 */

.blog-subsidy__arrow {
  color: #c99427;

  font-size: 28px;
  font-weight: 300;
  line-height: 1;

  transition: transform .2s ease;
}

.blog-subsidy__item:hover .blog-subsidy__arrow {
  transform: translateX(3px);
}

/* スマホ */

@media (max-width: 768px) {

  .blog-subsidy__head {
    margin-bottom: 15px;
  }

  h2.blog-subsidy__title {
    gap: 7px;

    font-size: 20px !important;
  }

  .blog-subsidy__title-icon {
    font-size: 22px;
  }

  .blog-subsidy__lead {
    padding: 0 10px;

    font-size: 11px;
  }

  /* カード */

  .blog-subsidy__list {
    gap: 7px;
  }

  .blog-subsidy__item {
    grid-template-columns: 46px minmax(0, 1fr) 16px;
    gap: 11px;

    min-height: auto;

    padding: 13px 12px;

    border-radius: 7px;
  }

  /* アイコン */

  .blog-subsidy__icon {
    width: 44px;
    height: 44px;

    font-size: 18px;
  }

  /* テキスト */

  .blog-subsidy__content h3 {
    margin-bottom: 3px !important;

    font-size: 14px;
  }

  .blog-subsidy__content p {
    font-size: 10px;
    line-height: 1.5;
  }

  /* スマホではタグを非表示 */

  .blog-subsidy__tags {
    display: none;
  }

  /* 矢印 */

  .blog-subsidy__arrow {
    font-size: 23px;
  }

}