/* 特定商取引 */
.c-tbl-list__th {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 5px 0;
}
.c-tbl-list__tr {
  margin: 20px 0; 
}

.p-transactions-act {
  margin: -80px auto 60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-transactions-act {
    margin: -100px auto 60px;
    max-width: 1000px;
    padding-top: 100px;
  }
}
.p-transactions-act#delivery {
  margin: -58px auto 60px;
}
@media screen and (min-width: 768px) {
  .p-transactions-act#delivery {
    margin: -96px auto 60px;
  }
}
.p-transactions-act#info {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-transactions-act#info {
    margin-bottom: 100px;
  }
}
table {
  width: auto;
  border-collapse: collapse;
}
th, td {
  border: 1px solid black;
  padding: 6px;
  text-align: left;
  /* 左端揃え */
}
th {
  background-color: #f2f2f2;
}
p {
  margin: 0;
  /* 余白をなくす */