/* ==========================================================================
   INFORMATIONページ用
   ========================================================================== */
@charset "utf-8";

/* ロゴエリア */
.info-header-logo {
  text-align: center;
  padding: 0 0 4rem;
}
.info-header-logo img {
  max-width: 180px;
  height: auto;
}

/* コンテンツセクション */
.content-section {
  padding: 2rem 2rem 9rem;
}

/* NEWSページタイトルデザイン */
.page-title-block {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  padding: 0 16px;
}
.page-title-block h1.main-section-heading {
  font-size: 48px;
  color: #191919;
  line-height: 1;
  margin-bottom: 0.8rem;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .page-title-block h1.main-section-heading {
    font-size: 80px;
  }
}
.page-title-line {
  width: 48px;
  height: 4px;
  background-color: #A31C1C;
}

/* アンカーナビゲーション */
.info-anchor-container {
  max-width: 900px;
  margin: 0 auto 1.8rem;
  padding: 0 16px;
}
.info-anchor-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
}
.info-anchor-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 0;
  color: #111111;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
  white-space: nowrap;
}
.info-anchor-nav a:hover {
  background-color: #111111;
  color: #ffffff;
}
.info-anchor-nav a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: rotate(45deg);
  margin-left: 6px;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}
.info-anchor-nav a:hover::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* コンテンツコンテナ */
.info-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

.info-section {
  margin-bottom: 4rem;
}

.info-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-left: 12px;
  border-left: 4px solid #111111;
  letter-spacing: 0.05em;
}

.info-subsection-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.8rem 0 1rem;
  padding-bottom: 0;
  border-bottom: none;
  color: #111111;
}

.info-text-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.info-text-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-size: 0.95rem;
  color: #333333;
}
.info-text-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.info-text-list.no-bullet li {
  padding-left: 0;
}
.info-text-list.no-bullet li::before {
  content: "";
}

/* テーブルデザイン */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background-color: transparent;
  border: 1px solid #111111;
  box-sizing: border-box;
}
.info-table tr {
  border-bottom: 1px solid #111111;
}
.info-table tr:last-child {
  border-bottom: none;
}
.info-table th, .info-table td {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
  font-size: 0.95rem;
  line-height: 1.7;
  box-sizing: border-box;
}
.info-table th {
  width: 28%;
  font-weight: 700;
  text-align: left;
  color: #111111;
  background-color: #d7d7d7;
  border-right: 1px solid #111111;
}
.info-table td {
  color: #333333;
  padding-left: 2rem;
  background-color: transparent;
}

.info-note {
  font-size: 0.88rem;
  color: #666666;
  margin-top: 0.4rem;
}

.info-sub-item {
  margin-bottom: 0.8rem;
}
.info-sub-item-title {
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.single-btn-container {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* レスポンシブ（SP対応） */
@media (max-width: 768px) {
  .content-section {
    padding: 2rem 1rem 4rem;
  }

  .info-anchor-container {
    margin-bottom: 1.2rem;
  }

  .info-anchor-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .info-anchor-nav a {
    padding: 12px 8px;
    font-size: 0.78rem;
    letter-spacing: -0.02em;
  }

  .info-table {
    display: block;
    width: 100%;
    border: 1px solid #111111;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  .info-table tbody {
    display: block;
    width: 100%;
  }
  .info-table tr {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #111111;
  }
  .info-table tr:last-child {
    border-bottom: none;
  }
  .info-table th, .info-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .info-table th {
    border-top: none;
    border-bottom: 1px solid #111111;
    padding: 0.8rem 1rem;
    background-color: #d7d7d7;
    border-right: none;
  }
  .info-table td {
    padding: 1rem;
    border: none;
    background-color: transparent;
  }

  .single-btn-container {
    margin-top: 3rem;
  }
}