@charset "utf-8";

/*------------------------------------------*/
/* 会社概要
/*------------------------------------------*/

.outline-table th,
.outline-table td {
  padding: 10px 0;
}

.outline-table tr:first-child th,
.outline-table tr:first-child td {
  font-weight: bold;
}

.outline-table tr:first-child td {
  border-bottom: 1px solid #7b674f;
}

@media screen and (min-width: 768px), print {
  .outline-table th {
    width: 200px;
  }

  .outline-table th,
  .outline-table td {
    padding: 20px 0;
  }

  .outline-table tr:first-child th {
    border-bottom: 1px solid #7b674f;
  }
}




.history-table th,
.history-table td {
  padding: 10px 0;
}
.history-table tr.marker th,
.history-table tr.marker td {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .history-table th {
    width: 200px;
  }

  .history-table th,
  .history-table td {
    padding: 20px 0;
  }
}

/* 中黒単位で改行用 ------------------------------*/
td.outline-list {
  text-align: left;
  text-justify: none;
}

.outline-list p {
  display: inline-block;
}

/* ルビ ------------------------------*/
ruby {
  ruby-align: center;
}
rt {
  font-size: 0.6rem;
  letter-spacing: -0.2em;
  text-align: center;
}

