@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');

* {
  box-sizing: border-box;
}

body,
ul,
p,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  user-select: none;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

#menuToggle {
  position: relative;
  margin-right: 0.42857143rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 10;
  background-color: #f599a0;
  width: 0.42857143rem;
  height: 0.42857143rem;
  border-radius: 50%;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  color: white;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: #232323;
}

#menuToggle div {
  width: 0.42857143rem;
  height: 0.28571429rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#menuToggle span {
  width: 0.23571429rem;
  height: 0.02857143rem;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 9;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(0.02142857rem, -0.01071429rem);
}

#menuToggle.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.01428571rem, 0);
}

#menu {
  position: fixed;
  right: 0;
  width: 25vw;
  height: 88vh;
  padding: 0.53571429rem 0;
  background: #f599a0;
  text-align: right;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  -webkit-font-smoothing: antialiased;
}

#menu h2 {
  margin: 0;
  width: 1.60714286rem;
  margin-bottom: 0.5rem;
}

#menu a {
  width: 1.60714286rem;
  height: 0.53571429rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#menu a div {
  width: 37px;
  height: 28px;
  background-image: url(../images/menuIcon.png);
  background-position: top;
  margin-right: 0.10714286rem;
}

#menu a p {
  font-size: 0.12857143rem;
  line-height: 0.25rem;
  border-bottom: 1px solid white;
}

#menu a:nth-child(3) div {
  height: 37px;
  background-position: 0px -28px;
}

#menu a:nth-child(4) div {
  height: 37px;
  background-position: 0px -65px;
}

#menu a:nth-child(5) div {
  height: 37px;
  background-position: 0px -102px;
}

#menu a:nth-child(6) div {
  height: 40px;
  background-position: 0px -139px;
}

.mainCover {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainCover.active {
  height: 100%;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 11;
}

body {
  font-family: system-ui, sans-serif;
  font-family: 'ヒラギノ丸ゴ ProN';
  text-align: center;
}

body h2 {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.21428571rem;
  color: white;
  font-weight: normal;
  margin: 0;
}

body h4 {
  color: #333;
  font-weight: normal;
  font-size: 0.08571429rem;
  line-height: 160%;
  margin-top: 0.07142857rem;
}

.box {
  position: fixed;
  bottom: 0.17857143rem;
  right: 0.35714286rem;
  width: 1.3rem;
  height: 0.42857143rem;
  background-color: #f599a0;
  color: white;
  border: 3px solid white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.box img {
  position: absolute;
  top: -0.55714286rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.box p {
  position: relative;
  font-size: 0.12857143rem;
  line-height: 0.17857143rem;
}

.box a {
  color: white;
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 12vh;
  background-color: #ffe4e6;
  border-bottom: 1px solid #f599a0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img {
  margin-left: 0.42857143rem;
  background-color: #ffe4e6;
}

header .nav {
  width: 2.67857143rem;
  height: 0.36428571rem;
  margin-left: 3.57142857rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .nav div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header .nav div a {
  color: #707070;
  font-size: 30px;
  z-index: 10;
  position: relative;
}

header .nav div a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

header .nav div a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

header .nav div a:hover {
  color: white;
}

header .nav div a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #f599a0;
  z-index: -1;
  transition: transform 0.3s ease;
}

.spNav {
  display: none;
}

.fv {
  margin-top: 12vh;
  height: 88vh;
  width: 100%;
  background-color: #EFEFEF;
  background-image: url("../images/fvimg.jpg");
  background-size: cover;
  background-position: 0.35714286rem;
  background-repeat: no-repeat;
}

.fv .textBox {
  width: 60%;
  height: 100%;
}

.fv .textBox h2 {
  color: #f599a0;
  z-index: 9;
  margin: 15px 0;
  font-size: 0.3rem;
  line-height: 0.39285714rem;
}

.fv .textBox p {
  font-size: 0.19285714rem;
  line-height: 0.25rem;
  z-index: 9;
}

.fv .textBox p strong {
  font-weight: normal;
  background: linear-gradient(transparent 50%, #f8bc68 30%);
}

.fv .textBox .textLeft {
  width: 40%;
  top: 15%;
  left: 10%;
  position: relative;
  z-index: 9;
}

.fv .textBox .textRight {
  width: 100%;
  top: 5%;
  left: 24%;
  position: relative;
  z-index: 9;
}

.fv .textBox .textRight p:last-child {
  font-size: 0.11428571rem;
  line-height: 0.21428571rem;
}

.fv .textBox .textLeft::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 180%;
  background-color: white;
  border-radius: 50%;
}

.fv .textBox .textLeft::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 40%;
  left: 90%;
  width: 140%;
  height: 180%;
  background-color: white;
  border-radius: 50%;
}

.intoCashList {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.intoCashList .yellowTitle {
  background-color: #f599a0;
  width: 100%;
  height: 0.46428571rem;
  text-align: center;
  line-height: 0.46428571rem;
  position: relative;
}

.intoCashList .yellowTitle h2 {
  margin: 0;
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.21428571rem;
  color: white;
}

.intoCashList .yellowTitle::after {
  content: " ";
  position: absolute;
  top: 135%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 0.35714286rem solid transparent;
  border-top-color: #f599a0;
  z-index: -1;
}

.intoCashList h3 {
  margin-top: 0.71428571rem;
  margin-bottom: 0.35714286rem;
  font-size: 0.125rem;
  color: #707070;
}

h3#kessai {
  margin-top: 0;
}

.intoCashList h3:nth-child(6),
.intoCashList h3:nth-child(9) {
  margin-bottom: 0px !important;
}

.intoCashList h4 {
  font-size: 0.11428571rem;
}

.intoCashList p {
  margin: 0.6rem 0;
  color: #707070;
  font-size: 0.15rem;
  line-height: 0.25357143rem;
}

.intoCashList .laterPay {
  width: 70vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
}

.intoCashList .laterPay li {
  width: 1.42857143rem;
  height: 0.53571429rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.07857143rem;
  margin-bottom: 10%;
}

.intoCashList .laterPay img {
  height: 0.71428571rem;
  object-fit: scale-down;
  max-width: 80%;
}

.intoCashList .linkImg {
  display: flex;
  justify-content: space-around;
  width: 60vw;
  margin: 0.35714286rem 0;
}

.intoCashList .linkImg div {
  height: 2.67857143rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.intoCashList .linkImg div a img {
  display: inline-block;
  height: 0.71428571rem;
  object-fit: scale-down;
  width: 20vw;
}

.intoCashList .linkImg div img {
  display: inline-block;
  height: 0.89285714rem;
  object-fit: scale-down;
  width: 20vw;
}

.intoCashList .linkImg div .downArrow {
  height: auto;
  width: 5vw;
}

.usageFlow {
  background-color: #FAF8F5;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.usageFlow h2 {
  padding-top: 0.125rem;
  margin: 0 auto;
  width: 1.28571429rem;
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.21428571rem;
  color: black;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.usageFlow h2::after {
  content: " ";
  position: absolute;
  bottom: -0.03571429rem;
  left: -0.06785714rem;
  z-index: -1;
  width: 1.42857143rem;
  height: 0.11428571rem;
  background-color: #f599a0;
  opacity: 0.7;
  border-radius: 20px;
}

.usageFlow .step {
  margin: 0.33928571rem auto 0 auto;
  width: 6.04642857rem;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 20px;
}

.usageFlow .step div {
  width: 1.42857143rem;
  height: 1.42857143rem;
  background-color: #f599a0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.usageFlow .step div div:first-child {
  margin-bottom: 0.125rem;
  width: 0.75rem;
  height: 0.15rem;
  background-color: white;
  color: #f599a0;
  line-height: 0.15rem;
  font-size: 0.10714286rem;
}

.usageFlow .step div div:nth-child(2) {
  width: 1.21428571rem;
  height: 0.96428571rem;
  display: flex;
  justify-content: space-evenly;
}

.usageFlow .step div div:nth-child(2) h5 {
  font-weight: normal;
  font-size: 0.10714286rem;
  line-height: 0.18214286rem;
}

.usageFlow .step div div:nth-child(2) h5 a {
  color: white;
  text-decoration: underline;
}

.usageFlow .step div div:nth-child(2) p {
  font-size: 0.07142857rem;
  line-height: 0.11071429rem;
}

.usageFlow .stepImg {
  margin: 0.10714286rem auto 0.33928571rem auto;
  width: 6.04642857rem;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 20px;
}

.usageFlow .stepImg div {
  width: 1.42857143rem;
  height: 1.42857143rem;
  border: 1px solid #f599a0;
}

.faqList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faqList h2 {
  padding-top: 0.24285714rem;
  margin: 0 auto;
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.21428571rem;
  color: black;
  font-weight: normal;
  z-index: 1;
}

.faqList h2::after {
  content: " ";
  position: absolute;
  bottom: -0.025rem;
  left: -0.1rem;
  z-index: -1;
  width: 1.75714286rem;
  height: 0.11428571rem;
  background-color: none;
  opacity: 0.7;
  border-radius: 20px;
}

.faqList .msgBox {
  background-color: #FAF8F5;
  width: 100%;
  height: 3.43214286rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqList .msgBox div {
  width: 4.67142857rem;
  height: 3.00714286rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 20px;
  background-image: repeating-linear-gradient(44deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px), repeating-linear-gradient(134deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px), repeating-linear-gradient(224deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px), repeating-linear-gradient(314deg, #f599a0, #f599a0 20.4px, transparent 30px, transparent 44.96px, #f599a0 52px);
  background-size: 5px calc(100% + 72.29px), calc(100% + 72.29px) 5px, 5px calc(100% + 72.29px), calc(100% + 72.29px) 5px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 0.9s infinite linear;
}

@keyframes borderAnimation {
  from {
    background-position: 0 0, -72.29px 0, 100% -72.29px, 0 100%;
  }

  to {
    background-position: 0 -72.29px, 0 0, 100% 0, -72.29px 100%;
  }
}

.faqList .msgBox div h2 {
  margin: 0;
  padding: 0;
  line-height: 0.28571429rem;
  width: 3.63928571rem;
  position: relative;
}

.faqList .msgBox div h2 span {
  position: absolute;
  bottom: -0.01071429rem;
  left: 0.37428571rem;
  z-index: -1;
  width: 2.83214286rem;
  height: 0.11428571rem;
  background-color: #f599a0;
  opacity: 0.7;
}

.faqList .msgBox div h2 span:nth-child(4) {
  bottom: 0.29642857rem;
  left: 0.77142857rem;
  width: 2.08571429rem;
}

.faqList .msgBox div h2 span:nth-child(3) {
  bottom: 0.56428571rem;
  left: 0.67857143rem;
  width: 2.27142857rem;
}

.faqList .msgBox div h2::after {
  display: none;
}

.faqList .msgBox div h2::before {
  content: " ";
  width: 1.00357143rem;
  height: 1.01071429rem;
  position: absolute;
  top: 0.89642857rem;
  left: 2.52142857rem;
  background-image: url(../images/person.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.faqList .msgBox div p {
  font-family: 'ヒラギノ角ゴ ProN';
  width: 3.78571429rem;
  font-size: 0.13571429rem;
  line-height: 0.22142857rem;
}

.faqList div {
  margin-top: 0.34285714rem;
  width: 5.17142857rem;
}

.faqList div h1 {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.21428571rem;
  line-height: 0.47142857rem;
  color: #f599a0;
  margin: 0;
  margin-left: 0.08928571rem;
}

.faqList div p {
  width: 4.73571429rem;
  text-align: left;
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.10714286rem;
  line-height: 0.23571429rem;
  margin-left: 0.08928571rem;
  color: #747474;
}

.faqList div div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.faqList div div div:nth-child(1) {
  justify-content: center;
  width: 0.32142857rem;
  height: 0.32142857rem;
  background-color: #f599a0;
  color: white;
  line-height: 0.32142857rem;
  font-size: 0.25rem;
  font-family: 'ヒラギノ角ゴ ProN';
  font-weight: bolder;
}

.faqList div div div:nth-child(2) {
  width: 5.17142857rem;
}

.faqList div div:nth-child(2) {
  align-items: flex-start;
}

.faqList div div:nth-child(2) div:nth-child(1) {
  background-color: #FFFFFF;
  color: #f599a0;
  margin-top: 0.07142857rem;
}

.faqList div:last-child div h1 {
  font-size: 0.19285714rem;
}

.companyInfo {
  background-color: #fff4f5;
  height: 6.42857143rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.companyInfo h1 {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.25714286rem;
  color: #f599a0;
  position: relative;
}

.companyInfo h1::after {
  content: " ";
  width: 0.85357143rem;
  height: 0.61785714rem;
  position: absolute;
  top: 0.25357143rem;
  left: 1.60714286rem;
  background-image: url(../images/2people.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.companyInfo div {
  border: 1px solid #f599a0;
}

.companyInfo ul {
  display: flex;
  justify-content: flex-start;
}

.companyInfo ul li {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.13rem;
  text-align: left;
  padding-left: 0.20357143rem;
}

.companyInfo ul li:nth-child(1) {
  width: 1.45714286rem;
  height: 0.34285714rem;
  background-color: #f599a0;
  color: white;
  border-bottom: 1px solid white;
  line-height: 0.34285714rem;
}

.companyInfo ul li:nth-child(2) {
  width: 3.19285714rem;
  height: 0.34285714rem;
  border-bottom: 1px solid #f599a0;
  background-color: white;
  color: #707070;
  line-height: 0.34285714rem;
}

.companyInfo ul:last-child li {
  /* height: 2.21428571rem;
  line-height: 2.21428571rem; */
  border-bottom: none;
  /* padding: 0.20357143rem; */
}

.companyInfo ul:last-child li iframe {
  max-width: 100%;
  max-height: 100%;
}

.priPoli {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.priPoli h1 {
  margin: 0.21428571rem 0;
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 0.25714286rem;
  color: #f599a0;
}

.priPoli p {
  text-align: left;
  color: #707070;
  font-size: 0.11428571rem;
  width: 5.02857143rem;
  line-height: 0.17142857rem;
  margin-bottom: 0.5rem;
}

.priPoli div:last-child {
  position: absolute;
  bottom: 0;
  background-color: #f599a0;
  width: 100%;
  height: 0.10714286rem;
}

.forAnchorTextLink {
  height: 40px;
  text-align: center;
  background-color: #ffe4e6;
  position: relative;
}

.forAnchorTextLink>div {
  position: relative;
  margin: -15px 0;
  top: 25%;
  font-size: 0.18rem;
}

/*cta*/
#fixed-banner-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .forAnchorTextLink {
    height: 50px;
    text-align: center;
    background-color: #ffe4e6;
    position: relative;
  }

  .forAnchorTextLink>div {
    position: relative;
    margin: -15px 0;
    top: 25%;
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 700px) {
  #fixed-banner-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-size: 16px;
  }

  #fixed-banner-sp {
    background: #FAF8F5;
  }

  #fixed-banner-sp .cta-wrap {
    padding: 0 4px;
  }

  #fixed-banner-sp .cta-wrap .contact {
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
  }

  #fixed-banner .cta-wrap .cta-left,
  #fixed-banner-sp .cta-wrap .cta-left {
    float: left;
    width: 55%;
    padding: 8px 0;
  }

  #fixed-banner-sp .cta-wrap .cta-text {
    padding: 7px 0 4px;
  }

  #fixed-banner-sp .cta-wrap .cta-left .cta-text span {
    font-weight: bold;
    font-size: 120%;
  }

  small {
    font-size: 80%;
  }

  #fixed-banner .cta-wrap .cta-right,
  #fixed-banner-sp .cta-wrap .cta-right {
    float: right;
    width: 44%;
  }

  #fixed-banner-sp .cta-wrap .cta-button {
    padding: 7px 0 10px;
  }

  #fixed-banner-sp .cta-right .cta-button a {
    color: #ffffff;
    background: #f599a0;
  }

  #fixed-banner-sp .cta-wrap .cta-button a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 14px 3px;
    border-radius: 3px;
    box-shadow: 0px 5px 0px 0px #f599a0;
    -moz-box-shadow: 0px 5px 0px 0px #f599a0;
    -webkit-box-shadow: 0px 5px 0px 0px #f599a0;
    text-decoration: none;
    line-height: 1;
  }

  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }

  .forAnchorTextLink {
    height: 40px;
    text-align: center;
    background-color: #ffe4e6;
    position: relative;
    margin: 0 0 67px 0;
  }

  .forAnchorTextLink>div {
    position: relative;
    margin: -15px 0;
    top: 25%;
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  #fixed-banner-sp .cta-wrap .contact {
    overflow: hidden;
    max-width: 340px;
    margin: 0 auto;
    padding: 10px 0;
  }

  #fixed-banner-sp {
    font-size: 12px;
  }

  #fixed-banner-sp .cta-wrap .cta-button a {
    font-size: 14px;
  }

  .forAnchorTextLink {
    height: 40px;
    text-align: center;
    background-color: #ffe4e6;
    position: relative;
    margin: 0 0 90px 0;
  }

  .forAnchorTextLink>div {
    position: relative;
    margin: -15px 0;
    top: 25%;
    font-size: 16px;
  }

  .forAnchorTextLink a {
    font-size: 0.24rem
  }
}

@media screen and (max-width: 325px) {
  .forAnchorTextLink>div {
    position: absolute;
    left: 38%;
    margin: none;
  }
}

@media screen and (min-width: 1201px) {
  .forAnchorTextLink {
    height: 40px;
    text-align: center;
    background-color: #ffe4e6;
    position: relative;
  }

  .forAnchorTextLink>div {
    position: relative;
    margin: -15px 0;
    top: 25%;
    font-size: 0.12857143rem;
  }
}


@media screen and (max-device-width: 500px) {
  .forAnchorTextLink>div {
    position: relative;
    margin: -15px 0;
    top: 25%;
    font-size: 16px;
  }
}

/*sitenotice*/
.site-notice {
  background-color: #efefef;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.site-notice p {
  font-size: 12px;
  line-height: 1.7;
  color: red;
  text-align: center;
}

/*infomation*/
.p-infomation {
  margin: 80px auto;
  max-width: 1000px;
  width: 90%;
}

.p-infomation h2 {
  color: #707070;
}

.top-news__contents {
  margin-top: 45px;
}

.news-list__item:first-child {
  border-top: #707070 solid 2px;
}

.news-list__item {
  border-bottom: #707070 solid 2px;
}

.news-list__link {
  padding: 25px 10px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
}

.news-list__date {
  min-width: 115px;
}

.news-list__title {
  padding-left: 15px;
}

.button__wrapper {
  max-width: 245px;
  margin: 40px auto 0;
}

.button_info {
  background: #f599a0;
  color: #fff;
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 40px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .news-list__link {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-list__title {
    padding-left: 0px;
    padding-top: 15px;
  }
}

/*pager*/
.pager ul.pagination {
  text-align: center;
  margin: 40px 0 0 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #f599a0;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #ddd;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after {
    content: "　前の5件へ";
  }

  .pager .pagination li.next span::before {
    content: "次の5件へ　";
  }

}

/*infomation detail*/
.p-infoDetail__header {
  font-feature-settings: "palt";
}

.p-infoDetail__group {
  margin-top: clamp(1.625rem, 0.182rem + 6.16vw, 4rem);
}

.p-infoDetail__textGroup {
  padding: 1rem;
  background-color: #fff;
  border: 2px solid #707070;
  color: #707070;
  font-size: clamp(1rem, .848rem + .65vw, 1.25rem);
  line-height: 2;
}

.p-infoDetail__textGroup .heading {
  font-weight: 700;
  border-bottom: 2px solid #707070;
  text-align: left;
}

.p-infoDetail__textGroup .note {
  margin-top: 1em;
  text-align: left;
}

.p-infoDetail__textGroup .postdatetime {
  font-weight: normal;
  font-size: 0.8rem;
  text-align: right;
}

/*24/01/30修正*/
body {
  font-family: 'ヒラギノ角ゴ ProN';
}

.top-news__contents {
  margin-top: 45px;
  max-height: 210px;
  overflow-y: auto;
}

.priPoli p {
  max-height: 250px;
  overflow-y: auto;
}

.forAnchorTextLink {
  height: auto;
}

.forAnchorTextLink div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 5px;
}

.forAnchorTextLink img {
  max-width: 150px;
}

@media only screen and (max-width: 480px) {
  .news-list__link {
    padding: 20px 10px;
  }

  .top-news__contents {
    max-height: 280px;
  }

  .priPoli p {
    max-height: 200px;
  }
}

/*----------------------------
換金率&振込時間テキスト化
----------------------------*/
.sp_fv,
.sp_img.rate,
.cnt02-relative,
.cnt03-relative,
.cnt06-relative,
.cnt07-relative,
.float_start {
  position: relative;
}

.sp_fv .minutes-absolute,
.sp_fv .rate-absolute,
.sp_fv .rate2-txt01-absolute,
.sp_fv .rate2-nmb01-absolute,
.sp_fv .rate2-txt02-absolute,
.sp_fv .rate2-nmb02-absolute,
.sp_fv .rate2-txt03-absolute,
.sp_img.rate .rate-absolute,
.sp_img.rate .rate-absolute-border,
.sp_img.rate .rate-absolute-shadow,
.sp_img.rate2 .rate2-nmb01-absolute,
.sp_img.rate2 .rate2-nmb02-absolute,
.cnt02-relative .minutes-absolute,
.cnt02-relative .minutes-absolute-second,
.cnt02-relative .rate-absolute,
.cnt03-relative .minutes-absolute,
.cnt06-relative .minutes-absolute,
.cnt07-relative .amount-absolute,
.cnt07-relative .rate-absolute,
.float_start .minutes-absolute,
.float_start .minutes-absolute-second {
  position: absolute;
  line-height: 1;
  font-family: system-ui, sans-serif;
}

.sp_fv .minutes-absolute,
.sp_fv .rate-absolute {
  color: #fefa8f;
  font-size: min(13.4vw, 100px);
  font-weight: bold;
}

.sp_fv .rate2-txt01-absolute,
.sp_fv .rate2-nmb01-absolute,
.sp_fv .rate2-txt02-absolute,
.sp_fv .rate2-nmb02-absolute,
.sp_fv .rate2-txt03-absolute {
  color: #fff;
  font-weight: bold;
}

.sp_fv .minutes-absolute {
  bottom: 44.7%;
  right: 10.2%;
  width: 20vw;
  max-width: 150px;
  letter-spacing: -7.5px;
}

.sp_fv .rate-absolute {
  bottom: 60.2%;
  right: 27.4%;
}

.sp_fv .rate2-txt01-absolute {
  bottom: 57.9%;
  right: 27.4%;
  font-size: min(2.4vw, 16px);
}

.sp_fv .rate2-nmb01-absolute {
  bottom: 56.1%;
  right: 36%;
  font-size: min(3.0vw, 20px);
}

.sp_fv .rate2-txt02-absolute {
  bottom: 56.0%;
  right: 31.4%;
  font-size: min(2.4vw, 16px);
}

.sp_fv .rate2-nmb02-absolute {
  bottom: 56.1%;
  right: 27%;
  font-size: min(3.0vw, 20px);
}

.sp_fv .rate2-txt03-absolute {
  bottom: 56.0%;
  right: 24.8%;
  font-size: min(2.4vw, 16px);
}

.sp_img.rate .rate-absolute,
.sp_img.rate .rate-absolute-border,
.sp_img.rate .rate-absolute-shadow {
  font-size: min(38.7vw, 290px);
  bottom: 10.4%;
  right: 34.6%;
  font-weight: bold;
  transform: scale(1, 1.1);
}

.sp_img.rate.first-only .rate-absolute,
.sp_img.rate.first-only .rate-absolute-border,
.sp_img.rate.first-only .rate-absolute-shadow {
  bottom: 24.4%;
}

.sp_img.rate .rate-absolute {
  background: linear-gradient(0deg, #e55b58 50%, #ef7e7b 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
}

.sp_img.rate .rate-absolute-border {
  text-shadow: 3px 3px 0px #fff, -3px 3px 0px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  z-index: 5;
}

.sp_img.rate .rate-absolute-shadow {
  text-shadow: 8px 8px 0px #ea5f5a;
}

.sp_img.rate2 .rate2-absolute {
  position: relative;
  margin-top: -14px;
  z-index: 2;
}

.sp_img.rate2 .rate2-nmb01-absolute,
.sp_img.rate2 .rate2-nmb02-absolute {
  color: #f599a0;
  font-size: min(13.4vw, 100px);
  font-weight: bold;
}

.sp_img.rate2 .rate2-nmb01-absolute {
  bottom: 23.0%;
  left: 14%;
}

.sp_img.rate2 .rate2-nmb02-absolute {
  bottom: 23.0%;
  right: 27%;
}

.cnt02-relative .minutes-absolute {
  color: #463b3b;
  font-size: min(13.4vw, 100px);
  bottom: 33.7%;
  right: 24.4%;
  width: 20vw;
  max-width: 150px;
  font-weight: bold;
  letter-spacing: -7.5px;
}

.cnt02-relative .minutes-absolute-second {
  color: #463b3b;
  font-size: min(10.4vw, 78px);
  bottom: 29.8%;
  right: 19.4%;
  font-weight: bold;
}

.cnt02-relative .rate-absolute {
  color: #f499a0;
  font-size: min(20vw, 114px);
  bottom: 53%;
  right: 66%;
  font-weight: bold;
}

.cnt03-relative .minutes-absolute {
  color: #e15e66;
  font-size: min(4.6vw, 34px);
  bottom: 24.5%;
  right: 13%;
  width: 8vw;
  max-width: 60px;
  font-weight: bold;
}

.cnt06-relative .minutes-absolute {
  color: #f499a0;
  font-size: min(10.4vw, 78px);
  bottom: 11.8%;
  right: 58.6%;
  width: 14vw;
  max-width: 105px;
  font-weight: bold;
}

.cnt07-relative .amount-absolute {
  color: #f499a0;
  font-size: min(8.6vw, 64px);
  font-size: max(3.5vw, 30px);
  bottom: 26.2%;
  right: 32%;
  font-weight: bold;
}

.cnt07-relative .rate-absolute {
  color: #333;
  font-size: min(3vw, 22px);
  bottom: 18.7%;
  right: 31%;
  font-weight: 100;
}

.float_start .minutes-absolute,
.float_start .minutes-absolute-second {
  color: #fff;
  font-size: min(6.3vw, 40px);
  bottom: 57%;
}

.float_start .minutes-absolute {
  right: 73.8%;
  width: 10vw;
  max-width: 63px;
  font-weight: bold;
}

.float_start .minutes-absolute-second {
  right: 37.9%;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .sp_fv .minutes-absolute {
    letter-spacing: -1vw;
  }

  .cnt02-relative .minutes-absolute {
    letter-spacing: -1vw;
  }
}

/*---------------------
  2026.02.12 追加
  ---------------------*/
#intoCashList.intoCashList {
  display: flex;
  max-width: 750px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-top: min(30px, 4vw);
  padding-bottom: min(342px, 45.6vw);
  gap: min(60px, 8vw);
}

#intoCashList.intoCashList .paws {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#intoCashList.intoCashList>div {
  border: solid min(6px, 0.8vw) #f499a0;
  border-radius: 0 min(30px, 4vw) 0 min(30px, 4vw);
  width: 90%;
  position: relative;
  background: #fff;
}

#intoCashList.intoCashList>div .title {
  width: 100%;
  position: absolute;
  left: 0;
  top: max(-30px, -4vw);
}

#intoCashList.intoCashList .app ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
  padding: min(60px, 8vw) 0 min(48px, 6.4vw) 0;
  gap: min(24px, 3.2vw);
}

#intoCashList.intoCashList .app ul li {
  width: 40%;
}

#intoCashList.intoCashList .career .link {
  display: flex;
  flex-direction: column;
  padding: min(60px, 8vw) 0 min(48px, 6.4vw) 0;
  gap: min(24px, 3.2vw);
}

#intoCashList.intoCashList .career .link>span {
  font-size: min(20px, 2.666vw);
  text-align: left;
  width: 90%;
  margin: auto;
}

#intoCashList.intoCashList .career .link>span a {
  color: #002aff;
  text-decoration: underline;
}

#intoCashList.intoCashList .career .link>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
}

#intoCashList.intoCashList .career .link>div a img {
  width: min(150px, 20vw);
}

#intoCashList.intoCashList .career .link>div .downArrow {
  width: min(36px, 4.8vw);
  transform: rotate(-90deg);
  margin: 0;
}

#intoCashList.intoCashList .career .link>div .card {
  width: min(150px, 20vw);
  margin: 0;
}

#intoCashList.intoCashList .credit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
  padding: min(60px, 8vw) 0 min(48px, 6.4vw) 0;
  gap: min(24px, 3.2vw);
}

#intoCashList.intoCashList .credit ul li {
  width: 40%;
}

#intoCashList.intoCashList .cats {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/*-----------------------------------
FV-キャンペーンバナー
-----------------------------------*/
.campaign-banner {
  position: absolute;
  bottom: 20%;
  left: 0;
  max-width: 380px;
  width: 50vw;
}

.campaign-absolute {
  position: absolute;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  bottom: 13%;
  right: 0;
  left: 0;
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  color: #ff4f58;
  text-shadow: rgb(255, 255, 255) 5px 0px 0px,
    rgb(255, 255, 255) 4.90033px 0.993347px 0px,
    rgb(255, 255, 255) 4.60531px 1.94709px 0px,
    rgb(255, 255, 255) 4.12668px 2.82321px 0px,
    rgb(255, 255, 255) 3.48353px 3.58678px 0px,
    rgb(255, 255, 255) 2.70151px 4.20736px 0px,
    rgb(255, 255, 255) 1.81179px 4.6602px 0px,
    rgb(255, 255, 255) 0.849836px 4.92725px 0px,
    rgb(255, 255, 255) -0.145998px 4.99787px 0px,
    rgb(255, 255, 255) -1.13601px 4.86924px 0px,
    rgb(255, 255, 255) -2.08073px 4.54649px 0px,
    rgb(255, 255, 255) -2.94251px 4.04248px 0px,
    rgb(255, 255, 255) -3.68697px 3.37732px 0px,
    rgb(255, 255, 255) -4.28444px 2.57751px 0px,
    rgb(255, 255, 255) -4.71111px 1.67494px 0px,
    rgb(255, 255, 255) -4.94996px 0.7056px 0px,
    rgb(255, 255, 255) -4.99147px -0.291871px 0px,
    rgb(255, 255, 255) -4.83399px -1.27771px 0px,
    rgb(255, 255, 255) -4.48379px -2.2126px 0px,
    rgb(255, 255, 255) -3.95484px -3.05929px 0px,
    rgb(255, 255, 255) -3.26822px -3.78401px 0px,
    rgb(255, 255, 255) -2.4513px -4.35788px 0px,
    rgb(255, 255, 255) -1.53666px -4.75801px 0px,
    rgb(255, 255, 255) -0.560763px -4.96845px 0px,
    rgb(255, 255, 255) 0.437495px -4.98082px 0px,
    rgb(255, 255, 255) 1.41831px -4.79462px 0px,
    rgb(255, 255, 255) 2.34258px -4.41727px 0px,
    rgb(255, 255, 255) 3.17346px -3.86382px 0px,
    rgb(255, 255, 255) 3.87783px -3.15633px 0px,
    rgb(255, 255, 255) 4.4276px -2.32301px 0px,
    rgb(255, 255, 255) 4.80085px -1.39708px 0px,
    rgb(255, 255, 255) 4.98271px -0.415447px 0px,
    rgb(237, 183, 21) 7px 6px 0px,
    rgb(237, 183, 21) 6.540302px 6.841471px 0px,
    rgb(237, 183, 21) 5.583853px 6.909297px 0px,
    rgb(237, 183, 21) 5.010008px 6.14112px 0px,
    rgb(237, 183, 21) 5.346356px 5.243198px 0px,
    rgb(237, 183, 21) 6.283662px 5.041076px 0px,
    rgb(237, 183, 21) 6.96017px 5.720585px 0px;
  display: inline-block;
  paint-order: stroke fill;
  -webkit-text-stroke: 2px #fff;
  margin-right: 8px;
}

.campaign-absolute .percent {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 8px;
  paint-order: stroke fill;
  -webkit-text-stroke: 2px #fff;
}

@media only screen and (max-width: 750px) {
  .campaign-absolute {
    font-size: 6.66vw;
    text-shadow:
      rgb(255, 255, 255) 2.5px 0px 0px,
      rgb(255, 255, 255) 2.45017px 0.496673px 0px,
      rgb(255, 255, 255) 2.30266px 0.973545px 0px,
      rgb(255, 255, 255) 2.06334px 1.4116px 0px,
      rgb(255, 255, 255) 1.74177px 1.79339px 0px,
      rgb(255, 255, 255) 1.35075px 2.10368px 0px,
      rgb(255, 255, 255) 0.905895px 2.3301px 0px,
      rgb(255, 255, 255) 0.424918px 2.46362px 0px,
      rgb(255, 255, 255) -0.072999px 2.49893px 0px,
      rgb(255, 255, 255) -0.568005px 2.43462px 0px,
      rgb(255, 255, 255) -1.04036px 2.27325px 0px,
      rgb(255, 255, 255) -1.47125px 2.02124px 0px,
      rgb(255, 255, 255) -1.84349px 1.68866px 0px,
      rgb(255, 255, 255) -2.14222px 1.28876px 0px,
      rgb(255, 255, 255) -2.35555px 0.83747px 0px,
      rgb(255, 255, 255) -2.47498px 0.3528px 0px,
      rgb(255, 255, 255) -2.49573px -0.145935px 0px,
      rgb(255, 255, 255) -2.417px -0.638855px 0px,
      rgb(255, 255, 255) -2.24189px -1.1063px 0px,
      rgb(255, 255, 255) -1.97742px -1.52964px 0px,
      rgb(255, 255, 255) -1.63411px -1.892px 0px,
      rgb(255, 255, 255) -1.22565px -2.17894px 0px,
      rgb(255, 255, 255) -0.76833px -2.379px 0px,
      rgb(255, 255, 255) -0.280382px -2.48422px 0px,
      rgb(255, 255, 255) 0.218748px -2.49041px 0px,
      rgb(255, 255, 255) 0.709155px -2.39731px 0px,
      rgb(255, 255, 255) 1.17129px -2.20864px 0px,
      rgb(255, 255, 255) 1.58673px -1.93191px 0px,
      rgb(255, 255, 255) 1.93891px -1.57817px 0px,
      rgb(255, 255, 255) 2.2138px -1.16151px 0px,
      rgb(255, 255, 255) 2.40042px -0.69854px 0px,
      rgb(255, 255, 255) 2.49135px -0.207724px 0px,
      rgb(237, 183, 21) 3.5px 3px 0px,
      rgb(237, 183, 21) 3.27015px 3.42074px 0px,
      rgb(237, 183, 21) 2.79193px 3.45465px 0px,
      rgb(237, 183, 21) 2.505px 3.07056px 0px,
      rgb(237, 183, 21) 2.67318px 2.6216px 0px,
      rgb(237, 183, 21) 3.14183px 2.52054px 0px,
      rgb(237, 183, 21) 3.48008px 2.86029px 0px;
  }
}