.law-box {
  margin-bottom: 80px;
}

.law-box dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.law-box dl:last-child {
  margin-bottom: 0;
}

.law-box dl dt {
  font-size: 16px;
  font-weight: bold;
  width: 240px;
}

.law-box dl dd {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 240px);
  margin: 0;
}

@media screen and (max-width: 480px) {
  .law-box {
    margin-bottom: 64px;
  }
  
  .law-box dl {
    margin-bottom: 24px;
  }
    
  .law-box dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .law-box dl dd {
    width: 100%;
  }  
}

.pay-law-box {
  margin-bottom: 80px;
}

.pay-law-box p {
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .pay-law-box {
    margin-bottom: 64px;
  }
}

.delivery-box {
  margin-bottom: 80px;
}

.delivery-box .txt {
  margin-bottom: 40px;
}

.delivery-box .txt:last-of-type {
  margin-bottom: 0;
}

.delivery-box .txt .mb-b {
  margin-bottom: 8px;
}

.delivery-box .txt .mb-s {
  margin-bottom: 6px;
}

.delivery-box .txt span {
  display: inline-block;
}

.delivery-box .txt .big {
  font-size: 18px;
  font-weight: bold;
}

.delivery-box .txt .bold {
  font-size: 16px;
  font-weight: bold;
}

.delivery-box .txt .nm {
  font-size: 16px;
  font-weight: 500;
}

.delivery-box .txt .sm {
  font-size: 14px;
  font-weight: 500;
}

.delivery-box .txt .s-sm {
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .delivery-box {
    margin-bottom: 64px;
  }
}