/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- area-statements --*/
.area-statements {}

.area-statements.bg-title::before {
  left: 20px;
  content: "FINANCIAL STATEMENTS";
}

.area-statements .item.table {
  margin-top: 60px;
}

.area-statements .item.table:first-of-type {
  margin-top: 0;
}

.area-statements .item.table {
  width: 100%;
  overflow: auto;
}

.area-statements .item.table table {
  width: 768px;
}


/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-statements --*/
  .area-statements {}

  .area-statements.bg-title::before {
    left: 20px;
    content: "FINANCIAL STATEMENTS";
  }

  .area-statements .item.table {
    margin-top: 60px;
  }

  .area-statements .item.table:first-of-type {
    margin-top: 0;
  }

  .area-statements .item.table table {
    width: 100%;
  }
}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}
