  #content {
      padding-bottom: 0 !important;
  }

  #content {
      padding-bottom: 0 !important;
  }

  /* ===== レイアウトのみ category.php が管理 ===== */
  main.large-9.columns.site-main {
      width: 70%;
  }

  .large-3.columns {
      max-width: 230px;
      width: 100%;
  }

  .large-3.columns .box {
      padding: 0;
      margin-top: 0;
  }

  /* ===== サイドバー（カテゴリ一覧） ===== */
  h3.widget-title {
      font-size: 1.8rem;
      color: #000f39;
      padding-bottom: 7px;
      border-bottom: 1px solid #000f39;
      display: flex;
      align-items: center;
  }

  h3.widget-title::before {
      content: "";
      background-image: url(/cms/wp-content/themes/konmi_child/img/category_icon.svg);
      width: 21px;
      height: 16px;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
  }

  li.cat-item {
      font-size: 1.6rem;
      border-bottom: 1px dotted #ccc;
  }

  li.cat-item a {
      display: block;
      padding: 23px 0 20px;
      position: relative;
  }

  li.cat-item a::after {
      content: "";
      position: absolute;
      width: .5em;
      height: .5em;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
      top: 30px;
      right: 5px;
  }

  .entry-excerpt p {
      margin-top: 10px;
      margin-bottom: 1.25rem;
  }