.ecpay-table {
  margin-bottom: 25px;
  border-top: 1px solid #dfdcdc;
  border-bottom: 1px solid #dfdcdc;
}
.ecpay-table tr {
  border-bottom: 1px solid #dfdcdc;
}
.ecpay-table tr td {
  padding: 8px;
  font-size: 12px;
}
.ecpay-table tr td:first-child {
  width: 100px;
  background-color: #f5f5f5;
}
.ecpay-table tr td:last-child {
  width: calc(100% - 100px);
}
.ecpay-table tr td > * + * {
  margin-bottom: 3px;
}
.ecpay-table tr td > .store-link {
  color: #3285c6;
}

.barcode-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #dfdcdc;
}
.barcode-block > * + * {
  margin-top: 5px;
}

.notice-block {
  margin-bottom: 30px;
  color: #908d8b;
}
.notice-block ol {
  padding: revert;
  list-style: disc;
  font-size: 12px;
}
.notice-block ol > li + li {
  margin-top: 8px;
}
.notice-block ol > li {
  list-style: disc;
}/*# sourceMappingURL=payment.css.map */