@charset "utf-8";
/* ===========================================================

	Title: finance.css
	Created: 2025-12-08

=========================================================== */
/*

	summary



=========================================================== */
/* ===========================================================

	summary

=========================================================== */
.finance-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.finance-summary dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(33% - 8px);
  padding: 16px;
  border: 1px solid #ccc;
}
.finance-summary dl dt {
  font-size: 20px;
  font-weight: 400;
}
.finance-summary dl dd {
  font-weight: 400;
}
.finance-summary dl dd em {
  font-size: 32px;
  font-style: normal;
  color: var(--main-color);
  font-weight: 600;
  margin: 0 4px 0 0;
}

.finance-summary dl dt span {
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .finance-summary dl {
    width: 100%;
  }
}

/* ===========================================================

	Investor

=========================================================== */
.narrow-padding td {
  padding: 8px 16px !important;
}
.summry-number {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: var(--main-color);
}

.is-empty {
  background-color: #fff !important;
  border: none !important;
}
.investor-graph {
  height: 240px;
}
.is-en .investor-graph {
  height: 272px;
}
@media (max-width: 1024px) {
  .investor-graph {
    height: 300px;
  }
}
