.point-header {
  margin: 5px 10px;
}

.point-header_top {
  padding: 5px 10px 8px;
}

.accountInfo {
  margin-top: 8px;
  padding-inline: 10px;
}
.accountInfo + * {
  margin-top: 8px;
}

a.point-link {
  border: solid 1px #CCC;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding: 8px 28px 8px 8px;
  position: relative;
}
a.point-link::after {
  content: "";
  display: block;
  border-top: solid 3px #999;
  border-right: solid 3px #999;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4.5px);
  right: 12px;
  left: auto;
}
a.point-link + * {
  margin-top: 8px;
}
a.point-link:link, a.point-link:visited, a.point-link:hover, a.point-link:active {
  color: #333;
  text-decoration: none;
}

.userInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 8px;
}
.userInfo .name {
  font-size: 14px;
}
.userInfo .point {
  display: flex;
  align-items: center;
  gap: 0 2px;
  font-size: 10px;
}
.userInfo .point > span {
  color: #EB5C01;
  font-size: 14px;
  font-weight: 700;
}

.expiryInfo {
  background-color: #EEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 8px;
}
.expiryInfo._deadline {
  background-color: #FBEFED;
}
.expiryInfo .date {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.expiryInfo .date > svg {
  fill: #B34C41;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.expiryInfo .point {
  display: flex;
  align-items: center;
  gap: 0 2px;
  font-size: 10px;
}
.expiryInfo .point > span {
  color: #B34C41;
  font-size: 12px;
}

.point-header ul,
.point-header_top ul {
  display: table;
  width: 100%;
}
.point-header ul li,
.point-header_top ul li {
  display: table-cell;
}
.point-header ul li:last-child,
.point-header_top ul li:last-child {
  text-align: right;
}

.point-header_name {
  font-size: 14px;
}

.point-header_point {
  font-size: 12px;
  position: relative;
}
.point-header_point span {
  color: #EB011B;
  font-size: 14px;
  font-weight: bold;
}
.point-header_point.arrow:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../img/sprites/sprite_common.png") no-repeat;
  background-size: 240px auto;
  width: 8px;
  height: 12px;
  top: 3px;
  right: 0px;
  background-position: 0px 0px;
}

.pd_r10 {
  padding-right: 10px;
}
/*# sourceMappingURL=../_mapDartSass/module/point-header.css.map */
