.graph_1 {
  display: flex;
  margin-bottom: 32px; }
  @media only screen and (max-width: 500px) {
    .graph_1 {
      display: block; }
      .graph_1 .col {
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px; } }
  .graph_1 .col {
    width: 33%; }
    .graph_1 .col:last-child .valuelabel::after {
      content: "*";
      color: #8A8A8A;
      font-size: 16px;
      vertical-align: super; }
  .graph_1 .valuelabel {
    margin-top: 16px;
    font-weight: 300;
    font-size: 53px;
    line-height: 62px;
    color: #4F4F4F; }
  .graph_1 .yearlabel {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #57A0D7; }

.footnote_1 {
  font-size: 14px;
  line-height: 16px;
  color: #828282; }
