.obd-after-service__notice {
  align-items: center;
  border: 1px solid var(--obd-as-notice);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: center;
  margin: 90px auto 0;
  max-width: 1004px;
  min-height: 60px;
  padding: 18px 24px;
}
.obd-after-service__notice-label {
  align-items: center;
  color: var(--obd-as-notice);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 9px;
  line-height: 1.5;
  white-space: nowrap;
}
.obd-after-service__notice-label .fa {
  font-size: 16px;
}
.obd-after-service__notice-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.obd-after-service__faq {
  margin: 80px 0 0;
}
.obd-after-service__faq-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 40px;
}
.obd-after-service__faq-icon {
  height: 63px;
  width: 63px;
}
.obd-after-service__faq-title {
  color: #000000;
  font-feature-settings: "palt" 1;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.obd-after-service__accordion {
  margin: 0 auto;
  max-width: 656px;
}
.obd-after-service__accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.obd-after-service__accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.obd-after-service__accordion-heading {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.obd-after-service__accordion-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.obd-after-service__accordion-question {
  color: #000000;
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.obd-after-service__accordion-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 7px;
  justify-content: center;
  margin-top: 2px;
  transform-origin: center;
  transition: transform 280ms ease;
  width: 11px;
}
.obd-after-service__accordion-icon svg {
  display: block;
  height: 7px;
  width: 11px;
}
.obd-after-service__accordion-item--open .obd-after-service__accordion-icon {
  transform: rotate(180deg);
}
.obd-after-service__accordion-panel {
  padding: 0;
}
.obd-after-service__accordion-panel[hidden] {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .obd-after-service__accordion-icon {
    transition: none;
  }
}
.obd-after-service__accordion-answer {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
.obd-after-service__accordion-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.obd-after-service__accordion-link:hover {
  font-weight: inherit;
  opacity: 0.7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.obd-after-service__accordion-panel > *:last-child {
  margin-bottom: 24px;
}
.obd-after-service__accordion-panel .obd-after-service__button {
  margin-top: 1em;
}
.obd-after-service__button--lg {
  border-radius: 999px;
  font-size: 21px;
  min-height: 0;
  padding: 14px 116px;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .obd-after-service__notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
    padding: 16px;
  }
  .obd-after-service__notice-label, .obd-after-service__notice-text {
    font-size: 14px;
    white-space: normal;
  }
  .obd-after-service__faq {
    margin-top: 56px;
  }
  .obd-after-service__faq-icon {
    height: 48px;
    width: 48px;
  }
  .obd-after-service__button--lg {
    font-size: 16px;
    min-height: 0;
    padding: 14px 24px;
  }
}

.guide-contents .obd-after-service h2.obd-after-service__faq-title {
  color: #000000;
  font-size: 21px;
}
.guide-contents .obd-after-service button.obd-after-service__accordion-trigger {
  color: #000000;
}
.guide-contents .obd-after-service a.obd-after-service__accordion-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.guide-contents .obd-after-service a.obd-after-service__accordion-link:hover,
.guide-contents .obd-after-service a.obd-after-service__accordion-link:focus,
.guide-contents .obd-after-service a.obd-after-service__accordion-link:active,
.guide-contents .obd-after-service a.obd-after-service__accordion-link:visited {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.guide-contents .obd-after-service a.obd-after-service__accordion-link:hover {
  opacity: 0.7;
}
.guide-contents .obd-after-service a.obd-after-service__button,
.guide-contents .obd-after-service a.obd-after-service__button:hover,
.guide-contents .obd-after-service a.obd-after-service__button:focus,
.guide-contents .obd-after-service a.obd-after-service__button:active,
.guide-contents .obd-after-service a.obd-after-service__button:visited,
.guide-contents .obd-after-service button.obd-after-service__button,
.guide-contents .obd-after-service button.obd-after-service__button:hover,
.guide-contents .obd-after-service button.obd-after-service__button:focus,
.guide-contents .obd-after-service button.obd-after-service__button:active,
.guide-contents .obd-after-service a.obd-after-service__nav-link,
.guide-contents .obd-after-service a.obd-after-service__nav-link:hover,
.guide-contents .obd-after-service a.obd-after-service__nav-link:focus,
.guide-contents .obd-after-service a.obd-after-service__nav-link:active,
.guide-contents .obd-after-service a.obd-after-service__nav-link:visited,
.guide-contents .obd-after-service a.obd-after-service__menu-badge,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:hover,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:focus,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:active,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:visited,
.guide-contents .obd-after-service a.obd-after-service__product-badge,
.guide-contents .obd-after-service a.obd-after-service__product-badge:hover,
.guide-contents .obd-after-service a.obd-after-service__product-badge:focus,
.guide-contents .obd-after-service a.obd-after-service__product-badge:active,
.guide-contents .obd-after-service a.obd-after-service__product-badge:visited,
.guide-contents .obd-after-service a.obd-after-service__app-badge-link,
.guide-contents .obd-after-service a.obd-after-service__app-badge-link:hover,
.guide-contents .obd-after-service a.obd-after-service__app-badge-link:focus,
.guide-contents .obd-after-service a.obd-after-service__app-badge-link:active,
.guide-contents .obd-after-service a.obd-after-service__app-badge-link:visited,
.guide-contents .obd-after-service .obd-after-service__stores-name a,
.guide-contents .obd-after-service .obd-after-service__stores-name a:hover,
.guide-contents .obd-after-service .obd-after-service__stores-name a:focus,
.guide-contents .obd-after-service .obd-after-service__stores-name a:active,
.guide-contents .obd-after-service .obd-after-service__stores-name a:visited {
  text-decoration: none;
}
.guide-contents .obd-after-service a.obd-after-service__button,
.guide-contents .obd-after-service button.obd-after-service__button {
  border-radius: 999px;
  transition: opacity 160ms ease;
}
.guide-contents .obd-after-service a.obd-after-service__button--lg,
.guide-contents .obd-after-service button.obd-after-service__button--lg {
  font-size: 21px;
  min-height: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
.guide-contents .obd-after-service a.obd-after-service__menu-badge,
.guide-contents .obd-after-service a.obd-after-service__product-badge {
  color: #333333;
  text-decoration: none;
  transition: opacity 160ms ease;
}
.guide-contents .obd-after-service a.obd-after-service__menu-badge:hover,
.guide-contents .obd-after-service a.obd-after-service__product-badge:hover {
  font-weight: 700;
  opacity: 0.85;
}
.guide-contents .obd-after-service a.obd-after-service__button:hover,
.guide-contents .obd-after-service button.obd-after-service__button:hover,
.guide-contents .obd-after-service a.obd-after-service__nav-link:hover {
  font-weight: 700;
}
.guide-contents .obd-after-service a.obd-after-service__button:hover,
.guide-contents .obd-after-service button.obd-after-service__button:hover {
  opacity: 0.85;
}
.guide-contents .obd-after-service a.obd-after-service__button:not(.obd-after-service__button--ghost),
.guide-contents .obd-after-service a.obd-after-service__button:not(.obd-after-service__button--ghost):hover,
.guide-contents .obd-after-service a.obd-after-service__button:not(.obd-after-service__button--ghost):focus,
.guide-contents .obd-after-service a.obd-after-service__button:not(.obd-after-service__button--ghost):active,
.guide-contents .obd-after-service a.obd-after-service__button:not(.obd-after-service__button--ghost):visited,
.guide-contents .obd-after-service button.obd-after-service__button:not(.obd-after-service__button--ghost),
.guide-contents .obd-after-service button.obd-after-service__button:not(.obd-after-service__button--ghost):hover,
.guide-contents .obd-after-service button.obd-after-service__button:not(.obd-after-service__button--ghost):focus,
.guide-contents .obd-after-service button.obd-after-service__button:not(.obd-after-service__button--ghost):active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.guide-contents .obd-after-service a.obd-after-service__button--ghost,
.guide-contents .obd-after-service a.obd-after-service__button--ghost:hover,
.guide-contents .obd-after-service a.obd-after-service__button--ghost:focus,
.guide-contents .obd-after-service a.obd-after-service__button--ghost:active,
.guide-contents .obd-after-service a.obd-after-service__button--ghost:visited,
.guide-contents .obd-after-service button.obd-after-service__button--ghost,
.guide-contents .obd-after-service button.obd-after-service__button--ghost:hover,
.guide-contents .obd-after-service button.obd-after-service__button--ghost:focus,
.guide-contents .obd-after-service button.obd-after-service__button--ghost:active {
  background-color: transparent;
  border-color: #000000;
  color: #333333;
}
.guide-contents .obd-after-service a.obd-after-service__nav-link,
.guide-contents .obd-after-service a.obd-after-service__nav-link:hover,
.guide-contents .obd-after-service a.obd-after-service__nav-link:focus,
.guide-contents .obd-after-service a.obd-after-service__nav-link:active,
.guide-contents .obd-after-service a.obd-after-service__nav-link:visited {
  color: inherit;
}
.guide-contents .obd-after-service h2.obd-after-service__section-title,
.guide-contents .obd-after-service h2.obd-after-service__section-title--lg,
.guide-contents .obd-after-service h2.obd-after-service__products-title,
.guide-contents .obd-after-service h2.obd-after-service__menu-title {
  color: #000000;
  font-family: var(--obd-as-font);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.guide-contents .obd-after-service h2.obd-after-service__section-title {
  font-feature-settings: "palt" 1;
  font-size: 21px;
}
.guide-contents .obd-after-service h2.obd-after-service__section-title--lg,
.guide-contents .obd-after-service h2.obd-after-service__products-title,
.guide-contents .obd-after-service h2.obd-after-service__menu-title {
  font-size: 36px;
}
.guide-contents .obd-after-service h2.obd-after-service__modal-title {
  font-family: var(--obd-as-font);
  font-feature-settings: "palt" 1;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
}
.guide-contents .obd-after-service h3.obd-after-service__flow-title {
  font-family: var(--obd-as-font);
  font-size: 21px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.guide-contents .obd-after-service a.obd-after-service__menu-badge,
.guide-contents .obd-after-service a.obd-after-service__product-badge,
.guide-contents .obd-after-service button.obd-after-service__menu-badge,
.guide-contents .obd-after-service button.obd-after-service__product-badge {
  border-radius: 999px;
  text-decoration: none;
}
.guide-contents .obd-after-service a.obd-after-service__menu-button,
.guide-contents .obd-after-service a.obd-after-service__product-button,
.guide-contents .obd-after-service button.obd-after-service__menu-button,
.guide-contents .obd-after-service button.obd-after-service__product-button {
  border-radius: 999px;
}
.guide-contents .obd-after-service h3.obd-after-service__accordion-heading {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .guide-contents .obd-after-service h2.obd-after-service__faq-title,
  .guide-contents .obd-after-service h2.obd-after-service__section-title,
  .guide-contents .obd-after-service h2.obd-after-service__section-title--lg,
  .guide-contents .obd-after-service h2.obd-after-service__products-title,
  .guide-contents .obd-after-service h2.obd-after-service__menu-title,
  .guide-contents .obd-after-service h3.obd-after-service__accordion-heading {
    padding-left: 0;
    padding-right: 0;
  }
  .guide-contents .obd-after-service h2.obd-after-service__section-title,
  .guide-contents .obd-after-service h2.obd-after-service__section-title--lg,
  .guide-contents .obd-after-service h2.obd-after-service__products-title,
  .guide-contents .obd-after-service h2.obd-after-service__menu-title {
    font-size: 21px;
    text-align: center;
  }
  .guide-contents .obd-after-service h2.obd-after-service__modal-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .guide-contents .obd-after-service h3.obd-after-service__flow-title {
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .guide-contents .obd-after-service p.obd-after-service__flow-text {
    font-size: 14px;
    text-align: left;
  }
  .guide-contents .obd-after-service a.obd-after-service__button--lg,
  .guide-contents .obd-after-service button.obd-after-service__button--lg {
    font-size: 16px;
    padding: 14px 24px;
  }
}

main.max-w-content:has(.obd-after-service--online-repair),
main.max-w-content:has(.obd-after-service--tent-drying),
main.max-w-content:has(.obd-after-service--shrug-cleaning) {
  max-width: none;
}

.obd-after-service--online-repair .obd-after-service__nav,
.obd-after-service--tent-drying .obd-after-service__nav,
.obd-after-service--shrug-cleaning .obd-after-service__nav {
  margin-bottom: 24px;
}
.obd-after-service--online-repair .obd-after-service__inner,
.obd-after-service--tent-drying .obd-after-service__inner,
.obd-after-service--shrug-cleaning .obd-after-service__inner {
  max-width: 1400px;
  padding: 0 24px;
}
.obd-after-service--online-repair .obd-after-service__visual,
.obd-after-service--tent-drying .obd-after-service__visual,
.obd-after-service--shrug-cleaning .obd-after-service__visual {
  border-radius: 48px;
  margin: 0 auto;
  max-width: 1004px;
  overflow: hidden;
}
.obd-after-service--online-repair .obd-after-service__visual-image,
.obd-after-service--tent-drying .obd-after-service__visual-image,
.obd-after-service--shrug-cleaning .obd-after-service__visual-image {
  aspect-ratio: 1004/331;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.obd-after-service--online-repair .obd-after-service__page-title,
.obd-after-service--tent-drying .obd-after-service__page-title,
.obd-after-service--shrug-cleaning .obd-after-service__page-title {
  font-feature-settings: "palt" 1;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 56px 0 0;
  text-align: center;
}
.obd-after-service--online-repair .obd-after-service__page-lead,
.obd-after-service--tent-drying .obd-after-service__page-lead,
.obd-after-service--shrug-cleaning .obd-after-service__page-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px 0 0;
  text-align: center;
}
.obd-after-service--online-repair .obd-after-service__notice,
.obd-after-service--tent-drying .obd-after-service__notice,
.obd-after-service--shrug-cleaning .obd-after-service__notice {
  margin-top: 64px;
}
.obd-after-service--online-repair .obd-after-service__section-title,
.obd-after-service--tent-drying .obd-after-service__section-title,
.obd-after-service--shrug-cleaning .obd-after-service__section-title {
  color: #000000;
  font-feature-settings: "palt" 1;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.obd-after-service--online-repair .obd-after-service__section-title--lg,
.obd-after-service--tent-drying .obd-after-service__section-title--lg,
.obd-after-service--shrug-cleaning .obd-after-service__section-title--lg {
  font-size: 36px;
}
.obd-after-service--online-repair .obd-after-service__about,
.obd-after-service--tent-drying .obd-after-service__about,
.obd-after-service--shrug-cleaning .obd-after-service__about {
  margin: 80px auto 0;
  max-width: 1352px;
}
@media (max-width: 767px) {
  .obd-after-service--online-repair .obd-after-service__inner,
  .obd-after-service--tent-drying .obd-after-service__inner,
  .obd-after-service--shrug-cleaning .obd-after-service__inner {
    padding: 0 16px;
  }
  .obd-after-service--online-repair .obd-after-service__nav,
  .obd-after-service--tent-drying .obd-after-service__nav,
  .obd-after-service--shrug-cleaning .obd-after-service__nav {
    margin-bottom: 16px;
  }
  .obd-after-service--online-repair .obd-after-service__visual,
  .obd-after-service--tent-drying .obd-after-service__visual,
  .obd-after-service--shrug-cleaning .obd-after-service__visual {
    border-radius: 24px;
  }
  .obd-after-service--online-repair .obd-after-service__visual-image,
  .obd-after-service--tent-drying .obd-after-service__visual-image,
  .obd-after-service--shrug-cleaning .obd-after-service__visual-image {
    aspect-ratio: 16/9;
  }
  .obd-after-service--online-repair .obd-after-service__page-title,
  .obd-after-service--tent-drying .obd-after-service__page-title,
  .obd-after-service--shrug-cleaning .obd-after-service__page-title {
    font-size: 28px;
    margin-top: 40px;
  }
  .obd-after-service--online-repair .obd-after-service__page-lead,
  .obd-after-service--tent-drying .obd-after-service__page-lead,
  .obd-after-service--shrug-cleaning .obd-after-service__page-lead {
    font-size: 16px;
    margin-top: 10px;
  }
  .obd-after-service--online-repair .obd-after-service__notice,
  .obd-after-service--tent-drying .obd-after-service__notice,
  .obd-after-service--shrug-cleaning .obd-after-service__notice {
    margin-top: 32px;
  }
  .obd-after-service--online-repair .obd-after-service__section-title,
  .obd-after-service--online-repair .obd-after-service__section-title--lg,
  .obd-after-service--online-repair .obd-after-service__faq-title,
  .obd-after-service--tent-drying .obd-after-service__section-title,
  .obd-after-service--tent-drying .obd-after-service__section-title--lg,
  .obd-after-service--tent-drying .obd-after-service__faq-title,
  .obd-after-service--shrug-cleaning .obd-after-service__section-title,
  .obd-after-service--shrug-cleaning .obd-after-service__section-title--lg,
  .obd-after-service--shrug-cleaning .obd-after-service__faq-title {
    font-size: 21px;
  }
  .obd-after-service--online-repair .obd-after-service__about,
  .obd-after-service--tent-drying .obd-after-service__about,
  .obd-after-service--shrug-cleaning .obd-after-service__about {
    margin-top: 56px;
  }
}

.obd-after-service__flow {
  margin: 80px auto 0;
  max-width: 1352px;
  width: 100%;
}
.obd-after-service__flow-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.obd-after-service__flow-list:has(> :nth-child(5)) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.obd-after-service__flow .obd-after-service__flow-list {
  margin: 40px 0 0;
}
.obd-after-service__flow-item {
  margin: 0;
  min-width: 0;
}
.obd-after-service__flow-head {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.obd-after-service__flow-num {
  flex: 0 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 100;
  line-height: 1;
}
.obd-after-service span.obd-after-service__flow-num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.obd-after-service__flow-line {
  background: #d9d9d9;
  display: block;
  flex: 1 1 auto;
  height: 1px;
  position: relative;
}
.obd-after-service__flow-line::after {
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
.obd-after-service__flow-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
.obd-after-service__flow-icon {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
}
.obd-after-service__flow-title {
  font-feature-settings: "palt" 1;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  margin: 18px 0 0;
  padding-left: 0;
  padding-right: 0;
}
.obd-after-service__flow-text {
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 14px 0 0;
  text-align: left;
}
@media (max-width: 1023px) {
  .obd-after-service__flow-list, .obd-after-service__flow-list:has(> :nth-child(5)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .obd-after-service__flow {
    margin-top: 56px;
  }
  .obd-after-service__flow-list, .obd-after-service__flow-list:has(> :nth-child(5)) {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .obd-after-service__flow .obd-after-service__flow-list {
    margin-top: 32px;
  }
  .obd-after-service__flow-item {
    align-items: start;
    display: grid;
    flex: none;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 2px;
    grid-template-columns: 32px 56px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
  .obd-after-service__flow-head {
    align-items: start;
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
    margin: 0;
  }
  .obd-after-service__flow-line {
    display: none;
  }
  .obd-after-service__flow-num {
    font-size: 28px;
    line-height: 1;
  }
  .obd-after-service__flow-body {
    display: contents;
    gap: 0;
  }
  .obd-after-service__flow-icon {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    height: 48px;
    margin-bottom: -22.8px;
    transform: translateY(-6px);
    width: 48px;
  }
  .obd-after-service__flow-title {
    font-size: 18px;
    font-weight: 700;
    grid-column: 3;
    grid-row: 1;
    line-height: 1.4;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .obd-after-service__flow-text {
    font-size: 14px;
    grid-column: 3;
    grid-row: 2;
    line-height: 1.6;
    margin: 0;
    text-align: left;
  }
}

.guide-contents .obd-after-service ol.obd-after-service__flow-list,
.guide-contents .obd-after-service .obd-after-service__flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-contents .obd-after-service .obd-after-service__flow ol.obd-after-service__flow-list,
.guide-contents .obd-after-service .obd-after-service__flow .obd-after-service__flow-list {
  margin: 40px 0 0;
}
.guide-contents .obd-after-service span.obd-after-service__flow-num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.guide-contents .obd-after-service h3.obd-after-service__flow-title {
  color: inherit;
  font-family: var(--obd-as-font);
  font-feature-settings: "palt" 1;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  margin: 18px 0 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.guide-contents .obd-after-service p.obd-after-service__flow-text {
  font-family: var(--obd-as-font);
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 14px 0 0;
  text-align: left;
}
@media (max-width: 767px) {
  .guide-contents .obd-after-service .obd-after-service__flow ol.obd-after-service__flow-list,
  .guide-contents .obd-after-service .obd-after-service__flow .obd-after-service__flow-list {
    margin-top: 32px;
  }
  .guide-contents .obd-after-service h3.obd-after-service__flow-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .guide-contents .obd-after-service p.obd-after-service__flow-text {
    font-size: 14px;
    margin: 0;
    text-align: left;
  }
}

.obd-after-service .obd-after-service__notes-list {
  list-style: disc;
  margin: 40px auto 0;
  max-width: 656px;
  padding-left: 1.25em;
}
.obd-after-service .obd-after-service__notes-item {
  display: list-item;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  list-style: inherit;
  margin: 0 0 0.75em;
  padding: 0;
}
.obd-after-service .obd-after-service__notes-item:last-child {
  margin-bottom: 0;
}
.obd-after-service .obd-after-service__notes-item--sub {
  list-style: none;
}
@media (max-width: 767px) {
  .obd-after-service .obd-after-service__notes-list {
    margin-top: 24px;
  }
}

.guide-contents .obd-after-service .obd-after-service__notes-list {
  list-style: disc;
  margin: 40px auto 0;
  padding-left: 1.25em;
}
.guide-contents .obd-after-service .obd-after-service__notes-item {
  display: list-item;
  list-style: inherit;
  margin: 0 0 0.75em;
  padding: 0;
}
.guide-contents .obd-after-service .obd-after-service__notes-item:last-child {
  margin-bottom: 0;
}
.guide-contents .obd-after-service .obd-after-service__notes-item--sub {
  list-style: none;
}
@media (max-width: 767px) {
  .guide-contents .obd-after-service .obd-after-service__notes-list {
    margin-top: 24px;
  }
}

.obd-after-service__modal {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: calc(50% - 50vw);
  padding: 24px 16px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.obd-after-service__modal[hidden] {
  display: none;
}
.obd-after-service__modal-backdrop {
  background: rgba(0, 0, 0, 0.45);
  inset: 0;
  position: absolute;
}
.obd-after-service__modal-panel {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  max-height: min(80vh, 640px);
  max-width: 520px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.obd-after-service__modal-header {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 20px 24px;
}
.obd-after-service__modal-title {
  font-feature-settings: "palt" 1;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.obd-after-service__modal-close {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 28px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px;
}
.obd-after-service__modal-body {
  overflow-y: auto;
  padding: 8px 8px 24px;
  -webkit-overflow-scrolling: touch;
}
.obd-after-service__modal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.obd-after-service__modal-item {
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 14px 16px;
}
.obd-after-service__modal-item:last-child {
  border-bottom: 0;
}
.obd-after-service__cart-modal-panel {
  max-width: 480px;
}
.obd-after-service__cart-modal-body {
  align-items: center;
  display: flex;
  gap: 16px;
  padding: 24px;
}
.obd-after-service__cart-modal-image {
  flex-shrink: 0;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 72px;
}
.obd-after-service__cart-modal-image[hidden] {
  display: none;
}
.obd-after-service__cart-modal-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.obd-after-service__cart-modal-name[hidden] {
  display: none;
}
.obd-after-service__cart-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 0 24px 24px;
}
.obd-after-service__cart-modal-actions[hidden] {
  display: none;
}
.obd-after-service__cart-modal-button {
  flex: 1 1 160px;
  max-width: 200px;
  min-height: 48px;
}
@media (max-width: 767px) {
  .obd-after-service__modal {
    padding: 16px;
  }
  .obd-after-service__modal-header {
    padding: 16px 16px 16px 20px;
  }
  .obd-after-service__modal-title {
    font-size: 18px;
  }
  .obd-after-service__modal-item {
    font-size: 14px;
    padding: 12px 14px;
  }
}

.guide-contents .obd-after-service h2.obd-after-service__modal-title {
  color: inherit;
  font-family: var(--obd-as-font);
  font-feature-settings: "palt" 1;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
}
.guide-contents .obd-after-service button.obd-after-service__modal-close,
.guide-contents .obd-after-service button.obd-after-service__modal-close:hover,
.guide-contents .obd-after-service button.obd-after-service__modal-close:focus,
.guide-contents .obd-after-service button.obd-after-service__modal-close:active {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
  color: #333333;
  font-family: var(--obd-as-font);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.guide-contents .obd-after-service ul.obd-after-service__modal-list,
.guide-contents .obd-after-service .obd-after-service__modal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-contents .obd-after-service li.obd-after-service__modal-item,
.guide-contents .obd-after-service .obd-after-service__modal-item {
  border-bottom: 1px solid #f0f0f0;
  display: list-item;
  font-family: var(--obd-as-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  padding: 14px 16px;
}
.guide-contents .obd-after-service li.obd-after-service__modal-item:last-child,
.guide-contents .obd-after-service .obd-after-service__modal-item:last-child {
  border-bottom: 0;
}
.guide-contents .obd-after-service p.obd-after-service__cart-modal-name {
  font-family: var(--obd-as-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .guide-contents .obd-after-service h2.obd-after-service__modal-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .guide-contents .obd-after-service li.obd-after-service__modal-item,
  .guide-contents .obd-after-service .obd-after-service__modal-item {
    font-size: 14px;
    padding: 12px 14px;
  }
}

.obd-after-service .obd-after-service__product-badge,
.obd-after-service .obd-after-service__menu-badge {
  align-items: center;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 999px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-family: var(--obd-as-font);
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  margin: 16px 0 0;
  min-height: 40px;
  padding: 8px 20px;
  text-decoration: none;
  transition: opacity 160ms ease;
  width: 100%;
}
.obd-after-service .obd-after-service__product-badge:hover,
.obd-after-service .obd-after-service__menu-badge:hover {
  color: #333333;
  font-weight: 700;
  opacity: 0.85;
}
.obd-after-service .obd-after-service__product-button,
.obd-after-service .obd-after-service__menu-button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 999px;
  margin-top: 10px;
  min-height: 50px;
  width: 100%;
}
.obd-after-service .obd-after-service__product-amount-select,
.obd-after-service .obd-after-service__menu-amount-select {
  display: none;
}
@media (max-width: 767px) {
  .obd-after-service .obd-after-service__product-badge,
  .obd-after-service .obd-after-service__product-button,
  .obd-after-service .obd-after-service__menu-badge,
  .obd-after-service .obd-after-service__menu-button {
    max-width: none;
    width: 100%;
  }
}

.guide-contents .obd-after-service a.obd-after-service__product-badge,
.guide-contents .obd-after-service a.obd-after-service__menu-badge,
.guide-contents .obd-after-service button.obd-after-service__product-badge,
.guide-contents .obd-after-service button.obd-after-service__menu-badge,
.guide-contents .obd-after-service a.obd-after-service__product-badge:hover,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:hover,
.guide-contents .obd-after-service button.obd-after-service__product-badge:hover,
.guide-contents .obd-after-service button.obd-after-service__menu-badge:hover,
.guide-contents .obd-after-service a.obd-after-service__product-badge:focus,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:focus,
.guide-contents .obd-after-service button.obd-after-service__product-badge:focus,
.guide-contents .obd-after-service button.obd-after-service__menu-badge:focus,
.guide-contents .obd-after-service a.obd-after-service__product-badge:active,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:active,
.guide-contents .obd-after-service button.obd-after-service__product-badge:active,
.guide-contents .obd-after-service button.obd-after-service__menu-badge:active,
.guide-contents .obd-after-service a.obd-after-service__product-badge:visited,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:visited {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 999px;
  color: #333333;
  font-family: var(--obd-as-font);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.guide-contents .obd-after-service a.obd-after-service__product-badge:hover,
.guide-contents .obd-after-service a.obd-after-service__menu-badge:hover,
.guide-contents .obd-after-service button.obd-after-service__product-badge:hover,
.guide-contents .obd-after-service button.obd-after-service__menu-badge:hover {
  opacity: 0.85;
}
.guide-contents .obd-after-service a.obd-after-service__product-button,
.guide-contents .obd-after-service a.obd-after-service__menu-button,
.guide-contents .obd-after-service button.obd-after-service__product-button,
.guide-contents .obd-after-service button.obd-after-service__menu-button,
.guide-contents .obd-after-service a.obd-after-service__product-button:hover,
.guide-contents .obd-after-service a.obd-after-service__menu-button:hover,
.guide-contents .obd-after-service button.obd-after-service__product-button:hover,
.guide-contents .obd-after-service button.obd-after-service__menu-button:hover,
.guide-contents .obd-after-service a.obd-after-service__product-button:focus,
.guide-contents .obd-after-service a.obd-after-service__menu-button:focus,
.guide-contents .obd-after-service button.obd-after-service__product-button:focus,
.guide-contents .obd-after-service button.obd-after-service__menu-button:focus,
.guide-contents .obd-after-service a.obd-after-service__product-button:active,
.guide-contents .obd-after-service a.obd-after-service__menu-button:active,
.guide-contents .obd-after-service button.obd-after-service__product-button:active,
.guide-contents .obd-after-service button.obd-after-service__menu-button:active,
.guide-contents .obd-after-service a.obd-after-service__product-button:visited,
.guide-contents .obd-after-service a.obd-after-service__menu-button:visited {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 999px;
  color: #ffffff;
  font-family: var(--obd-as-font);
  font-weight: 700;
  text-decoration: none;
}
.guide-contents .obd-after-service a.obd-after-service__product-button:hover,
.guide-contents .obd-after-service a.obd-after-service__menu-button:hover,
.guide-contents .obd-after-service button.obd-after-service__product-button:hover,
.guide-contents .obd-after-service button.obd-after-service__menu-button:hover {
  opacity: 0.85;
}

.obd-after-service {
  --obd-as-fg: #000000;
  --obd-as-muted: #333333;
  --obd-as-notice: #a40000;
  --obd-as-line: #000000;
  --obd-as-button: #333333;
  --obd-as-font: 'Noto Sans JP', Helvetica, Arial, sans-serif;
  --obd-as-page-bottom: 80px;
  box-sizing: border-box;
  color: var(--obd-as-fg);
  font-family: var(--obd-as-font);
  padding: 48px 24px;
  width: 100%;
}
.obd-after-service h1,
.obd-after-service h2,
.obd-after-service h3,
.obd-after-service h4,
.obd-after-service h5,
.obd-after-service h6,
.obd-after-service p,
.obd-after-service a,
.obd-after-service button,
.obd-after-service li,
.obd-after-service span:not(.obd-after-service__flow-num) {
  font-family: var(--obd-as-font);
}
.obd-after-service *,
.obd-after-service *::before,
.obd-after-service *::after {
  box-sizing: border-box;
}
.obd-after-service img {
  display: block;
  max-width: 100%;
}
.obd-after-service__inner {
  margin: 0 auto;
  max-width: 1052px;
}
.obd-after-service__title {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}
.obd-after-service__nav {
  padding: 24px 24px 0;
}
.obd-after-service__nav-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.obd-after-service__nav-item {
  margin: 0;
}
.obd-after-service__nav-link {
  border-bottom: 2px solid transparent;
  color: var(--obd-as-fg);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 2px;
  text-decoration: none;
  white-space: nowrap;
}
.obd-after-service__nav-link--active {
  border-bottom-color: var(--obd-as-line);
}
.obd-after-service__nav-label--mobile {
  display: none;
}
.obd-after-service__button {
  align-items: center;
  background: var(--obd-as-button);
  border: 1px solid var(--obd-as-button);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  min-height: 41px;
  padding: 9px 30px;
  text-decoration: none;
  transition: opacity 160ms ease;
}
.obd-after-service__button:hover {
  opacity: 0.85;
}
.obd-after-service__button--ghost {
  background: transparent;
  border-color: #000000;
  color: var(--obd-as-muted);
}
@media (max-width: 767px) {
  .obd-after-service {
    --obd-as-page-bottom: 56px;
    padding: 32px 16px;
  }
  .obd-after-service__title {
    font-size: 24px;
  }
  .obd-after-service__nav {
    padding: 16px 16px 0;
  }
  .obd-after-service__nav-list {
    gap: 12px 16px;
    justify-content: center;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .obd-after-service__nav-label--desktop {
    display: none;
  }
  .obd-after-service__nav-label--mobile {
    display: inline;
  }
}

main.max-w-content:has(.obd-after-service) > .l-container,
main.max-w-content:has(.obd-after-service) > .l-container > .guide-contents,
main.max-w-content:has(.obd-after-service--online-repair) > .l-container,
main.max-w-content:has(.obd-after-service--online-repair) > .l-container > .guide-contents,
main.max-w-content:has(.obd-after-service--tent-drying) > .l-container,
main.max-w-content:has(.obd-after-service--tent-drying) > .l-container > .guide-contents,
main.max-w-content:has(.obd-after-service--shrug-cleaning) > .l-container,
main.max-w-content:has(.obd-after-service--shrug-cleaning) > .l-container > .guide-contents {
  margin-top: 0;
  padding-top: 0;
}

.obd-after-service--online-repair,
.obd-after-service--tent-drying,
.obd-after-service--shrug-cleaning {
  padding: 0 0 var(--obd-as-page-bottom);
}
@media (max-width: 767px) {
  .obd-after-service--online-repair,
  .obd-after-service--tent-drying,
  .obd-after-service--shrug-cleaning {
    padding: 0 0 var(--obd-as-page-bottom);
  }
}

.obd-after-service--online-repair .obd-after-service__page-title {
  margin: 76px 0 0;
}
.obd-after-service--online-repair .obd-after-service__page-lead {
  margin: 16px 0 0;
}
.obd-after-service--online-repair .obd-after-service__examples {
  margin: 80px auto 0;
  max-width: 1352px;
  width: 100%;
}
.obd-after-service--online-repair .obd-after-service__examples-lead {
  margin: 24px auto 0;
  max-width: 1004px;
}
.obd-after-service--online-repair .obd-after-service__examples-lead-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}
.obd-after-service--online-repair .obd-after-service__examples-lead-text + .obd-after-service__examples-lead-text {
  margin-top: 0.5em;
}
.obd-after-service--online-repair .obd-after-service__example-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 40px 0 0;
}
.obd-after-service--online-repair .obd-after-service__example-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.obd-after-service--online-repair .obd-after-service__example-image-wrap {
  aspect-ratio: 308/205;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.obd-after-service--online-repair .obd-after-service__example-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.obd-after-service--online-repair .obd-after-service__example-image--after {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.obd-after-service--online-repair .obd-after-service__example-ba-label {
  background: rgba(255, 255, 255, 0.8);
  bottom: 10px;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  left: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 6px 8px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.obd-after-service--online-repair .obd-after-service__example-ba-label--after {
  opacity: 0;
}
.obd-after-service--online-repair .obd-after-service__example-image-wrap--has-after .obd-after-service__example-image--after,
.obd-after-service--online-repair .obd-after-service__example-image-wrap--has-after .obd-after-service__example-ba-label--after {
  animation: obd-example-before-after 6s ease-in-out infinite;
}
.obd-after-service--online-repair .obd-after-service__example-image-wrap--has-after .obd-after-service__example-ba-label--before {
  animation: obd-example-before-label 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .obd-after-service--online-repair .obd-after-service__example-image-wrap--has-after .obd-after-service__example-image--after,
  .obd-after-service--online-repair .obd-after-service__example-image-wrap--has-after .obd-after-service__example-ba-label--after,
  .obd-after-service--online-repair .obd-after-service__example-image-wrap--has-after .obd-after-service__example-ba-label--before {
    animation: none;
  }
}
.obd-after-service--online-repair .obd-after-service__example-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
}
.obd-after-service--online-repair .obd-after-service__example-title {
  font-feature-settings: "palt" 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.obd-after-service--online-repair .obd-after-service__example-text {
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.obd-after-service--online-repair .obd-after-service__example-price {
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0;
}
.obd-after-service--online-repair .obd-after-service__example-yen {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.obd-after-service--online-repair .obd-after-service__example-amount {
  font-size: 18px;
}
.obd-after-service--online-repair .obd-after-service__example-from {
  font-size: 14px;
}
.obd-after-service--online-repair .obd-after-service__examples-note {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 40px 0 0;
  text-align: center;
}
.obd-after-service--online-repair .obd-after-service__examples-note-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.obd-after-service--online-repair .obd-after-service__examples-note-link:hover {
  font-weight: inherit;
  opacity: 0.7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.obd-after-service--online-repair .obd-after-service__consult {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 64px auto 0;
  max-width: 1004px;
  min-height: 60px;
  padding: 18px 24px;
}
.obd-after-service--online-repair .obd-after-service__consult-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.obd-after-service--online-repair .obd-after-service__consult-text-break {
  display: none;
}
.obd-after-service--online-repair .obd-after-service__notes {
  margin: 64px 0 0;
}
.obd-after-service--online-repair .obd-after-service__notes-cta {
  margin: 48px 0 0;
  text-align: center;
}
.obd-after-service--online-repair .obd-after-service__leadtime {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin: 80px auto 0;
  max-width: 1004px;
  position: relative;
}
.obd-after-service--online-repair .obd-after-service__leadtime::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  inset: 0;
  position: absolute;
}
.obd-after-service--online-repair .obd-after-service__leadtime-inner {
  box-sizing: border-box;
  color: #ffffff;
  margin: 0 auto;
  max-width: 600px;
  padding: 73px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.obd-after-service--online-repair .obd-after-service__leadtime-title {
  color: #ffffff;
  font-feature-settings: "palt" 1;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 28px;
}
.obd-after-service--online-repair .obd-after-service__leadtime-text {
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
.obd-after-service--online-repair .obd-after-service__leadtime-text p {
  color: #ffffff;
  margin: 0;
}
.obd-after-service--online-repair .obd-after-service__app {
  align-items: stretch;
  background: #000000;
  color: #ffffff;
  display: flex;
  gap: 56px;
  justify-content: center;
  margin: 80px auto 0;
  max-width: 1004px;
  min-height: 424px;
  padding: 0;
}
.obd-after-service--online-repair .obd-after-service__app-content {
  align-self: center;
  flex: 0 1 auto;
  min-width: 0;
  width: -moz-max-content;
  width: max-content;
}
.obd-after-service--online-repair .obd-after-service__app-lead {
  color: #ffffff;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin: 0;
}
.obd-after-service--online-repair .obd-after-service__app-brand {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.obd-after-service--online-repair .obd-after-service__app-logo {
  border-radius: 18px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
}
.obd-after-service--online-repair .obd-after-service__app-name {
  color: #ffffff;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}
.obd-after-service--online-repair .obd-after-service__app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.obd-after-service--online-repair .obd-after-service__app-badge-link {
  display: inline-block;
  line-height: 0;
}
.obd-after-service--online-repair .obd-after-service__app-badge {
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.obd-after-service--online-repair .obd-after-service__app-media {
  align-self: flex-end;
  flex: 0 0 auto;
  max-width: 324px;
  width: auto;
}
.obd-after-service--online-repair .obd-after-service__app-phone {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 381px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 767px) {
  .obd-after-service--online-repair .obd-after-service__page-lead {
    font-size: 15px;
  }
  .obd-after-service--online-repair .obd-after-service__examples {
    margin-top: 56px;
  }
  .obd-after-service--online-repair .obd-after-service__examples-lead {
    margin-top: 16px;
  }
  .obd-after-service--online-repair .obd-after-service__examples-lead-text {
    font-size: 14px;
  }
  .obd-after-service--online-repair .obd-after-service__example-grid {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }
  .obd-after-service--online-repair .obd-after-service__examples-note {
    font-size: 14px;
    margin-top: 32px;
  }
  .obd-after-service--online-repair .obd-after-service__example-body {
    gap: 8px;
    padding: 16px;
  }
  .obd-after-service--online-repair .obd-after-service__consult {
    margin-top: 40px;
    padding: 16px;
  }
  .obd-after-service--online-repair .obd-after-service__consult-text {
    font-size: 14px;
  }
  .obd-after-service--online-repair .obd-after-service__consult-text-break {
    display: block;
  }
  .obd-after-service--online-repair .obd-after-service__notes {
    margin-top: 40px;
  }
  .obd-after-service--online-repair .obd-after-service__notes-cta {
    margin-top: 32px;
  }
  .obd-after-service--online-repair .obd-after-service__leadtime {
    margin-top: 48px;
  }
  .obd-after-service--online-repair .obd-after-service__leadtime-inner {
    padding: 40px 16px;
  }
  .obd-after-service--online-repair .obd-after-service__leadtime-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .obd-after-service--online-repair .obd-after-service__app {
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
    min-height: 0;
    padding: 40px 0 0;
    text-align: center;
  }
  .obd-after-service--online-repair .obd-after-service__app-content {
    width: 100%;
  }
  .obd-after-service--online-repair .obd-after-service__app-lead {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .obd-after-service--online-repair .obd-after-service__app-brand {
    justify-content: center;
    margin-top: 24px;
  }
  .obd-after-service--online-repair .obd-after-service__app-logo {
    height: 64px;
    width: 64px;
  }
  .obd-after-service--online-repair .obd-after-service__app-name {
    font-size: 16px;
  }
  .obd-after-service--online-repair .obd-after-service__app-badges {
    justify-content: center;
    margin-top: 20px;
  }
  .obd-after-service--online-repair .obd-after-service__app-media {
    margin: 0 auto;
    max-width: 220px;
    width: auto;
  }
}

.guide-contents .obd-after-service--online-repair h1.obd-after-service__page-title {
  margin: 76px 0 0;
}
.guide-contents .obd-after-service--online-repair h2.obd-after-service__leadtime-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 28px;
}
.guide-contents .obd-after-service--online-repair h3.obd-after-service__example-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.guide-contents .obd-after-service--online-repair p.obd-after-service__page-lead,
.guide-contents .obd-after-service--online-repair p.obd-after-service__example-text,
.guide-contents .obd-after-service--online-repair p.obd-after-service__example-price,
.guide-contents .obd-after-service--online-repair p.obd-after-service__examples-lead-text,
.guide-contents .obd-after-service--online-repair p.obd-after-service__examples-note,
.guide-contents .obd-after-service--online-repair p.obd-after-service__consult-text,
.guide-contents .obd-after-service--online-repair p.obd-after-service__app-lead,
.guide-contents .obd-after-service--online-repair p.obd-after-service__app-name,
.guide-contents .obd-after-service--online-repair .obd-after-service__leadtime-text p {
  margin-top: 0;
}
.guide-contents .obd-after-service--online-repair p.obd-after-service__examples-lead-text + p.obd-after-service__examples-lead-text {
  margin-top: 0.5em;
}
.guide-contents .obd-after-service--online-repair p.obd-after-service__examples-note {
  margin-top: 40px;
}
.guide-contents .obd-after-service--online-repair a.obd-after-service__examples-note-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.guide-contents .obd-after-service--online-repair a.obd-after-service__examples-note-link:hover {
  font-weight: inherit;
  opacity: 0.7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.guide-contents .obd-after-service--online-repair p.obd-after-service__page-lead {
  margin-top: 16px;
  text-align: center;
}
.guide-contents .obd-after-service--online-repair p.obd-after-service__app-lead,
.guide-contents .obd-after-service--online-repair p.obd-after-service__app-name,
.guide-contents .obd-after-service--online-repair .obd-after-service__leadtime-text p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .guide-contents .obd-after-service--online-repair h2.obd-after-service__leadtime-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .guide-contents .obd-after-service--online-repair p.obd-after-service__examples-note {
    margin-top: 32px;
  }
}

@keyframes obd-example-before-after {
  0%, 42% {
    opacity: 0;
  }
  50%, 92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes obd-example-before-label {
  0%, 42% {
    opacity: 1;
  }
  50%, 92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=after-service-online-repair.css.map */
