.st_financial_summary {
  background-color: #DFEFFB;
  padding: 24px 40px; }

.st_financial_summary-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0; }
  .st_financial_summary-list > li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--main-color, #0060ab);
    padding: 0 23px 9px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 46.92%;
    line-height: 1.1; }

.st_financial_summary-lead {
  color: var(--main-color, #0060ab);
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.03em; }

.st_financial_summary-detail {
  display: flex;
  gap: 0 16px;
  align-items: flex-end; }

.st_financial_summary-price {
  color: #333333;
  font-size: 2rem;
  letter-spacing: 0.03em; }
  .st_financial_summary-price > span {
    font-size: 1.125rem; }

.st_year_on_year_comparison {
  color: #333333;
  font-size: 1.125rem;
  letter-spacing: 0.03em; }
  .st_year_on_year_comparison > span {
    font-size: 1.5rem; }

.st_heading_2_grid_in {
  padding-bottom: 0.5rem;
  margin: 80px auto 2.5rem;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: var(--main-color, #0060ab);
  font-size: 2.5rem;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  margin-inline: auto;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" on; }

.st_heading_3_grid_in {
  padding-left: 1rem;
  margin: 0 auto 1.5rem;
  border-left-style: solid;
  border-left-width: 0.1875rem;
  border-left-color: var(--main-color, #0060ab);
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  margin-inline: auto;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" on; }

.st_grid_buttons_reset {
  display: block;
  padding-inline: 0; }
  .st_grid_buttons_reset > li + li {
    margin-top: 30px; }

.page_link {
  display: inline-block;
  color: var(--main-color, #0060ab);
  margin-top: 10px;
  padding-left: 20px;
  position: relative; }
  .page_link::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: var(--main-color, #0060ab) solid 1px;
    border-top: var(--main-color, #0060ab) solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 0; }

.st_table > thead > tr > th {
  text-align: center; }

.st_table > tbody > tr > td {
  text-align: right; }

.st_grid_buttons_graph {
  padding-inline: 0; }
  .st_grid_buttons_graph li {
    width: 100%; }

.graph-block {
  position: relative;
  max-width: 100%;
  aspect-ratio: 67 / 42;
  padding-inline: 30px; }

.st_heading_3.margin_top_0 {
  margin-top: 0;
  width: auto; }

.st_heading_3_caption {
  position: relative; }
  .st_heading_3_caption::after {
    content: attr(data-unit);
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 1.0rem;
    font-weight: normal; }
  @media only screen and (max-width: 640px) {
    body:not(.noRes) .st_financial_summary {
      padding: 12px 20px; }
    body:not(.noRes) .st_financial_summary-list {
      display: block; }
      body:not(.noRes) .st_financial_summary-list > li {
        width: auto;
        align-items: center;
        margin-bottom: 15px;
        padding: 0 10px 9px; }
    body:not(.noRes) .st_financial_summary-detail {
      display: block; }
    body:not(.noRes) .st_financial_summary-price {
      font-size: 1.8rem; }
    body:not(.noRes) .st_grid_buttons_graph {
      padding-top: 0;
      display: block; }
      body:not(.noRes) .st_grid_buttons_graph li + li {
        margin-top: 30px; }
    body:not(.noRes) .graph-block {
      padding-inline: 0; }
      body:not(.noRes) .st_heading_3_caption::after {
        bottom: -15px; } }
  @media only screen and (min-width: 641px) {
  body:not(.noRes) .st_table {
    min-width: initial; }
    body:not(.noRes) .st_grid_buttons_graph {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-gap: 90px 2.5rem; } }
