.required::after {
  content: '＊';
  color: #cc0000;
  font-size: 0.8em;
  padding: 0.3em;
  padding-left: 0.2em;
}

#shipping-fee thead td,
#delivery-time thead td {
  white-space: pre-wrap;
  vertical-align: top;
}
#shipping-fee .jexcel_selectall:before {
  content: '  ｻｲｽﾞ';
}

#delivery-time colgroup col:first-child {
  width: 90px !important;
}

.textcomplete-dropdown {
  border: 1px solid #ddd;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  z-index: 9000 !important;
  height: 200px;
  overflow-y: auto;
}
.textcomplete-dropdown li {
  margin: 0;
}

.textcomplete-dropdown .textcomplete-footer,
.textcomplete-dropdown .textcomplete-item {
  border-top: 1px solid #ddd;
}
.textcomplete-dropdown .textcomplete-item {
  padding: 5px 5px;
  cursor: pointer;
  width: 250px;
}
.textcomplete-dropdown .textcomplete-item .autocomlete-label {
  margin-left: 50px;
  float: right;
}
.textcomplete-dropdown .textcomplete-item:hover,
.textcomplete-dropdown .textcomplete-item.active {
  background-color: rgb(110, 183, 219);
}

@media print {
  #print-header {
    display: flex;
  }
  #header,
  #search-header,
  button.btn {
    display: none;
  }

  #deliveries .checkbox-square {
    display: block;
  }

  .delivery-card .card-buyer {
    width: 190px !important;
    padding-right: 10px;
  }
  .delivery-card .card-product {
    width: 250px !important;
    padding-right: 10px;
  }
  .delivery-card .card-purchase {
    width: 200px !important;
  }
}
