@charset "UTF-8";
[data-v-2380deba]: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-button[data-v-2380deba] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 16px 9px;
  background-color: #f0f0f0;
  border: 1px solid #fcfcfc;
  border-radius: 10em;
  font-size: 16px;
  line-height: 1.45;
  font-weight: bold;
  text-decoration: none;
}
.dp-button[data-v-2380deba]:not(:last-child) {
  margin-bottom: 16px;
}
.dp-button--fluid[data-v-2380deba] {
  width: 100%;
}
.dp-button--primary[data-v-2380deba] {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.dp-button--secondary[data-v-2380deba] {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.dp-button--tertiary[data-v-2380deba] {
  background-color: #fff;
  border-color: #ccc;
  color: #888;
}
.dp-button--disabled[data-v-2380deba], .dp-button[data-v-2380deba]:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #888;
}
.dp-button--lg[data-v-2380deba] {
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 18px;
}
.dp-button--sm[data-v-2380deba] {
  padding: 8px 8px 7px;
  background-color: #fff;
  border-color: #666;
  border-radius: 0;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
.dp-button--white-border[data-v-2380deba] {
  border-color: #fff;
}
.dp-button__icon[data-v-2380deba] {
  display: grid;
  place-items: center;
  line-height: 1;
}
.dp-button__icon--prepend[data-v-2380deba] {
  margin-right: 0.5rem;
}
.dp-button__icon--append[data-v-2380deba] {
  margin-left: 0.5rem;
}

/*# sourceMappingURL=3.96c10ea5.css.map?v=1786938416561*/