/* ▼ ベース設定 */
body.news-page {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.8;
  background: url("http://asagi-tax.jp.testrs.jp/002/wp-content/uploads/2025/07/trimmed_top_bg_16_9.png") no-repeat center center / cover;
  margin: 0;
  padding: 0;
  color: #333;
}

/* ▼ 共通ヘッダー（TOPと完全一致） */
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 12px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
}

.custom-header-left {
  display: flex;
  align-items: center;
  font-family: 'Zen Old Mincho', serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #333;
}

.custom-header-left::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('http://asagi-tax.jp.testrs.jp/002/wp-content/uploads/2025/06/cropped-Asagi_zeirishi_logoDesign-A.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.custom-header-right {
  padding-right: 80px;
}

.custom-header-right a {
  margin-left: 20px;
  text-decoration: none;
  color: #555;
  font-size: 0.95rem;
  font-weight: 400;
  transition: all 0.2s ease;
}

.custom-header-right a:first-child {
  margin-left: 0;
}

.custom-header-right a:hover {
  color: #333;
  text-decoration: underline;
}

.custom-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.custom-header-right a.sns-icon {
  margin-left: 12px;
}

.custom-header-right a.sns-icon img {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.custom-header-right a.sns-icon:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}


/* ▼ コンテンツ本体 */
.transparent-background-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 5% 80px;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ▼ セクション見出し */
.section-title {
  font-family: 'Zen Old Mincho', serif;
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
  color: #222;
}

body.news-page .news-section {
  /* 必要なスタイルをまとめる */
  padding: 0 5%;
}

body.news-page .news-container {
  max-width: 800px;
  margin: 0 auto;
}

body.news-page .news-label h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

body.news-page .news-content ul {
  list-style-type: disc;
  padding-left: 1.5em;
  font-size: 1rem;
  color: #333;
}

.news-content {
  text-align: left;
}
