.fs-c-accountService__page .fs-c-accountService__pageLink__label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7c8790;
    display: block;
    font-family: fs-icon!important;
    font-size: 48px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 64px;
    line-height: 1.2;
    margin: 8px auto 0;
    text-transform: none;
    width: 64px
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label:before {
    content: "\e93a";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label:before {
    content: "\e93b";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label:before {
    content: "\e903";
}

@font-face {
    font-family: fs-icon;
    font-style: normal;
    font-weight: 400;
    src: url(/system/font/fs-icon.ttf?4lt733) format("truetype"),url(/system/font/fs-icon.woff?4lt733) format("woff"),url(/system/font/fs-icon.svg?4lt733#fs-icon) format("svg")
}

.fs-c-button--cardAuthenticate {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fs-c-estimatedDeliveryDate {
  background-color: #f7f7f5;
  border: 1px solid #ddd;
  padding: 1.5em;
  margin: 2em 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  border-radius: 6px;
}

.fs-c-estimatedDeliveryDate__notice {
  margin-bottom: 1em;
}

.fs-c-estimatedDeliveryDate__deliverable {
  font-weight: 500;
  color: #222;
}

.fs-c-estimatedDeliveryDate__condition {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 0.2em;
}

.fs-c-estimatedDeliveryDate__info {
  font-size: 14px;
  color: #000;
}

.fs-c-estimatedDeliveryDate__info__date {
  font-weight: bold;
  color: #b6002b; /* Motorimodaの差し色で強調 */
}

.fs-c-time {
  font-style: normal;
}

.fs-c-estimatedDeliveryDate__ctrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
}

.fs-c-estimatedDeliveryDate__location {
  font-weight: 500;
}

.fs-c-button--changeLocation {
  background: none;
  border: none;
  color: #b6002b;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  padding: 0;
}

.fs-c-button--changeLocation:hover {
  text-decoration: none;
}

