@charset "UTF-8";
/*
|---------------------------------------------------------------
| カート関連
|---------------------------------------------------------------
*/
.fs-c-cartDiscountInfo {
  font-size: 1.8rem;
}

/*
 * ーお知らせー
------------------------------------------------*/
.aba-checkout-notice {
  display: block;
  width: 100%;
  margin: 1.5em 0;
  text-align: left;
}
.aba-checkout-notice__head {
  display: block;
  width: 100%;
  font-size: 1.35em;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1em;
  padding: 0;
}
.aba-checkout-notice__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1.75;
}
.aba-checkout-notice__body p {
  margin: 0 0 1.75em;
}
.aba-checkout-notice__body > *:last-child {
  margin-bottom: 0;
}
.aba-checkout-notice__content {
  width: auto;
  max-width: 100%;
}

/*
 * 会員登録について
------------------------------------------------*/
.aba-checkout-registerAside {
  width: 100%;
  margin: clamp(15px, 2vw, 30px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.05em;
}
.aba-checkout-registerAside__content {
  width: auto;
  max-width: 100%;
  line-height: 1.75;
}
.aba-checkout-registerAside__content p {
  margin: 0 0 1.75em;
}
.aba-checkout-registerAside__content > *:last-child {
  margin-bottom: 0;
}
.aba-checkout-registerAside a {
  color: inherit !important;
  text-decoration: underline;
}

.aba-checkout-registerAside-link {
  display: inline-flex;
  align-items: center;
}
.aba-checkout-registerAside-link::after {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.35em;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: CurrentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-left: 0.25em;
}
