@charset "UTF-8";
.customer-nomarlList {
  list-style-type: none;
}

.customer-fitBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.customer-attention {
  padding-left: 1.2em;
  position: relative;
}
.customer-attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}