@charset "UTF-8";
[data-v-7277c1f8]:export {
  brand-primary01: #d10000;
  brand-secondary01: #2e5851;
  brand-accent01: #46aecf;
  brand-accent02: #ff7a00;
  brand-error: #ff0014;
  common-blue01: #46aecf;
  common-green01: #5a9d1d;
  common-green02: #56b98a;
  common-orange01: #ff7a00;
  common-lightenorange01: #ffebd9;
  common-beige01: #696458;
  common-beige02: #cec8ba;
  common-beige03: #f2ecde;
  common-grey01: #7f808b;
  common-grey02: #9d9da8;
  common-grey03: #cdcdcf;
  common-grey04: #f0f0f0;
  common-black01: #373841;
  common-white01: #fcfcfc;
  dp-primary: #df6800;
  dp-error: #ff0014;
  dp-red01: #c90011;
  dp-black01: #000;
  dp-grey01: #444;
  dp-grey02: #666;
  dp-grey03: #888;
  dp-grey04: #aaa;
  dp-grey05: #ccc;
  dp-grey06: #eaeaea;
  dp-white01: #fff;
}

/**
 * 画像を指定アスペクト比で描画する
 * @param $horizontal 幅の比率
 * @param $vertical 高さの比率
 * @param $objectFit
 *
 * @example
 * 画像を 4:3 で描画する場合
 *
 * ```html
 * <div class="wrapper">
 *   <img />
 * </div>
 * ```
 *
 * ```css
 * .wrapper {
 *   @include imageAspectRatio(4, 3);
 * }
 * ```
 */
.onlinestore-point .c-card__content[data-v-7277c1f8] {
  padding-right: 4px;
  padding-left: 4px;
}
.onlinestore-point .c-card__content[data-v-7277c1f8] :last-child {
  margin-bottom: 0;
}
.onlinestore-point-status[data-v-7277c1f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  line-height: 1;
}
.onlinestore-point-status__number[data-v-7277c1f8] {
  flex-grow: 1;
  color: #2e5851;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
}
.onlinestore-point-history-button[data-v-7277c1f8] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #373841;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

/*# sourceMappingURL=73.5290e83a.css.map?v=1786938416561*/