@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  display: block;
  border-style: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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


:root {
  --black:#333333;
  --white:#ffffff;
  --gray: #747474;
  --red01: #D23030;
  --red02: #C52525;
  --blue-link: #1558D6;
  --lh-lg: 1.75;
  --lh-md: 1.5;
  --lh-sm: 1.25;
}

* {
  box-sizing: border-box;
}
html {
  font-weight: 500;
  scroll-padding-top: 60px;
  font-size: 62.5%; /* 16px × 0.625 = 10px */
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: var(--lh-md);
  color: var(--black);
  background-color: var(--white);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}


/* === header === */
header {
  background-color: var(--white);
  width: 100%;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 12px 24px;
}
header .logo-monex {
  width: 32px;
}
header .logo-monex-docomo {
  width: 290px;
  margin: 0 0 0 48px;
}

@media (max-width: 767px) {
  header .inner {
    padding: 10px 12px;
  }
}
/* header */


/* === main === */
main {
  background-color: var(--white);
}
section {
  width: 100%;
  padding: clamp(4.8rem,9.6vw,6.4rem) 2.4rem;
}
@media (max-width: 499px) {
  section {
    padding: 9.6vw 4.8vw;
  }
}

p.note {
  font-size: clamp(1.1rem,2.4vw,1.2rem);
  text-align: left;
  margin: 0 auto;
  color: var(--gray);
  font-weight: 400;
  padding: 0 0 0 2.2rem;
  text-indent: -1.68rem;
}
p.note::before {
  content: "※";
  margin-right: 0.4rem; 
}
@media (max-width: 499px) {
  p.note {
    padding: 0 0 0 4.4vw;
    text-indent: -3.8vw;
  }
  p.note::before {
    content: "※";
    margin-right: 0.5vw; 
  }
}

@media (max-width: 299px) {
  p.note {
    font-size: 3.66vw;
  }
}

a.underline {
  color: var(--blue-link);
  text-decoration: underline;
  padding: 0 0.1rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 299px) {
  a.underline {
    padding: 0 0.33vw;
    letter-spacing: 0.1vw;
  }
}


a.cta-btn-filter {
  transition: filter 0.35s ease;
}
a.cta-btn-filter:hover {
  filter: saturate(1.2);
}

/* === fv === */

.fv {
  background-color: #FFF1CB;
  background-image: url(../../../image/lp/referral-dpt_2510cp/fv-bg.png);
  background-size: calc(75.6rem * .5) auto;
  background-position: 50% 0;
  padding: 0;
}
@media (min-width: 768px) {
  .fv picture {
    display: block;
    background-image: url(../../../image/lp/referral-dpt_2510cp/fv_1120.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
  }
  .fv img {
    max-width: calc(198rem * .5);
    margin-inline: auto;
  }
}

/* === detail === */

.detail {
  background-color: #F7F6E1;
  background-image: url("../../../image/lp/referral-dpt_2510cp/detail-bg.png");
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.detail > h2 {
  max-width: calc(155.8rem / 2);
  margin: 0 auto;
}

.detail > h3 {
  max-width: calc(130.1rem / 2);
  margin: 4rem auto 0 auto;
}

.detail picture {
  display: block;
}

.detail .syoukai-01 {
  max-width: calc(78rem + 4rem);
  margin: 2rem auto 0;
}

.detail .syoukai-01 > .wrapper {
  padding: 0 2rem;
}

.detail .syoukai-01 .border {
  border: .3rem solid #e7da91;
  padding: 9.4rem 4rem 3rem;
  border-radius: 2rem 2rem 1rem 1rem;
  background-image: linear-gradient(to top, #fff6c3, #fff6c3 59%, #fff 59%, #fff);
  box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .15);
  position: relative;
  z-index: 0;
}

.detail .syoukai-01 h3 {
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  max-width: calc(62rem / 2);
}

.detail .syoukai-01-wrapper {
  position: relative;
  border: .3rem solid #e7da91;
  background-color: #fffae1;
  box-shadow: 0 .3rem 0 rgba(231, 204, 145, .5);
  max-width: 46rem;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 2rem 3rem; 
}

.detail .syoukai-01-wrapper::after {
  position: absolute;
  content: "";
  background-color: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 0;
  left: 50%;
  width: 2.0rem;
  height: 1.4rem;
  transform: translate(-50%, calc(100% + 2rem));
}

.detail .syoukai-01-wrapper .coin {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.detail .syoukai-01-wrapper .coin1 {
  width:  6.6rem;
  height: 9.3rem;
  background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-01-list-coin01.png");
  left: 0;
  transform: translate(-40%, calc(50% - 2rem));
}

.detail .syoukai-01-wrapper .coin2 {
  width:  11.4rem;
  height: 7.2rem;
  background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-01-list-coin02.png");
  right: 0;
  transform: translate(calc(50% - 1.5rem), calc(50% - .5rem));
}

.detail .syoukai-01-list {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.detail .syoukai-01-list > li:first-child .syoukai-01-list-item {
  position: relative;
}

.detail .syoukai-01-list > li:first-child .syoukai-01-list-item::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../../../image/lp/referral-dpt_2510cp/icon-plus_red.svg");
  bottom: 0;
  right: 50%;
  transform: translate(50%, calc(50% + .5rem));
  width:  3.6rem;
  height: 3.6rem;
  z-index: 1;
}

.detail .syoukai-01-list > li:last-child .syoukai-01-list-item {
  position: relative;
}

.detail .syoukai-01-list > li:last-child .syoukai-01-list-item::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-01-list-fukidashi.png");
  top: -2.2rem;
  left: -3rem;
  width:  calc(12.7rem / 2);
  height: calc(9.5rem / 2);
  z-index: 1;
}

.detail .syoukai-01-list-item {
  background-color: #fff;
  padding: .5rem 1.5rem .7rem;
  border: 2px solid #F1EDD7;
  border-radius: .8rem;
  text-align: center;
}

.detail .syoukai-01-list-item picture {
  max-width: calc(65.2rem / 2);
  margin: 0 auto;
}

.detail .syoukai-01-list-item-last {
  margin-top: .5rem;
  text-align: center;
}

.detail .syoukai-02 {
  max-width: calc(78rem + 4rem);
  margin: 2.5rem auto 0;
}

.detail .syoukai-02 > .wrapper {
  padding: 0 2rem;
}

.detail .syoukai-02-list {
  display: grid;
  gap: 1rem;
}

.detail .syoukai-02-list > li:first-child {
  position: relative;
}

.detail .syoukai-02-list > li:first-child::before,
.detail .syoukai-02-list > li:first-child::after {
  z-index: 1;
  position: absolute;
  top: 0;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.detail .syoukai-02-list > li:first-child::before {
  width:  calc(15.6rem / 2);
  height: calc(46.4rem / 2);
  background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-coin-left.png");
  left: 0;
  transform: translate(calc(-50% + .8rem), calc(-50% - 1.2rem));
}

.detail .syoukai-02-list > li:first-child::after {
  width:  calc(17.6rem / 2);
  height: calc(45.0rem / 2);
  background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-coin-right.png");
  right: 0;
  transform: translate(calc(50% + 1rem), -50%);
}

.detail .syoukai-02-list > li:last-child {
  position: relative;
}

.detail .syoukai-02-list > li:last-child::before,
.detail .syoukai-02-list > li:last-child::after {
  z-index: 1;
  position: absolute;
  left: 50%;
  content: "";
  width: 4.6rem;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.detail .syoukai-02-list > li:last-child::before {
  top: 0;
  transform: translate(-50%, calc(-50% - .5rem));
  background-image: url("../../../image/lp/referral-dpt_2510cp/icon-plus.svg");
}

.detail .syoukai-02-list > li:last-child::after {
  bottom: 0;
  transform: translate(-50%, 50%);
  background-image: url("../../../image/lp/referral-dpt_2510cp/icon-arrow-next.svg");
}

.detail .syoukai-02-list > li:last-child .syoukai-02-list-item {
  padding-block: 2.5rem;
}

.detail .syoukai-02-list-item {
  background-color: #fff;
  padding: 1rem 2rem;
  border: 3px solid #e7da91;
  border-radius: 1rem;
}

.detail .syoukai-02-list-item-img4 {
  margin: 0 auto;
  max-width: calc(78.6rem  / 2);
}

.detail .syoukai-02-list-item-img4::before,
.detail .syoukai-02-list-item-img4::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}

.detail .syoukai-02-list-item-img4::before {
  top:2rem;
  left: 1rem;
  width: calc(21.4rem / 2);
  height: calc(33.7rem / 2);
  background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-img4-coin-left.png");
}

.detail .syoukai-02-list-item-img4::after {
  top:2rem;
  right: 2.4rem;
  width: calc(16.6rem / 2);
  height: calc(25.4rem / 2);
  background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-img4-coin-right.png");
}

.detail .syoukai-02-sub-list {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 70rem;
  margin: 0 auto;
}

.detail .syoukai-02-sub-list > li {
  padding-bottom: 1rem;
}

.detail .syoukai-02-sub-list > li:not(:last-child) {
  position: relative;
}

.detail .syoukai-02-sub-list > li:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  right: -2.6rem;
  top: 0;
  content: "";
  background-color: #e7da91;
  width: .2rem;
  height: 100%;
}

.detail .syoukai-02-sub-list > li:not(:first-child) {
  position: relative;
}

.detail .syoukai-02-sub-list > li:not(:first-child)::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 4.6rem;
  aspect-ratio: 1;
  top: 50%;
  left: -2.5rem;
  transform: translate(-50%, -50%);
  background-image: url("../../../image/lp/referral-dpt_2510cp/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.detail .syoukai-02-sub-list picture {
  margin: 0 auto;
  max-width: 17.3rem;
}

.detail .syoukai-02-sub-list picture img {
  margin-top: -3rem;
}

.detail .syoukai-02-goukei {
  margin-top: 3rem;
  max-width: calc(162.8rem / 2);
}

.detail .note {
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 840px) {
  .detail .syoukai-02-list > li:first-child::before {
    transform: translate(calc(-50% - 4vw), calc(-50% - 1.2rem));
  }
  .detail .syoukai-02-list > li:first-child::after {
    transform: translate(calc(50% + 3vw), -50%);
  }
}

@media (max-width: 699px) {
  .detail .note {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .detail .syoukai-01 > .wrapper {
    padding: 0;
  }
  .detail .syoukai-01 .border {
    padding-block: 12.5vw 3.2vw;
    padding-inline: 3.2vw;
  }
  .detail .syoukai-01-wrapper {
    max-width: 39rem;
  }
  .detail .syoukai-01-list > li:last-child .syoukai-01-list-item::before {
    width:  calc(86vw / 2 / 4);
    height: calc(63vw / 2 / 4);
    transform: translate(10%, -10%);
  }
  .detail .syoukai-01-list-item picture {
    max-width: calc(102rem / 4);
  }
  .detail .syoukai-01-list-item-last {
    margin-top: 2rem;
  }
  .detail .syoukai-02 > .wrapper {
    padding: 0;
  }
  .detail .syoukai-02-list > li:first-child:first-child::before {
    width: calc(139vw / 4 / 4);
    height: calc(218vw / 4 / 4);
    background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-coin-left_sp.png");
    transform: translate(calc(0% - 2vw), calc(0% - 2vw));
  }
  .detail .syoukai-02-list > li:first-child:first-child::after {
    width:  calc(454vw / 4 / 4);
    height: calc(182vw / 4 / 4);
    background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-coin-right_sp.png");
    transform: translate(calc(0% + 2vw), calc(0% - 2vw));
  }
  .detail .syoukai-02-list > li:last-child::before,
  .detail .syoukai-02-list > li:last-child::after {
    width: 3.5rem;
  }
  .detail .syoukai-02-sub-list > li:not(:first-child)::before {
    width: 3.5rem;
  }
  .detail .syoukai-02-sub-list picture img {
    margin-top: -2.5rem;
  }
  .detail .syoukai-02-goukei {
    margin-inline:-2.4rem;
  }
  .detail .syoukai-02-list-item-img4 {
    max-width: calc(78.6rem  / 2.5);
  }
  .detail .syoukai-02-list-item-img4::before {
    top: -1rem;
    left: -1rem;
    width: calc(25.5rem / 3);
    height: calc(35.8rem / 3);
    background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-img4-coin-left_sp.png");
  }
  .detail .syoukai-02-list-item-img4::after {
    top: -.5rem;
    right: -1rem;
    width: calc(26.1rem / 3);
    height: calc(25.9rem / 3);
    background-image: url("../../../image/lp/referral-dpt_2510cp/syoukai-02-img4-coin-right_sp.png");
  }
}

@media (max-width: 499px) {
  .detail > h3 {
    margin-top: calc(20vw / 4);
  }
  .detail .syoukai-01 .border {
    border-width: .2rem;
    padding-block: calc(50vw / 4) calc(10vw / 4);
    padding-inline: calc(5vw / 4);
    border-radius: 3vw 3vw 2vw 2vw;
    background-image: linear-gradient(to top, #fff6c3, #fff6c3 55%, #fff 55%, #fff);
  }
  .detail .syoukai-01 h3 {
    top: calc(-12vw / 4);
    width: calc((846vw / 4) / 4);
  }
  .detail .syoukai-01-wrapper {
    border-radius: .5rem;
    padding: 3.2vw;
    margin-inline: 3.2vw;
    border-width: .2rem;
    box-shadow: 0 .2rem 0 rgba(231, 204, 145, .5);
  }
  .detail .syoukai-01-wrapper::after {
    width:  calc(3.1rem / 2);
    height: calc(2rem / 2);
    transform: translate(-50%, calc(100% + 1.3rem));
  }
  .detail .syoukai-01-wrapper .coin1 {
    width:  calc(8.4rem / 2);
    height: calc(12rem / 2);
    transform: translate(calc(-15% - 1rem), calc(50% - 1rem));
  }
  .detail .syoukai-01-wrapper .coin2 {
    width:  calc(15.2rem / 2);
    height: calc(9.7rem / 2);
    transform: translate(40%, calc(50% - .5rem));
  }
  .detail .syoukai-01-list {
    gap: .5rem;
  }
  .detail .syoukai-01-list > li:first-child .syoukai-01-list-item::after {
    width:  calc(46vw / 2 / 4);
    height: calc(46vw / 2 / 4);
    transform: translate(50%, calc(50% + .5rem));
  }
  .detail .syoukai-01-list > li:last-child .syoukai-01-list-item::before {
    width:  calc(86vw / 2 / 4);
    height: calc(63vw / 2 / 4);
    transform: translate(40%, 20%);
  }
  .detail .syoukai-01-list-item {
    border-width: .2rem;
    border-radius: .5rem;
  }
  .detail .syoukai-01-list-item-last {
    margin-top: 1.5rem;
  }
  .detail .syoukai-02 {
    margin-top: calc(10vw / 4);
  }
  .detail .syoukai-02-goukei {
    margin: 5vw -4.8vw 0 -4.8vw;
  }
  .detail .syoukai-02-list > li:last-child::before,
  .detail .syoukai-02-list > li:last-child::after {
    width: calc(25vw / 4);
  }
  .detail .syoukai-02-list > li:last-child .syoukai-02-list-item {
    padding-block: 1.5rem;
  }
  .detail .syoukai-02-sub-list {
    gap: 6vw;
  }
  .detail .syoukai-02-sub-list > li:not(:last-child)::after {
    right: -3.6vw;
  }
  .detail .syoukai-02-sub-list > li:not(:first-child)::before {
    width: calc(25vw / 4);
    left: -3vw;
  }
  .detail .syoukai-02-sub-list picture img {
    margin-top: calc(-24vw / 4);
  }
  .detail .syoukai-02-list-item {
    border-width: .2rem;
    padding: 2.6vw;
  }
  .detail .syoukai-02-list-item-img4 {
    max-width: calc(834vw / 4 / 4);
  }
  .detail .syoukai-02-list-item-img4::before {
    width:  calc(255vw / 4 / 4);
    height: calc(358vw / 4 / 4);
  }
  .detail .syoukai-02-list-item-img4::after {
    width:  calc(261vw / 4 / 4);
    height: calc(259vw / 4 / 4);
  }
}

/* === flow === */
.flow {
  background-color: #FFF1CB;
  background-image: url(../../../image/lp/referral-dpt_2510cp/flow-bg.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: 500px auto;
}
@media (max-width: 767px) {
  .flow {
    background-size: 480px auto;
  }
}
@media (max-width: 499px) {
  .flow {
    background-size: 450px auto;
  }
}

.flow h2 {
  width: 100%;
  max-width: 324px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 450px) {
  .flow h2 {
    max-width: 72vw;
  }
}

.flow .step-wrap h3 {
  position: relative;
  overflow: visible;
  width: 100%;
  margin: 6.4rem auto 3.6rem;
  padding: 2.4rem 0 0;
  text-align: center;
  font-size: clamp(2.8rem, 6.4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.25;
}
.flow .step-wrap h3 span {
  font-size: clamp(1.2rem, 2.8vw, 1.4rem);
}
.flow .step-wrap h3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: clamp(120px, 30vw, 150px);
  height: clamp(33px, 8.4vw, 42px);
  background-size: contain;
  background-repeat: no-repeat;
}
.flow .step-wrap h3.fukidashi-01::after {
  background-image: url(../../../image/lp/referral-dpt_2510cp/flow-fukidashi01.png);
}
.flow .step-wrap h3.fukidashi-02::after {
  background-image: url(../../../image/lp/referral-dpt_2510cp/flow-fukidashi02.png);
}


@media (max-width: 767px) {
  .flow .step-wrap h3 {
    width: 100%;
    margin: 6.4rem auto 4.8rem;
  }
}
@media (max-width: 499px) {
  .flow .step-wrap h3 {
    margin: 12.8vw auto 9.9vw;
    padding: 4.8vw 0 0;
  }
}
@media (max-width: 350px) {
  .flow .step-wrap h3 {
    font-size: 8vw;
  }
  .flow .step-wrap h3 span {
    font-size: 3.42vw;
  }
  .flow .step-wrap h3::after {
    width: 34.28vw;
    height: 9.14vw;
  }
}




.flow .step-wrap .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.6rem;
  
  width: 100%;
  max-width: 780px;
  padding: 0;
  margin: 0 auto 2.4rem;
}
@media (max-width: 767px) {
  .flow .step-wrap .grid { 
    grid-template-columns: 1fr;
    max-width: 540px;
    row-gap: 4.2rem;
  }
}
@media (max-width: 499px) {
  .flow .step-wrap .grid {
    column-gap: 3.2vw;
    row-gap: 8.4vw;
    padding: 0;
    margin: 0 auto 4.8vw;
  }
}

.flow .step-wrap .grid .box {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 3.6rem 1.6rem 2rem;
  background-color: var(--white);
  border-radius: 10px;
  border: 2px solid #E7DA91;
  z-index: 0;
}
.flow .step-wrap .grid .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: clamp(50px, 12vw, 60px);
  height: clamp(51px, 12.2vw, 61px);
  background-size: contain;
  background-repeat: no-repeat;
}
.flow .step-wrap .grid .step-o-01::after {
  background-image: url(../../../image/lp/referral-dpt_2510cp/step-o-01.png);
}
.flow .step-wrap .grid .step-o-02::after {
  background-image: url(../../../image/lp/referral-dpt_2510cp/step-o-02.png);
}
.flow .step-wrap .grid .step-g-01::after {
  background-image: url(../../../image/lp/referral-dpt_2510cp/step-g-01.png);
}
.flow .step-wrap .grid .step-g-02::after {
  background-image: url(../../../image/lp/referral-dpt_2510cp/step-g-02.png);
}

@media (max-width: 499px) {
  .flow .step-wrap .grid .box {
    padding: 8vw 3.6vw 4vw;
    border-radius: 2vw;
  }
}
@media (max-width: 350px) {
  .flow .step-wrap .grid .box::after {
    width: 14.28vw;
    height: 14.57vw;
  }
}



.flow .step-wrap .grid .box p.txt {
  font-size: clamp(1.6rem, 3.2vw, 1.8rem);
  font-weight: 700;
  margin: 0 auto 0.5rem;
}
.flow .step-wrap .grid .box p.txt span.red {
  color: var(--red02);
  background: linear-gradient(transparent 70%, #FFE940 70%);
}
.flow .step-wrap .grid .box p.txt span.check {
  position: relative;
  overflow: visible;
  padding-left: 1rem;
}
.flow .step-wrap .grid .box p.txt span.check:nth-last-of-type(2) {
  margin-left: 1.6rem;
}

.flow .step-wrap .grid .box p.txt span.check::after {
  content: "";
  position: absolute;
  left: 0;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 14px;
  background-image: url(../../../image/lp/referral-dpt_2510cp/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 399px) {
  .flow .step-wrap .grid .box p.txt {
    font-size: 4vw;
    margin: 0 auto 1.25vw;
  }
  .flow .step-wrap .grid .box p.txt span.check::after {
    top: 60%;
    width: 4vw;
    height: 3.75vw;
  }
}




.flow .step-wrap .grid .box img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.flow .step-wrap .grid .box .note-box {
  margin: 0 auto;
  padding: 1.6rem 0 0;
}
.flow .step-wrap .grid .box .note-box p.note {
  margin: 0 auto 0.4rem;
}
.flow .step-wrap .grid .box p.note:nth-last-of-type(1) {
  margin: 0 auto;
}

@media (max-width: 299px) {
  .flow .step-wrap .grid .box .note-box {
    padding: 5.33vw 0 0;
  }
  .flow .step-wrap .grid .box .note-box p.note {
    margin: 0 auto 1.33vw;
  }
}






.flow aside.caution {
  width: 100%;
  max-width: 780px;
  padding: 2.4rem 3.2rem;
  border: #D6D4CC 2px solid;
  border-radius: 10px;
  margin: 0 auto 3.2rem;
  background-color: #F3F0E7;
}
.flow aside.caution p {
  text-align: center;
  margin: 0 auto 1rem;
  font-size: clamp(1.3rem, 2.8vw, 1.4rem);
  font-weight: 700;
}

.flow aside.caution ul {
  position: relative;
  font-size: clamp(1.1rem, 2.4vw, 1.2rem);
  font-weight: 400;
  line-height: 1.6;
  padding:  0.4rem 0;
}
.flow aside.caution ul li {
  padding-left: 1.6rem;
  margin-bottom: 0.4rem;
}
.flow aside.caution ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.flow aside.caution ul li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
.flow aside.caution {
    max-width: 540px;
  }
}
@media (max-width: 499px) {
  .flow aside.caution {
    padding: 4.8vw 3.6vw;
    border-radius: 2vw;
    margin: 0 auto 6.4vw;
  }
  .flow aside.caution p {
    margin: 0 auto 2vw;
  }
  .flow aside.caution ul {
    padding:  0.8vw 0;
  }
  .flow aside.caution ul li {
    padding-left: 3.2vw;
    margin-bottom: 0.8vw;
  }
}
@media (max-width: 299px) {
  .flow aside.caution p {
    font-size: 4.33vw
  }
  .flow aside.caution ul {
    font-size: 3.66vw;
    padding:  1.3vw 0;
  }
  .flow aside.caution ul li {
    padding-left: 5.3vw;
    margin-bottom: 1.3vw;
  }
}


.flow .sked {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 780px;
  padding: 4.8rem 3.2rem 1.6rem;
  border: 2px solid #E7DA91;
  border-radius: 10px;
  margin: 4.8rem auto 0;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .flow .sked {
    max-width: 540px;
    padding: 4.8rem 2.4rem 1.6rem;
  }
}
@media (max-width: 499px) {
  .flow .sked {
    margin: 9.6vw auto 0;
    padding: 10.2vw 4.8vw 3.2vw;
    border-radius: 2vw;
  }
}

.flow .sked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 358px;
  height: 54px;
  background-image: url(../../../image/lp/referral-dpt_2510cp/flow-sked-tit.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 499px) {
  .flow .sked::after {
    background-image: url(../../../image/lp/referral-dpt_2510cp/flow-sked-tit_sp.png);
    width: 76.5vw;
    height: 13vw;
  }
}


.flow .sked p.txt {
  text-align: center;
  font-size: clamp(1.3rem, 2.8vw, 1.4rem);
  font-weight: 500;
  margin: 0 auto 2rem;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .flow .sked p.txt {
    font-size: 3.61vw;
    margin: 0 auto 3.54vw;
    white-space: nowrap;
  }
}


.flow .sked p.example {
  position: relative;
  overflow: visible;
  display: block;
  padding: 0 0 0 4.8rem;
  margin: 1.6rem auto 1rem;
  max-width: 580px;
  text-align: left;
  font-size: clamp(1.3rem, 2.8vw, 1.4rem);
  font-weight: 500;
}
.flow .sked p.example::after {
  content: "";
  position: absolute;
  left: 3.6%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-image: url(../../../image/lp/referral-dpt_2510cp/flow-sked-example.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .flow .sked p.example {
    padding: 0;
    margin: 5.2rem auto 1rem;
    max-width: 580px;
    text-align: center;
  }
  .flow .sked p.example::after {
    left: 50%;
    top: -25%;
  }
}

@media (max-width: 360px) {
  .flow .sked p.example {
    font-size: 3.61vw;
    margin: 14.44vw auto 2.78vw;
    white-space: nowrap;
  }
  .flow .sked p.example::after {
    width: 8.88vw;
    height: 8.88vw;
  }
}

.flow .sked .period {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flow .sked .period {
    max-width: 440px;
  }
}

.border-gray{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 499px) {
  .border-gray{ border-radius: 2vw; }
}
.border-gray::after{
  content:"";
  position:absolute;
  inset: 0;
  border: 2px solid #E0E0E0;
  border-radius: inherit;
  pointer-events:none;
  z-index: 2;
}

.figure {
  position: relative;
  border: none;
  touch-action: pan-x;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  scrollbar-color: #565656 #F3F3F3;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.figure::-webkit-scrollbar { 
  height: 0; 
} 

.figure picture{
  display: block;
  line-height: 0;
  font-size: 0;
}
.figure img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  pointer-events: none;
}

@media (max-width: 767px){
  .figure { 
    max-width: 500px;
    cursor: grab;
  }
  #figure.dragging { 
    cursor: grabbing;
  }
  #figure img { 
    width: 730px;
    min-width: 730px; 
  }
}
@media (max-width: 499px){
  #figure img { 
    width: 146vw; 
    min-width: 146vw; 
  }
}

.flow aside.ad {
  position: relative;
  width: 100%;
  max-width: 780px;
  padding: 4.8rem 3.2rem 1.6rem;
  border: 2px solid #E7DA91;
  border-radius: 10px;
  margin: 4.8rem auto 0;
  background-color: var(--white);
}

@media (max-width: 767px) {
  .flow aside.ad {
    max-width: 540px;
    padding: 4.8rem 2.4rem 1.6rem;
  }
}
@media (max-width: 499px) {
  .flow aside.ad {
    margin: 9.6vw auto 0;
    padding: 9.6vw 4.8vw 3.2vw;
    border-radius: 2vw;
  }
}

.flow aside.ad::after {
  content: "";
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 358px;
  height: 54px;
  background-image: url(../../../image/lp/referral-dpt_2510cp/flow-ad-tit.png);
  background-size: contain;
  background-repeat: no-repeat;*/
}
@media (max-width: 499px) {
  .flow aside.ad::after {
    background-image: url(../../../image/lp/referral-dpt_2510cp/flow-ad-tit_sp.png);
    width: 76.5vw;
    height: 13vw;
  }
}


.flow aside.ad .grid {
  display: grid;
  grid-template-columns: 296px 1fr;
  column-gap: 1.8rem;
  row-gap: 0;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .flow aside.ad .grid { 
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .flow aside.ad .grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .flow aside.ad .grid > * { 
    min-width: 0;
  }
}


.flow aside.ad .grid .box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 0;
  width: 100%;
}

.flow aside.ad .grid .box p.tit {
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  font-weight: 700;
  text-align: left;
  padding: 0 4px;
  white-space: nowrap;
  margin-top: -0.6rem;
}
.flow aside.ad .grid .box p.tit span {
  color: var(--red02);
}
.flow aside.ad .grid .box p.tit span.num {
  font-size: clamp(2.6rem, 5.6vw, 2.8rem);
}
.flow aside.ad .grid .box p.tit span.en {
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
}
@media (max-width: 767px) {
  .flow aside.ad .grid .box p.tit {
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 399px) {
  .flow aside.ad .grid .box p.tit {
    font-size: 4vw;
  }
  .flow aside.ad .grid .box p.tit span.num {
    font-size: 6.5vw;
  }
  .flow aside.ad .grid .box p.tit span.en {
    font-size: 4vw;
  }
}


.flow aside.ad .grid .box hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ddd;
  margin: clamp(4px, 1vw, 5px) auto;
  padding: 0;
}

.flow aside.ad .grid .box p.txt {
  font-size: clamp(1.3rem, 2.8vw, 1.4rem);
  font-weight: 500;
  text-align: left;
  padding: 0 4px;
}
@media (max-width: 299px) {
  .flow aside.ad .grid .box p.txt {
    font-size: 4.33vw;
    padding: 0 1vw;
  }
}



.flow aside.ad .grid .box a {
  width: 100%;
  max-width: 300px;
  margin: 1rem auto;
}
@media (max-width: 767px) {
  .flow aside.ad .grid .box a {
    max-width: 360px;
    margin: 1rem auto;
  }
}
@media (max-width: 499px) {
  .flow aside.ad .grid .box a {
    max-width: 72vw;
    margin: 2vw auto ;
  }
}




/* === d-point === */
.d-point {
  background-color: #FDFDF1;
}
.d-point h2 {
  position: relative;
  max-width: 520px;
  margin: 0 auto 4.8rem;
}
@media (max-width: 639px) {
  .d-point h2 {
    max-width: 360px;
  }
}
@media (max-width: 499px) {
  .d-point h2 {
    max-width: 72vw;
    margin: 0 auto 9.6vw;
  }
}

/* グリッド*/
.d-point .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.6rem;
  row-gap: 3.8rem;
  width: 100%;
  max-width: 760px;
  padding: 0;
  margin: 0 auto 3.6rem;
}
@media (max-width: 767px) {
  .d-point .grid { 
    grid-template-columns: 1fr;
    max-width: 540px;
  }
}
@media (max-width: 499px) {
  .d-point .grid {
    column-gap: 3.2vw;
    row-gap: 7.8vw;
    margin: 0 auto 7.2vw;
  }
}

/* 角落としボックス */
.d-point .grid .box {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 4rem 1.6rem 2rem;
  z-index: 0;
  --cut: 2rem;
  --stroke: 0.2rem;
}
@media (max-width: 499px) {
  .d-point .grid .box {
    padding: 8vw 3.6vw 4vw;
    --cut: 4vw;
    --stroke: 0.1rem;
  }
}

/* 外枠（ボーダー色の面） */
.d-point .grid .box::before {
  content: "";
  position: absolute;
  background: var(--black);
  inset: 0;
  z-index: 0;
  clip-path: polygon(
    var(--cut) 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut)),
    0 var(--cut)
  );
}

/* 内側（白い面）＝外枠から線幅ぶんだけ縮めて重ねる */
.d-point .grid .box::after {
  content: "";
  position: absolute;
  inset: var(--stroke);
  inset: 2px;
  background: var(--white);
  z-index: 1;
  clip-path: polygon(
    max(0px, calc(var(--cut) - var(--stroke))) 0,
    calc(100% - max(0px, calc(var(--cut) - var(--stroke)))) 0,
    100% max(0px, calc(var(--cut) - var(--stroke))),
    100% calc(100% - max(0px, calc(var(--cut) - var(--stroke)))),
    calc(100% - max(0px, calc(var(--cut) - var(--stroke)))) 100%,
    max(0px, calc(var(--cut) - var(--stroke))) 100%,
    0 calc(100% - max(0px, calc(var(--cut) - var(--stroke)))),
    0 max(0px, calc(var(--cut) - var(--stroke)))
  );
}

.d-point .grid .box > * {
  position: relative;
  z-index: 2;
}



.d-point .grid .box h3 {
  display: block;
  width: 312px;
  margin: 0 auto;
  border-radius: 100px;
  padding: 5px 8px 5px 0;
  background-color: var(--red01);
  font-size: clamp(1.3rem, 3.2vw, 1.6rem);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.d-point .grid .box h3 span {
  font-size: clamp(1.7rem, 4vw, 2.0rem);
  font-weight: 700;
  margin: 0 -8px 0 0;
}
@media (max-width: 767px) {
  .d-point .grid .box h3 {
    width: 320px;
  }
}
@media (max-width: 499px) {
  .d-point .grid .box h3 {
    width: 64vw;
    padding: 1vw 1.6vw 1vw 0;
    letter-spacing: 0.005vw;
  }
  .d-point .grid .box h3 span {
    margin: 0 -1vw 0 0;    
  }
}
@media (max-width: 399px) {
  .d-point .grid .box h3 {
    font-size: 3.25vw
  }
  .d-point .grid .box h3 span {
    font-size: 4.24vw
  }
}




.d-point .grid .box p.txt {
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  color: var(--black);
  font-weight: 700;
  text-align: center;
}
.d-point .grid .box p.txt span {
  font-size: clamp(2.3rem, 4.8vw, 2.4rem);
  margin: 0 1px 0 2px;
  font-weight: 900;
}

@media (max-width: 499px) {
  .d-point .grid .box p.txt span {
    margin: 0 0.1vw 0 0.5vw;
  }
}
@media (max-width: 399px) {
  .d-point .grid .box p.txt {
  font-size: 4vw;
}
.d-point .grid .box p.txt span {
    font-size: 5.75vw;
  }
}

.d-point .grid .box:nth-of-type(1) img {
  max-width: 86px;
  margin: 0 auto;
}
.d-point .grid .box:nth-of-type(2) img {
  max-width: 146px;
  margin: 7px auto 6px;
}
.d-point .grid .box:nth-of-type(3) img {
  max-width: 330px;
  margin: 14px auto;
}
.d-point .grid .box:nth-of-type(4) img {
  max-width: 86px;
  margin: 0 auto;
}
@media (max-width: 399px) {
  .d-point .grid .box:nth-of-type(1) img {
    max-width: 21.5vw;
  }
  .d-point .grid .box:nth-of-type(2) img {
    max-width: 36.5vw;
    margin: 1.75vw auto 1.5vw;
  }
  .d-point .grid .box:nth-of-type(3) img {
    max-width: 82.5vw;
    margin: 3.5vw auto;
  }
  .d-point .grid .box:nth-of-type(4) img {
    max-width: 21.5vw;
  }
}

.d-point .grid .box p.note  {
  max-width: 290px;
}




/* === faq === */
.faq {
  background-color: var(--white);
  max-width: 900px;
  padding: clamp(4.8rem,9.6vw,6.4rem) 2.4rem 0;
  margin: 0 auto;
}
@media (max-width: 499px) {
  .faq {
    padding: 9.6vw 4.8vw 0;
  }
}

.faq h2 {
  text-align: center;
  font-size: clamp(2.2rem,4.8vw,2.4rem);
  font-weight: 700;
  margin: 0 auto clamp(1.6rem,4vw,2rem);
  padding: 0;
  line-height: var(--lh-md);
}
@media (max-width: 299px) {
  .faq h2 {
    font-size: 7.33vw;
    margin: 0 auto 5.3vw;
  }
}

/* ボタン本体_faq  */
.faq .accordion-btn-faq {
  position: relative;
  overflow: visible;
  max-width: 900px;
  margin-inline: auto;
  background-color: var(--white);
  text-align: left;
  padding-top: clamp(1.3rem, 2.8vw, 2.4rem);
  padding-right: 11rem;
  padding-bottom: clamp(1.3rem, 2.8vw, 2.4rem);
  padding-left: 3.2rem;
  font-size: clamp(1.5rem, 3.2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: var(--lh-lg);
  cursor: pointer;
  /* アイコン用のカスタムプロパティ */
  --icon-size: 15px;
  --stroke: 2px;
  --icon-color: var(--black); 
}
@media (max-width: 767px) {
  .faq .accordion-btn-faq {
    width: 100%;
    padding-right: calc((96 / 750) * 100vw);
    padding-left: calc((24 / 750) * 100vw);
    /* アイコン用のカスタムプロパティ */
    --icon-size: 14px;
    --stroke: 1px;
  }
}
@media (max-width: 299px) {
    .faq .accordion-btn-faq {
    padding-top: 4.33vw;
    padding-bottom: 4.33vw;
    font-size: 5vw;
    letter-spacing: 0.2vw;
    /* アイコン用のカスタムプロパティ */
    --icon-size: 4.66vw;
  }
}

.faq .accordion-btn-faq::before,
.faq .accordion-btn-faq::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--icon-color);
  border-radius: 2px;
  transition: transform 0.45s ease, opacity 0.6s ease;
}
/* 横線 */
.faq .accordion-btn-faq::before {
  width: var(--icon-size);
  height: var(--stroke);
  right: 48px;
}
/* 縦線*/
.faq .accordion-btn-faq::after {
  width: var(--stroke);
  height: var(--icon-size);
  right: 54.5px;
  transform: translateY(-50%) rotate(0deg);
  opacity: 1;
  transform-origin: 50% 50%;
}
/* 開いた状態 */
.faq .accordion-btn-faq.close::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0.75;
}
@media (max-width: 767px) {
  .faq .accordion-btn-faq::before {
    right: 14px;
  }
  .faq .accordion-btn-faq::after {
    right: 20px;
  }
}
@media (max-width: 299px) {
  .faq .accordion-btn-faq::before {
    right: 4.66vw;
  }
  .faq .accordion-btn-faq::after {
    right: 6.66vw;
  }
}



.faq p.answer {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  background-color: var(--white);
  text-align: left;
  padding-top: 0;
  padding-right: 11rem;
  padding-bottom: clamp(1.6rem, 3.8vw, 2.4rem);
  padding-left: 3.2rem;
  font-size: clamp(1.3rem, 2.8vw, 1.4rem);
  font-weight: 400;
  color: var(--gray);
  line-height: var(--lh-md);
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq p.answer {
    padding-right: calc((96 / 750) * 100vw);
    padding-left: calc((24 / 750) * 100vw);
  }
}

@media (max-width: 299px) {
  .faq p.answer {
    padding-bottom: 5.33vw;
    font-size: 4.33vw;
  }
}
.faq hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: clamp(6px, 1.6vw, 8px) auto;
  padding: 0;
}
@media (max-width: 299px) {
  .faq hr {
    margin: 2vw;
  }
}

/* faq */

/* === cta-btn === */
.cta {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
}


.cta p.tit {
  position: relative;
  overflow: visible;
  display: inline-block;
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-size: clamp(1.4rem,2.8vw,1.8rem);
  line-height: 1.5;
  padding: 0 2.6rem 0 2.9rem;
  margin: 0 auto 3px;
  /* 可変パラメータ */
  --slash-w: 22px; /* スラッシュの長さ */
  --slash-thick: 3px; /* 太さ */
}
.cta p.tit span {
  color: #FF7300;
  font-size: clamp(1.8rem,3.6vw,2.2rem);
  margin: 0 0 0 0.25rem;
}
.cta p.tit::before,
.cta p.tit::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--slash-w);
  height: 0;
  border-top: var(--slash-thick) solid currentColor;
  transform-origin: center;
  transform: translateY(-50%);
  border-radius: var(--slash-w);
}
.cta p.tit::before {
  left: 0;
  transform: translateY(-50%) rotate(-124deg);
}
.cta p.tit::after {
  right: 0;
  transform: translateY(-50%) rotate(-56deg);
}

@media (max-width: 499px) {
  .cta p.tit {
    white-space: nowrap;
    font-size: calc((24 / 750) * 100vw);
    padding: 0 calc((32 / 750) * 100vw) 0 calc((42 / 750) * 100vw);
    margin: 0 auto 0.5vw;
    letter-spacing: 0.01vw;
    position: relative;
    display: inline-block;
    width: max-content; 
    left: 49%;
    transform: translateX(-50%);
    /* 可変パラメータ */
    --slash-w: 4.6vw; /* スラッシュの長さ */
    --slash-thick: 0.6vw; /* 太さ */
  }
  .cta p.tit span {
    font-size: calc((32 / 750) * 100vw);
    margin: 0 0 0 0.5vw;
  }
}

a.cta-btn {
  display: block;
  max-width: 670px;
  margin: 0 auto;
  border-radius: 100px;
}
a.cta-btn img {
  max-width: 670px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  a.cta-btn img {
    max-width: 520px;
  }
}
@media (max-width: 499px) {
  a.cta-btn img {
    max-width: 88vw;
  }
}

.cta p.note {
  text-align: center;
}
.cta p.note:nth-child(3) {
  padding: 4px 0 16px;
}
.cta p.note:nth-child(5) {
  padding: 24px 0 0;
}

@media (max-width: 499px) {
  .cta p.note:nth-child(3) {
    padding: 0.8vw 0 3.2vw;
  }
  .cta p.note:nth-child(5) {
    padding: 4.8vw 0 0;
  }
}


/* === floating-btn === */
.floating_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .floating_btn {
    padding: 1.2rem 1.2rem 1rem;
  }
}
@media (max-width: 499px) {
  .floating_btn {
    padding: 2.2vw 2vw 2vw;
  }
}

.floating_btn p.tit {
  position: relative;
  overflow: visible;
  display: inline-block;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-size: clamp(1.4rem,2.8vw,1.8rem);
  line-height: 1.5;
  padding: 0 2.8rem 0 3.2rem;
  margin: 0 auto 0.6rem;
  /* 可変パラメータ */
  --slash-w: 22px; /* スラッシュの長さ */
  --slash-thick: 3px; /* 太さ */
}
.floating_btn p.tit span {
  color: #FFF100;
  font-size: clamp(1.8rem,3.6vw,2.2rem);
  margin: 0 0 0 0.25rem;
}
.floating_btn p.tit::before,
.floating_btn p.tit::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--slash-w);
  height: 0;
  border-top: var(--slash-thick) solid currentColor;
  transform-origin: center;
  transform: translateY(-50%);
  border-radius: var(--slash-w);
}
.floating_btn p.tit::before {
  left: 0;
  transform: translateY(-50%) rotate(-124deg);
}
.floating_btn p.tit::after {
  right: 0;
  transform: translateY(-50%) rotate(-56deg);
}

@media (max-width: 499px) {
  .floating_btn p.tit {
    white-space: nowrap;
    font-size: calc((24 / 750) * 100vw);
    padding: 0 calc((32 / 750) * 100vw) 0 calc((42 / 750) * 100vw);
    margin: 0 auto 1vw;
    letter-spacing: 0.01vw;
    --slash-w: 4.6vw; /* スラッシュの長さ */
    --slash-thick: 0.6vw; /* 太さ */
  }
  .floating_btn p.tit span {
    font-size: calc((32 / 750) * 100vw);
    margin: 0 0 0 0.5vw;
  }
}

.floating_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: calc(420px * 2 + 1.5rem);
  margin: 0 auto;
  justify-items: stretch;
  align-items: start;
}
@media (max-width: 767px) {
  .floating_box {
    gap: 1.6vw;
  }
}

.floating_box div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.floating_box div a.cta-btn-f {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.floating_box div p.note {
  color: var(--white);
  text-align: center;
  margin-top: 0.1rem;
}
@media (max-width: 499px) {
  .floating_box div p.note {
    font-size: calc((20 / 750) * 100vw);
  }
}
/* floating-btn */






/* === ここまで共通 ===　*/
/* === 以下マネックスオンリー === */

/* === alert === */
#layerMessage {
  font-family: "Noto Sans JP", sans-serif;
}
#layerMessage img {
  width: auto;
  max-width: inherit;
  display: inline;
}
/* alert */

/* === overview === */
.overview {
  padding: clamp(2.4rem,4.8vw,3.2rem) 2.4rem clamp(4.8rem,9.6vw,6.4rem);
  background: var(--white);
}
@media (max-width: 499px) {
  .overview {
    padding: 4.8vw 4.8vw 9.6vw;
  }
}

/* ボタン本体_summary */
.overview .accordion-btn {
  position: relative;
  overflow: visible;
  max-width: 900px;
  margin-inline: auto;
  background-color: #e8e8e8;
  text-align: center;
  border: 1px solid var(--black);
  padding-top: 15px;
  padding-right: 48px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  font-weight: 400;
  cursor: pointer;
  /* アイコン用のカスタムプロパティ */
  --s-icon-size: 15px;
  --s-stroke: 2px;
  --s-icon-color: var(--black); 
}

@media (max-width: 767px) {
  .overview .accordion-btn {
    width: 100%;
    padding-top: 12px;
    padding-right: calc((20 / 750) * 100vw);
    padding-bottom: 12px;
    padding-left: calc((1 / 750) * 100vw);
    /* アイコン用のカスタムプロパティ */
    --s-icon-size: 14px;
    --s-stroke: 1px;
  }
}
@media (max-width: 299px) {
  .overview .accordion-btn {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0;
    font-size: 4.6vw;
    /* アイコン用のカスタムプロパティ */
    --s-icon-size: 4.6vw;
  }
}
.overview .accordion-btn::before,
.overview .accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--s-icon-color);
  border-radius: 2px;
  transition: transform 0.45s ease, opacity 0.6s ease;
}
/* 横線 */
.overview .accordion-btn::before {
  width: var(--s-icon-size);
  height: var(--s-stroke);
  right: 20px;
}
/* 縦線*/
.overview .accordion-btn::after {
  width: var(--s-stroke);
  height: var(--s-icon-size);
  right: 26px;
  transform: translateY(-50%) rotate(0deg);
  opacity: 1;
  transform-origin: 50% 50%;
}
/* 開いた状態 */
.overview .accordion-btn.close::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0.75;
}
@media (max-width: 767px) {
  .overview .accordion-btn::before {
    right: 14px;
  }
  .overview .accordion-btn::after {
    right: 20px;
  }
}
@media (max-width: 299px) {
  .overview .accordion-btn::before {
    right: 4.66vw;
  }
  .overview .accordion-btn::after {
    right: 6.66vw;
  }
}



.overview table {
  position: relative;
  top: -1px;
  border-collapse: collapse;
  max-width: 900px;
  margin: 0 auto;
  border-left: solid 1px var(--black);
  border-top: solid 1px var(--black);
}
.overview table th,
.overview table td {
  line-height: 1.6;
  vertical-align: middle;
  align-items: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .overview table th,
  .overview table td {
    line-height: 1.56;
  }
}
@media (max-width: 299px) {
  .overview table th,
  .overview table td {
    line-height: 1.5;
  }
}

.overview table th {
  background-color: #e8e8e8;
  text-align: center;
  font-size: clamp(1.2rem, 2.6vw, 1.3rem);
  letter-spacing: 0.5px;
  border-right: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  width: 25%;
  padding: clamp(10px, 2.4vw, 12px) clamp(6px, 2vw, 10px);
}
@media (max-width: 767px) {
  .overview table th {
    width: 32%;
  }
}
@media (max-width: 299px) {
  .overview table th {
    font-size: 4vw;
    letter-spacing: 0.125px;
    width: 25%;
    padding: 3.3vw 2vw;
  }
}

.overview table td {
  background-color: var(--white);
  text-align: left;
  font-size: clamp(1.1rem, 2.4vw, 1.2rem);
  border-right: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  padding: clamp(10px, 2.4vw, 12px) clamp(10px, 3.2vw, 14px);
}
@media (max-width: 299px) {
  .overview table td {
    font-size: 3.6vw;
    padding: 3.3vw 3.3vw;
  }
}

.overview table td span.red {
  color: var(--red01);
  font-weight: 500;
}
.overview table td a {
  color: var(--blue-link);
  text-decoration: underline;
}

.overview table td span.tm {
  display: block;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .overview table td span.tm {
    margin-top: 0.75rem;
  }
}
@media (max-width: 299px) {
  .overview table td span.tm {
    margin-top: 2.5vw;
  }
}

.overview table td span.square {
  display: block;
  padding: 0 0 0 1.6rem;
  text-indent: -1.68rem;
}
.overview table td span.square:nth-last-of-type(1) {
  margin-top: 1.5rem;
}
.overview table td span.square:nth-last-of-type(2) {
  margin-top: 0.5rem;
}
.overview table td span.square::before {
  content: "■";
  margin-right: 0.4rem; 
}
@media (max-width: 299px) {
  .overview table td span.square {
    padding: 0 0 0 5.3vw;
    text-indent: -5.6vw;
  }
  .overview table td span.square:nth-last-of-type(1) {
    margin-top: 5vw;
  }
  .overview table td span.square:nth-last-of-type(2) {
    margin-top: 1.6vw;
  }
  .overview table td span.square::before {
    margin-right: 1.3vw; 
  }
}


.overview table td span.note {
  display: block;
  padding: 0 0 0 1.6rem;
  text-indent: -1.68rem;
  color: var(--gray);
  line-height: 1.5;
}
.overview table td span.note::before {
  content: "※";
  margin-right: 0.4rem; 
}
@media (max-width: 299px) {
  .overview table td span.note {
    padding: 0 0 0 5.3vw;
    text-indent: -5.6vw;
  }
  .overview table td span.note::before {
    margin-right: 1.3vw; 
  }
}

.overview table td span.tit-n {
  display: block;
  padding: 0 0 0 1.6rem;
  margin: 0.25rem auto;
  text-indent: -1.68rem;
}
.overview table td span.tit-n::before {
  margin-right: 0.4rem; 
}
.overview table td span.tit-01::before {
  content: "①";
}
.overview table td span.tit-02::before {
  content: "②";
}
.overview table td span.tit-03::before {
  content: "③";
}
.overview table td span.tit-04::before {
  content: "④";
}
.overview table td span.tit-05::before {
  content: "⑤";
}
@media (max-width: 299px) {
  .overview table td span.tit-n {
    padding: 0 0 0 5.3vw;
    margin: 0.83vw auto;
    text-indent: -5.6vw;
  }
  .overview table td span.tit-n::before {
    margin-right: 1.3vw; 
  }
}

.overview table td ul.dot {
  position: relative;
  padding:  0.4rem 0;
}
.overview table td ul.dot li {
  padding-left: 1.6rem;
  margin-bottom: 0.2rem;
}
.overview table td ul.dot li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.overview table td ul.dot li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

.overview table td ul.dot li.no-line {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -0.4rem;
}
.overview table td ul.dot li.no-line::before {
  content: "";
}

@media (max-width: 299px) {
  .overview table td ul.dot {
    padding:  1.3vw 0;
  }
  .overview table td ul.dot li {
    padding-left: 5.3vw;
    margin-bottom: 0.6vw;
  }
  .overview table td ul.dot li.no-line {
    margin-top: -1.3vw;
  }
}




.overview table td ul.note {
  position: relative;
  color: var(--gray);
  padding:  0.4rem 0;
  margin: -0.25rem auto 0.5rem;
  line-height: 1.5;
}
.overview table td ul.note li {
  padding-left: 1.6rem;
  margin: 0 auto 0.1rem;
}
.overview table td ul.note li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 299px) {
  .overview table td ul.note {
    padding: 1.3vw 0;
    margin: -0.83vw auto 1.6vw;
  }
  .overview table td ul.note li {
    padding-left: 5.3vw;
    margin: 0 auto 0.33vw;
  }
}

.overview table td ul ul.line {
  position: relative;
  padding:  0.4rem 0;
  margin: 0 0 0 1.8rem;
}
.overview table td ul ul.line li {
  padding-left: 1rem;
  margin: 0 auto 0.3rem;
}
.overview table td ul ul.line li::before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 299px) {
  .overview table td ul ul.line {
    position: relative;
    padding:  1.3vw 0;
    margin: 0 0 0 6vw;
  }
  .overview table td ul ul.line li {
    padding-left: 3.3vw;
    margin: 0 auto 1vw;
  }
}


/* === disclaimer === */
.disclaimer-wrap {
  background: #e8e8e8;
  padding: 40px 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .disclaimer-wrap {
    padding: 20px 0;
  }
}
#disclaimer {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
.select-disclaimer {
  padding: 30px 15px;
}
.common_disclaimer {
  margin-bottom: 30px;
  font-size: 14px;
}
.common_disclaimer div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.common_disclaimer div p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
#disc p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.common_disclaimer div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}
.common_disclaimer span a {
  display: block;
  text-align: right;
}
.common_disclaimer ul {
  margin-bottom: 0;
}
.common_disclaimer li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  margin-left: 1em;
}
.disclaimer > div:nth-child(4) ul li {
  margin-bottom: 0.6em;
}
.common_disclaimer div:nth-of-type(13) li {
  content: none !important;
  margin-left: 0 !important;
}
.common_disclaimer div:nth-of-type(13) li:before {
  content: none !important;
}
.common_disclaimer li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}
.disclaimer div:nth-of-type(3) div:nth-child(2) {
  margin-bottom: 6px !important;
}
.common_disclaimer div:nth-child(2) p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  margin-bottom: 0 !important;
}
.disclaimer_wrap dl dd dl {
  margin: 6px auto;
}
.common_disclaimer dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
}
.common_disclaimer dt strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 6px !important;
  text-align: left;
  display: block;
}
.common_disclaimer dl dd ul {
  margin-top: 0;
}
.common_disclaimer div p + ul {
  margin-top: 0;
}
.common_disclaimer a:link,
.common_disclaimer a:visited,
.common_disclaimer a:hover,
.common_disclaimer a:active {
  color: #0443e7;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .disclaimer_wrap {
    width: 100%;
  }
  .disclaimer {
    width: 92%;
    margin: auto;
  }
  .common_disclaimer {
    margin-bottom: 20px;
  }
  .common_disclaimer div p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
  }
  .common_disclaimer div p strong {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  #disc p strong {
    font-size: 16px;
    line-height: 1.4;
  }
  .common_disclaimer div {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .common_disclaimer li {
    font-size: 13px;
    line-height: 1.4;
  }
  .disclaimer div:nth-of-type(3) div:nth-child(2) {
    margin-bottom: 6px !important;
  }
  .common_disclaimer div:nth-child(2) p strong {
    line-height: 1.4;
  }
  .common_disclaimer dt {
    font-size: 15px;
    line-height: 1.4;
  }
  .common_disclaimer dt strong {
    line-height: 1.4;
  }
}
/* disclaimer */

/* === footer === */
footer {
  width: 100%;
  background-color: #212121;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
}
.footer_wrap {
  padding: 24px 36px 0;
}
.footer {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.footer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #515253;
}
.footer img {
  display: block;
  width: 100%;
  max-width: 250px;
  padding-right: 16px;
}
.footer ul {
  font-size: 13px;
  display: flex;
}
.footer-mt {
  margin-top: 1.3em;
}
.footer li {
  color: var(--white);
}
.footer li a {
  color: var(--white);
}
.footer li:nth-child(1) {
  margin-right: 1em;
}
ul p.footer-title {
  width: 6em;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1em;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 16px;
}
.footer-line_top {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em 1.3em 0;
  font-size: 13px;
  margin-top: 1.3em;
}
.footer-line_btm {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em;
  font-size: 13px;
  margin-bottom: 1.3em;
}

.copyright p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--white);
}
#ft_btm {
  padding: 30px 0;
  color: var(--white);
  background-color: #212121;
}
.ft_inner {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}
.ft_logo {
  float: left;
  padding-top: 5px;
}
.ft_info {
  float: right;
  width: 590px;
  font-size: 13px;
  line-height: 1.538;
  color: var(--white);
  margin-top: 20px;
}
#ft_btm p {
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
}
.ft_info li a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--white);
}

@media (max-width: 767px) {
  .footer_wrap {
    padding: 24px 4.8vw 0;
  }
  .footer {
    width: 100%;
  }
  .footer dt {
    width: 39.2vw;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 0 auto 10px auto;
  }
  .footer dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    color: #515253;
  }
  .footer p {
    font-size: 13px;
  }
  .footer-risk a {
    text-decoration: none;
    color: var(--white);
  }
  .copyright p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--white);
    font-family: "Fjalla One", sans-serif;
  }
  .ft_info {
    width: 100%;
    margin-top: 20px;
    font-size: 11px;
  }
}

@media (max-width: 499px) {
  .footer_wrap {
    padding: 9.6vw 4.8vw;
  }
  .footer p {
    font-size: 12px;
  }
  .footer img {
    padding-right: 3.2vw;
  }
  .footer ul {
    font-size: 13px;
  }
  .footer-mt {
    margin-top: 6.4vw;
  }
  .footer li:nth-child(1) {
    margin-right: 2.4vw;
  }
  ul p.footer-title {
    width: 16vw;
    margin-right: 2.4vw;
  }
  .footer .copy {
    font-size: 12px;
    letter-spacing: 0.5vw;
  }
}
@media (max-width: 299px) {
  .footer p {
    font-size: 4vw;
  }
  .footer ul {
    font-size: 4.33vw;
  }
  ul p.footer-title {
    margin-right: 2.0vw;
  }
  .footer .copy {
    font-size: 4vw;
  }
}
/* footer */