@charset "UTF-8";

.content-image {
  background-image: url("../img/publicdomainq-0015242vsnkqi.jpeg");
}

@media (min-width: 1020px) {
  .company-overview {
    margin: 50px 0;
  }

  .company-history {
    margin: 50px 0;
  }

  .overview-table {
    font-size: 18px;
  }

  .overview-table th {
    width: 20vw;
    padding: 15px 3px;
    margin: 2px;
    background-color: var(--color-base-sim3);
    color: var(--color-white);
  }

  .overview-table td {
    width: 80vw;
    padding: 15px;
    margin: 2px;
    border-bottom: 1px solid var(--color-gray-08);
  }

  .history-table {
    font-size: 18px;
    border-collapse: collapse;
  }

  .history-table th {
    font-weight: normal;
    padding: 15px 3px;
    width: 20vw;
  }

  .history-table td {
    width: 80vw;
    padding: 15px 3px;
  }
  
  .history-table tr {
    border-bottom: 1px solid var(--color-gray-08);
  }
}

/* sp */
@media (max-width: 1020px) {
  .overview-table th {
    width: 20vw;
    padding: 15px 3px;
    margin: 2px;
    background-color: var(--color-base-sim3);
    color: var(--color-white);
    font-size: 12px;
  }

  .overview-table td {
    width: 80vw;
    padding: 15px;
    margin: 2px;
    border-bottom: 1px solid var(--color-gray-08);
    font-size: 14px;
  }

  .history-table {
    border-collapse: collapse;
    font-size: 12px;
  }

  .history-table th {
    font-weight: normal;
    padding: 15px 3px;
    width: 25vw;
  }

  .history-table td {
    width: 75vw;
    padding: 15px 3px;
  }
  
  .history-table tr {
    border-bottom: 1px solid var(--color-gray-08);
  }
}