/* =========================
   FRONT PAGE 専用 CSS
   ========================= */

/* 全体レイアウト（必要に応じて） */


/* =========================
   会報バックナンバー
   ========================= */

.section-bulletin {
  margin: 60px 0;
}

.section-bulletin__header {
  background-color: #f2f2f2;
  padding: 18px 24px;
}

.section-bulletin__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.bulletin-list {
  list-style: none;
  margin: 0;
  padding: 0 24px 32px;
  background-color: #ffffff;
}

.bulletin-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.bulletin-item:last-child {
  border-bottom: none;
}

.bulletin-item__left {
  width: 120px;
  min-width: 120px;
  padding-right: 16px;
  font-weight: 700;
}

.bulletin-item__no {
  color: #1b3fa7;
  font-size: 1.1rem;
}

.bulletin-item__right {
  flex: 1;
}

.bulletin-item__date {
  display: inline-block;
  margin-bottom: 6px;
  text-decoration: none;
  color: #1b3fa7;
  font-size: 0.95rem;
}

.bulletin-item__date:hover {
  text-decoration: underline;
}

.bulletin-item__title a {
  color: #333333;
  text-decoration: none;
  line-height: 1.6;
}

.bulletin-item__title a:hover {
  text-decoration: underline;
}

.section-bulletin__more {
  text-align: right;
  margin-top: 8px;
  font-size: 0.95rem;
}

/* =========================
   イベント案内（INFORMATION）
   ========================= */

.section-events {
  display: flex;
  max-width: 960px;
  margin: 40px auto;
}

.events-heading {
  width: 220px;
  padding-left: 24px;
}

.events-heading__ja {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
}

.events-heading__en {
  margin: 2px 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #999999;
}

.events-heading__line {
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 10px;
  background-color: #21c3c5;
}

.events-body {
  flex: 1;
  padding-right: 24px;
}

.event-list {
  list-style: none;
  margin: 0;
  padding: 12px 0 24px;
  background-color: #ffffff;
}

.event-item {
  padding: 14px 0;
  border-bottom: 1px dotted #dddddd;
}

.event-item:last-child {
  border-bottom: none;
}

.event-item__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.event-item__label {
  display: inline-block;
  min-width: 56px;
  padding: 4px 12px;
  border-radius: 3px;
  background-color: #6661a8;
  color: #ffffff;
  font-size: 0.85rem;
  text-align: center;
  margin-right: 16px;
}

.event-item__date {
  font-size: 0.95rem;
  color: #1b3fa7;
  margin-right: 16px;
  white-space: nowrap;
}

.event-item__title {
  color: #333333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.event-item__link:hover .event-item__title {
  text-decoration: underline;
}

/* 一覧リンク */
.section-events__more {
  text-align: center;
  margin-top: 24px;
  font-size: 0.95rem;
}

.section-events__more a {
  color: #1b3fa7;
  text-decoration: none;
}

.section-events__more a:hover {
  text-decoration: underline;
}