@charset "UTF-8";

/* =============================================================

page-customer__content

===============================================================*/
.page-customer__table {
  min-width: 1000px;
}

.page-customer__table td {
  padding: 15px;
}

.page-customer__table td:nth-child(1),
.page-customer__table td:nth-child(2) {
  background: #F4F4F4;
}

.page-customer__table td:nth-child(5),
.page-customer__table td:nth-child(6),
.page-customer__table td:nth-child(7) {
  text-align: center;
}

.page-customer__table td.range {
  width: 30%;
}

/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 1120px) {
  .page-customer .table_span_sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .page-customer__table td {
    padding: 10px;
  }
}