@charset "UTF-8";
@font-face {
  font-family: NotoSans;
  src: url("../../../font/notosans_jp/NotoSansJP-Bold.otf");
}
@font-face {
  font-family: NotoSansSp;
  src: url("../../../font/notosans_jp/NotoSansJP-Medium.otf");
}
@font-face {
  font-family: NotoSansRegular;
  src: url("../../../font/notosans_jp/NotoSansJP-Regular.ttf");
}
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: NotoSansSp;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  html {
    background-image: url("../images/pc/pc_bg.png");
    background-repeat: repeat;
    background-size: 40px 40px;
  }
  body {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .l-header,
  .l-main,
  #tracking_footer,
  footer {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }
  .form-step-wrap.d-md-none {
    display: block !important;
  }
  #coop-form-pc.u-display-pc {
    display: none !important;
  }
  .form-step-wrap.d-md-none.js-hide-pc-last-form,
  .js-hide-pc-last-cta {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body,
  .l-header,
  .l-main,
  #tracking_footer,
  footer {
    max-width: min(600px, 100vw - 2 * clamp(170px, 22vw, 220px) - 64px);
  }
}
:focus {
  outline: none;
}

a:link,
a:hover,
a:visited,
a:active {
  color: #0049B7;
  text-decoration: underline;
}

p {
  margin-bottom: 3px;
}

p.error {
  color: #fb5154;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #333333;
  background-color: #ffffff;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
select::placeholder {
  color: #696969;
}

.alert {
  text-align: center;
}

textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #333333;
  background-color: #ffffff;
}
textarea::placeholder {
  color: #696969;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  content: "";
}

.checkbox:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  content: "";
}

.radio:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.err-msg {
  display: none;
  color: red;
  font-size: 10px;
  position: absolute;
  z-index: 9;
}

section {
  padding: 20px 0;
  margin: auto;
}

.l-container {
  padding: 0 5%;
  margin: auto;
}

img {
  max-width: 100%;
}

.u-flex_space_between {
  justify-content: space-between;
}

.u-flex_jusrify_left {
  justify-content: left;
}

.u-flex_jusrify_right {
  justify-content: right;
}

.u-display-flex {
  display: flex;
}

.display_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .display_sp {
    display: block;
  }
}

.color_coop {
  color: #E63748;
}

.color_white {
  color: white;
}

.color_yellow {
  color: #FFEC00;
}

.emphasis_text {
  font-size: 18px;
  font-weight: 600;
}

.text_center {
  text-align: center;
}

.bg_light_green {
  background-color: #E63748;
}

.bg_sky {
  background-color: #0049B7;
}

.d-none {
  display: none !important;
}

.d-md-none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .d-md-none {
    display: block !important;
  }
}

.u-display-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_display {
    display: none !important;
  }
}

.border-0 {
  border: 0 !important;
}

.text-center {
  text-align: center !important;
}

.p-0 {
  padding: 0 !important;
}

.form-submit {
  width: 85%;
  position: relative;
  margin: 20px auto 15px;
}

/* 拡大・縮小 */
.change-scale {
  -webkit-animation: change-scale 1.5s linear infinite alternate;
  animation: change-scale 1.5s linear infinite alternate;
}

@keyframes change-scale {
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

footer {
  background-color: #fff;
}

.copyright_box {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 130px;
}
.copyright_box .copyright_logo {
  display: block;
  width: 70%;
  height: auto;
  margin: 12px auto 6px;
}
.copyright_box p {
  color: #6F6F6F;
  padding: 10px 0;
  margin: 0;
  font-size: clamp(10px, 2.8vw, 12px);
}

.fixed-bottom {
  display: block !important;
  transition: 0.3s;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  footer {
    display: none;
  }
  #tracking_footer {
    display: none !important;
  }
  .fixed-bottom {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#tracking_footer {
  display: none;
}
#tracking_footer .coop_footer {
  padding: 0;
}
#tracking_footer .coop_footer .footer_title_box {
  text-align: center;
  background-color: transparent;
}
#tracking_footer .coop_footer .footer_title_box p {
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 18px;
  color: #0049B7;
  background-color: #fff;
  border: 3px solid #0049B7;
  border-radius: 999px;
  transform: translateY(50%);
  position: relative;
  z-index: 2;
  font-size: clamp(12px, 3.4vw, 15px);
}
#tracking_footer .coop_footer .footer_cta_background {
  background-color: #6F6F6F;
  padding-top: 16px;
  padding-bottom: 5px;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(6px, 2vw, 10px);
  align-items: center;
  padding: 10px 0;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .pc_logo {
  display: none;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .cta_message {
  display: none;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  display: flex;
  align-items: center;
  gap: clamp(4px, 1.5vw, 10px);
  text-decoration: none;
  font-family: NotoSans, sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  position: relative;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__icon {
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__icon--web {
  width: 24px;
  height: 24px;
  background-image: url("../images/sp/footer_left.svg");
  background-size: contain;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__icon--tel {
  width: 16px;
  height: 21px;
  background-image: url("../images/sp/footer_right.svg");
  background-size: contain;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__body .footer-cta__label {
  flex: none;
  line-height: 1.15;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__label {
  flex: 1;
  min-width: 0;
  text-align: center;
  font-size: clamp(14px, 3.1vw, 18px);
  letter-spacing: 0.02em;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__tel {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(11px, 3.4vw, 20px);
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta__arrow {
  flex-shrink: 0;
  width: 8px;
  height: 14px;
  background: url("../images/sp/arrow_r.svg") center/contain no-repeat;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta--web {
  background-color: #E50010;
  border: 2px solid #E50010;
  box-shadow: 0 4px 0 rgb(178, 0, 12);
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta--web .footer-cta__label {
  white-space: nowrap;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .footer-cta--tel {
  background-color: #0049B7;
  border: 2px solid #0049B7;
  box-shadow: 0 4px 0 rgb(0, 53, 133);
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn {
  flex: 1 1 0;
  min-width: 0;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .web_btn {
  flex: 1 1 0;
  min-width: 0;
}

.l-header {
  width: 100%;
}
.l-header__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  max-width: 100%;
}
.l-header__content__logo-container {
  margin: 0;
  text-align: center;
}
.l-header__content__logo-container img {
  width: 150px;
}
.l-header__content__tel {
  width: 280px;
  color: #E63748;
  display: none;
}
.l-header__content__tel__line1 {
  display: flex;
  align-items: baseline;
  height: 40px;
}
.l-header__content__tel__line1 img {
  width: 20px;
}
.l-header__content__tel__line1__number {
  color: #E50010;
  font-size: 28px;
  margin-left: 3px;
  font-weight: bold;
}
.l-header__content__tel__bussinesstime {
  width: 80%;
  color: black;
  font-family: arial;
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}

.about_company {
  padding-bottom: 0;
}
.about_company .cancel_policy_box {
  background-color: #333333;
  width: 100%;
  max-width: none;
  padding: 20px;
  margin-bottom: 20px;
}
.about_company .cancel_policy_box .cancel_policy_title {
  margin: 0 0 19px;
  color: #F8F8F8;
  font-size: clamp(16px, 4.5vw, 22px);
  font-weight: 700;
  text-align: center;
}
.about_company .cancel_policy_box .cancel_policy_text {
  margin: 0;
  color: #F8F8F8;
  font-size: clamp(11px, 3.2vw, 14px);
  line-height: 1.6;
}
.about_company_box {
  margin-bottom: 40px;
}
.about_company_box .about_company_title {
  text-align: center;
}
.about_company_box .about_company_title h2 {
  font-size: clamp(22px, 5vw, 45px);
  margin-bottom: 20px;
  margin-top: 10px;
}
.about_company_box .about_company_main_box .about_company_main .sub_title_box h3 {
  color: #0049B7;
  font-size: clamp(16px, 4.2vw, 20px);
  margin-bottom: 0;
}
.about_company_box .about_company_main_box .about_company_main .text_box .about_company_text {
  margin-top: 5px;
  font-size: clamp(14px, 3.8vw, 17px);
}

@media screen and (min-width: 768px) {
  .about_company .cancel_policy_box {
    margin-bottom: 0;
  }
}
.about-service .l-container {
  padding-left: 0;
  padding-right: 0;
}
.about-service__container {
  background-image: url(../images/sp/about-service_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 28px 0;
  overflow: hidden;
}
.about-service__heading h2 {
  color: #272829;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  margin: 0 auto;
}
.about-service__heading h2 img {
  width: 90%;
  display: block;
  margin: 30px auto;
}
.about-service__heading {
  width: 90%;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.about-service__heading__beginner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-service__heading__beginner img {
  width: 80%;
  max-width: 340px;
}
.about-service__text-detail {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.about-service__text-detail .emphasis {
  font-weight: bold;
  margin: 0;
  letter-spacing: 2.5px;
  margin-bottom: 8px;
  color: #E50010;
  display: inline-block;
  font-size: clamp(34px, 7.8vw, 44px);
  position: relative;
  z-index: 10;
}
.about-service__text-detail .emphasis::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  height: 12px;
  transition: 0.2s;
  background-color: #ffec00;
  width: 100%;
  z-index: -1;
}
.about-service__content {
  max-width: 100%;
  position: relative;
  padding: 0 20px;
}
.about-service__content__first {
  position: relative;
  z-index: 2;
}
.about-service__content__first__text {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 18px 18px 18px 56px;
  border-radius: 3px;
}
.about-service__content__first__text img {
  width: 95%;
  max-width: none;
  display: block;
  margin: 0 auto;
}
.about-service__content__first__text::before {
  content: "";
  background-image: url(../images/sp/illustration01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
  bottom: -12%;
  right: 75%;
}
.about-service__content__secondary {
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.about-service__content__secondary__text {
  display: block;
  text-align: center;
  background-color: #DCF2FF;
  font-size: clamp(14px, 3.8vw, 20px);
  padding: 18px 66px 18px 16px;
  border-radius: 20px;
  letter-spacing: 0;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
}
.about-service__content__secondary__text::before {
  content: "";
  width: 150px;
  position: absolute;
  height: 34px;
  top: -15px;
  transform: translateX(-50%);
  left: 50%;
}
.about-service__content__secondary__text::after {
  content: "";
  background-image: url(../images/sp/illustration02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 142px;
  height: 162px;
  position: absolute;
  bottom: -8px;
  left: 70%;
}

.bnr-refund-coop {
  padding: 0;
  background-image: url(../images/sp/refund_background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bnr-refund-coop__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 5%;
}
.bnr-refund-coop__container__title {
  text-align: center;
  margin-bottom: 20px;
}
.bnr-refund-coop__container__title h2 {
  margin: 0;
}
.bnr-refund-coop__container__title h2 img {
  width: auto;
  height: auto;
}
.bnr-refund-coop .title-wrap {
  position: relative;
}
.bnr-refund-coop .title-wrap .sub-tt {
  height: 25px;
  margin-bottom: 1em;
}
.bnr-refund-coop .title-wrap .main-tt {
  width: 100%;
  height: 25px;
}
.bnr-refund-coop .img-wrap {
  position: relative;
  max-width: 350px;
  margin: auto;
}
.bnr-refund-coop .img-wrap p {
  position: absolute;
  font-size: 1rem;
}
.bnr-refund-coop .img-wrap .refund-month {
  word-break: keep-all;
  transform: translateX(-50%);
  width: fit-content;
  font-size: 18px;
  left: 28%;
  top: 17%;
}
.bnr-refund-coop .img-wrap .refund-month span {
  font-weight: bold;
  font-size: 6vw;
}
.bnr-refund-coop .img-wrap .p-return__priceLPrice {
  top: 32.5%;
  left: 15%;
}
.bnr-refund-coop .img-wrap .p-return__priceLPrice .refund-amount {
  display: inline-block;
  text-align: center;
  font-size: 12vw;
  width: 47.5vw;
  letter-spacing: -0.06rem;
}
.bnr-refund-coop .img-wrap .p-return__priceLPrice span {
  font-weight: bold;
  font-size: 16px;
  line-height: 0;
}
.bnr-refund-coop .img-wrap .refund-txt {
  font-size: 1.2vw;
  letter-spacing: -0.08em;
  position: absolute;
  top: 70%;
  left: 4%;
}
.bnr-refund-coop__btn {
  width: 300px;
  background: #00366e;
  border-radius: 8px;
  height: 46px;
  margin: 15px auto 0;
  box-shadow: 2px 3px 4px 0px grey;
}
.bnr-refund-coop__btn a {
  text-align: center;
  color: white;
  text-decoration: none;
}
.bnr-refund-coop__btn p {
  margin-top: 0;
  padding-top: 13px;
}
.bnr-refund-coop__btn p img {
  float: right;
  margin-right: 20px;
}
.bnr-refund-coop .should #countdown,
.bnr-refund-coop .should #textContent1,
.bnr-refund-coop .should #textContent2 {
  display: none;
}
.bnr-refund-coop .should .the_end_March {
  display: none;
}
.bnr-refund-coop .should__title, .bnr-refund-coop .should__first-content, .bnr-refund-coop .should__second-content {
  text-align: center;
}
.bnr-refund-coop .should__title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.bnr-refund-coop .should__title__avatar {
  margin-top: 0;
}
.bnr-refund-coop .should__first-content {
  position: relative;
  margin: 13px auto 10px;
  top: -19px;
}
.bnr-refund-coop .should__first-note {
  margin: 0;
  color: #ffffff;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  font-size: 14px;
  margin-top: -25px;
  padding: 10px 0 20px;
}
.bnr-refund-coop .should__break-line {
  display: block;
}
.bnr-refund-coop .should__second-content {
  padding: 0;
  font-size: 16px;
  position: relative;
}
.bnr-refund-coop .should__second-content__countdown {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 270px;
  margin: 0 auto;
  top: 53.5%;
  left: 0;
  right: 0;
  transform: translate(0%, 0%);
}
.bnr-refund-coop .should__second-content__countdown div {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.bnr-refund-coop .should__second-content__countdown div p span {
  font-family: Helvetica;
  font-size: 29px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #FF4D4D;
}
.bnr-refund-coop .should__second-content__countdown .should__second-content__countdown h3,
.bnr-refund-coop .should__second-content__countdown .should__second-content__countdown p {
  margin: 0;
}

.campaign {
  padding: 15px 0 0;
  position: relative;
}
.campaign__heading {
  position: absolute;
  z-index: 100;
  top: -7px;
  width: 100%;
  height: 100px;
  left: 50%;
  max-width: 485px;
  transform: translateX(-50%);
}
.campaign_period {
  position: absolute;
  bottom: 21%;
  font-size: 3.5vw;
  color: #007CC2;
  font-weight: 600;
  text-align: left;
  line-height: 16px;
  left: 35%;
}
.campaign .campaign-sub {
  background-color: #ffffff;
  margin-top: -1rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.campaign .campaign-sub__content {
  width: 100%;
}
.campaign .campaign-sub__content__main {
  width: 100%;
  background-color: #fff;
  border: 4px solid #007CB2;
  display: flex;
  flex-direction: column;
}
.campaign .campaign-sub__content__main__title {
  width: 100%;
  background-color: #007CB2;
  color: #FFF000;
  text-align: center;
  font-size: clamp(18.5px, 4.5vw, 32px);
  padding: 3% 0;
}
.campaign .campaign-sub__content__main__title p {
  margin: 0;
  line-height: 1.5;
}
.campaign .campaign-sub__content__main__visual-area__subtitle-group {
  margin-top: 3%;
}
.campaign .campaign-sub__content__main__visual-area__subtitle-group__subtitle {
  font-size: clamp(17px, 5vw, 32px);
  background-color: #F2495F;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 0px 25px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.campaign .campaign-sub__content__main__visual-area__subtitle-group__subtitle.small {
  font-size: clamp(13.3px, 3.9vw, 32px);
}
.campaign .campaign-sub__content__main__visual-area__subtitle-group__card_type {
  font-size: clamp(22px, 6.5vw, 40px);
  width: fit-content;
  margin: 0 auto;
}
.campaign .campaign-sub__content__main__visual-area__image-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  position: relative;
}
.campaign .campaign-sub__content__main__visual-area__image-group img {
  width: 100%;
}
.campaign .campaign-sub__content__main__visual-area__image-group__point_value {
  position: absolute;
  margin-bottom: 28%;
  margin-right: 0.7em;
  font-size: clamp(85px, 25vw, 170px);
  color: #F2495F;
  letter-spacing: -0.01em;
}
.campaign .campaign-sub__content__main__visual-area__image-group__comma {
  font-size: 0.5em;
  margin: 0 -0.1em;
  vertical-align: 0.1em;
}
.campaign .campaign-sub__content__main__cta-area {
  text-align: center;
  margin-top: 15px;
}
.campaign .campaign-sub__content__main__cta-area img {
  width: 90%;
}
.campaign .campaign-sub__content__main__period-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 3%;
}
.campaign .campaign-sub__content__main__period-area__label {
  background-color: #007CB2;
  color: #fff;
  font-size: clamp(16px, 4vw, 30px);
  padding: 4px 13px;
  border-radius: 4px;
}
.campaign .campaign-sub__content__main__period-area__text {
  color: #007CC2;
  font-size: clamp(14px, 4vw, 30px);
}
.campaign .campaign-sub__content__main__annotation {
  width: fit-content;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
  font-size: clamp(12px, 2.5vw, 18px);
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto;
}
.campaign .campaign-sub__content__main__annotation p {
  font-family: NotoSansRegular;
}
.campaign .campaign-pc {
  display: none;
}

.campaign-yamada_sougi {
  display: none;
}

.choice-reason {
  padding: 0;
  margin-bottom: 50px;
}
.choice-reason_background {
  overflow: hidden;
}
.choice-reason_background .back_ground {
  background-color: #F8F6E9;
  background-image: url("../images/sp/reason_bg.svg");
  background-size: cover;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
  padding-bottom: 30px;
}
.choice-reason_background .choice-reason_title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}
.choice-reason_background .choice-reason_title_img {
  width: 80%;
}
.choice-reason_main_box {
  margin-bottom: 30px;
  border: 3px solid #0049B7;
  border-radius: 20px;
  background-color: #ffffff;
}
.choice-reason_main_box_position {
  position: relative;
}
.choice-reason_main_badge {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FDEE03;
  border: 3px solid #0049B7;
  border-radius: 999px;
  color: #0049B7;
  padding: 2px 25px;
  font-weight: bold;
  font-size: clamp(12px, 4vw, 17px);
}
.choice-reason_main_text {
  margin: 0px 20px 20px 20px;
}
.choice-reason_main_text .reason_title {
  text-align: center;
  color: #0049B7;
  font-size: clamp(18px, 5vw, 24px);
  margin-bottom: 0;
}
.choice-reason_main_text .reason_text {
  font-size: clamp(13px, 3.5vw, 15px);
}
.choice-reason_main_text .reason_text .reason_note {
  font-size: clamp(10px, 2.8vw, 12px);
}
.choice-reason .licenses-return {
  position: relative;
  margin-top: 50px;
}
.choice-reason .licenses-return_background {
  position: absolute;
  top: -67px;
  left: 0;
  z-index: -1;
}
.choice-reason .licenses-return_title_box .licenses-return_title {
  color: #ffffff;
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.45;
}
.choice-reason .licenses-return_title_box .licenses-return_title .blue_line {
  background-color: #0049B7;
  padding: 0 8px;
}
.choice-reason .licenses-return_title_box .pc_title {
  display: none;
}
.choice-reason .licenses-return .pc_layout {
  display: flex;
  flex-wrap: wrap;
}
.choice-reason .licenses-return .pc_layout .licenses-return_text_box {
  margin-bottom: 20px;
}
.choice-reason .licenses-return .pc_layout .licenses-return_text_box .licenses-return_text {
  font-size: clamp(14px, 3.8vw, 17px);
  line-height: 1.6;
}
.choice-reason .licenses-return .pc_layout .licenses-return_text_box .licenses-return_text .pc_br {
  display: none;
}
.choice-reason .licenses-return .pc_layout .licenses-return_photo_box {
  margin-bottom: 30px;
}
.choice-reason .licenses-return_sub_title {
  text-align: center;
  margin-bottom: 15px;
}
.choice-reason .licenses-return_sub_title img {
  width: 200px;
}
.choice-reason .licenses-return_sub_title h2 {
  color: #E63748;
  margin-top: 5px;
  font-size: clamp(18px, 4.5vw, 28px);
  line-height: normal;
}
.choice-reason .licenses-return_sub_title h2 .sp_br {
  display: block;
}
.choice-reason .licenses-return_sub_title h2 b {
  font-size: clamp(20px, 5vw, 34px);
}
.choice-reason .licenses-return_sub_title_sp_emp {
  font-size: clamp(22px, 5.5vw, 34px);
}
.choice-reason__cta {
  text-align: center;
  margin: 50px 20px 0;
}
.choice-reason__cta__tel {
  position: relative;
}
.choice-reason__cta__tel__line__number {
  color: #ffffff;
  position: absolute;
  top: -10%;
  left: 32%;
  font-weight: bold;
  font-size: clamp(1.75rem, 6vw, 2.8rem);
}
.choice-reason__cta__tel img {
  width: 100%;
}

.diff-used-haisha {
  padding: 0;
}
.diff-used-haisha .bg_sky_separate {
  background-color: #FFFFFF;
  position: relative;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 110px 22px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 22" preserveAspectRatio="none"><path d="M0 0 H160 V10 C146 18 133 18 120 10 C106 2 93 2 80 10 C66 18 53 18 40 10 C26 2 13 2 0 10 Z" fill="%230049B7"/></svg>');
}
.diff-used-haisha .bg_light_blue_separeate {
  background-color: #DFFFCC;
  position: relative;
  border-bottom: 1px solid #DFFFCC;
}
.diff-used-haisha .bg_light_blue_separeate__main {
  max-width: 330px;
  margin: auto;
  padding: 25px 0 17px;
}
.diff-used-haisha .bg_img_separeate {
  background-image: url(../images/sp/bg_bussiness_person_x2.png);
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.diff-used-haisha .bg_img_separeate p {
  margin: 0;
  text-align: center;
}
.diff-used-haisha .bg_img_separeate .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50vw 0px 50vw;
  border-color: #DFFFCC rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.diff-used-haisha .bg_img_separeate__heading {
  text-align: center;
  font-size: clamp(22px, 5.5vw, 34px);
  margin-top: 1.25rem !important;
}
.diff-used-haisha .bg_img_separeate__sample-img {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}
.diff-used-haisha .bg_img_separeate__mid-text {
  margin: 1rem 0;
  font-size: clamp(14px, 3.8vw, 18px);
  letter-spacing: 3.5px;
}
@media screen and (min-width: 400px) {
  .diff-used-haisha .bg_img_separeate__mid-text__note {
    letter-spacing: 0px;
  }
}
.diff-used-haisha .bg_img_separeate__mid-text__price {
  font-size: clamp(22px, 5.5vw, 34px);
  color: #FFEC00;
}
.diff-used-haisha .bg_img_separeate__mid-text__notpur {
  font-size: clamp(22px, 5.5vw, 34px);
  color: #FFEC00;
  padding-top: 18px;
  background-repeat: repeat-x;
  background-size: 34px 23px;
  background-image: radial-gradient(3px 3px at center center, #FFEC00, #FFEC00 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.diff-used-haisha .bg_img_separeate__lower {
  margin: 0 6px;
  padding-bottom: 1.5rem;
}
.diff-used-haisha__heading {
  display: flex;
  justify-content: center;
}
.diff-used-haisha__heading h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.diff-used-haisha__heading__upper {
  font-size: clamp(16px, 4.2vw, 24px);
  font-weight: normal;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.diff-used-haisha__heading__lower {
  font-size: clamp(22px, 5.5vw, 40px);
  font-weight: normal;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.diff-used-haisha__heading-image {
  display: block;
  align-items: center;
  margin: 25px auto 0;
  width: 100%;
}
.diff-used-haisha__heading-note {
  margin: 10px auto 0;
  padding: 8px 12px;
  text-align: center;
  background-color: #FFE5E7;
  border-radius: 20px;
  line-height: 1.5;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: normal;
}
.diff-used-haisha__heading-note--accent {
  color: #E50010;
  font-size: clamp(15px, 4.3vw, 22px);
  font-weight: bold;
}
.diff-used-haisha__heading-subtitle {
  margin: 17px 0 6px;
  text-align: center;
  color: #0049B7;
  font-size: clamp(14px, 3.8vw, 20px);
  font-weight: bold;
}
.diff-used-haisha__heading-description {
  margin: 0;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(12px, 3.8vw, 18px);
  font-weight: normal;
}
.diff-used-haisha__heading-those-car {
  margin: 10px auto 0;
}
.diff-used-haisha__heading-warning {
  margin: 10px 0;
  text-align: center;
  color: #E50010;
  font-size: clamp(10px, 3.2vw, 18px);
  font-weight: normal;
}
.diff-used-haisha__question {
  display: flex;
  flex-direction: column;
}
.diff-used-haisha__question__ballon {
  padding: 0 1rem;
}
.diff-used-haisha__question .question_person {
  display: flex;
  justify-content: right;
  margin-bottom: -34px;
  margin-top: -79px;
}
.diff-used-haisha__question .question_person img {
  width: 125px;
  z-index: 0;
}

.coop_faq .faq_box {
  margin-bottom: 50px;
}
.coop_faq .faq_box .faq_title_box {
  text-align: center;
  border-top: 3px solid #E6E6E6;
  background-image: repeating-linear-gradient(to right, #999999 0, #999999 2px, transparent 2px, transparent 12px);
  background-repeat: repeat-x;
  background-size: 12px 2px;
  background-position: left bottom;
}
.coop_faq .faq_box .faq_title_box .faq_title {
  margin: 10px 0 20px;
}
.coop_faq .faq_box .faq_title_box .faq_title img {
  width: 100%;
  max-width: 184px;
  height: auto;
  padding: 20px 0 30px;
}
.coop_faq .faq_box .faq_main_box {
  margin-top: 20px;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(to right, #999999 0, #999999 2px, transparent 2px, transparent 12px);
  background-repeat: repeat-x;
  background-size: 12px 2px;
  background-position: left bottom;
}
.coop_faq .faq_box .faq_main_box .question_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.coop_faq .faq_box .faq_main_box .question_box .question_span_box {
  width: 15%;
}
.coop_faq .faq_box .faq_main_box .question_box .question_span_box span {
  background: #0049B7;
  color: #fff;
  margin-right: 15px;
  font-size: clamp(18px, 5vw, 24px);
  font-family: sans-serif;
  width: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.coop_faq .faq_box .faq_main_box .question_box .question_text_box {
  width: 85%;
}
.coop_faq .faq_box .faq_main_box .question_box .question_text_box p {
  margin-top: 0;
  font-size: clamp(17px, 4.8vw, 26px);
  color: #0049B7;
}
.coop_faq .faq_box .faq_main_box .answer_box {
  display: flex;
  flex-wrap: wrap;
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_span_box {
  width: 15%;
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_span_box span {
  background: #E50010;
  color: #fff;
  margin-right: 15px;
  font-size: clamp(18px, 5vw, 24px);
  font-family: sans-serif;
  width: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_text_box {
  width: 85%;
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_text_box p {
  margin-top: 0;
  font-size: clamp(14px, 3.8vw, 18px);
}

.coop-flow {
  padding: 0;
}
.coop-flow_background {
  padding-bottom: 20px;
}
.coop-flow_title {
  text-align: center;
}
.coop-flow_title img {
  width: 60%;
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 30px;
}
.coop-flow_main_box {
  margin: 0 0 30px 10px;
}
.coop-flow_main .main_flex_box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.coop-flow_main .coop-flow_main_step_image {
  width: 25%;
  flex-shrink: 0;
}
.coop-flow_main .coop-flow_main_step_image img {
  width: 100%;
}
.coop-flow_main .coop-flow_main_text {
  width: 66%;
  text-align: left;
}
.coop-flow_main .coop-flow_main_text p {
  margin: 0 -5px 6px 0;
  line-height: 1.45;
  font-size: clamp(11px, 3vw, 16px);
}
.coop-flow_main .coop-flow_main_text p:last-of-type {
  margin-bottom: 0;
}
.coop-flow_main .step_badge {
  display: inline-block;
  background-color: #0049B7;
  color: #ffffff;
  border-radius: 999px;
  padding: 2px 12px;
  font-size: clamp(11px, 3vw, 15px);
  font-weight: bold;
  margin-bottom: 11px;
}
.coop-flow_main .coop-flow_main_title {
  color: #0049B7;
  font-size: clamp(14px, 3.8vw, 18px);
  font-weight: bold;
  margin-bottom: 13px;
  line-height: 1.4;
}
.coop-flow_main .coop-flow_main_tel {
  display: inline-block;
  margin-top: 8px;
  color: #0049B7;
  font-size: clamp(16px, 4.2vw, 20px);
  font-weight: bold;
  text-decoration: none;
}
.coop-flow_main .coop-flow_main_business_hours {
  color: #333333;
  font-size: clamp(10px, 2.8vw, 12px);
  margin-top: 2px;
}
.coop-flow_main .coop-flow_main_text p.coop-flow_main_note {
  font-size: clamp(10px, 2.6vw, 12px);
}
.coop-flow .cancel_policy {
  background-color: #e4e4e4;
}
.coop-flow .cancel_policy_box {
  padding: 15px 20px;
}
.coop-flow .cancel_policy_title h3 {
  margin: 0;
  font-size: clamp(16px, 4.5vw, 22px);
}
.coop-flow .cancel_policy_text .pc_br {
  display: none;
}

.highlight-yellow {
  background: linear-gradient(to bottom, transparent 60%, #fff200 100%);
  display: inline;
}

.form-step-wrap {
  background-color: #FFFFFF;
}

.form-col2 {
  padding: 82px 14px 16px;
  position: relative;
  width: 90%;
  max-width: 340px;
  margin: 30px auto;
  border: 3px solid #E50010;
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: visible;
}

.form2-wrap .form-col2 {
  background-color: #FFFFFF;
}

.form2-wrap .form-col2 {
  margin-top: 0;
}

.form-col2__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  background-color: #E50010;
  border-radius: 16px 16px 0 0;
}

.form-col2__title::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 62%;
  transform: translateY(-50%);
  width: 44px;
  height: 49px;
  background-image: url("../images/sp/calculator.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.form-col2__title-inner {
  width: calc(100% - 56px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.form-col2__title-img {
  display: block;
  height: auto;
  max-width: 100%;
}

.form-col2__title-img--small {
  width: min(100%, 129px);
}

.form-col2__title-img--large {
  width: min(100%, 262px);
}

.form-col2__sub-title {
  margin-top: 4px;
}

.form-col2__sub-title-text {
  width: fit-content;
  margin: 15px auto 8px;
  padding: 1px 20%;
  border-radius: 999px;
  background-color: #FFE5E7;
  font-size: clamp(12px, 4vw, 15px);
}

.form-col2 .form-submit {
  width: 100%;
}

.form2_top {
  background-color: #e6f2ff;
  padding: 20px 0px;
  border-bottom: 5px solid #ffffff;
}

.form2 {
  position: static;
  width: 100%;
  margin: 0 auto;
}

.form2_top .form2_box {
  background: transparent;
  border: none;
  padding-bottom: 0px;
}

.form2_top .form2_box .form2_box_item {
  background-color: #ffffff;
}

.form2_top .form2_box .form2_box_item .form2_box_column {
  padding-bottom: 15px;
}

.form2_top .submit-wrap {
  background-color: #ffffff;
  padding-top: 10px;
}

.form2_top .bnr-contact {
  display: none;
}

.form2-header {
  margin-bottom: initial;
}

.form2 {
  text-align: center;
}

.form2_box {
  background-color: #ffffff;
  max-width: 800px;
  margin: auto;
  padding: 0;
  display: block;
}

.form2_box label {
  font-size: clamp(14px, 5.3vw, 17px);
}

.form2_box_item {
  flex-basis: 49%;
}

.form2_box_item_title {
  color: #fff;
  padding: 2px;
  background-color: #0049B7;
}

.form2_box_column_item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 50%;
  margin-bottom: 10px;
}

.form2_box_column_item.ab-email {
  display: none;
}

.form2_box_column_item_box {
  margin: 10px 0;
}

.form2_box_column_item_required,
.form2_box_column_item_optional {
  font-size: clamp(10px, 3.6vw, 13px);
  padding: 2px 7px;
  border-radius: 20px;
  color: #fff;
  margin-right: 5px;
}

.form2_box_column_item_required {
  background-color: #E50010;
}

.form2_box_column_item_optional {
  background-color: #0049B7;
}

.form2_box_column_item label {
  margin-bottom: 1px;
}

.form2_box_column_item select.form2_box_column_item_input,
.form2_box_column_item input.form2_box_column_item_input {
  background-color: #ffffff;
  height: 50px;
  border: 2px solid #bebebe;
}

.form2_box_column_item select.form2_box_column_item_input::placeholder,
.form2_box_column_item input.form2_box_column_item_input::placeholder {
  color: rgba(105, 105, 105, 0.6);
  opacity: 1;
}

.form2_box_column_item select.form2_box_column_item_input::-ms-input-placeholder,
.form2_box_column_item input.form2_box_column_item_input::-ms-input-placeholder {
  color: rgba(105, 105, 105, 0.6);
  opacity: 1;
}

.form2_box_column_item select.form2_box_column_item_input:-ms-input-placeholder,
.form2_box_column_item input.form2_box_column_item_input:-ms-input-placeholder {
  color: rgba(105, 105, 105, 0.6);
  opacity: 1;
}

.form2_box_column_item_flex {
  display: flex;
  justify-content: space-between;
}

.form2_box_column_item_input.c-select.distance.form-modal.ab-border[name=distance],
.form2_box_column_item_input.c-select.pref.form-modal.ab-border[name=pref] {
  margin-bottom: 20px;
}

.form2_box_column_item--policy {
  flex-basis: 100%;
  margin-bottom: 4px;
}

.form2_policy_label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(12px, 3.2vw, 15px);
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.form2_policy_label input[type=checkbox] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #e50010;
}

.form2_policy_label__text a {
  color: #0049b7;
  text-decoration: underline;
}

.main_consult_wrap__policy {
  margin: 10px 0 12px;
  padding: 0 0.25rem;
}

.form2_box_img_pc {
  display: none;
}

.form2_box_img_sp {
  display: initial;
}

.form2_box_img_sp img {
  margin-bottom: 10px;
}

.form2_box_img_description {
  background-color: #fadedd;
  color: #eb7e7f;
  display: flex;
  justify-content: center;
  padding: 3px 0;
}

.form2_box_img_description_bottom {
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.distance.is-empty,
.pref.is-empty {
  background-color: #f2f2f2 !important;
  color: #7a7a7a !important;
}

.submit-wrap {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 0 0 20px;
  max-width: 800px;
  margin: auto;
}

.submit-wrap .form-submit {
  margin: 0 auto;
  min-width: 230px;
  max-width: 300px;
}

.submit-wrap .form-submit::before {
  width: 35px;
  height: 35px;
  left: 5px;
}

.submit-wrap .form-submit:after {
  width: 14px;
  height: 14px;
}

.submit-wrap .form-submit input {
  text-align: center;
  font-size: clamp(14px, 3.5vw, 17px);
}

.form-submit {
  width: 85%;
  position: relative;
  margin: 15px auto;
}

.form-submit::after {
  content: "";
  display: inline-block;
  background-image: url("../images/sp/arrow_r.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  left: auto;
  right: calc(5% + 16px);
  top: 50%;
  transform: translateY(-50%);
}

.form-submit input {
  background: #E50010;
  border: none;
  border-bottom: 5px solid #B2000C;
  width: 90%;
  padding: 10px 8px 7px 8px;
  font-size: clamp(14px, 5.3vw, 16px);
  font-weight: 600;
  border-radius: 3px;
  color: #FFFFFF;
}

.form-submit.focused {
  border-radius: 5px;
}

form input,
form select {
  font-family: fcoopSp;
  font-weight: 600;
}
form {
  /* selectのplaceholder制御 */
}
form .is-empty {
  color: #696969;
}
form {
  /* バリデーションメッセージ */
}
form .form_err {
  background-color: rgba(254, 0, 0, 0.2) !important;
  border: 2px solid #fe0000 !important;
  position: relative;
}
form .err_msg {
  font-size: clamp(10px, 2.8vw, 12px);
  color: #fe0000;
  margin-top: 0;
}
form {
  /* TOPメインフォーム
  -----------------------------------------*/
}
form.col1 .err_msg {
  text-align: right;
}
form {
  /* form2
  -----------------------------------------*/
}
form.form2 .err_msg {
  position: absolute;
  right: 0;
  top: 12px;
}

.error-txt {
  font-size: clamp(12px, 3vw, 14px);
  color: #fe0000;
  text-align: right;
}

.form2-new {
  position: relative;
}
.form2-new.extend-height {
  height: 430px;
}
.form2-new .input-focus {
  border: 2px solid #fe0000 !important;
  animation: focusInput 1.3s ease infinite;
  -webkit-animation: focusInput 1.3s ease infinite;
  -webkit-appearance: none;
  appearance: none;
}
.form2-new .input-focus-pc {
  border: 2px solid #fe0000 !important;
  animation: focusInput 1.3s ease infinite;
  -webkit-animation: focusInput 1.3s ease infinite;
}
@-webkit-keyframes focusInput {
  0% {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
  }
}
@keyframes focusInput {
  0% {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
  }
}
.form2-new .submit-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.c-form-modal {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 9999;
  background: transparent;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-form-modal::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-form-modal {
    position: absolute;
    height: auto;
    width: 100%;
    padding-bottom: 0;
    overflow: inherit;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-form-modal {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: 120dvh !important;
    margin: 0 !important;
    transform: none !important;
  }
}
.c-form-modal p {
  margin-top: 0;
}
.c-form-modal__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.c-form-modal__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-modal__inner {
    height: 100%;
  }
}
.c-form-modal__step {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step .title {
    margin-left: auto !important;
  }
  .c-form-modal__step {
    background-color: inherit;
  }
}
.c-form-modal__step .step-title {
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
  background-color: #006ebb;
  color: #ffffff;
  font-weight: 700;
  height: 68px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}
.c-form-modal__step__contents .title {
  background-image: none !important;
  background-color: #FFFEDE;
  color: #333333;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: left;
}
.c-form-modal__step__contents .title.model-of-maker {
  background-color: #e4e4e4;
  color: #333333;
}
.c-form-modal__step__contents .title.back-red {
  background-color: rgba(254, 0, 0, 0.1);
  color: #333333;
  text-align: center;
}
.c-form-modal__step__contents .sub-title {
  background-color: #e6f2fd;
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 1.6;
  text-align: left;
}
.c-form-modal__step__contents p {
  border-bottom: 1px solid #e4e4e4;
}
.c-form-modal__step .m-maker,
.c-form-modal__step .m-carname,
.c-form-modal__step .m-distance,
.c-form-modal__step .m-pref {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  padding: 5px 10px;
  height: 62px;
  display: flex;
  align-items: center;
}
.c-form-modal__step.step1, .c-form-modal__step.step2, .c-form-modal__step.step3, .c-form-modal__step.step4 {
  opacity: 0;
  display: none;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step.step1, .c-form-modal__step.step2, .c-form-modal__step.step3, .c-form-modal__step.step4 {
    height: 100%;
    padding-bottom: 0;
  }
}
.c-form-modal__step.step1.fade-in, .c-form-modal__step.step2.fade-in, .c-form-modal__step.step3.fade-in, .c-form-modal__step.step4.fade-in {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step.step1 .step1__inner, .c-form-modal__step.step2 .c-form-modal__step__contents, .c-form-modal__step.step3 .c-form-modal__step__contents, .c-form-modal__step.step4 .c-form-modal__step__contents {
    overflow-y: scroll;
    height: 90%;
    padding-bottom: 10px;
  }
  .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar, .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar, .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar, .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar {
    width: 10px;
    background-color: #e4e4e4;
    margin-right: 5px;
  }
  .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar-track, .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar-track, .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar-track, .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar-track {
    border-radius: 5px;
  }
  .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar-thumb, .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar-thumb, .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar-thumb, .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-modal__step.step2 .c-form-modal__step__contents {
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar {
    display: none;
  }
  .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar {
    width: 0px;
  }
}
.c-form-modal__step.step4 .c-form-modal__step__contents, .c-form-modal__step.step3 .c-form-modal__step__contents {
  padding-right: 5px;
  margin-right: 0px;
}
.c-form-modal__step.step4 summary {
  background-color: rgba(228, 228, 228, 0.3);
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding: 5px 10px;
  display: block;
  text-align: left;
  font-size: clamp(12px, 3.4vw, 16px);
}
.c-form-modal__step.step4 summary::-webkit-details-marker {
  display: none;
}
.c-form-modal p[class*=m-logo-]::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 35px;
  height: 25px;
}
.c-form-modal .m-logo-aldina::before {
  background-image: url("../../../images/modal_form/aldina.png");
  background-position: -4px;
  background-size: 37px !important;
}
.c-form-modal .m-logo-alfaromeo::before {
  background-image: url("../../../images/modal_form/alfaromeo.svg");
}
.c-form-modal .m-logo-amg::before {
  background-image: url("../../../images/modal_form/amg.png");
  background-size: 30px !important;
  background-position: center;
}
.c-form-modal .m-logo-audi::before {
  background-image: url("../../../images/modal_form/audi.png");
  background-position: -3px;
}
.c-form-modal .m-logo-bentley::before {
  background-image: url("../../../images/modal_form/bentley.svg");
  background-size: 29px !important;
  background-position: 0 8px;
}
.c-form-modal .m-logo-benz::before {
  background-image: url("../../../images/modal_form/benz.png");
  background-size: 44px !important;
  background-position: -6px -3px;
}
.c-form-modal .m-logo-bmw::before {
  background-image: url("../../../images/modal_form/bmw.svg");
  background-position: 2px 0px;
  background-size: 25px !important;
}
.c-form-modal .m-logo-buick::before {
  background-image: url("../../../images/modal_form/buick.svg");
  background-position: 2px;
}
.c-form-modal .m-logo-cadillac::before {
  background-image: url("../../../images/modal_form/cadillac.svg");
  background-position: 5px 0;
}
.c-form-modal .m-logo-chevrolet::before {
  background-image: url("../../../images/modal_form/chevrolet.png");
  background-size: 30px !important;
  background-position: -1px -4px;
}
.c-form-modal .m-logo-chrysler::before {
  background-image: url("../../../images/modal_form/chrysler.png");
  background-size: 36px !important;
  background-position: -3px 8px;
}
.c-form-modal .m-logo-citroen::before {
  background-image: url("../../../images/modal_form/citroen.png");
  background-position: -4px 2px;
}
.c-form-modal .m-logo-daihatsu::before {
  background-image: url("../../../images/modal_form/daihatsu.png");
}
.c-form-modal .m-logo-dodge::before {
  background-image: url("../../../images/modal_form/dodge.png");
  background-position: 1px 8px;
  background-size: 30px !important;
}
.c-form-modal .m-logo-ferrari::before {
  background-image: url("../../../images/modal_form/ferrari.png");
}
.c-form-modal .m-logo-fiat::before {
  background-image: url("../../../images/modal_form/fiat.svg");
}
.c-form-modal .m-logo-ford::before {
  background-image: url("../../../images/modal_form/ford.png");
  background-position: 1px 4px;
  background-size: 29px !important;
}
.c-form-modal .m-logo-gmc::before {
  background-image: url("../../../images/modal_form/gmc.png");
  background-position: 1px 6px;
  background-size: 30px !important;
}
.c-form-modal .m-logo-hino::before {
  background-image: url("../../../images/modal_form/hino.png");
  background-size: 27px !important;
  background-position: 2px 3px;
}
.c-form-modal .m-logo-honda::before {
  background-image: url("../../../images/modal_form/honda.png");
}
.c-form-modal .m-logo-hummer::before {
  background-image: url("../../../images/modal_form/hummer.svg");
  background-position: -3px 9px;
}
.c-form-modal .m-logo-hyundai::before {
  background-image: url("../../../images/modal_form/hyundai.svg");
  background-size: 25px !important;
  background-position: 1px 8px;
}
.c-form-modal .m-logo-isuzu::before {
  background-image: url("../../../images/modal_form/isuzu.svg");
  background-size: 33px !important;
  background-position: 0px 9px;
}
.c-form-modal .m-logo-jaguar::before {
  background-image: url("../../../images/modal_form/jaguar.png");
  background-position: -3px 0;
}
.c-form-modal .m-logo-jeep::before {
  background-image: url("../../../images/modal_form/jeep.svg");
  background-size: 30px !important;
  background-position: 0 6px;
}
.c-form-modal .m-logo-lanborghini::before {
  background-image: url("../../../images/modal_form/lanborghini.png");
  background-position: -7px -3px;
  background-size: 39px !important;
}
.c-form-modal .m-logo-lancia::before {
  background-image: url("../../../images/modal_form/lancia.png");
}
.c-form-modal .m-logo-landrover::before {
  background-image: url("../../../images/modal_form/landrover.svg");
  background-size: 27px !important;
  background-position: 0 4px;
}
.c-form-modal .m-logo-lexus::before {
  background-image: url("../../../images/modal_form/lexus.png");
}
.c-form-modal .m-logo-lincoln::before {
  background-image: url("../../../images/modal_form/lincoln.png");
  background-position: 4px 0px;
  background-size: 23px !important;
}
.c-form-modal .m-logo-lotus::before {
  background-image: url("../../../images/modal_form/lotus.svg");
}
.c-form-modal .m-logo-maserati::before {
  background-image: url("../../../images/modal_form/maserati.png");
}
.c-form-modal .m-logo-matsuda::before {
  background-image: url("../../../images/modal_form/matsuda.png");
}
.c-form-modal .m-logo-mitsubishi::before {
  background-image: url("../../../images/modal_form/mitsubishi.png");
}
.c-form-modal .m-logo-mitsuoka::before {
  background-image: url("../../../images/modal_form/mitsuoka.png");
}
.c-form-modal .m-logo-nissan::before {
  background-image: url("../../../images/modal_form/nissan.png");
  background-position: 2px -2px;
}
.c-form-modal .m-logo-opel::before {
  background-image: url("../../../images/modal_form/opel.svg");
  background-size: 40px !important;
  background-position: -6px -4px;
}
.c-form-modal .m-logo-peugeot::before {
  background-image: url("../../../images/modal_form/peugeot.png");
  background-position: -5px 0;
}
.c-form-modal .m-logo-pontiac::before {
  background-image: url("../../../images/modal_form/pontiac.png");
  background-size: 113px !important;
  background-position: -43px -4px;
}
.c-form-modal .m-logo-porsche::before {
  background-image: url("../../../images/modal_form/porsche.png");
  background-size: 43px !important;
  background-position: -7px -3px;
}
.c-form-modal .m-logo-renault::before {
  background-image: url("../../../images/modal_form/renault.png");
  background-position: -4px 0;
}
.c-form-modal .m-logo-rolls::before {
  background-image: url("../../../images/modal_form/rolls.svg");
  background-position: 7px -1px;
  background-size: 14px !important;
}
.c-form-modal .m-logo-rover::before {
  background-image: url("../../../images/modal_form/rover.png");
}
.c-form-modal .m-logo-smart::before {
  background-image: url("../../../images/modal_form/smart.svg");
  background-size: 32px !important;
  background-position: 0 6px;
}
.c-form-modal .m-logo-saab::before {
  background-image: url("../../../images/modal_form/saab.svg");
}
.c-form-modal .m-logo-subaru::before {
  background-image: url("../../../images/modal_form/subaru.png");
}
.c-form-modal .m-logo-suzuki::before {
  background-image: url("../../../images/modal_form/suzuki.png");
}
.c-form-modal .m-logo-toyota::before {
  background-image: url("../../../images/modal_form/toyota.png");
}
.c-form-modal .m-logo-ud::before {
  background-image: url("../../../images/modal_form/ud.svg");
  background-position: 3px 0;
}
.c-form-modal .m-logo-volkswagen::before {
  background-image: url("../../../images/modal_form/volkswagen.svg");
  background-position: 2px;
}
.c-form-modal .m-logo-volvo::before {
  background-image: url("../../../images/modal_form/volvo.svg");
}
.c-form-modal__close {
  position: absolute;
  padding: 0;
  font-size: clamp(22px, 6vw, 32px);
  right: 10px;
  top: 34px;
  line-height: 1;
  text-align: center;
  color: #006ebb;
  background-color: #ffffff;
  border-radius: 9999px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 999;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.jp-syllabary-list {
  position: fixed;
  right: 0;
  top: 75px;
  background: #e4e4e4;
  z-index: 9999;
  padding-left: 3px;
  list-style-type: none;
  font-size: clamp(11px, 3vw, 14px);
}
.jp-syllabary-list li {
  padding: 5px 10px;
  border-bottom: 1px solid white;
  text-align: center;
}
.jp-syllabary-list li a {
  color: #333333;
  text-decoration: none;
}
.jp-syllabary-list li a.not-active {
  opacity: 0.2;
}

.main_consult_wrap .c-form-modal {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.main_consult_wrap .c-form-modal__close {
  right: 10px;
}
.single-column form.form2 .err_msg {
  font-size: clamp(10px, 2.8vw, 12px);
}
.step_form_2_test .wrap_back_car_info_form {
  text-align: center;
  margin-bottom: 1rem !important;
}

.main_consult_wrap .c-form-modal {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.main_consult_wrap .c-form-modal__close {
  right: 10px;
}

.main_consult_wrap {
  position: absolute;
  padding: 10px 40px;
  margin: 0.75rem 0;
  background: #ffffff;
  border-radius: 5px;
  max-width: 410px;
}

.main_consult_wrap img.form-title {
  height: 64px;
  display: block;
  margin: auto;
}

.main_consult_wrap .title {
  background-image: url("../images/sp/bg_top_form.png");
  margin-left: -1rem;
  width: 110%;
  padding: 3px;
}

.main_consult_wrap .img_wrap {
  padding: 1rem;
}

.main_consult_wrap h4 {
  text-align: center;
  color: #ffffff;
}

.main_consult_wrap dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.main_consult_wrap dl.ab-email {
  display: none;
}

.main_consult_wrap dl dt {
  letter-spacing: -0.06em;
  flex: 0 0 100%;
  text-align: left;
  font-size: clamp(11px, 3.2vw, 14px);
  font-weight: normal;
}

.main_consult_wrap dl dt span {
  padding-left: 0.1rem;
}

.main_consult_wrap dl dt img {
  width: 40px;
}

.main_consult_wrap dl dd {
  flex: 0 0 100%;
  margin: 0;
}

.main_consult_wrap .form-submit {
  margin: 0px auto 5px;
}

.main_consult_wrap .form-submit::before {
  width: 40px;
  height: 40px;
  left: 5px;
  top: -5px;
}

.main_consult_wrap .form-submit::after {
  width: 16px;
  height: 16px;
}

.main_consult_wrap .form-submit input {
  padding: 8px 10px 5px 10px;
}

.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 5px;
  font-size: clamp(12px, 3.2vw, 15px);
  line-height: 1.1em;
  border-radius: 6px;
  border: none;
  background-image: url(../images/sp/arrow_b_normal.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.form2_box_column_item select.form2_box_column_item_input.maker,
.form2_box_column_item select.form2_box_column_item_input.vehicletype,
.form2_box_column_item select.form2_box_column_item_input.distance,
.form2_box_column_item select.form2_box_column_item_input.pref,
.form2_box_column_item input.form2_box_column_item_input.form2_customer_name,
.form2_box_column_item input.form2_box_column_item_input.form2_customer_phone,
.main_consult_wrap dl dd select.maker,
.main_consult_wrap dl dd select.vehicletype,
.main_consult_wrap dl dd select.distance,
.main_consult_wrap dl dd select.pref,
.main_consult_wrap dl dd input.form2_customer_name,
.main_consult_wrap dl dd input.form2_customer_phone {
  font-size: clamp(12px, 3.6vw, 15px);
  padding-left: 18px;
}

.form2_box_column_item input.form2_box_column_item_input.form2_customer_name,
.form2_box_column_item input.form2_box_column_item_input.form2_customer_phone {
  border-radius: 6px;
  padding-right: 12px;
  box-sizing: border-box;
}

.main_consult_wrap dl dd input.form2_customer_name,
.main_consult_wrap dl dd input.form2_customer_phone {
  border-radius: 6px;
  padding-right: 12px;
  box-sizing: border-box;
}

.bg-yellow {
  background-color: #fff1c8 !important;
}

form.form2 .err_msg_coop_member_id {
  text-align: left;
  margin-top: 0;
  font-size: clamp(10px, 2.8vw, 12px);
  color: #fe0000;
}

.form-submit input.next_step_btn {
  letter-spacing: 3px;
  font-weight: 700;
  border-radius: 999px;
  height: 55px;
  text-align: center;
  padding-left: 34px;
  padding-right: 34px;
}

.fixed-top {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#tracking_header {
  display: none;
}
#tracking_header .header_menu {
  padding: 0;
  background-color: #D9F1FF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#tracking_header .header_menu .menu_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  #tracking_header .header_menu .menu_box {
    padding: 0;
  }
}
#tracking_header .header_menu .menu_box a {
  width: 25%;
  padding: 20px 0;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  background-color: #D9F1FF;
  text-decoration: none;
  color: #0049B7;
  display: block;
}
#tracking_header .header_menu .menu_box a .menu_flex p {
  margin: 0;
  font-size: 13px;
}
#tracking_header .header_menu .menu_box .hover_menu:hover {
  background-color: #E63748;
  color: #ffffff;
}
#tracking_header .header_menu .menu_box .left_border {
  border-left: 1px solid #e4e4e4;
}

.hero {
  padding: 0;
}
.hero .hero-container {
  max-width: 980px;
  margin: auto;
  padding: 5px 0;
}
.hero__heading {
  background-color: #D9F1FF;
}
.hero__heading__img {
  display: flex;
  padding: 5px 0;
  max-width: 373px;
  margin: 0 auto;
}
.hero .hero-main__content {
  position: relative;
}
.hero .hero-main__content__mainimg {
  width: 100%;
  bottom: -220px;
}
.hero .hero-main__content__mainimg img {
  width: 100%;
}
.hero .hero-main__content .l-main_top_mainvisual2 {
  z-index: 99;
  margin-right: 1%;
  width: 41%;
  position: absolute;
  right: 0;
}
.hero .hero-main__content .l-main_top_mainvisual2 .main_consult_wrap .step_form_1 .next_step_btn {
  cursor: pointer;
}
.hero .hero-main__content .l-main_top_mainvisual2 .main_consult_wrap .step_form_2 .form2_box_check_link {
  cursor: pointer;
}
.hero .distance.c-select[name=distance] {
  margin-bottom: 20px;
}

.important_notice {
  padding: 0;
}
.important_notice__content img {
  width: 100%;
}

.jisseki {
  padding: 0;
}
.jisseki .chose-for-haishall {
  position: relative;
  padding-bottom: 20px;
  background-color: #DCF2FF;
}
.jisseki .chose-for-haishall .l-container {
  padding-left: 0;
  padding-right: 0;
}
.jisseki .chose-for-haishall__heading {
  max-width: 100%;
  margin: auto;
  width: 100%;
  background-image: url(../images/sp/leave_it_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
  padding-top: 80px;
}
.jisseki .chose-for-haishall__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.jisseki .chose-for-haishall__heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.jisseki .chose-for-haishall__heading img {
  display: block;
  margin: 0 auto;
}
.jisseki .chose-for-haishall__content {
  background-color: white;
  border-radius: 3px;
  margin-top: 20px;
  padding: 20px 15px;
}
.jisseki .jisseki-reasons {
  background-color: #DCF2FF;
  padding: 16px 0 28px;
}
.jisseki .jisseki-reasons__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.jisseki .jisseki-reasons__item {
  position: relative;
  padding-top: 16px;
}
.jisseki .jisseki-reasons__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #FDEE03;
  border: 2px solid #0049B7;
  border-radius: 999px;
  color: #0049B7;
  padding: 2px 14px;
  line-height: 1.4;
  font-weight: bold;
  font-size: clamp(12px, 4vw, 17px);
}
.jisseki .jisseki-reasons__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 14px 14px;
  text-align: center;
}
.jisseki .jisseki-reasons__title {
  margin: 0 0 8px;
  color: #0049B7;
  font-weight: bold;
  font-size: clamp(16px, 4.2vw, 20px);
}
.jisseki .jisseki-reasons__text {
  margin: 0;
  color: #333333;
  font-size: clamp(13px, 3.6vw, 16px);
}
.jisseki .purchase-guarantee {
  background-color: #DCF2FF;
  padding-bottom: 3rem;
}
.jisseki .purchase-guarantee__heading {
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}
.jisseki .purchase-guarantee__heading picture,
.jisseki .purchase-guarantee__heading img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}
.jisseki .purchase-guarantee .notification {
  text-align: right;
  font-weight: normal;
  font-family: Hiragino sans-serif;
  font-size: clamp(12px, 3.2vw, 15px);
  margin-top: 30px;
  color: white;
}
.jisseki .purchase-guarantee__content {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.jisseki .purchase-guarantee__content__item {
  box-sizing: border-box;
  min-width: 0;
  width: calc((100% - 18px) / 2);
}
.jisseki .purchase-guarantee__content__item__heading {
  background-color: #0049B7;
  color: white;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: clamp(13px, 3.5vw, 16px);
}
.jisseki .purchase-guarantee__content__item__img {
  margin-top: -2px;
}
.jisseki .purchase-guarantee__content__item__img img {
  display: block;
  width: 100%;
  height: auto;
}
.jisseki .purchase-guarantee__content__item__detail {
  margin: 0;
  padding: 8px 6px 10px;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(11px, 3.1vw, 14px);
  font-weight: normal;
}
.jisseki .example-car {
  padding-bottom: 3rem;
  width: 100%;
  position: relative;
  background-image: url(../images/sp/bg_3.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.jisseki .example-car__heading img {
  width: 100%;
  margin-top: 20px;
}
.jisseki .example-car__carname {
  width: 100%;
  margin-bottom: 1rem;
  font-size: clamp(15px, 4.2vw, 20px);
}
.jisseki .example-car__carimg {
  width: 38%;
}
.jisseki .example-car__carimg img {
  width: 100%;
}
.jisseki .example-car__carinfo {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2.2vw, 14px);
  margin-left: 1.5vw;
  justify-content: space-between;
  font-size: clamp(13px, 3.6vw, 17px);
}
@media screen and (min-width: 400px) {
  .jisseki .example-car__carinfo {
    margin-left: 2.2vw;
  }
}
.jisseki .example-car__carinfo__row {
  display: flex;
  gap: clamp(6px, 2vw, 14px);
  align-items: center;
  min-width: 0;
}
.jisseki .example-car__carinfo__row span:not(.example-car__carinfo__row__heading) {
  min-width: 0;
  flex: 1;
  overflow-wrap: anywhere;
}
.jisseki .example-car__carinfo__row__heading {
  flex-shrink: 0;
  background-color: #D9D9D9;
  width: clamp(52px, 20vw, 80px);
  text-align: center;
  border-radius: 15px;
  padding: 2px 0;
  font-size: clamp(11px, 3vw, 13px);
}
.jisseki .example-car__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jisseki .example-car__content__notification {
  text-align: center;
  font-size: clamp(11px, 3.1vw, 14px);
}
.jisseki .example-car__content__item {
  border: 3px solid #0049B7;
  border-radius: 20px;
  overflow: hidden;
  background-color: #0049B7;
}
.jisseki .example-car__content__item__heading {
  background-color: #0049B7;
  color: white;
  text-align: center;
  padding: 6px 0;
  font-size: clamp(14px, 3.8vw, 19px);
  border-radius: 17px 17px 0 0;
}
.jisseki .example-car__content__item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 1rem;
}
.jisseki .example-car__content__item__content__upper, .jisseki .example-car__content__item__content__upper-pc, .jisseki .example-car__content__item__content__lower {
  width: 100%;
  max-width: 100%;
}
.jisseki .example-car__content__item__content__upper {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  column-gap: clamp(6px, 2vw, 12px);
  align-items: start;
}
.jisseki .example-car__content__item__content__upper .example-car__carname {
  grid-column: 1/-1;
}
.jisseki .example-car__content__item__content__upper .example-car__carimg {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
}
.jisseki .example-car__content__item__content__upper .example-car__carinfo {
  grid-column: 2;
  grid-row: 2;
  margin-left: 0;
  min-width: 0;
  width: 100%;
}
.jisseki .example-car__content__item__content__upper .example-car__price {
  grid-column: 1/-1;
  grid-row: 3;
}
.jisseki .example-car__content__item__content__upper-pc {
  display: none;
}
.jisseki .example-car__content__item__content__lower {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(12px, 3.4vw, 16px);
  line-height: 1.65;
}
.jisseki .example-car__content__item__content__lower__first {
  color: #0049B7;
  font-size: clamp(14px, 3.8vw, 18px);
  text-align: left;
}
.jisseki .example-car__content.padding_upper {
  padding-top: 20%;
}
.jisseki .example-car__content.padding_middle {
  padding-top: 1.5rem;
}
.jisseki .example-car__price {
  margin: 1.25rem 0;
  padding-inline: 10px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 6px dotted #0049B7;
}
.jisseki .example-car__price__heading {
  color: white;
  background-color: #E50010;
  padding: 1px 10px;
  border-radius: 20px;
  font-size: clamp(11px, 3vw, 14px);
  white-space: nowrap;
}
.jisseki .example-car__price__content {
  color: #E50010;
  font-size: clamp(24px, 7vw, 40px);
  font-weight: bold;
}
.jisseki .example-car__price__content__yen {
  font-size: clamp(16px, 4.5vw, 22px);
}

.kanpukin {
  margin-bottom: 1rem;
}
.kanpukin__container {
  margin: auto;
  background-color: #007cb2;
}
.kanpukin__container img {
  width: 100%;
}

.sales-points {
  padding-bottom: 0;
}
.sales-points__heading {
  display: flex;
  justify-content: center;
}
.sales-points__heading__worries {
  width: 100%;
  margin: 0;
  line-height: 0;
}
.sales-points__heading__worries img {
  display: block;
  width: 90% !important;
  max-width: none;
  height: auto;
  margin-inline: auto;
}
.sales-points .haisha_question {
  display: flex;
  flex-direction: column;
}
.sales-points .haisha_question .haisha_question_ballon {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin-top: clamp(1rem, 4vw, 1.75rem);
}
.sales-points .haisha_question .haisha_question_ballon__img {
  display: block;
  width: 90%;
  max-width: none;
  height: auto;
  margin-inline: auto;
}
.sales-points .haisha_question .question_person {
  display: flex;
  justify-content: center;
  margin-right: 0;
}
.sales-points .haisha_question .question_person img {
  z-index: 0;
  margin-bottom: -8px;
}
.sales-points .bg_sky_separate {
  background-color: #FFFFFF;
  position: relative;
}
.sales-points .bg_sky_separate::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 50px #0049B7;
  border-right: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
.sales-points .bg_sky_separate::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 50px #0049B7;
  border-left: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_sky_separate::after {
    border-right: solid 300px rgba(0, 0, 0, 0);
  }
  .sales-points .bg_sky_separate::before {
    border-left: solid 300px rgba(0, 0, 0, 0);
  }
}
.sales-points .bg_light_blue_separeate {
  background-color: #0049B7;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sales-points .bg_light_blue_separeate__main {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-top: 1rem;
}
.sales-points .bg_light_blue_separeate__main picture,
.sales-points .bg_light_blue_separeate__main img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.sales-points .bg_light_blue_separeate__main > img:not(.sales-points__dots) {
  width: 80%;
  max-width: none;
}
.sales-points__dots {
  display: block;
  margin: 10px auto;
}
.sales-points .bg_light_pink_separeate {
  background-color: #0049B7;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.sales-points .bg_light_pink_separeate__heading {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  height: 100px;
  padding: 0 15px;
  margin-bottom: 2rem;
}
.sales-points .bg_light_pink_separeate__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.sales-points .bg_light_pink_separeate__main__box {
  position: relative;
  border: solid #0049B7;
  border-radius: 20px;
  background-color: #fff;
  padding-top: 10px;
}
.sales-points .bg_light_pink_separeate__main__box__heading {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.sales-points .bg_light_pink_separeate__main__box__heading__text {
  font-size: 18px;
  background-color: #FDEE03;
  border: 4px solid #0049B7;
  border-radius: 999px;
  display: inline-block;
  text-align: center;
  padding: 5px 30px;
  white-space: nowrap;
}
.sales-points .bg_light_pink_separeate__main__box__heading__text .first_word {
  color: #0049B7;
  font-size: 22px;
}
.sales-points .bg_light_pink_separeate__main__box__heading__text .second_word {
  font-size: 22px;
  color: #0049B7;
}
.sales-points .bg_light_pink_separeate__main__box__content {
  margin-top: 2.65rem;
  margin-inline: clamp(0.65rem, 2vw, 1rem);
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.sales-points .bg_light_pink_separeate__main__box__content ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  padding-left: clamp(10px, 16vw, 60px);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.sales-points .bg_light_pink_separeate__main__box__content ul li {
  font-size: clamp(14px, 4vw, 24px);
  list-style: none;
  position: relative;
  padding-left: 6px;
}
.sales-points .bg_light_pink_separeate__main__box__content ul li::before {
  content: "";
  background: #fff;
  border: 2.5px solid #000;
  display: block;
  height: 18px;
  left: -28px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.sales-points .bg_light_pink_separeate__main__box__content ul li::after {
  content: "";
  border-right: 3px solid #E50010;
  border-bottom: 3px solid #E50010;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  display: block;
  height: 18px;
  left: -25.5px;
  margin-top: -12.5px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 15px;
}
.sales-points .bg_light_pink_separeate__main__box__content__heading {
  display: flex;
  justify-content: space-evenly;
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__left {
  width: 23.5%;
  max-width: 69px;
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__right-sp {
  height: 80px;
  display: flex;
  align-items: flex-end;
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__right-sp img {
  width: 410px;
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__right-pc {
  display: none;
}
.sales-points .bg_light_pink_separeate__main__box__content .notification {
  text-align: right;
  font-weight: normal;
  font-family: Hiragino sans-serif;
  font-size: 14px;
  margin-top: 10px;
}
.sales-points .bg_light_pink_separeate__main__box__reason {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content {
  background-color: #D9F1FF;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 1rem;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__heading .reason-heading {
  background-color: #0049B7;
  color: white;
  border-radius: 5px;
  padding: 0px 10px 0 15px;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__heading p {
  margin: 0;
  font-weight: bold;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__detail {
  font-weight: normal;
}
.sales-points .bg_light_yellow_separeate {
  position: relative;
}

.l-sidebanner {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 6%;
  opacity: 0;
}
.l-sidebanner a {
  display: inline-block;
}
.l-sidebanner a img {
  width: 7vw;
  max-width: 100px;
  padding: 11px 0px 44px 15px;
}
@media screen and (max-width: 767px) {
  .l-sidebanner {
    display: none !important;
  }
}
.l-sidebanner.fade-in {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.l-sidebanner.fade-out {
  opacity: 1;
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}

.pc-left-card {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-left-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: clamp(170px, 22vw, 280px);
    padding: 20px 16px;
    position: fixed;
    top: 96px;
    left: calc((100vw - min(600px, 100vw - 2 * clamp(170px, 22vw, 220px) - 64px)) / 4 - clamp(170px, 22vw, 280px) / 2);
    z-index: 998;
    background-color: #ffffff;
    border-radius: 16px;
  }
  .pc-left-card__logo, .pc-left-card__assessment, .pc-left-card__tel, .pc-left-card__mini-logo {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .pc-left-card__assessment-link {
    display: block;
    transition: opacity 0.2s;
  }
  .pc-left-card__assessment-link:hover {
    opacity: 0.6;
  }
  .pc-left-card__tel-link {
    display: block;
    transition: opacity 0.2s;
  }
  .pc-left-card__tel-link:hover {
    opacity: 0.6;
  }
  .pc-left-card__assessment {
    transition: opacity 0.2s;
  }
  .pc-left-card__text {
    margin: 0;
    color: #333333;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
  }
  .pc-left-card__assessment + .pc-left-card__text {
    margin-top: 12px;
  }
  .pc-left-card__tel-link + .pc-left-card__text {
    margin-bottom: 12px;
  }
}
.pc-right-toc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-right-toc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: clamp(170px, 22vw, 280px);
    padding: 20px 16px;
    position: fixed;
    top: 130px;
    right: calc((100vw - min(600px, 100vw - 2 * clamp(170px, 22vw, 220px) - 64px)) / 4 - clamp(170px, 22vw, 280px) / 2);
    z-index: 998;
    background-color: #ffffff;
    border-radius: 16px;
  }
  .pc-right-toc__item {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: calc(14px + 0.3vw);
    line-height: 1.4;
    border-bottom: 3px dotted #96D6FA;
    padding-bottom: 6px;
  }
  .pc-right-toc__item:link, .pc-right-toc__item:hover, .pc-right-toc__item:visited, .pc-right-toc__item:active {
    color: #000000;
    text-decoration: none;
  }
  .pc-right-toc__item:hover {
    opacity: 0.6;
  }
}
.pc-right-top {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-right-top {
    display: block;
    position: fixed;
    width: 52px;
    min-width: 52px;
    left: 95%;
    transform: translateX(-100%);
    bottom: 20%;
    z-index: 998;
    transition: opacity 0.2s;
  }
  .pc-right-top:hover {
    opacity: 0.6;
  }
  .pc-right-top img {
    display: block;
    width: 52px;
    max-width: none;
    height: auto;
  }
}
.sub_cta {
  padding: 0;
  --sub-cta-content-width: 90%;
}
.sub_cta_box {
  position: relative;
  background-color: #ffeccf;
}
.sub_cta .sub_cta_title_box {
  width: var(--sub-cta-content-width);
  margin: 0 auto;
  text-align: center;
}
.sub_cta .sub_cta_title_box img {
  width: 80%;
  display: block;
  margin: 10px auto;
}
.sub_cta .sub_cta_title_box p {
  font-size: clamp(16px, 4.5vw, 22px);
  margin-top: 5px;
  color: #1A1A1A;
  font-weight: bold;
}
.sub_cta .sub_cta_btn_box {
  width: var(--sub-cta-content-width);
  margin: 0 auto;
  padding-bottom: 20px;
}
.sub_cta .sub_cta_btn_box a {
  text-decoration: none;
}
.sub_cta .sub_cta_btn_box__tel {
  position: relative;
  text-align: center;
}
.sub_cta .sub_cta_btn_box__tel img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub_cta .sub_cta_btn_box__tel__line__number {
    display: none;
  }
}
.sub_cta .sub_cta_btn_box__tel__line__number {
  color: #ffffff;
  position: absolute;
  font-weight: bold;
  left: 34%;
  top: -3%;
  font-size: 5.8vw;
}
.sub_cta .sub_cta_box {
  background-color: #FFFFFF;
  width: var(--sub-cta-content-width);
  margin: 0 auto;
}
.sub_cta .sub_cta_text_box__text {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}

.sub_cta_text_box__text {
  font-size: clamp(11px, 3vw, 17px);
}

.lp-yamada-thanks-page,
body.lp-yamada-thanks {
  background-color: #ffffff;
}

.lp-yamada-thanks {
  padding: clamp(24px, 6vw, 48px) clamp(16px, 4vw, 24px) clamp(32px, 8vw, 64px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
}

.lp-yamada-thanks__card {
  width: 100%;
  max-width: 400px;
  border: 3px solid #0049B7;
  border-radius: 26px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.lp-yamada-thanks__card-inner {
  padding: clamp(20px, 5vw, 28px) clamp(16px, 4vw, 24px) clamp(24px, 5vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(12px, 3vw, 18px);
}

.lp-yamada-thanks__title-img {
  width: 100%;
}

.lp-yamada-thanks__lead {
  margin: 0;
  font-size: clamp(13px, 3.6vw, 14px);
  line-height: 1.6;
  text-align: center;
}

.lp-yamada-thanks__figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-yamada-thanks__figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp-yamada-thanks__figure--person img {
  width: min(100%, 220px);
}

.lp-yamada-thanks__figure--callme img {
  width: min(100%, 260px);
}

.lp-yamada-thanks__cta {
  margin-top: clamp(4px, 1vw, 8px);
}

.lp-yamada-thanks__cta-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.lp-yamada-thanks__cta-link picture,
.lp-yamada-thanks__cta-link img {
  display: block;
  width: min(100%, 320px);
  height: auto;
}

.lp-yamada-thanks__cta-tel {
  margin-top: 8px;
  font-size: clamp(16px, 4.5vw, 20px);
  font-weight: 700;
}

.lp-yamada-thanks__hint {
  margin: -10px 0 0;
  font-size: clamp(11px, 3.1vw, 12px);
  text-align: center;
}

.lp-yamada-thanks__close {
  margin-top: clamp(20px, 5vw, 28px);
  width: 80%;
  max-width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
  border: 1px solid #cccccc;
  border-radius: 999px;
  background-color: #e6e6e6;
  box-shadow: 0 6px 0 #cccccc;
  box-sizing: border-box;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lp-yamada-thanks__close:hover {
  filter: brightness(0.97);
}
.lp-yamada-thanks__close:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #cccccc;
}

.lp-yamada-thanks__close-label {
  color: #666666;
  font-size: clamp(16px, 4.2vw, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lp-yamada-thanks__close-icon {
  display: flex;
  align-items: center;
  line-height: 0;
}
.lp-yamada-thanks__close-icon img {
  display: block;
  width: 8px;
  height: 14px;
}

.sapparo_voice {
  background-color: #e8ffe0;
  padding: 3rem 0;
}
.sapparo_voice__title {
  width: 100%;
  margin: auto;
}
.sapparo_voice__content {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.sapparo_voice__content__item {
  margin-bottom: 10px;
  width: 48%;
  cursor: pointer;
}
.sapparo_voice__content__item:hover {
  position: relative;
}
.sapparo_voice__content__item:hover::after {
  content: "";
  background-image: url("../images/lp_coop_fcoop/fix/ico_zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.sapparo_voice__content__item img {
  width: 100%;
}

.c-popup {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.c-popup__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.c-popup__content {
  border-radius: 2px;
  left: 50%;
  padding: 20px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.c-popup__content a[class*=c-button__] {
  text-align: center;
  border-radius: 2px;
  font-weight: 700;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
  padding: 5px;
}

.img-zoom .img-box {
  width: 100%;
  height: auto;
}
.img-zoom .img-box img {
  max-width: 100%;
  width: 100%;
  max-height: 80%;
  margin: auto;
}
.img-zoom .m-close1 {
  height: 30px;
  width: 3px;
  margin-left: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  right: 10px;
  float: right;
  position: relative;
  bottom: 10px;
  cursor: pointer;
}
.img-zoom .m-close2 {
  height: 30px;
  width: 3px;
  background-color: #fff;
  transform: rotate(90deg);
  z-index: 2;
  cursor: pointer;
}