.c-transactions-act__tr{
  padding: 20px 0 4px;
  border-bottom:none;
}

.c-transactions-act-list{
  padding-top:12px;
  font-size:13px
}

.c-transactions-act-list li:not(:1last-child) {
  margin-bottom: 6px;
}

.transactions-act_li{
  padding-left: 1em;
  text-indent: -1em;
}

.transactions-act_li:before {
  content: "※";
}
  
.transactions-act__link{
    font-weight: bold;
 }
.u-contents#delivery {
    padding-top: 0;
}
.txt001 a{
text-decoration: underline;
}
.haiso .c-tbl-list__tr a{
text-decoration: underline;
  margin-left:3px;
}

  .shipping-wrapper {
    overflow-x: auto;
    width: 100%;
    margin:20px auto;
  }

  table.shipping-table {
    border-collapse: collapse;
    width: 100%;
    font-family: 'Helvetica Neue', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #999; /* テーブル全体の外枠 */
  }

  .shipping-table th,
  .shipping-table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }

  .shipping-table thead th {
    background-color: #f0f0f0;
    font-weight: 600;
    color: #333;
  }

  .shipping-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
  }



  @media screen and (max-width: 768px) {
    .shipping-table {
      font-size: 11px;
    }

    .shipping-table th,
    .shipping-table td {
      padding: 6px 8px;
    }
  }