@charset "UTF-8";

/*---------------------------------------------------
  table
---------------------------------------------------*/
.table table, .tableBlock table {
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #DADDDF;
}

.table th, .tableBlock th {
  padding: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #f2f6f7;
  border: 1px solid #DADDDF;
  word-break: break-all;
  text-align: left;
}

.table thead th, .tableBlock thead th {
  background-color: #f4f8fd;
}

.table td, .tableBlock td {
  padding: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #DADDDF;
  vertical-align: middle;
  word-break: break-all;
}

.table.table--small th, .table--small.tableBlock th, .table.table--small td, .table--small.tableBlock td {
  padding: 8px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.table .js-on, .tableBlock .js-on {
  background-color: #ffffcc !important;
}

@media print, screen and (min-width: 1200px) {
  .table .js-on, .tableBlock .js-on {
    background-color: transparent !important;
  }
}

.tableBlock table {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock table {
    display: table;
  }
}

.tableBlock tbody {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tbody {
    display: table-row-group;
  }
}

.tableBlock tr {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tr {
    display: table-row;
  }
}

.tableBlock th, .tableBlock td {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th, .tableBlock td {
    display: table-cell;
    border-width: 1px;
  }
}

.tableBlock th {
  text-align: left;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  margin-top: 10px;
}

.tableBlock th:empty {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: top;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}

.tableBlock td {
  padding: 7px 0;
  border-width: 0;
  border-bottom: 1px dotted #DADDDF;
}

@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 12px;
    border: 1px solid #DADDDF;
    border-bottom-style: solid;
  }
}

/*=====================================================
  tableBorderNone
=====================================================*/
.tableBorderNone table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tableBorderNone th {
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.tableBorderNone thead th {
  text-align: center;
}

.tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
