@charset "UTF-8";
.header-menu .account:has(.listing-purchase-point-label) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.listing-purchase-point-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #edf4fa;
  border-radius: 2px;
  color: #004c8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.listing-purchase-point-label .point {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing-purchase-point-label .point + .point::before {
  content: "/";
  font-size: 1.2rem;
}
.listing-purchase-point-label .point .ttl {
  letter-spacing: 0.05em;
}
.listing-purchase-point-label .point .num {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
.listing-purchase-point-label .point .num::before {
  border: 2px solid #004c8a;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #004c8a;
  content: "P";
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  height: 13px;
  line-height: 10px;
  margin: -2px 2px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 13px;
}
