.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--tent-drying .obd-after-service__compare-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 48px 0 0;
}
.obd-after-service--tent-drying .obd-after-service__compare-card {
  min-width: 0;
}
.obd-after-service--tent-drying .obd-after-service__compare-media {
  aspect-ratio: 656/439;
  background: #ebebeb;
  overflow: hidden;
  position: relative;
}
.obd-after-service--tent-drying .obd-after-service__compare-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.obd-after-service--tent-drying .obd-after-service__compare-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin: 28px 0 0;
}
.obd-after-service--tent-drying .obd-after-service__switch-section {
  margin: 96px auto 0;
  max-width: 1352px;
}
.obd-after-service--tent-drying .obd-after-service__method-switch {
  align-items: center;
  background: #e4e4e4;
  border-radius: 999px;
  display: flex;
  margin: 36px auto 0;
  max-width: 656px;
  padding: 4px;
}
.obd-after-service--tent-drying .obd-after-service__method-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #000000;
  cursor: pointer;
  flex: 1 1 50%;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 72px;
  padding: 12px 20px;
  text-align: center;
  transition: background-color 160ms ease, color 160ms ease;
}
.obd-after-service--tent-drying .obd-after-service__method-tab--active {
  background: #000000;
  color: #ffffff;
}
.obd-after-service--tent-drying .obd-after-service__method-panel {
  margin-top: 46px;
}
.obd-after-service--tent-drying .obd-after-service__method-panel[hidden] {
  display: none;
}
.obd-after-service--tent-drying .obd-after-service__notes {
  margin: 104px 0 0;
}
.obd-after-service--tent-drying .obd-after-service__products {
  margin: 120px 0 0;
}
.obd-after-service--tent-drying .obd-after-service__products-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.obd-after-service--tent-drying .obd-after-service__product-grid {
  display: grid;
  gap: 32px 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 40px 0 0;
}
.obd-after-service--tent-drying .obd-after-service__product-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-align: center;
}
.obd-after-service--tent-drying .obd-after-service__product-image-wrap {
  aspect-ratio: 15/8;
  width: 100%;
}
.obd-after-service--tent-drying .obd-after-service__product-image {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.obd-after-service--tent-drying .obd-after-service__product-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px 0 0;
}
.obd-after-service--tent-drying .obd-after-service__product-name-break {
  display: none;
}
.obd-after-service--tent-drying .obd-after-service__product-price {
  align-items: baseline;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  margin: 6px 0 0;
}
.obd-after-service--tent-drying .obd-after-service__product-yen {
  font-size: 14px;
}
.obd-after-service--tent-drying .obd-after-service__product-amount {
  font-size: 18px;
}
.obd-after-service--tent-drying .obd-after-service__product-tax {
  display: inline;
  font-family: var(--obd-as-font);
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 0 4px;
}
.obd-after-service--tent-drying .obd-after-service__faq {
  margin-top: 112px;
}
.obd-after-service--tent-drying .obd-after-service__method-panel--store {
  min-height: 0;
}
.obd-after-service--tent-drying .obd-after-service__stores {
  margin: 104px auto 0;
  max-width: 656px;
}
.obd-after-service--tent-drying .obd-after-service__stores-table-wrap {
  margin-top: 40px;
  overflow-x: auto;
}
.obd-after-service--tent-drying .obd-after-service__stores-table {
  border-collapse: collapse;
  min-width: 656px;
  width: 100%;
}
.obd-after-service--tent-drying .obd-after-service__stores-row {
  border-bottom: 1px solid #d9d9d9;
}
.obd-after-service--tent-drying .obd-after-service__stores-prefecture,
.obd-after-service--tent-drying .obd-after-service__stores-name,
.obd-after-service--tent-drying .obd-after-service__stores-phone {
  font-size: 14px;
  line-height: 1.8;
  padding: 9px 0;
  text-align: left;
  vertical-align: top;
}
.obd-after-service--tent-drying .obd-after-service__stores-prefecture {
  font-weight: 700;
  white-space: nowrap;
  width: 74px;
}
.obd-after-service--tent-drying .obd-after-service__stores-name {
  padding-left: 22px;
  width: 100%;
}
.obd-after-service--tent-drying .obd-after-service__stores-name a {
  color: inherit;
  text-decoration: none;
  transition: opacity 160ms ease;
}
.obd-after-service--tent-drying .obd-after-service__stores-name a:hover {
  opacity: 0.85;
}
.obd-after-service--tent-drying .obd-after-service__stores-phone {
  white-space: nowrap;
  width: 146px;
}
.obd-after-service--tent-drying .obd-after-service__stores-note {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  margin: 12px 0 0;
}
@media (max-width: 1023px) {
  .obd-after-service--tent-drying .obd-after-service__compare-grid,
  .obd-after-service--tent-drying .obd-after-service__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .obd-after-service--tent-drying .obd-after-service__products-title {
    font-size: 21px;
  }
  .obd-after-service--tent-drying .obd-after-service__compare-grid {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 32px;
  }
  .obd-after-service--tent-drying .obd-after-service__compare-text {
    font-size: 16px;
    margin-top: 20px;
  }
  .obd-after-service--tent-drying .obd-after-service__switch-section {
    margin-top: 64px;
  }
  .obd-after-service--tent-drying .obd-after-service__method-tab {
    min-height: 56px;
    font-size: 16px;
  }
  .obd-after-service--tent-drying .obd-after-service__method-panel {
    margin-top: 32px;
  }
  .obd-after-service--tent-drying .obd-after-service__notes {
    margin-top: 72px;
  }
  .obd-after-service--tent-drying .obd-after-service__products {
    margin-top: 80px;
  }
  .obd-after-service--tent-drying .obd-after-service__product-grid {
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    row-gap: 0;
  }
  .obd-after-service--tent-drying .obd-after-service__product-card {
    align-items: start;
    display: grid;
    grid-row: span 5;
    grid-template-rows: subgrid;
    justify-items: stretch;
  }
  .obd-after-service--tent-drying .obd-after-service__product-name {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .obd-after-service--tent-drying .obd-after-service__product-name-break {
    display: block;
  }
  .obd-after-service--tent-drying .obd-after-service__product-price {
    display: block;
  }
  .obd-after-service--tent-drying .obd-after-service__product-button {
    margin-bottom: 24px;
  }
  .obd-after-service--tent-drying .obd-after-service__product-card:nth-last-child(-n+2) .obd-after-service__product-button {
    margin-bottom: 0;
  }
  .obd-after-service--tent-drying .obd-after-service__product-tax {
    display: block;
    margin: 4px 0 0;
  }
  .obd-after-service--tent-drying .obd-after-service__faq {
    margin-top: 72px;
  }
  .obd-after-service--tent-drying .obd-after-service__stores {
    margin-top: 72px;
  }
  .obd-after-service--tent-drying .obd-after-service__stores-table {
    min-width: 560px;
  }
  .obd-after-service--tent-drying .obd-after-service__stores-prefecture,
  .obd-after-service--tent-drying .obd-after-service__stores-name,
  .obd-after-service--tent-drying .obd-after-service__stores-phone {
    font-size: 13px;
    line-height: 1.7;
    padding: 8px 0;
  }
  .obd-after-service--tent-drying .obd-after-service__stores-name {
    padding-left: 16px;
  }
}

.guide-contents .obd-after-service--tent-drying p.obd-after-service__compare-text {
  margin-top: 28px;
}
.guide-contents .obd-after-service--tent-drying h3.obd-after-service__product-name {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .guide-contents .obd-after-service--tent-drying p.obd-after-service__compare-text {
    margin-top: 20px;
  }
  .guide-contents .obd-after-service--tent-drying h3.obd-after-service__product-name {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=after-service-tent-drying.css.map */
