Theme Name: swell_child
Template: swell
*/

/* カスタムフッターのスタイル */
.custom-footer {
  background-color: #fff;
  padding: 2em 1em;
  border-top: 1px solid #ddd;
  margin-top: 3em; 
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  font-size: 14px;
  color: #666;
}

.footer-right{
  display:flex;
  align-items:center;
  gap:10px;
}
.footer-right img{
  height:48px;
  width:auto;
  display:block;
  object-fit:contain;
}


/* カテゴリ */
/* 見出しを大きく */
.c-ttl-page {
  font-size: 1.8rem; /* お好みで 2rem などに変更も可 */
  margin-bottom: 1em;
  font-weight: bold;
  color: #111;
}
/* カテゴリボタンコンテナ */
.trouble-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  margin-bottom: 2em;
}

/* ボタンのスタイル */
.trouble-category-filter .filter-btn {
  padding: 0.6em 1.5em;
  border: 1px solid #ccc;
  border-radius: 9999px;
  background-color: #f7f7f7;
  color: #333;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  min-width: 110px; /* ボタン幅を統一しつつ広めに */
  text-align: center;
}

/* ホバーとアクティブ */
.trouble-category-filter .filter-btn:hover {
  background-color: #e5e5e5;
}

.trouble-category-filter .filter-btn.active {
  background-color: #005b96;
  color: #fff;
  border-color: #005b96;
}
.notice-list {
  margin-bottom: 3em; /* 下に余白を追加 */
}
