body.market-content-page {
  font-family: "Noto Sans JP", sans-serif;
  color: #1f2430;
}

.mt5-deposit-main {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .mt5-deposit-main {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 768px) {
  .scroll-txt.d-md-none {
    display: none !important;
  }
}

.company-news-article {
  margin-top: 0.5rem;
}

.company-news-article__header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  text-align: center;
}

.company-news-article__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #b8892a;
  margin: 0 0 1rem;
}

.company-news-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
}

.company-news-article__category {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border: 1px solid #cc9d2d;
  border-radius: 2px;
  color: #b8892a;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
}

.company-news-article__date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.04em;
}

.company-news-article__title {
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: #1f2430;
  max-width: 42em;
}

.company-news-article__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2430;
  margin: 2rem 0 1rem;
  padding: 0.35rem 0 0.35rem 0.85rem;
  border-left: 3px solid #cc9d2d;
  line-height: 1.5;
  text-decoration: none;
}

.announce_text {
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.68;
  color: #333;
}

.announce_text p {
  margin-bottom: 1rem;
}

.announce_text a {
  color: #b8892a;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.market-content-page .announce_text a {
  text-decoration: underline;
}

.announce_text a:hover {
  color: #cc9d2d;
  text-decoration: underline;
}

.tm-table-five-wrapper {
  margin: 0 0 1.5rem;
}

.table-scroll-wrapper {
  width: 100%;
}

.fx-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.fx-table th,
.fx-table td {
  border: 1px solid #333;
  padding: 8px;
  text-align: center;
  background: #fff;
}

.fx-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #f0f0f0;
}

.fx-table td.sticky-col,
.fx-table th:first-child {
  position: sticky;
  left: 0;
  background: #f0f0f0;
  z-index: 4;
  font-size: 15px;
}

.company-news-article__actions {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  margin-bottom: 2rem;
}

.top-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid #cc9d2d;
  background: white;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.12s,
    color 0.12s,
    transform 0.06s;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}

.top-list-btn:hover {
  background: #cc9d2d;
  color: #fff;
  transform: translateY(-1px);
}

.top-list-btn:active {
  transform: translateY(0);
}

@media screen and (max-width: 600px) {
  .company-news-article__header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }

  .company-news-article__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .announce_text {
    font-size: 11pt;
  }

  .top-list-btn {
    min-width: 200px;
    padding: 12px 24px;
    font-size: 15px;
  }

  .table-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fx-table {
    min-width: 700px;
  }

  .fx-table th,
  .fx-table td {
    min-width: 120px;
    white-space: nowrap;
  }
}
