@charset "UTF-8";
[data-v-5b803625]: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);
 * }
 * ```
 */
.dp-favorite-overview[data-v-5b803625] {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  padding: 32px 16px;
  background-color: #f1f1f1;
}
.dp-favorite-overview *[data-v-5b803625]:last-child {
  margin-bottom: 0;
}
.dp-favorite-overview-section[data-v-5b803625] {
  margin-bottom: 32px;
}
.dp-favorite-overview-paragraph[data-v-5b803625] {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.dp-favorite-overview-image[data-v-5b803625] {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
  height: auto;
}
.dp-favorite-overview-title[data-v-5b803625] {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.dp-favorite-overview-how-to[data-v-5b803625] {
  padding: 16px 16px 16px 20px;
  background-color: #fff;
}
.dp-favorite-overview-how-to__title[data-v-5b803625] {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.dp-favorite-overview-list[data-v-5b803625] {
  counter-reset: step-list;
  display: grid;
  place-items: start;
  row-gap: 16px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}
.dp-favorite-overview-list > li[data-v-5b803625] {
  counter-increment: step-list;
  display: grid;
  place-items: start;
  column-gap: 4px;
  grid-template-columns: auto 1fr;
  margin-bottom: 0;
}
.dp-favorite-overview-list > li[data-v-5b803625]::before {
  display: grid;
  content: counter(step-list);
  place-items: center;
  flex-shrink: 0;
  margin-top: 0.24em;
  margin-left: 2px;
  background-color: #000;
  width: 16px;
  height: 16px;
  border-radius: 1em;
  color: #fff;
  font-size: 10px;
  font-family: Oswald;
  font-weight: 700;
}

/*# sourceMappingURL=82.9d8ef895.css.map?v=1786938416561*/