@charset "UTF-8";
body {
  background-color: #ffffff;
  color: #464646;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

:focus {
  outline: none;
}

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

p {
  margin-bottom: 3px;
}

p.error {
  color: #EC9FFF;
}

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 #D9D9D9;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #464646;
  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 #D9D9D9;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #464646;
  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 #D9D9D9;
  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 #464646;
  border-bottom: 3px solid #464646;
  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 #D9D9D9;
  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 #464646;
  border-bottom: 3px solid #464646;
  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;
}
@media screen and (min-width: 768px) {
  .err-msg {
    font-size: 12px;
  }
}

.bgr_color-blue {
  background-color: #386BD5;
}

.bgr_color-light-beige {
  background-color: #FAF7E8;
}

.bgr_color-white-gray {
  background-color: #fdfdfd;
}

.color-orange {
  color: #F27C10;
}

.line-yellow-mark {
  background: linear-gradient(transparent 55%, #FABE00 55%);
}

.indent-1 {
  text-indent: 1em;
}

.indent-list {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0px;
}

.indent-list-content {
  padding-left: 2em;
  text-indent: -1em;
  margin-bottom: 0px;
}

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

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

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

ul {
  list-style: none;
  padding: 0;
}

.breadcrumbs {
  background: #ddd;
}
.breadcrumbs ul {
  display: flex;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 400;
  max-width: 1080px;
  margin: auto;
  overflow: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs ul {
    font-size: 16px;
    padding: 5px 0;
  }
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs ul li a {
  color: #464646;
  text-decoration: none;
}
.breadcrumbs ul li.is-disabled {
  cursor: default;
}
.breadcrumbs ul li.is-disabled span {
  pointer-events: none;
}

.footer {
  background-color: #fdfdfd;
  font-family: Arial, sans-serif;
}
.footer .footer_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .footer_pc {
    display: block;
  }
}
.footer .footer_pc .footer-container {
  display: flex;
  justify-content: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.footer .footer_pc .footer-container .footer-logo {
  display: flex;
  align-items: start;
  margin-right: 82px;
}
.footer .footer_pc .footer-container .footer-logo img {
  max-height: 35px;
  margin-right: 10px;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .footer .footer_pc .footer-container .footer-logo img {
    max-height: none;
    max-width: 200px;
  }
}
.footer .footer_pc .footer-container .footer-logo p {
  font-size: 18px;
  font-weight: bold;
}
.footer .footer_pc .footer-container .footer-links {
  display: flex;
  gap: 50px;
}
@media screen and (min-width: 1000px) {
  .footer .footer_pc .footer-container .footer-links {
    gap: 50px;
  }
}
.footer .footer_pc .footer-container .footer-links ul {
  list-style: none;
  padding: 0;
}
.footer .footer_pc .footer-container .footer-links ul li {
  margin-bottom: 5px;
}
.footer .footer_pc .footer-container .footer-links ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer .footer_pc .footer-container .footer-links ul li a {
    font-size: 14px;
  }
}
.footer .footer_pc .footer-container .footer-links ul li a:hover {
  color: #0073e6;
}
.footer .footer_sp {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 20px 30px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .footer .footer_sp {
    display: none;
  }
}
.footer .footer_sp .footer-top,
.footer .footer_sp .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.footer .footer_sp ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.footer .footer_sp ul li {
  margin-bottom: 8px;
}
.footer .footer_sp ul li a {
  color: #333;
  text-decoration: none;
}
.footer .footer_sp .footer-top {
  border-bottom: 2px solid #ddd;
}
.footer .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-logo .logo {
  max-height: 35px;
}
@media screen and (min-width: 768px) {
  .footer .footer-logo .logo {
    max-height: none;
  }
}
.footer .footer-logo .logo-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.footer__relation_service {
  width: 100%;
  margin: 20px auto;
}
.footer__relation_service p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #464646;
  text-align: center;
}
.footer__relation_service__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .footer__relation_service__container {
    gap: 40px;
    justify-content: flex-start;
    max-width: 840px;
    margin: 0 auto;
  }
}
.footer__relation_service__container img {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .footer__relation_service__container img {
    width: 180px;
  }
}
.footer__partner_service {
  width: 100%;
  margin: 20px auto;
}
.footer__partner_service p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #464646;
  text-align: center;
}
.footer__partner_service__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer__partner_service__container {
    gap: 40px;
  }
}
.footer__partner_service__container img {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .footer__partner_service__container img {
    width: 180px;
  }
}

.l-header {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  position: sticky;
  top: 0px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: relative;
  }
}
.l-header .l-new-container {
  text-align: -webkit-center;
}
.l-header__content {
  position: relative;
  max-width: 1080px;
  margin: auto;
  display: flex;
  position: relative;
  align-items: center;
  height: 55px;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-header__content {
    height: 65px;
    padding: 0;
    margin: 15px;
  }
}
.l-header__content .u-display-flex {
  flex-direction: row;
}
.l-header__content div {
  align-items: center;
}
.l-header__content__logo {
  float: left;
}
.l-header__content__logo img {
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__content__logo img {
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__content__button {
    position: absolute;
    right: 0;
  }
}
.l-header__content__button a {
  color: #fff;
}
.l-header__content__button a:hover {
  opacity: 0.8;
}
.l-header__content__button__cost {
  position: absolute;
  right: 75px;
}
@media screen and (min-width: 768px) {
  .l-header__content__button__cost {
    position: unset;
    margin-right: 20px;
  }
}
.l-header__menu__burger {
  position: relative;
  width: 35px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header__menu__burger {
    display: none;
  }
}
.l-header #dropdown_close {
  display: none;
}
.l-header__banner {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .l-header__banner {
    display: flex !important;
    justify-content: space-around;
    width: 610px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__banner {
    justify-content: space-between;
    width: 700px;
  }
}
.l-header__wrap {
  display: none;
  width: 100%;
  position: sticky;
  z-index: 9999;
  top: 32px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 1px #eaeaea;
}
@media screen and (min-width: 768px) {
  .l-header__wrap {
    display: block;
  }
}
.l-header__wrap.is-sticky {
  border: none;
  position: fixed;
  top: 0px;
  height: 50px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  margin-top: 0px;
  padding: 3px 0px 3px 7px;
}
.l-header__wrap.is-sticky .l-header__wrap__gnav__lists {
  max-width: 980px !important;
}
@media screen and (min-width: 1200px) {
  .l-header__wrap.is-sticky .l-header__wrap__gnav__lists {
    max-width: 1090px !important;
  }
}
.l-header__wrap.is-sticky .l-header__wrap__gnav__list {
  margin-top: 3px;
}
.l-header__wrap.is-sticky .l-header__wrap__gnav__list:not(:first-child)::before {
  top: 5px;
}
.l-header__wrap.is-sticky .l-header__wrap__gnav__list:first-child a:hover {
  background-color: #ffffff;
}
.l-header__wrap.is-sticky .l-header__wrap__dropdown__lists {
  top: 44px;
}
.l-header__wrap__insert__img {
  padding: 0px;
  width: 100%;
  max-height: 36px;
}
.l-header__wrap__gnav__lists {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__wrap__gnav__lists {
    display: flex;
    margin: 0 auto;
    max-width: 99%;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__wrap__gnav__lists {
    max-width: 1090px !important;
  }
}
.l-header__wrap__gnav__list {
  flex-grow: 1;
  height: 100%;
  padding: 3px;
  position: relative;
  margin: 0px 3px;
  padding: 3px 0px 3px 8px;
}
@media screen and (min-width: 1000px) {
  .l-header__wrap__gnav__list {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__wrap__gnav__list {
    width: 140px;
  }
}
.l-header__wrap__gnav__list:last-child {
  padding-left: 7px;
}
.l-header__wrap__gnav__list:not(:first-child):hover > a {
  border-radius: 5%;
  background-color: #eaeaea;
}
.l-header__wrap__gnav__list:not(:first-child):hover .l-header__wrap__dropdown__lists {
  background-color: white;
  display: block;
  z-index: 999;
  transform: scaleY(1);
}
.l-header__wrap__gnav__list::before {
  content: "";
  width: 2px;
  height: 65%;
  background-color: #D9D9D9;
  position: absolute;
  top: 18%;
  left: 0;
}
.l-header__wrap__gnav__list:last-child::after {
  content: "";
  width: 2px;
  height: 65%;
  background-color: #D9D9D9;
  position: absolute;
  top: 18%;
  left: 104%;
}
.l-header__wrap__gnav__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 60px;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #464646;
}
.l-header__wrap__gnav__list a.active {
  color: #007cb7 !important;
}
.l-header__wrap__gnav__list > a {
  height: 35px;
}
.l-header__wrap__gnav__list > a:hover {
  border-radius: 5%;
  background-color: #eaeaea;
}
.l-header__wrap__gnav__list .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 82%;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 15px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .l-header__wrap__gnav__list .menu-item-has-children::before {
    left: 80%;
  }
}
.l-header__wrap__dropdown__lists {
  position: absolute;
  left: 0;
  top: 41px;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.1s;
  width: fit-content;
  white-space: nowrap;
  min-width: 157px;
  border: 2px solid #eaeaea;
  border-radius: 3%;
}
.l-header__wrap__dropdown__lists:hover a::after {
  transform: scaleX(1);
}
.l-header__wrap__dropdown__list {
  height: 40px;
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 1000px) {
  .l-header__wrap__dropdown__list {
    height: 50px;
  }
}
.l-header__wrap__dropdown__list a {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__wrap__dropdown__list a::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 10px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: translate(-100%) rotate(45deg) scale(0.8);
}
@media screen and (min-width: 1000px) {
  .l-header__wrap__dropdown__list a::before {
    transform: translate(-100%) rotate(45deg) scale(1);
  }
}
.l-header__wrap__dropdown__list a .ttl {
  margin-left: 17px;
  font-weight: 400;
}
.l-header__wrap__dropdown__list:hover {
  background-color: #eaeaea;
}

.l-header-dropdown {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  animation: slideinRight 0.5s forwards;
}
@media screen and (min-width: 768px) {
  .l-header-dropdown {
    display: none;
  }
}
@keyframes slideinRight {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0);
  }
}
.l-header-dropdown__bg {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .l-header-dropdown__bg {
    position: absolute;
    right: 0;
    width: 400px;
  }
}
.l-header-dropdown__contents {
  display: flex;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-header-dropdown__contents {
    max-width: 400px;
  }
}
.l-header-dropdown__contents__area2 {
  background-color: #ffffff;
  position: fixed;
  right: 0;
  overflow-y: auto;
  height: 100%;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .l-header-dropdown__contents__area2 {
    max-width: 350px;
  }
}
.l-header-dropdown__contents__area2 .area2__header {
  width: 100%;
  padding: 9px 24px 9px 9px;
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-dropdown__contents__area2 .area2__header img {
  height: 50px;
}
.l-header-dropdown__contents__area2 .area2__header .dropdown-close {
  font-size: 28px;
  color: #777;
}
.l-header-dropdown__contents__area2 .area2__contact {
  font-size: 16px;
}
.l-header-dropdown__contents__area2 .area2__contact a {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #464646;
  position: relative;
}
.l-header-dropdown__contents__area2 .area2__contact img {
  padding: 13px;
}
.l-header-dropdown__contents__area2 .u-color-7 {
  padding: 0.5rem;
}
.l-header-dropdown__contents__area2 .area2__link {
  margin: 0;
  padding-left: 35px;
}
.l-header-dropdown__contents__area2 .area2__link li,
.l-header-dropdown__contents__area2 .area2__link summary {
  padding: 13px 0 13px 50px;
}
@media screen and (min-width: 768px) {
  .l-header-dropdown__contents__area2 .area2__link li,
  .l-header-dropdown__contents__area2 .area2__link summary {
    padding: 13px 0 13px 15px;
  }
}
.l-header-dropdown__contents__area2 .area2__link li a,
.l-header-dropdown__contents__area2 .area2__link summary a {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #464646;
  position: relative;
}
.l-header-dropdown__contents__area2 .area2__link li a::after,
.l-header-dropdown__contents__area2 .area2__link summary a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background-image: url("../images/icon/arrow_r.svg");
}
.l-header-dropdown__contents__area2 .area2__link li a::before,
.l-header-dropdown__contents__area2 .area2__link summary a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/square.svg");
}
.l-header-dropdown__contents__area2 .area2__link li .icon-exclamation::before,
.l-header-dropdown__contents__area2 .area2__link summary .icon-exclamation::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("../images/icon/exclamation.svg");
}
.l-header-dropdown__contents__area2 .area2__link li .icon-book::before,
.l-header-dropdown__contents__area2 .area2__link summary .icon-book::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url("../images/icon/book.svg");
}
.l-header-dropdown__contents__area2 .area2__link li .icon-cost::before,
.l-header-dropdown__contents__area2 .area2__link summary .icon-cost::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url("../images/icon/cost.svg");
}
.l-header-dropdown__contents__area2 .area2__link li .icon-r_flow::before,
.l-header-dropdown__contents__area2 .area2__link summary .icon-r_flow::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url("../images/icon/r_flow.svg");
}
.l-header-dropdown__contents__area2 .area2__link li .icon-qa::before,
.l-header-dropdown__contents__area2 .area2__link summary .icon-qa::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url("../images/icon/qa.svg");
}
.l-header-dropdown__contents__area2 .area2__link li .icon-column::before,
.l-header-dropdown__contents__area2 .area2__link summary .icon-column::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url("../images/icon/column.svg");
}
.l-header-dropdown__contents__area2 .area2__link li .icon-company::before,
.l-header-dropdown__contents__area2 .area2__link summary .icon-company::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url("../images/icon/company.svg");
}
.l-header-dropdown__contents__area2 .area2__link li:active,
.l-header-dropdown__contents__area2 .area2__link summary:active {
  background-color: #e4e4e4;
}
.l-header-dropdown__contents__area2 .area2__link details summary {
  font-size: 15px;
  border-top: 1px dashed #464646;
  display: block;
  list-style: none;
}
.l-header-dropdown__contents__area2 .area2__link details summary::-webkit-details-marker {
  display: none;
}
.l-header-dropdown__contents__area2 .area2__link details summary p {
  margin: 0;
  position: relative;
}
.l-header-dropdown__contents__area2 .area2__link details summary p:after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  content: "＋";
  background: none;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
}
.l-header-dropdown__contents__area2 .area2__link details summary p.open::after {
  content: "−";
  right: 5%;
  font-size: 25px;
  line-height: 2em;
}
.l-header-dropdown__contents__area2 .area2__link details li {
  padding-left: 20px;
  background-color: #e7f3ff;
  border-left: 5px solid #0085ff;
}
.l-header-dropdown__contents__area2 .menu-pref-list {
  background-color: #0085ff;
  padding-bottom: 10px;
  margin: 0;
}
.l-header-dropdown__contents__area2 .menu-pref-list__ttl {
  color: #ffffff;
}
.l-header-dropdown__contents__area2 .menu-pref-list li {
  font-size: 15px;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area {
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area:not(:last-child) {
  border-bottom: 1px solid #0085ff;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__summary {
  border-top: none !important;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__pref {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__pref__detail {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 50%;
  font-size: 15px;
  line-height: 1;
  background-color: #e7f3ff;
  margin: 0;
  padding: 13px 0 13px 15px;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__pref__detail:nth-of-type(-n + 2) {
  border-top: 1px solid #0085ff;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__pref__detail:not(:last-of-type) {
  border-bottom: 1px solid #0085ff;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__pref__detail:nth-of-type(odd) {
  border-right: 1px solid #0085ff;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__pref__detail a {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #464646;
  position: relative;
}
.l-header-dropdown__contents__area2 .menu-pref-list__area__pref__detail a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/arrow_r.svg");
}

.lptop-header-container {
  max-width: 560px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lptop-header-container {
    max-width: 1100px !important;
    padding: 0 30px;
  }
}

.lptop-header {
  display: flex;
}
.lptop-header__web img {
  width: 142px;
  height: 36px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .lptop-header__web img {
    height: 66px;
    width: 236px;
  }
}
.lptop-header__cta img {
  width: 48px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .lptop-header__cta img {
    width: 284px;
    height: 66px;
  }
}

.header__sdgs img {
  width: 150px;
  height: 40px;
}
@media screen and (min-width: 1000px) {
  .header__sdgs img {
    width: 195px;
    height: 50px;
  }
}
.header__call img {
  width: 220px;
  height: 40px;
}
@media screen and (min-width: 1000px) {
  .header__call img {
    width: 260px;
    height: 50px;
  }
}
.header__assessment img {
  width: 120px;
  height: 40px;
}
@media screen and (min-width: 1000px) {
  .header__assessment img {
    width: 160px;
    height: 50px;
  }
}
.header__cta__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__cta__text {
    display: block;
    position: absolute;
    top: -10%;
    transform: translateX(21%);
    font-family: Helvetica;
    font-size: 29px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #333;
  }
}
@media screen and (min-width: 1000px) {
  .header__cta__text {
    font-size: 34px;
  }
}
.header__cta__except__home__text {
  top: -8%;
}

.campaign-section {
  margin: 0;
}
.campaign-section img {
  max-height: 887px;
  width: 100%;
}

/* 整備保証書モーダル用CSS */
.certificate-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.certificate-modal--active {
  opacity: 1;
}

.certificate-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-modal__container {
  background: white;
  border-radius: 8px;
  width: 90vw;
  height: 75vh;
  max-width: 1200px;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.certificate-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 24px;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f9fa;
}

.certificate-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.certificate-modal__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.certificate-modal__close-btn {
  background-color: #6c757d !important;
}
.certificate-modal__close-btn :hover {
  background-color: #545b62 !important;
}

.certificate-modal__close:hover {
  background-color: #e9ecef;
  color: #333;
}

.certificate-modal__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.certificate-modal__image-container {
  flex: 1;
  position: relative;
  overflow: hidden; /* 初期状態では hidden */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  /* スクロールバーのスタイリング */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  15%, 85% {
    opacity: 1;
  }
}
.certificate-modal__image-container::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.certificate-modal__image-container::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.certificate-modal__image-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}

.certificate-modal__image-container::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.certificate-modal__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.2s ease;
  /* ドラッグ時の画像選択を無効化 */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.certificate-modal__controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
}

.certificate-modal__controls button {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  min-width: 60px;
}

.certificate-modal__controls button:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

.certificate-modal__controls button:active {
  transform: translateY(0);
}

.certificate-modal__zoom-in span,
.certificate-modal__zoom-out span,
.certificate-modal__reset span {
  font-size: 16px;
}

.company-overview {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .company-overview {
    padding: 24px 40px;
  }
}
.company-overview__title {
  font-size: 28px;
  font-weight: 800;
  color: #4D2E1E;
  margin: 0 0 20px 0;
  text-align: center;
}
.company-overview__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.company-overview__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.company-overview__label {
  font-weight: 800;
  color: #4D2E1E;
  min-width: 100px;
  font-size: 16px;
}
.company-overview__value {
  color: #4D2E1E;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}
.company-overview__link {
  color: #4D2E1E !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  transition: color 0.2s ease;
}
.company-overview__attention {
  margin: 0;
  color: #4D2E1E !important;
  font-size: 13px;
  line-height: 1.5;
}

.contact-info {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .contact-info {
    padding: 24px 40px;
  }
}
.contact-info__title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #4D2E1E;
  margin: 0 0 20px 0;
}
.contact-info__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-info__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-info__label {
  font-weight: 800;
  color: #4D2E1E;
  min-width: 100px;
  font-size: 16px;
}
.contact-info__value {
  color: #4D2E1E;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}
.contact-info__link {
  color: #4D2E1E !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  transition: color 0.2s ease;
}
.contact-info__phone {
  color: #4D2E1E !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  transition: color 0.2s ease;
}

/* メインセクション */
.cta-section {
  background-image: url(/shaken/images/oem/coop_sapporo/cta/bg.webp);
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

/* ヘッダー */
.cta-header {
  margin-right: 120px;
}

.cta-header-subtitle {
  color: #4D2E1E;
  font-weight: bold;
  font-size: 18px;
}

.cta-header-title {
  color: #4D2E1E;
  font-weight: bold;
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* キャラクター - 固定位置版 */
.character-image {
  position: absolute;
  right: 18%; /* 親要素の8%右から - 画面幅に関係なく相対的に固定 */
  top: 8%; /* 親要素の12%上から - 画面高さに関係なく相対的に固定 */
}

.character-img {
  max-height: 110px;
}

/* CTAボックス */
.cta-box {
  background: white;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 400px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  padding: 15px 20px;
}

/* お急ぎヘッダー */
.urgent-header {
  margin-bottom: 5px;
}

.urgent-text {
  color: #FC8019;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* ボタン共通 */
.phone-button,
.line-button {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  transition: transform 0.2s ease;
}

.phone-button:hover,
.line-button:hover {
  transform: translateY(-2px);
}

.button-img {
  max-height: 55px;
}

/* テキスト要素 */
.business-hours {
  color: #4D2E1E;
  font-size: 15px;
  margin: 0px 0 10px;
}

.line-info-text {
  color: #06C755;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.available-hours {
  color: #4D2E1E;
  font-size: 15px;
  margin: 0;
}

/* フッター */
.cta-footer {
  margin-top: 20px;
}

.cta-footer-text {
  color: #4D2E1E;
  font-size: 14px;
  margin: 0;
}

/* レスポンシブ - 固定位置を維持しつつ微調整 */
@media (max-width: 768px) {
  .character-image {
    right: 18%; /* タブレット以下では少し内側に */
    top: 8%;
  }
}
@media (max-width: 480px) {
  .character-image {
    right: 7%; /* スマホでは更に内側に */
    top: 5%;
  }
  .cta-header-title {
    font-size: 26px;
  }
  .cta-header-subtitle {
    font-size: 16px;
  }
}
/* 極小画面対応 */
@media (max-width: 320px) {
  .character-image {
    right: 2%;
    top: 6%;
  }
}
.todock-shaken-service {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .todock-shaken-service {
    padding: 40px;
  }
}

.todock-shaken-service__container {
  max-width: 800px;
  margin: 0 auto;
}

.todock-shaken-service__header {
  text-align: center;
  margin-bottom: 30px;
}

.todock-shaken-service__title {
  font-size: 24px;
  font-weight: 800;
  color: #4D2E1E;
  line-height: 1.4;
  margin-bottom: 15px;
}

.todock-shaken-service__subtitle {
  font-size: 20px;
  color: #666;
  line-height: 1.5;
}

.highlight-orange {
  font-size: 23px;
  color: #ff6b35;
  font-weight: 800;
}

/* キャラクターセクション - シンプルな背景色 */
.todock-shaken-service__character-section {
  margin: 30px 0;
  background: #FFEFE5;
  border-radius: 10px;
  max-height: 85px;
  padding: 10px 20px;
  position: relative;
}

.todock-shaken-service__character {
  position: relative;
  width: 100%;
}

.todock-shaken-service__character-image {
  max-height: 99px;
  position: absolute;
  top: 35%;
  right: -29px;
  transform: translateY(-50%);
}
@media screen and (min-width: 400px) {
  .todock-shaken-service__character-image {
    top: 17%;
    right: -29px;
  }
}

.todock-shaken-service__character-text {
  font-size: 15px;
  color: #4D2E1E;
  line-height: 1.4;
  margin: 0;
  padding-right: 65px;
  display: inline-block;
}
@media screen and (min-width: 400px) {
  .todock-shaken-service__character-text {
    font-size: 16px;
    padding-right: 0;
  }
}

/* 調査結果ボックス - 背景フレーム付き */
.todock-shaken-service__survey {
  padding: 0;
  margin: 30px 0;
  position: relative;
}

.todock-shaken-service__background-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-height: 340px;
}

.todock-shaken-service__survey-header {
  padding: 1px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.todock-shaken-service__survey-header-title {
  position: relative;
  width: 87%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #FF6D1A;
  z-index: 2;
  border-radius: 5px;
  padding: 2px 0;
}

.todock-shaken-service__survey-title {
  max-height: 27px;
}

.todock-shaken-service__survey-content {
  padding: 25px 20px 20px;
  position: relative;
  z-index: 2;
}

.todock-shaken-service__ranking {
  margin-bottom: 15px;
}

.ranking-item {
  display: flex;
  font-size: 18px;
  color: #4D2E1E;
  text-indent: 1em;
}

.ranking-number {
  flex-shrink: 0;
}

.ranking-number img {
  max-height: 26px;
}

.ranking-item p {
  margin: 0 0 5px;
  font-weight: 500;
}

.todock-shaken-service__survey-note {
  font-size: 12px;
  color: #4D2E1E;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.todock-shaken-service__conclusion {
  text-align: center;
  position: relative;
}

.todock-shaken-service__conclusion-text {
  font-size: 28px;
  font-weight: 800;
  color: #4D2E1E;
  line-height: 1.4;
  margin: 0;
}
.todock-shaken-service__conclusion-text .highlight-orange {
  font-size: 30px !important;
}
.todock-shaken-service__conclusion-text .sub-text {
  font-size: 20px;
}

.sparkle {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.sparkle--left {
  position: absolute;
  left: 3%;
  bottom: 75%;
}
@media screen and (min-width: 400px) {
  .sparkle--left {
    left: 7%;
  }
}
@media screen and (min-width: 768px) {
  .sparkle--left {
    left: 20%;
  }
}

.sparkle--right {
  position: absolute;
  right: 10%;
  top: 80%;
}
@media screen and (min-width: 400px) {
  .sparkle--right {
    right: 15%;
  }
}
@media screen and (min-width: 768px) {
  .sparkle--right {
    right: 25%;
  }
}

.flow-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .flow-container {
    padding: 40px;
  }
}

.flow-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #4D2E1E;
  margin-bottom: 40px;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.flow-step {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 34px;
  width: 2px;
  height: 380px;
  background-color: #FFD4B2;
  z-index: 1;
}
@media screen and (min-width: 400px) {
  .flow-step:not(:last-child)::after {
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step:not(:last-child)::after {
    height: 230px;
  }
}

.step-number {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  background-color: #ff6b35;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.step-content {
  flex: 1;
  display: flex;
  gap: 30px;
  background: white;
  padding: 0 20px;
  border-radius: 8px;
}

.step-info {
  flex: 1;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  color: #4D2E1E;
  margin: 0 0 12px 0;
}

.step-description {
  font-size: 14px;
  color: #4D2E1E;
  line-height: 1.6;
  margin: 0;
}
.step-description-attention {
  font-size: 10px;
  margin: 0;
}

.step-image {
  position: relative;
  flex-shrink: 0;
}

.step-image img {
  height: 104px;
  object-fit: cover;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .flow-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .step-content {
    padding: 0 5px;
  }
}
@media screen and (min-width: 400px) {
  .step-title {
    font-size: 16px;
  }
  .step-description {
    font-size: 13px;
  }
  .step-number {
    width: 30px;
    height: 30px;
  }
  .flow-step:not(:last-child)::after {
    top: 28px;
    left: 14px;
  }
}
.footer {
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
  .footer {
    margin-bottom: 0; /* PCでは固定フッターがないのでマージンなし */
  }
}
.footer-container {
  padding: 15px 10px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-container {
    padding: 30px 50px;
    max-width: none;
  }
}
.footer-links {
  max-width: 565px;
  margin: 0 auto;
}

/* 動的フッターメニューのスタイル */
.footer-menu-items {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.footer-menu-items a {
  color: #4D2E1E !important;
  padding-left: 5px !important;
  text-decoration: none !important;
  border-left: solid 2px #4D2E1E !important;
  margin-left: 10px !important;
  display: inline !important;
  font-size: 12px;
  transition: all 0.3s ease !important;
  cursor: pointer;
}

.footer-menu-items a:hover {
  color: #0073e6 !important;
  border-left-color: #0073e6 !important;
  text-decoration: none !important;
}

/* スマホでは元の縦並びレイアウトを維持 */
.footer-links p {
  font-size: 12px;
  color: #4D2E1E;
  margin: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.footer-links p a {
  color: #4D2E1E !important;
  padding-left: 5px !important;
  text-decoration: none !important;
  border-left: solid 2px #4D2E1E !important;
  margin-left: 10px !important;
  display: inline !important;
  margin-bottom: 4px !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}

.footer-links p a:hover {
  color: #0073e6 !important;
  border-left-color: #0073e6 !important;
  text-decoration: none !important;
}

/* PCでは横一列レイアウトに変更 */
@media (min-width: 768px) {
  .footer-links {
    max-width: 100%;
    text-align: center;
  }
  .footer-menu-items a {
    margin: 0 15px !important;
    font-size: 14px;
  }
  /* 全てのリンクを一つの行に配置 */
  .footer-links p {
    font-size: 14px;
    display: inline;
    margin: 0;
  }
  .footer-links p:not(:last-child)::after {
    content: "";
  }
  .footer-links p a {
    display: inline !important;
    margin: 0 15px !important;
    margin-bottom: 0 !important;
  }
}
.footer-copyright {
  background-color: #363636;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copyright p {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}

/* メインセクション */
.form-section {
  padding: 20px;
  text-align: center;
  position: relative;
}

.form-header-title {
  color: #2235E3;
  margin: 0;
  font-size: 18px;
  margin-bottom: 5px;
}

.form-img {
  max-height: 561px;
}

.lp__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  height: 60px;
  background-color: #ffffff;
}
.lp__header__logo {
  flex-shrink: 0;
}
.lp__header__logo-img {
  height: 60px;
  width: auto;
}

.oem-coop_sapporo {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .oem-coop_sapporo {
    background-image: url(/shaken/images/oem/coop_sapporo/top-bg.webp);
    background-position: center;
    background-repeat: repeat-y;
    background-size: auto;
    background-attachment: fixed;
  }
}

body:has(.lp__header__menu--open) {
  overflow: hidden;
}

body {
  padding-bottom: 63px;
}
@media screen and (min-width: 768px) {
  body {
    padding-bottom: 0px;
  }
}

.legal {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 16px;
}
.legal .title {
  font-size: 24px;
  text-decoration: underline;
  margin-bottom: 32px;
}
.legal .sub-title {
  font-size: 18px;
}
.legal .text {
  margin-left: 18px;
}
.legal .indent {
  text-indent: -1em;
  padding-left: 3em;
}
.legal .table {
  margin: 40px auto;
  color: #464646;
}
.legal .table th, .legal .table td {
  border: 2px solid #464646;
}
.legal .table td {
  padding: 0 4px;
}

.coop-sapporo-mv {
  position: relative;
  height: auto;
  max-height: 652px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv {
    margin-top: 0;
    min-height: 100vh;
    max-height: none;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto;
}
.coop-sapporo-mv .coop-sapporo-mv-main .coop-sapporo-mv-bg {
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv .coop-sapporo-mv-main .coop-sapporo-mv-bg {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 585px;
    z-index: 10;
  }
  .coop-sapporo-mv .coop-sapporo-mv-main .coop-sapporo-mv-bg img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main img {
  width: 100%;
}
.coop-sapporo-mv .coop-sapporo-mv-main .display_sp {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv .coop-sapporo-mv-main .display_sp {
    display: none;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main .display_sp img {
  width: 100%;
  max-height: 630px;
  height: auto;
  display: block;
}
.coop-sapporo-mv .coop-sapporo-mv-main__pc {
  display: none;
  background-image: url(/shaken/images/oem/coop_sapporo/mv/pc/left-menu.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 521px;
  width: 320px;
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__pc {
    display: block;
    position: fixed;
    top: 5%;
    z-index: 5;
    transition: all 0.3s ease;
    left: max(2%, (100vw - 1200px) / 2 - 340px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__pc {
    left: -0.5%;
    width: min(25vw, 260px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__pc {
    left: -1%;
    width: min(28vw, 245px);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__pc {
    left: 0%;
    width: min(30vw, 240px);
  }
}
@media screen and (min-width: 1400px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__pc {
    left: 6%;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main__logo {
  margin-bottom: clamp(20px, 4vw, 40px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__logo .logo-main {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: clamp(10px, 2vw, 20px);
  font-weight: bold;
}
.coop-sapporo-mv .coop-sapporo-mv-main__logo .logo-main img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.coop-sapporo-mv .coop-sapporo-mv-main__logo .logo-subtitle {
  color: #1e5199;
  font-size: clamp(14px, 1.5vw, 23px);
  line-height: 1.6;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
.coop-sapporo-mv .coop-sapporo-mv-main__logo .logo-subtitle p {
  margin: 0;
  margin-bottom: 4px;
}
.coop-sapporo-mv .coop-sapporo-mv-main__buttons {
  position: absolute;
  top: 115px;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 16px);
  width: 100%;
  transform: translateX(11%);
}
@media screen and (max-width: 1300px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__buttons {
    transform: translateX(6%);
  }
}
@media screen and (max-width: 1100px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__buttons {
    transform: translateX(7%);
    gap: clamp(10px, 1.2vw, 14px);
  }
}
@media screen and (max-width: 900px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__buttons {
    transform: translateX(5%);
    gap: clamp(8px, 1vw, 12px);
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main__buttons .btn {
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  max-width: min(250px, 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.coop-sapporo-mv .coop-sapporo-mv-main__buttons .btn-estimate {
  background: #1A5AFB;
  color: white;
  box-shadow: 0 4px 0px #1343BA;
  height: clamp(40px, 4.5vw, 45px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__buttons .btn-estimate:hover {
  transform: translateY(-2px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__buttons .btn-line {
  background: #06C755;
  color: white;
  box-shadow: 0 4px 0px #047A34;
  height: clamp(40px, 4.5vw, 45px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__buttons .btn-line:hover {
  transform: translateY(-2px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__buttons .btn img {
  max-width: clamp(20px, 2.3vw, 23px);
  max-height: clamp(22px, 2.5vw, 25px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__contact {
  position: absolute;
  top: 275px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__contact {
    top: 260px;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main__contact .phone-button {
  color: #FC8019;
  font-size: clamp(28px, 3.4vw, 34px);
  text-decoration: none;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__contact .phone-button {
    font-size: clamp(28px, 3.4vw, 32px);
  }
}
@media screen and (max-width: 1100px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__contact .phone-button {
    font-size: clamp(26px, 3.4vw, 28px);
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main__contact .phone-button img {
  height: clamp(28px, 3.3vw, 33px);
  width: clamp(28px, 3.3vw, 33px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__contact .business-hours {
  color: #4D2E1E;
  font-size: clamp(11px, 1.3vw, 13px);
}
.coop-sapporo-mv .coop-sapporo-mv-main__right {
  background-image: url(/shaken/images/oem/coop_sapporo/mv/pc/right-menu.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 521px;
  width: 320px;
  position: fixed;
  top: 5%;
  display: none;
  transition: all 0.3s ease;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__right {
    display: block;
    right: max(2%, (100vw - 1200px) / 2 - 340px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__right {
    right: 0.5%;
    width: min(25vw, 250px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__right {
    right: 0.5%;
    width: min(28vw, 220px);
  }
}
@media screen and (min-width: 1400px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__right {
    right: 5%;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main .mv-menu {
  padding: 15px 40px;
}
.coop-sapporo-mv .coop-sapporo-mv-main .mv-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.coop-sapporo-mv .coop-sapporo-mv-main .mv-menu ul li {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.coop-sapporo-mv .coop-sapporo-mv-main .mv-menu ul li .menu-item {
  display: block;
  cursor: pointer;
  color: #4D2E1E;
  text-decoration: none;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  padding: 5px 0;
  border-bottom: 3px dotted #4D2E1E;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1300px) {
  .coop-sapporo-mv .coop-sapporo-mv-main .mv-menu ul li .menu-item {
    font-size: clamp(14px, 2vw, 18px);
  }
}
@media screen and (max-width: 1100px) {
  .coop-sapporo-mv .coop-sapporo-mv-main .mv-menu ul li .menu-item {
    font-size: clamp(14px, 2vw, 16px);
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main .mv-menu ul li .menu-item:hover {
  opacity: 0.6;
}
.coop-sapporo-mv .coop-sapporo-mv-main .menu-character {
  max-height: 123px;
  max-width: 175px;
  position: absolute;
  top: 262px;
  left: 50%;
  transform: translateX(-50%);
}
.coop-sapporo-mv .coop-sapporo-mv-main .campaign-detail-btn {
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  color: #4D2E1E;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #4D2E1E;
  font-size: 13px;
  position: absolute;
  top: 475px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .coop-sapporo-mv .coop-sapporo-mv-main .campaign-detail-btn {
    padding: 5px;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main__city-silhouette {
  position: fixed;
  bottom: clamp(80px, 12vw, 120px);
  left: 0;
  right: 0;
  height: clamp(60px, 12vw, 150px);
  z-index: 3;
  display: none;
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__city-silhouette {
    display: block;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main .city-buildings {
  height: 100%;
}
.coop-sapporo-mv .coop-sapporo-mv-main .city-buildings .building {
  position: relative;
  border-radius: 4px 4px 0 0;
}
.coop-sapporo-mv .coop-sapporo-mv-main__footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  padding: clamp(15px, 2vw, 20px) clamp(20px, 3vw, 40px);
  z-index: 3;
  display: none;
  background-color: #bcdcf1;
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv .coop-sapporo-mv-main__footer {
    display: flex;
  }
}
.coop-sapporo-mv .coop-sapporo-mv-main__footer .footer-left .company-info .service-name {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #1e88e5;
  font-weight: bold;
}
.coop-sapporo-mv .top-button-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}
.coop-sapporo-mv .top-button-container .top-button {
  background: #0eaf9a;
  color: white;
  border: none;
  width: clamp(60px, 6vw, 80px);
  height: clamp(60px, 6vw, 80px);
  border-radius: 50%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(32, 201, 151, 0.3);
}
@media screen and (min-width: 768px) {
  .coop-sapporo-mv .top-button-container .top-button {
    display: flex;
  }
}
.coop-sapporo-mv .top-button-container .top-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(32, 201, 151, 0.4);
}
.coop-sapporo-mv .top-button-container .top-button .top-text {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
}
.coop-sapporo-mv .top-button-container .top-button img {
  width: clamp(20px, 2vw, 24px);
  height: auto;
}

.intersect {
  width: 100%;
  background-color: #FAF7E8;
}

.shaken-features {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FAF7E8;
}
@media screen and (min-width: 768px) {
  .shaken-features {
    padding: 20px 40px;
  }
}

.header-section {
  text-align: center;
  padding: 10px 0px 30px;
}

.subtitle {
  font-size: 16px;
  color: #4D2E1E;
}

.main-title {
  font-size: 28px;
  font-weight: bold;
  color: #4D2E1E;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.highlight-number {
  color: #FF6D1A;
  font-size: 44px;
}

.orange-text {
  color: #FF6D1A;
}

.feature-section {
  margin-bottom: 50px;
  background: white;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
}
.feature-section .attention {
  color: #4D2E1E;
  font-size: 9px;
}

.feature-number {
  position: absolute;
  top: -15px;
  left: -10px;
  background: #E10000;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.feature-title {
  color: #E10000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 20px;
  margin-top: 5px;
  text-align: center;
}
.feature-title .highlight {
  font-size: 22px;
}

.feature-attention {
  color: #4D2E1E;
  font-size: 10px;
  margin-bottom: 10px;
}

/* サービスフロー画像 */
.service-flow {
  text-align: center;
  margin-bottom: 25px;
}

.service-flow-image {
  max-height: 323px;
}
@media screen and (min-width: 768px) {
  .service-flow-image {
    max-height: none;
    width: 100%;
  }
}

/* 快適画像 */
.comfortable-section {
  text-align: center;
  margin-top: 20px;
}

.feature-description {
  border-radius: 10px;
  margin: 20px 0;
}

.feature-description p {
  margin: 0;
  line-height: 1.6;
  color: #4D2E1E;
}

.workshop-info {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.workshop-info h3 {
  color: #4D2E1E;
  margin-bottom: 15px;
  font-size: 18px;
}

.equipment-list {
  list-style: none;
  padding: 0;
}

.equipment-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #555;
}

.equipment-list li:last-child {
  border-bottom: none;
}

/* 評価基準画像 */
.evaluation-section {
  text-align: center;
  margin: 20px 0;
}

.evaluation-image {
  max-height: 382px;
}
@media screen and (min-width: 768px) {
  .evaluation-image {
    max-height: none;
    width: 100%;
  }
}

.workshop-description {
  border-radius: 8px;
  margin-top: 20px;
}

.price-info {
  text-align: center;
  margin-bottom: 20px;
}

.price-note {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

/* 価格比較画像 */
.price-comparison {
  text-align: center;
  margin: 20px 0;
}

.price-comparison-image {
  max-height: 460px;
}
@media screen and (min-width: 768px) {
  .price-comparison-image {
    max-height: none;
    width: 100%;
  }
}

.price-notice {
  color: #4D2E1E;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .price-notice {
    font-size: 18px;
  }
}

.price-details {
  background: #fff8e1;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.engine-oil-info h4 {
  color: #E10000;
  margin-bottom: 10px;
}

.oil-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.oil-list li {
  padding: 5px 0;
  color: #555;
}

/* 連絡方法画像 */
.contact-methods {
  text-align: center;
  margin: 20px 0;
}

.contact-image {
  width: 100%;
}

.contact-description {
  border-radius: 8px;
  margin-top: 20px;
}

.substitute-car-image-wrapper {
  text-align: center;
}

.substitute-car-image {
  max-height: 170px;
}
@media screen and (min-width: 768px) {
  .substitute-car-image {
    max-height: none;
    width: 100%;
  }
}

.substitute-car-text {
  text-align: left;
}

.highlight-text {
  background: #E10000;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}

.parts-overview {
  position: relative;
  margin-bottom: 20px;
  background-color: #f4f5f7;
  padding: 10px 20px;
  border-radius: 15px;
}

.parts-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.parts-container {
  position: relative;
  margin-bottom: 20px;
}

.parts-block {
  background: #f5f5f5;
  border-radius: 8px;
}

.parts-block-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.parts-block-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 10px;
}

/* 隠される部分のアニメーション */
.hidden-parts {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.hidden-parts.show {
  max-height: 5000px;
  opacity: 1;
}

/* フェードオーバーレイ */
.parts-fade-overlay {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(transparent, #f4f5f7);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.parts-fade-overlay.hide {
  opacity: 0;
}

/* アクションボタン */
.parts-action-buttons {
  text-align: center;
  margin-top: 20px;
}

.parts-toggle-button {
  background: none;
  border: 2px solid #1E5199;
  color: #1E5199;
  width: 255px;
  height: 45px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
@media screen and (min-width: 768px) {
  .parts-toggle-button {
    width: 200px;
  }
}

.parts-toggle-button:hover {
  background-color: #1E5199;
  color: white;
}

.parts-toggle-button.close-button {
  display: none;
}

/* 注意事項 */
.parts-note {
  border-top: 1px dashed #DDD;
  text-align: start;
  font-size: 12px;
  font-weight: 300;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.parts-note.show {
  opacity: 1;
  max-height: 200px;
}

.note-indent {
  display: block;
  padding-left: 1em;
  margin-top: 0 !important;
}

/* 連番スタイル */
.item-number {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

/* アニメーション効果 */
.parts-block {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.items-notice {
  text-align: center;
  margin: 20px 0;
}

.cancel-policy {
  background-color: #464646;
  padding: 20px 24px;
}
@media screen and (min-width: 768px) {
  .cancel-policy {
    padding: 20px 40px;
  }
}
.cancel-policy__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cancel-policy__title {
    font-size: 24px;
  }
}
.cancel-policy__content {
  max-width: 1000px;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  margin: auto;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .cancel-policy__content {
    font-size: 16px;
  }
}
.cancel-policy__content.collapsed {
  max-height: 175px;
  overflow: hidden;
  position: relative;
}
.cancel-policy__content.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
}
.cancel-policy__content.expanded {
  max-height: none;
}

.read_full_policy {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 340px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
  line-height: 41px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .read_full_policy {
    width: 510px;
    font-size: 16px;
  }
}

.table {
  margin: 40px auto;
  font-size: 14px;
  color: #ffffff;
}
.table th, .table td {
  border: 2px solid #ffffff;
}
.table td {
  padding: 0 4px;
}

.privacypolicy {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 16px;
}
.privacypolicy h1 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .privacypolicy h1 {
    font-size: 1.5rem;
  }
}
.privacypolicy h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .privacypolicy h2 {
    font-size: 1.2rem;
  }
}
.privacypolicy h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem;
}
.privacypolicy p {
  margin: 1rem 0;
  text-align: justify;
}
.privacypolicy ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacypolicy ol {
    padding-left: 2rem;
  }
}
.privacypolicy ol li {
  margin: 0.5rem 0;
}
.privacypolicy .japanese-list {
  list-style: none;
  counter-reset: japanese-counter;
  padding-left: 0;
}
.privacypolicy .japanese-list li {
  counter-increment: japanese-counter;
  margin-bottom: 10px;
  display: flex;
}
.privacypolicy .japanese-list li::before {
  content: "（" counter(japanese-counter) "）";
  flex-shrink: 0;
  margin-right: 10px;
  font-weight: normal;
}
.privacypolicy .japanese-list p {
  margin-left: 40px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.privacypolicy a {
  color: #386BD5;
  text-decoration: underline;
}
.privacypolicy a:hover {
  text-decoration: none;
}
.privacypolicy .enactment-date {
  text-align: right;
  margin: 2rem 0;
}
.privacypolicy .private-link {
  color: #464646 !important;
  text-decoration: none !important;
}
.privacypolicy .manager {
  margin-left: 60px;
}
.privacypolicy .text-right {
  text-align: right;
}

.top-question-body {
  max-width: 1000px;
  margin: auto;
}

.top-question {
  padding: 30px 20px;
  background-color: #FAF7E8;
}
@media screen and (min-width: 768px) {
  .top-question {
    padding: 30px 40px;
  }
}
.top-question__header {
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  height: 113px;
  margin: 30px auto;
  align-items: center;
}
.top-question .title-content::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #13AA7C;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.top-question .top-question-main__head {
  font-size: 32px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  color: #4D2E1E;
  margin: 10px auto 24px;
}
@media screen and (min-width: 768px) {
  .top-question .top-question-main__head {
    margin: 0 auto 24px;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 36px;
  }
}
.top-question .top-question-main__content {
  display: block;
}
.top-question .top-question-main__content__child {
  width: 100%;
}
.top-question .learn-more-button {
  margin: 20px auto 10px;
  max-width: 320px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #386BD5;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffffff;
  color: #386BD5;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .top-question .learn-more-button {
    gap: 12px;
    max-width: 480px;
    height: 75px;
    font-size: 24px;
  }
}
.top-question .learn-more-button:hover {
  color: #fff;
  background-color: #386BD5;
  border: 1.5px solid #fff;
}
.top-question .learn-more-button img {
  width: 6px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .top-question .learn-more-button img {
    width: 9px;
    height: 18px;
  }
}
.top-question .faq {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .top-question .faq {
    padding: 60px 0;
  }
}
.top-question .faq__group {
  max-width: 1000px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 2px 1px 12px rgba(0, 0, 0, 0.3);
  margin: 16px auto;
}
@media screen and (min-width: 768px) {
  .top-question .faq__group:last-child {
    margin-bottom: 24px;
  }
}
.top-question .faq__group__box-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
.top-question .faq__group__box-question__content {
  display: flex;
  margin: 10px 0;
  gap: 10px;
}
.top-question .faq__group__box-question__content img {
  width: 26px;
  height: 26px;
}
.top-question .faq__group__box-question__content__icon-add {
  width: 16px;
  height: 16px;
  margin: 3px 0;
}
@media screen and (min-width: 768px) {
  .top-question .faq__group__box-question__content__icon-add {
    margin: 10px 0;
  }
}
.top-question .faq__group__box-question__content__icon-sub {
  margin: 3px 0;
}
@media screen and (min-width: 768px) {
  .top-question .faq__group__box-question__content__icon-sub {
    width: 16px;
    height: 16px;
    margin: 10px 0;
  }
}
.top-question .faq__group__box-question__content p {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .top-question .faq__group__box-question__content p {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.top-question .faq__group__box-question__content__icon-sub {
  display: none;
}
.top-question .faq__group__box-answer {
  padding: 5px 15px;
  display: none;
  opacity: 0;
  transition: opacity 0.33s linear;
}
.top-question .faq__group__box-answer.visible {
  display: block;
  opacity: 1;
  transition: opacity 0.33s linear;
}
.top-question .faq__group__box-answer__content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.top-question .faq__group__box-answer__content img {
  position: relative;
  top: 15px;
  width: 26px;
  height: 26px;
}
.top-question .faq__group__box-answer__content p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-question .faq__group__box-answer__content p {
    margin: 0;
    font-size: 16px;
  }
}

.term {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}
.term h2 {
  margin: 30px 0;
}
.term .term-item {
  display: flex;
  align-items: flex-start;
}
.term .term-label {
  width: 4em;
  flex-shrink: 0;
}
.term .term-label-english {
  width: 2em;
  flex-shrink: 0;
}
.term .term-text {
  flex: 1;
  line-height: 1.6;
}
.term .term-indent {
  padding-left: 2em;
}
.term .table {
  max-width: 1100px;
  margin: 40px auto;
  color: #464646;
}
.term .table th, .term .table td {
  border: 2px solid #464646;
}
.term .table td {
  padding: 0 4px;
}

.testimonials {
  background-color: #00B04F;
  padding: 60px 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .testimonials {
    padding: 60px 40px;
  }
}

.testimonials .main-title {
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.testimonials__content {
  max-width: 400px;
  width: 100%;
}

.testimonial-card {
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* お客様情報エリア */
.customer-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.customer-photo {
  max-height: 104px;
  margin-right: 20px;
}

.customer-details {
  flex: 1;
}

.customer-name {
  font-size: 18px;
  font-weight: bold;
  color: #4D2E1E;
  margin: 0 0 8px 0;
}

.service-highlight {
  font-size: 18px;
  color: #4D2E1E;
  margin: 0;
  line-height: 1.4;
}

/* 体験談テキスト */
.testimonial-text {
  margin-bottom: 25px;
  font-family: "Zen Kurenaido", sans-serif;
}

.testimonial-text p {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.7;
  color: #4D2E1E;
  margin: 0;
  text-align: justify;
}
.testimonial-text p .highlight {
  background: linear-gradient(transparent 60%, rgba(255, 225, 0, 0.6980392157) 40%, rgba(255, 225, 0, 0.6980392157) 85%, transparent 100%);
  padding: 2px 0;
}

/* 車両詳細エリア */
.car-details {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.car-image {
  max-height: 90px;
  margin-right: 20px;
}

.car-info {
  flex: 1;
}

.car-info p {
  font-size: 13px;
  color: #4D2E1E;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.car-model {
  font-weight: bold;
}

.car-history {
  color: #666;
}

/* サービス詳細 */
.service-details {
  margin-bottom: 25px;
}

.service-details h4 {
  font-size: 13px;
  font-weight: bold;
  color: #4D2E1E;
  margin: 0 0 8px 0;
}

.service-details p {
  font-size: 13px;
  color: #4D2E1E;
  line-height: 1.5;
  margin: 0;
}

/* 価格ハイライト */
.price-highlight {
  background-color: #FFEFE5;
  border: 3px solid #FF6D1A;
  border-radius: 10px;
  padding: 5px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.price-label {
  font-size: 16px;
  color: #FF6D1A;
  font-weight: normal;
}

.price-amount {
  font-size: 24px;
  font-weight: 800;
  color: #FF6D1A;
}

.fixed-bottom {
  display: block !important;
  background: rgba(70, 70, 70, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

#tracking_footer {
  display: none;
}
#tracking_footer .l-footer {
  padding: 0;
}
#tracking_footer .l-footer__title_cta {
  position: absolute;
  margin: auto;
  top: -15px;
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer__title_cta {
    top: -17px;
  }
}
#tracking_footer .l-footer .footer_cta_background .l-container {
  margin: 0 30px;
  display: flex;
  justify-content: center;
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box {
    gap: 20px;
  }
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .pc_logo {
  display: none;
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .pc_logo {
    display: block;
    width: 10%;
  }
}
@media screen and (min-width: 1000px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .pc_logo {
    width: 7%;
  }
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .cta_message {
  display: none;
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .cta_message {
    display: block;
    width: 22%;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .cta_message p {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .cta_message p {
    letter-spacing: 4px;
    font-size: 20px;
  }
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn > a {
  text-decoration: none;
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel {
  position: relative;
  text-align: right;
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__text {
  display: none;
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__text {
    display: block;
    position: absolute;
    top: 10%;
    left: 26%;
    font-family: Helvetica;
    font-size: 3vw;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    color: #386BD5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__text {
    top: 16%;
    left: 28%;
    font-size: 32px;
  }
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__line__number {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 20%;
  left: 23%;
  font-size: 4.2vw;
}
@media screen and (max-width: 767px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__line__number {
    display: none;
  }
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel img {
  max-height: 43px;
  max-width: 157px;
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel img {
    max-height: 50px;
    max-width: 100%;
  }
}
@media screen and (min-width: 400px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel img {
    height: auto;
    width: 100%;
  }
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .web_btn a:hover {
  opacity: 0.8;
}
#tracking_footer .l-footer .footer_cta_background .footer_cta_box .web_btn img {
  max-height: 43px;
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .web_btn img {
    max-height: 50px;
    max-width: 100%;
  }
}
@media screen and (min-width: 400px) {
  #tracking_footer .l-footer .footer_cta_background .footer_cta_box .web_btn img {
    height: auto;
    width: 100%;
  }
}

/* header
--------------------------------*/
.fixed-top {
  display: block !important;
  position: fixed;
  background-color: #ffffff;
  border-bottom: 1px solid #D9D9D9;
  top: 0px;
  z-index: 999;
}

#tracking_header {
  display: block;
  border-bottom: 2px solid #f0f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-fixWrap_lptop {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: fixed;
  text-align: center;
  z-index: 999;
  bottom: 10em;
  right: 1.5em;
}
@media screen and (min-width: 768px) {
  .btn-fixWrap_lptop {
    right: 2em;
    bottom: 10.8em;
  }
}
.btn-fixWrap_lptop .c-fixBtn {
  background: #fff;
  border: 1px solid #04384c;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  color: #04384c;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  opacity: 0.75;
  overflow: hidden;
  text-align: center;
  transition: all 0.25s;
  width: 52px;
}
.btn-fixWrap_lptop .c-fixBtn:hover {
  background-color: #04384c !important;
  color: #fff !important;
}
.btn-fixWrap_lptop .c-fixBtn:hover .c-fixBtn__icon::before {
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}
.btn-fixWrap_lptop .c-fixBtn__icon {
  display: block;
  font-size: 20px;
}
.btn-fixWrap_lptop .c-fixBtn__icon::before {
  content: "";
  text-transform: none;
  border-bottom: 2px solid #04384c;
  border-right: 2px solid #04384c;
  transform: rotate(-135deg);
  width: 9px;
  height: 9px;
  position: fixed;
  margin: 0;
  left: 22px;
  top: 24px;
}

/* 安心のW整備保証セクション */
.warranty {
  background-color: #FAF7E8;
  padding: 60px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .warranty {
    padding: 60px 40px;
  }
}

/* ヘッダー部分 */
.warranty__header {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.warranty-mascot {
  max-height: 116px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .warranty-mascot {
    max-height: none;
    width: 100%;
  }
}

.warranty-title {
  text-align: center;
}

.warranty-title__double {
  font-size: 14px;
  color: #FF6B35;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}

.warranty-title__main {
  font-size: 28px;
  font-weight: bold;
  color: #FF6B35;
  margin: 0;
  line-height: 1.2;
}

.warranty-stars {
  position: absolute;
  right: -10px;
  top: 0;
}

.star {
  color: #DAA520;
  font-size: 20px;
  margin-left: 5px;
}

/* 説明文 */
.warranty__description {
  text-align: center;
  font-size: 16px;
  color: #4D2E1E;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* 保証プランエリア */
.warranty__plans {
  margin-bottom: 30px;
}

.warranty-plan {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.warranty-plan--standard .warranty-plan__header {
  background-color: #6B6B6B;
}

.warranty-plan--special .warranty-plan__header {
  background-color: #00B04F;
}

.warranty-plan__header {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.warranty-plan__label {
  background-color: white;
  color: #4D2E1E;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
}

.warranty-plan__title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.warranty-plan__content {
  padding: 20px;
  text-align: center;
}

.warranty-plan__period {
  font-size: 16px;
  color: #4D2E1E;
  margin: 0 0 5px 0;
}

.warranty-plan__coverage,
.warranty-plan__target {
  font-size: 16px;
  color: #4D2E1E;
  margin: 0 0 5px 0;
}

.warranty-plan__target {
  color: #FF6B35;
  font-weight: bold;
}

.warranty-plan__note {
  font-size: 12px;
  color: #4D2E1E;
  margin: 5px 0 0 0;
  display: inline-block;
  border-bottom: 1px solid #4D2E1E;
}

/* プラスアイコン */
.warranty-plus {
  text-align: center;
  margin: 15px 0;
}

.plus-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

/* 注意事項 */
.warranty__notes {
  margin-bottom: 40px;
}

.warranty-note {
  font-size: 11px;
  color: #4D2E1E;
  margin: 0;
  line-height: 1.4;
}

/* 保証書セクション */
.warranty__certificate {
  text-align: center;
}

.warranty-certificate__title {
  font-size: 16px;
  font-weight: bold;
  color: #4D2E1E;
  margin: 0 0 20px 0;
}

.warranty-certificate__images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.certificate-image {
  max-height: 237px;
}
@media screen and (min-width: 768px) {
  .certificate-image {
    max-height: none;
    width: 100%;
  }
}

.certificate-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.warranty-certificate__link {
  display: inline-flex;
  align-items: center;
  color: #007BFF;
  text-decoration: none !important;
  font-size: 14px;
  gap: 5px;
}

.search-icon {
  font-size: 16px;
}

.search-text {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .lp-body {
    position: relative;
  }
}

.lp-main {
  display: flex;
  justify-content: center;
}

.lp-content {
  width: 100%;
  max-width: 585px;
  background-color: #ffffff;
  padding-top: 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .lp-content {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
}