/*===========================================================
table
============================================================*/
.width90 {
  width: 90%;
}

.width85 {
  width: 85%;
}

.width80 {
  width: 80%;
}

.width75 {
  width: 75%;
}

.width70 {
  width: 70%;
}

.width65 {
  width: 65%;
}

.width60 {
  width: 60%;
}

.width55 {
  width: 55%;
}

.width50 {
  width: 50%;
}

.width45 {
  width: 45%;
}

.width40 {
  width: 40%;
}

.width35 {
  width: 35%;
}

.width30 {
  width: 30%;
}

.width25 {
  width: 25%;
}

.width20 {
  width: 20%;
}

.width15 {
  width: 15%;
}

.width10 {
  width: 10%;
}

table, .tbl-div {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  display: table;
  background: #fff;
}

.bg-light-blue {
  background: #eff0f4;
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-white {
  background: #fff;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  word-break: break-all;
  background: #fff;
}

th {
  font-weight: bold;
  font-size: 17px;
}

td {
  font-size: 15px;
}

.tbl-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.tbl-div,
.tbl-div .row {
  width: 100%;
}

.tbl-div .row {
  display: table-row;
}

.row .cell {
  display: table-cell;
  font-size: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
  word-break: break-all;
  position: relative;
}

.row.is-thead .cell {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

/*
.row .cell:nth-child(1) {
  width: 30%;
}

.row .cell:nth-child(2) {
  width: 30%;
}

.row .cell:nth-child(3) {
  width: 30%;
}
*/


/* tbl-cam（キャンペーン詳細テーブル） */
.tbl-cam+.tbl-cam {
  margin-top: 10px;
}

.tbl-cam-inner {
  width: 100%;
}

.tbl-cam .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tbl-cam.is-frame {
  border: 1px solid #abafb2;
  border-radius: 7px;
}

.tbl-cam .head {
  background: #eaedef;
  border-radius: 6px 0 0 6px;
  color: #000;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
}

.tbl-cam .head.bg-black {
  background: #000;
  color: #fff;
}

.tbl-cam .content {
  background: #fff;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  th, td {
    padding: 10px;
  }

  th {
    font-size: 15px;
  }

  td {
    font-size: 14px;
  }

  .is-res th, .is-res td {
    width: 100%;
    display: block;
    border-top: none;
  }

  .is-res tr:first-child th {
    border-top: 1px solid #ddd;
  }

  .tbl-div {
    display: block;
  }

  .tbl-div, .row, .cell {
    width: 100%;
  }

  .tbl-div .row {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
  }

  .tbl-div.is-2 .row {
    padding: 19px 0;
  }

  .tbl-div .row .cell {
    border: none;
    display: block;
    padding: 16px 20px;
  }

  .tbl-div .row .cell.bg-light-blue {
    background: #eff0f4;
  }

  .tbl-div.is-2 .row .cell {
    padding: 0px 10px 0px 40%;
    margin-bottom: 24px;
  }

  .tbl-div.is-2 .row .cell:last-child {
    margin-bottom: 0;
}

  .row.is-thead {
    display: none;
    padding: 0;
    height: 0;
  }

  .tbl-div .row .cell::before {
    content: attr(data-title);
    font-size: 12px;
    color: gray;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 13px;
    min-width: 98px;
    display: block;
  }

  .tbl-div.is-2 .row .cell::before {
    position: absolute;
    width: 33%;
    left: 13px;
    top: 4px;
  }

  .tbl-div.is-2 .row:nth-child(odd) {
    background: #eff0f4;
  }

  /* tbl-cam（キャンペーン詳細テーブル） */
  .tbl-cam.is-frame {
    border-radius: 4px;
  }

  .tbl-cam .head {
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    width: 100%;
  }

  .tbl-cam .content {
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    width: 100%;
  }
}
