/*
Theme Name: Tokaikasei 2025
Theme URI: http://example.com/   /* あとで変更可 */
Author: TokaiKasei
Author URI: http://www.tokaikasei.or.jp/
Description: Renewal of TokaiKasei Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: tokaikasei2025
*/

/* === News list (TOP) === */
.news-list { border-top: 1px solid #dee2e6; }
.news-item { gap: .5rem; }
.news-title { color: #111; font-weight: 500; }
.news-title:hover { text-decoration: underline; }
.news-date { white-space: nowrap; }

/* 丸い矢印ボタン（右端） */
.arrow-btn {
  display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px; border:1.5px solid #111; border-radius:50%;
  position:relative;
}
.arrow-btn::after{
  content:"→"; font-size:16px; line-height:1; position:relative; top:-1px;
  color:#111;
}
.arrow-btn:hover { background:#f7f7f7; }
