.top_txt {
  font-size: 20px;
  color: #333;
  margin: 0px 10px 10px 10px;
  padding: 20px 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 600px) {
  .top_txt {
    max-height: 250px; /* 高さ制限 */
    overflow-y: auto; /* 縦スクロールを有効化 */
    -webkit-overflow-scrolling: touch; /* iPhoneなどで慣性スクロールを有効化 */
  }
}

.top_cell {
  margin: 10px 10px 30px 10px;
}

.top_cell a {
  text-decoration: none;
  color: #0066cc;
}

.top_cell ul,
.info_list {
  list-style: none; /* デフォルトの点を消す */
  padding-left: 0; /* 左の余白をリセット */
}

.top_cell li {
  background-image: url("bullet.png"); /* プラグインフォルダ内の画像を指定 */
  background-repeat: no-repeat;
  background-position: 0 4px; /* 画像位置の微調整 */
  padding-left: 24px; /* テキストと画像の間隔 */
  margin-bottom: 6px; /* 各項目の間隔（任意） */
}

.top_cell ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.top_cell ul li {
  position: relative;
  margin: 0 0 5px 0;
  padding-left: 28px;
}

.top_cell ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'><path d='M10 17l5-5-5-5v10z'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  transition: transform 0.2s ease;
}

.top_cell ul li:hover::before {
  transform: translateX(4px);
}

.top_cell ul a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

.top_cell ul a:hover {
  color: #0073aa;
}

.top_cell h2 {
  position: relative;
  padding-left: 40px; /* 文字の左に余白を取る */
  font-size: 1.5em;
  line-height: 1.4;
  margin: 1.5em 0 1em;
}

.top_box1 h2 {
  color: #0073aa;
}

.top_box2 h2 {
  color: rgb(240, 240, 22);
}

.top_box3 h2 {
  color: rgb(244, 160, 174);
}

/* アイコン画像をタイトルの前に表示 */
.top_box1 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("ico_loc.jpg") no-repeat center center;
  background-size: contain;
}

/* アイコン画像をタイトルの前に表示 */
.top_box2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("ico_editer.jpg") no-repeat center center;
  background-size: contain;
}

/* アイコン画像をタイトルの前に表示 */
.top_box3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("ico_citizen.jpg") no-repeat center center;
  background-size: contain;
}

.info-archive {
  list-style: none;
  padding: 0;
}

.info-archive li {
  margin: 0.3em 0;
}

.info-cat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .ltg-news-item dt,
  .ltg-news-item dd {
    display: inline;
    margin: 0px;
    padding: 0px;
  }
}

.info-archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive-year {
  margin-bottom: 6px;
}

.archive-toggle {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 6px 0;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.archive-toggle::before {
  content: "▶";
  display: inline-block;
  margin-right: 6px;
  transition: transform 0.2s;
}

.archive-year.open .archive-toggle::before {
  transform: rotate(90deg);
}

.archive-months {
  list-style: none;
  margin: 0.4em 0 0 1.2em;
  padding: 0;
  display: none;
}

.archive-year.open .archive-months {
  display: block;
}

.archive-months li {
  margin-bottom: 3px;
}

.archive-months li a {
  color: #333;
  text-decoration: none;
}

.archive-months li a:hover {
  color: #0073aa;
}

.wp-block-tag-cloud a {
  display: block;
}

.wp-block-tag-cloud a {
  font-size: 14px !important; /* 固定サイズ */
}
/* タグクラウド全体 */
.widget_tag_cloud .tagcloud a {
  font-size: 14px !important; /* すべて同じサイズに固定 */
  color: #333;
}

/* hover時の色なども調整可能 */
.widget_tag_cloud .tagcloud a:hover {
  color: #0073aa;
}
