﻿.l-free-body * {
  box-sizing: border-box
}
html, .l-free-body {
  height: 100%;
  background: #9ed4eb
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth
}
.l-free-body {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .1rem
}
.l-free-body .md-Btn {
  display: block;
  position: relative;
  max-width: 220px;
  margin: auto;
  padding: 16px 32px;
  border: 1px solid #000;
  border-radius: 50px;
  background: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  text-align: center;
  white-space: nowrap
}
.l-free-body .md-Btn:before {
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  background: #000;
  content: ""
}
.md-Store {
  position: fixed;
  right: -1px;
  bottom: 10%;
  transition: transform .3s, opacity .3s;
  writing-mode: vertical-rl
}
.md-Store a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border-radius: 10px 0 0 10px;
  background: #cae133;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  transition: background .3s, color .3s
}
.md-Store a img {
  width: 16px;
  margin-top: 4px
}
.c-Header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px
}
.c-Header__logo {
  display: flex;
  justify-content: center
}
.l-free-body .c-Header__logo img {
  height: 68px
}
.l-free-body .c-Header__text {
  border-bottom: 3px solid #000;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: .3rem
}
.c-Hero {
  padding: 100px 0 0
}
.c-Hero__img {
  margin: auto;
  transform: translateY(7%);
  text-align: center;
  filter: blur(10px);
  opacity: 0;
  transition: opacity 1s, filter 1s
}
.c-Hero__img.is-show {
  filter: blur(0);
  opacity: 1
}
.c-Hero__img img {
  margin: auto
}
.c-Hero__img .is-sp {
  display: none
}
.c-Content {
  padding: 120px 32px 80px;
  background: #e4748d
}
.c-Message {
  margin: 0 0 80px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center
}
.c-Message span {
  display: block
}
.c-Message br {
  display: none
}
.c-Step {
  counter-reset: num
}
.c-Step__head {
  max-width: 1000px;
  margin: 0 auto 80px
}
.l-free-body .c-Step__headTitle {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: .3rem;
  text-align: center
}
.l-free-body .c-Step__headTitle span {
  color: #cae133;
  font-size: 3.6rem
}
.c-Step__head ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px
}
.c-Step__head ol li {
  display: flex;
  flex: 0 0 28%;
  flex-direction: column;
  justify-content: space-between
}
.c-Step__head ol li figure .is-sp {
  display: none
}
.c-Step__head ol li .is-img img {
  max-height: 102px;
  margin: auto
}
.c-Step__item {
  max-width: 1000px;
  margin: 0 auto 56px;
  padding: 56px;
  border-radius: 50px;
  background: #fff
}
.c-Step__itemHead {
  margin: 0 0 56px;
  text-align: center
}
.c-Step__itemHeadNum {
  display: inline-block;
  margin: 0 0 16px;
  padding: 2px 16px;
  border-radius: 50px;
  background: #e4748d;
  color: #cae133;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: .1rem;
  text-align: center
}
.c-Step__itemHeadNum:after {
  content: counter(num);
  font-size: 2.8rem;
  line-height: 1;
  vertical-align: text-top;
  counter-increment: num
}
.l-free-body .c-Step__itemHeadTitle {
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: .3rem
}
.c-Step__item1 figure.is-sp {
  display: none
}
.c-Step__item1Detail {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  gap: 16px
}
.c-Step__item1DetailWrap {
  flex: 1 0 45%;
  min-width: 414px
}
.c-Step__item1Detail>img {
  flex: 0 0 55%
}
.l-free-body .c-Step__item1Detail dl {
  margin: 0 0 40px
}
.l-free-body .c-Step__item1Detail dl dt {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.8rem
}
.l-free-body .c-Step__item1Detail dl dt span {
  display: block
}
.l-free-body .c-Step__item1Detail dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Step__item1DetailNote figure.is-sp {
  display: none
}
.c-Step__item1Sup {
  padding: 32px 56px;
  border-radius: 20px;
  background: #cae133
}
.c-Step__item1SupTitle {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center
}
.c-Step__item1SupWrap {
  display: flex;
  justify-content: center;
  gap: 32px
}
.c-Step__item1SupBody {
  flex: 0 0 42%
}
.l-free-body .c-Step__item1SupBody p {
  margin: 0 0 32px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Step__item1SupBtn {
  text-align: center
}
.c-Step__item1SupBtn li {
  margin: 0 0 16px
}
.c-Step__item1SupImg figure {
  display: flex;
  flex: 0 0 58%;
  justify-content: center;
  gap: 8px
}
.c-Step__item1SupImg img {
  border-radius: 5px
}
.c-Step__item1SupImg.is-sp {
  display: none
}
.c-Step__item2Detail {
  margin-bottom: 40px
}
.c-Step__item2DetailBody {
  display: flex;
  margin-bottom: 40px;
  gap: 32px
}
.c-Step__item2DetailBody dl {
  flex: 1
}
.c-Step__item2DetailBody dl dt {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.8rem
}
.c-Step__item2DetailBody dl dt span {
  display: block
}
.c-Step__item2DetailBody dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Step__item2DetailBody figure {
  flex: 1
}
.c-Step__item2DetailBody figure img {
  border-radius: 10px
}
.c-Step__item2DetailPoint {
  max-width: 760px;
  margin: auto
}
.c-Step__item2DetailPoint .is-sp {
  display: none
}
.c-Step__item2DetailPoint .is-sp ul {
  padding: 16px
}
.c-Step__item2DetailPoint .is-sp ul li {
  display: flex;
  margin: 8px 0;
  gap: 12px;
  font-weight: 700;
  font-size: 1.6rem
}
.c-Step__item2DetailPoint .is-sp ul li:before {
  width: 13px;
  height: 13px;
  transform: translateY(7px);
  border-radius: 50%;
  background: #cae133;
  content: ""
}
.c-Step__item2DetailPointTitle {
  padding: 8px;
  border-radius: 50px;
  background: #cae133;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .3rem;
  text-align: center
}
.c-Step__item2Sup {
  padding: 32px 56px;
  border-radius: 20px;
  background: #cae133
}
.c-Step__item2SupTitle {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center
}
.c-Step__item2SupWrap {
  display: flex;
  justify-content: center;
  gap: 32px
}
.c-Step__item2Sup figure {
  display: flex;
  flex: 65%;
  align-items: first baseline;
  order: 1;
  gap: 2%
}
.c-Step__item2Sup figure img {
  border-radius: 5px
}
.c-Step__item2Sup p {
  flex: 35%;
  order: 2;
  margin: 0 0 32px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Step__item3Detail div {
  display: flex;
  align-items: center;
  margin: 0 0 80px;
  gap: 32px
}
.c-Step__item3Detail div dl {
  flex: 45%
}
.c-Step__item3Detail div dl dt {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.8rem
}
.c-Step__item3Detail div dl dt span {
  display: block
}
.c-Step__item3Detail div dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Step__item3Detail div figure {
  flex: 55%
}
.c-Step__item3Detail div:first-child figure {
  order: 1;
  max-width: 420px
}
.c-Step__item3Detail div:last-child figure {
  order: 1;
  text-align: center
}
.c-Step__item3Detail div:last-child figure img {
  max-width: 320px;
  margin: auto
}
.c-Step__item3Detail div:last-child dl {
  order: 2
}
.c-Step__item3Sup {
  padding: 32px 56px;
  border-radius: 20px;
  background: #cae133
}
.c-Step__item3Sup.is-first {
  padding: 48px 56px 32px
}
.c-Step__item3Sup.is-first figure {
  max-width: 600px;
  margin: 0 auto
}
.c-Step__item3Sup.is-first figure div:first-child {
  margin-bottom: 32px
}
.c-Step__item3Sup figure {
  margin-bottom: 32px
}
.c-Step__item3Sup figure .is-sp {
  display: none
}
.c-Step__item3Sup.is-second figure {
  margin: 0 auto 32px
}
.c-Step__item3Plus {
  position: relative;
  padding: 50px 0
}
.c-Step__item3Plus:before, .c-Step__item3Plus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 10px;
  margin: auto;
  border-radius: 2px;
  background: #000;
  content: ""
}
.c-Step__item3Plus:after {
  transform: rotate(90deg)
}
.c-Step__item4Detail div {
  display: flex;
  gap: 32px
}
.c-Step__item4Detail div dl {
  flex: 45%
}
.c-Step__item4Detail div dl dt {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.8rem
}
.c-Step__item4Detail div dl dt span {
  display: block
}
.c-Step__item4Detail div dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Step__item4Detail div figure {
  flex: 55%
}
.c-Step__item4Detail div figure img {
  border-radius: 10px
}
.c-Step__item5DetailBody {
  display: flex;
  margin-bottom: 40px;
  gap: 32px
}
.c-Step__item5DetailBody dl {
  flex: 1
}
.c-Step__item5DetailBody dl dt {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.8rem
}
.c-Step__item5DetailBody dl dt span {
  display: block
}
.c-Step__item5DetailBody dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Step__item5DetailBody figure {
  flex: 1
}
.c-Step__item5DetailBody figure .is-sp {
  display: none
}
.c-Step__item5Sup {
  padding: 32px 56px;
  border-radius: 20px;
  background: #cae133
}
.c-Step__item5SupTitle {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center
}
.c-Step__item5SupWrap {
  display: flex;
  justify-content: center;
  gap: 32px
}
.c-Step__item5Sup figure {
  display: flex;
  flex: 62%;
  order: 1
}
.c-Step__item5Sup figure img {
  border-radius: 10px
}
.c-Step__item5Sup p {
  flex: 38%;
  order: 2;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify
}
.c-Last {
  letter-spacing: .3rem;
  text-align: center
}
.l-free-body .c-Last__item1 {
  margin: 0 0 32px
}
.l-free-body .c-Last__item1 dt {
  margin: 0 0 32px;
  font-size: 2.6rem
}
.l-free-body .c-Last__item1 dt span {
  border-bottom: 1px solid #000
}
.l-free-body .c-Last__item1 dd {
  font-size: 1.8rem;
  line-height: 2
}
.l-free-body .c-Last__item2 {
  margin: 0 0 80px
}
.l-free-body .c-Last__item2 dt {
  font-size: 2rem
}
.l-free-body .c-Last__item2 dd {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 1rem
}
.c-Last__bnr {
  max-width: 800px;
  margin: auto
}
.c-Guarantee {
  padding: 80px 40px;
  background: #fff
}
.c-Guarantee__container {
  max-width: 1000px;
  margin: auto;
  padding: 65px;
  border-radius: 50px;
  background: #9ed4eb
}
.l-free-body .c-Guarantee__container figure {
  margin-bottom: 32px
}
.c-Guarantee__container .is-sp {
  display: none
}
.c-Footer {
  padding: 0 0 80px;
  background: #fff;
  text-align: center
}
.c-Footer p {
  margin: 0;
  font-size: 1.2rem
}
.js-motion {
  transform: translateY(10px);
  filter: blur(6px);
  opacity: 0
}
.l-free-body .js-motion.is-motion {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
  transition: filter .8s, transform .8s, opacity 1s
}
.l-free-body *, .l-free-body :before, .l-free-body :after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}
.l-free-body ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}
.l-free-body *, .l-free-body :before, .l-free-body :after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}
.l-free-body :before, .l-free-body :after {
  --tw-content: ""
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-variation-settings: normal;
  font-feature-settings: normal;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent
}
.l-free-body {
  margin: 0;
  line-height: inherit
}
hr {
  height: 0;
  border-top-width: 1px;
  color: inherit
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
.l-free-body h1, .l-free-body h2, .l-free-body h3, .l-free-body h4, .l-free-body h5, .l-free-body h6 {
  font-weight: inherit;
  font-size: inherit
}
.l-free-body a {
  color: inherit;
  text-decoration: inherit
}
.l-free-body b, .l-free-body strong {
  font-weight: bolder
}
.l-free-body code, .l-free-body kbd, .l-free-body samp, .l-free-body pre {
  font-size: 1em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-variation-settings: normal;
  font-feature-settings: normal
}
.l-free-body small {
  font-size: 80%
}
.l-free-body sub, .l-free-body sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
.l-free-body sub {
  bottom: -.25em
}
.l-free-body sup {
  top: -.5em
}
.l-free-body table {
  border-color: inherit;
  border-collapse: collapse;
  text-indent: 0
}
.l-free-body button, .l-free-body input, .l-free-body optgroup, .l-free-body select, .l-free-body textarea {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
  font-variation-settings: inherit;
  font-feature-settings: inherit;
  letter-spacing: inherit
}
.l-free-body button, .l-free-body select {
  text-transform: none
}
.l-free-body button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
  -webkit-appearance: button;
  background-image: none;
  background-color: transparent
}
:-moz-focusring {
  outline: auto
}
:-moz-ui-invalid {
  box-shadow: none
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
blockquote, .l-free-body dl,.l-free-body  dd, .l-free-body h1, .l-free-body h2, .l-free-body h3, .l-free-body h4, .l-free-body h5, .l-free-body h6, .l-free-body hr, .l-free-body figure, .l-free-body p, .l-free-body pre {
  margin: 0
}
fieldset {
  margin: 0;
  padding: 0
}
legend {
  padding: 0
}
.l-free-body ol, .l-free-body ul, menu {
  margin: 0;
  padding: 0;
  list-style: none
}
dialog {
  padding: 0
}
textarea {
  resize: vertical
}
.l-free-body input::-moz-placeholder, .l-free-body textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1
}
.l-free-body input::placeholder, .l-free-body textarea::placeholder {
  color: #9ca3af;
  opacity: 1
}
.l-free-body button, [role=button] {
  cursor: pointer
}
:disabled {
  cursor: default
}
.l-free-body img, .l-free-body svg, .l-free-body video, canvas, audio, .l-free-body iframe, embed, object {
  display: block;
  vertical-align: middle
}
.l-free-body img, .l-free-body video {
  max-width: 100%;
  height: auto
}
.l-free-body [hidden] {
  display: none
}
.container {
  width: 100%
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}
.font-bold {
  font-weight: 700
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}
@media screen and (max-width: 820px) {
  .l-free-body .md-Btn {
    font-size: 1.4rem
  }
  .l-free-body .md-Btn:before {
    right: -20px;
    width: 30px
  }
  .l-free-body .c-Header__logo img {
    height: 60px
  }
  .l-free-body .c-Header__text {
    font-size: 1.8rem
  }
  .c-Step__head ol li figure .is-pc {
    display: none
  }
  .c-Step__head ol li figure .is-sp {
    display: block
  }
  .c-Step__head ol li .is-img {
    padding: 0
  }
  .c-Step__itemHead {
    margin: 0 auto 32px
  }
  .c-Step__item1 figure.is-pc {
    display: none
  }
  .c-Step__item1 figure.is-sp {
    display: block
  }
  .c-Step__item1DetailWrap {
    min-width: auto
  }
  .l-free-body .c-Step__item1Detail dl {
    max-width: 500px;
    margin: 0 auto 32px
  }
  .l-free-body .c-Step__item1Detail dl dt {
    text-align: center
  }
  .l-free-body .c-Step__item1Detail dl dd {
    font-size: 1.8rem
  }
  .c-Step__item1DetailNote {
    display: flex;
    align-items: center
  }
  .c-Step__item1DetailNote figure {
    flex: 0 0 45%
  }
  .c-Step__item1DetailNote figure.is-sp {
    display: block
  }
  .c-Step__item1SupWrap {
    display: block
  }
  .c-Step__item1SupImg.is-pc {
    display: none
  }
  .c-Step__item1SupImg.is-sp {
    display: block;
    margin-bottom: 32px
  }
  .c-Step__item2Detail {
    max-width: 500px;
    margin: 0 auto 32px
  }
  .c-Step__item2DetailBody {
    display: block
  }
  .c-Step__item2DetailBody dl dt {
    text-align: center
  }
  .c-Step__item2DetailBody dl dd {
    font-size: 1.8rem
  }
  .c-Step__item2DetailPoint .is-pc {
    display: none
  }
  .c-Step__item2DetailPoint .is-sp, .c-Step__item2SupWrap, .c-Step__item3Detail div {
    display: block
  }
  .c-Step__item3Detail div dl {
    margin: 0 auto 40px
  }
  .c-Step__item3Detail div dl dt span {
    display: inline
  }
  .c-Step__item3Detail div dl dd {
    font-size: 1.8rem
  }
  .c-Step__item3Detail div figure {
    margin: auto
  }
  .c-Step__item3Sup figure .is-pc {
    display: none
  }
  .c-Step__item3Sup figure .is-sp {
    display: block
  }
  .c-Step__item3Sup.is-second figure {
    max-width: 400px
  }
  .c-Step__item4Detail div {
    display: block
  }
  .c-Step__item4Detail div dl {
    margin: 0 0 40px
  }
  .c-Step__item4Detail div dl dd {
    font-size: 1.8rem
  }
  .c-Step__item5Detail {
    max-width: 500px;
    margin: 0 auto 32px
  }
  .c-Step__item5DetailBody {
    display: block
  }
  .c-Step__item5DetailBody dl {
    margin-bottom: 16px
  }
  .c-Step__item5DetailBody dl dt {
    text-align: center
  }
  .c-Step__item5DetailBody dl dd {
    font-size: 1.8rem
  }
  .c-Step__item5DetailBody figure .is-pc {
    display: none
  }
  .c-Step__item5DetailBody figure .is-sp {
    display: block
  }
  .c-Step__item5SupWrap {
    display: block
  }
  .c-Step__item5Sup p {
    margin: 0 auto 32px
  }
}
@media screen and (max-width: 580px) {
  .md-Store {
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    writing-mode: horizontal-tb
  }
  .md-Store a {
    padding: 8px;
    border-top: 3px solid #e0ec8c;
    border-bottom: 3px solid #a3a734;
    border-radius: 0
  }
  .c-Header {
    padding: 16px
  }
  .l-free-body .c-Header__logo img {
    width: auto;
    height: 36px
  }
  .l-free-body .c-Header__text {
    font-size: 1rem
  }
  .c-Hero__img {
    transform: translateY(2.5%)
  }
  .c-Hero__img .is-pc {
    display: none
  }
  .c-Hero__img .is-sp {
    display: block
  }
  .c-Content {
    padding: 80px 16px 16px
  }
  .c-Message {
    font-size: 1.4rem
  }
  .c-Message br {
    display: block
  }
  .l-free-body .c-Step__headTitle {
    font-size: 1.8rem;
    letter-spacing: .2rem
  }
  .l-free-body .c-Step__headTitle span {
    font-size: 2.8rem
  }
  .c-Step__head ol {
    gap: 24px
  }
  .c-Step__item {
    margin: 0 auto 16px;
    padding: 16px;
    border-radius: 15px
  }
  .c-Step__itemHeadNum {
    font-size: 1.6rem
  }
  .c-Step__itemHeadNum:after {
    font-size: 2.2rem
  }
  .l-free-body .c-Step__itemHeadTitle {
    font-size: 2.4rem
  }
  .l-free-body .c-Step__item1Detail dl dt {
    margin: 0 0 8px;
    font-size: 1.8rem
  }
  .l-free-body .c-Step__item1Detail dl dd {
    font-size: 1.4rem
  }
  .c-Step__item1DetailNote figure {
    flex: 0 0 40%
  }
  .c-Step__item1Sup {
    padding: 32px 16px 16px;
    border-radius: 10px
  }
  .c-Step__item1SupTitle {
    margin: 0 0 8px;
    font-size: 1.8rem
  }
  .c-Step__item1SupTitle span {
    font-size: 1.5rem
  }
  .l-free-body .c-Step__item1SupBody p {
    margin: 0 0 8px;
    font-size: 1.4rem
  }
  .c-Step__item2Detail {
    margin: 0 auto 16px
  }
  .c-Step__item2DetailBody dl {
    margin: 0 0 8px
  }
  .c-Step__item2DetailBody dl dt {
    margin: 0 0 8px;
    font-size: 1.8rem
  }
  .c-Step__item2DetailBody dl dd {
    font-size: 1.4rem
  }
  .c-Step__item2DetailPoint .is-sp ul {
    padding: 12px 8px
  }
  .c-Step__item2DetailPoint .is-sp ul li {
    gap: 8px;
    font-size: 1.4rem
  }
  .c-Step__item2DetailPoint .is-sp ul li:before {
    transform: translateY(5px)
  }
  .c-Step__item2DetailPointTitle {
    font-size: 1.4rem
  }
  .c-Step__item2Sup {
    padding: 32px 16px 16px;
    border-radius: 10px
  }
  .c-Step__item2SupTitle {
    font-size: 1.8rem
  }
  .c-Step__item2SupTitle span {
    font-size: 1.5rem
  }
  .c-Step__item2Sup p {
    margin: 0 0 8px;
    font-size: 1.4rem
  }
  .c-Step__item3Detail div {
    margin: 0 0 32px
  }
  .c-Step__item3Detail div dl {
    margin: 0 auto 32px
  }
  .c-Step__item3Detail div dl dt {
    margin: 0 0 8px;
    font-size: 1.8rem
  }
  .c-Step__item3Detail div dl dd {
    font-size: 1.4rem
  }
  .c-Step__item3Detail div:first-child figure {
    max-width: 70%
  }
  .c-Step__item3Detail div:last-child figure img {
    max-width: 70%
  }
  .c-Step__item3Sup {
    padding: 32px 16px 16px;
    border-radius: 10px
  }
  .c-Step__item3Sup.is-first {
    padding: 32px 16px 16px
  }
  .c-Step__item3Sup.is-first figure div:first-child {
    margin-bottom: 16px
  }
  .c-Step__item3Sup.is-second figure {
    max-width: 240px
  }
  .c-Step__item3Plus {
    padding: 32px 0
  }
  .c-Step__item3Plus:before, .c-Step__item3Plus:after {
    width: 30px;
    height: 7px
  }
  .c-Step__item4Detail div dl {
    margin: 0 0 16px
  }
  .c-Step__item4Detail div dl dt {
    margin: 0 0 8px;
    font-size: 1.8rem;
    text-align: center
  }
  .c-Step__item4Detail div dl dd {
    font-size: 1.4rem
  }
  .c-Step__item5DetailBody dl dt {
    margin: 0 0 8px;
    font-size: 1.8rem
  }
  .c-Step__item5DetailBody dl dd {
    font-size: 1.4rem
  }
  .c-Step__item5Sup {
    padding: 16px;
    border-radius: 10px
  }
  .c-Step__item5SupTitle {
    margin: 0 0 8px;
    font-size: 1.8rem
  }
  .c-Step__item5Sup p {
    margin: 0 auto 8px;
    font-size: 1.4rem
  }
  .c-Last {
    letter-spacing: .1rem
  }
  .l-free-body .c-Last__item1 dt {
    margin: 0 0 16px;
    font-size: 1.8rem
  }
  .l-free-body .c-Last__item1 dd {
    font-size: 1.3rem
  }
  .l-free-body .c-Last__item2 {
    margin: 0 0 32px
  }
  .l-free-body .c-Last__item2 dt {
    font-size: 1.5rem
  }
  .l-free-body .c-Last__item2 dd {
    font-size: 2.8rem;
    letter-spacing: .8rem
  }
  .c-Guarantee {
    padding: 16px 16px 40px
  }
  .c-Guarantee__container {
    padding: 32px 16px 16px;
    border-radius: 10px
  }
  .c-Guarantee__container .is-pc {
    display: none
  }
  .c-Guarantee__container .is-sp {
    display: block
  }
}

/* Page Adjust */
.l-free-wrapper div:has(#js-unt-getAjaxHeader), .l-free-wrapper div:has(#js-unt-getAjaxFooter), .u-pc-only, .u-sp-only {
    display: none !important;
}

.l-free-main > .forcms_block:not(.p-lensComSearchStore):last-of-type {
    padding-bottom: 0;
}