:root {
  --guide-blue: #376177;
  --guide-paper: #f8f0dd;
  --guide-gold: #c0a34b;
  --guide-content-width: 1040px;
}

.guide-main {
  --guide-edge-bleed: max(var(--main-pad), calc((var(--main-width) - var(--guide-content-width)) / 2));
  background: var(--guide-blue);
  color: var(--white);
}

.guide-nav {
  background: var(--guide-paper);
}

.guide-nav__menu {
  margin-top: 112px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.guide-copy {
  margin-bottom: 50px;
  line-height: 2em;
}

.guide-nav__menu a {
  display: block;
  margin-bottom: 20px;
  color: var(--guide-blue);
}

.guide-hero {
  padding: 188px 0 0;
  background: var(--guide-blue);
}

.lower-heading {
  padding-left: var(--main-pad);
}

.inner-pad {
  padding: 0 var(--main-pad) 0;
}

.guide-hero-left {
  padding-left: var(--main-pad);
}

.guide-hero-right {
  padding-right: var(--main-pad);
}

.guide-title {
  width: min(var(--guide-content-width), 100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 58px;
}

.lower-heading {
  margin-bottom: 89px;
}

.guide-title p {
  margin: -2px 0 0 6px;
  font-size: 14px;
  letter-spacing: 0.14em;
}

.guide-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  /*width: min(var(--guide-content-width), 100%);*/
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(55, 97, 119, 0.28);
  color: var(--guide-blue);
}

.guide-section-title--white {
  border-bottom-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.guide-section-title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 4.86vw, 80px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}

.guide-section-title p {
  margin: 0;
  font-family: var(--mincho);
  font-size: 26px;
  letter-spacing: 0.16em;
}

.guide-hero__body {
  width: min(var(--guide-content-width), 100%);
  margin: 0 auto;
  padding: 40px var(--main-pad) 92px;
}

.guide-hero__body p {
  margin: 0 0 54px;
  font-size: 16px;
  line-height: 3em;
  letter-spacing: 0.12em;
}
.guide-hero__body p .catch {
  display: block;
  margin-top: 40px;
  font-size: 32px;
  font-family: var(--mincho);
}
.guide-hero__body p span {
  display: block;
  margin-bottom: 30px;
}

.guide-hero__body img,
.guide-maintenance__image,
.guide-schedule__image {
  display: block;
  width: min(1120px, 100%);
  height: auto;
  aspect-ratio: 700/467;
  -o-object-fit: cover;
     object-fit: cover;
}

.left-img {
  background: url("../assets/figma/guide-design.jpg") 0 0 no-repeat;
  height: 600px;
  width: 100%;
  margin-bottom: 150px;
  background-size: cover;
}

.right-img1 {
  background: url("../assets/figma/guide-maintenance.jpg") 0 0 no-repeat;
  height: 600px;
  width: 100%;
  margin: 80px 0 60px;
  background-size: cover;
}

.right-img2 {
  background: url("../assets/figma/guide-schedule.jpg") 0 0 no-repeat;
  height: 600px;
  width: 100%;
  margin: 80px 0 90px;
  background-size: cover;
}

.guide-hero__body img {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 781px) {
  .guide-hero__body img {
    margin-left: calc(-1 * var(--guide-edge-bleed));
  }
  .guide-maintenance__image,
  .guide-schedule__image {
    margin-right: calc(-1 * var(--main-pad));
  }
}
.guide-performance,
.guide-schedule {
  padding: 120px 0 104px;
  background: var(--white);
  color: var(--guide-blue);
}

.guide-performance__lead {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 62px 1fr;
  grid-template-columns: 340px 1fr;
  gap: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*width: min(var(--guide-content-width), 100%);*/
  margin: 0 auto;
  padding: 56px 0 60px;
  max-width: 1040px;
}

.guide-performance__lead img {
  width: 100%;
  height: auto;
  aspect-ratio: 447/308;
  -o-object-fit: cover;
     object-fit: cover;
}

.guide-performance__lead h3 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.guide-performance__lead p,
.guide-maintenance__text {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}

.guide-band {
  /*width: min(var(--guide-content-width), 100%);*/
  margin: 0 auto 40px;
  max-width: 1040px;
}

.guide-band-lead {
  width: min(var(--guide-content-width), 100%);
  margin: -5px auto 34px;
  color: var(--guide-blue);
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}

.guide-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 auto 70px;
  max-width: 1040px;
}

.guide-card-grid article {
  min-height: 404px;
}

.guide-card-grid i {
  display: block;
  margin-bottom: 20px;
}

.guide-card-grid h4 {
  margin: 0 0 15px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.35;
  overflow-wrap: normal;
  letter-spacing: 0.08em;
  text-align: left;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

.guide-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 8px;
  min-height: 24px;
  margin-bottom: 14px;
}

.guide-tags span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  padding: 2px 12px 3px;
  background: #e9eef1;
  border-radius: 999px;
  color: var(--guide-blue);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.guide-card-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.92;
  letter-spacing: 0.08em;
}

.guide-card-grid--small article {
  min-height: 392px;
}

.guide-note {
  width: min(var(--guide-content-width), 100%);
  margin: 0px auto 80px;
  color: var(--guide-blue);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: center;
}
.guide-note span {
  border-bottom: 1px solid var(--guide-blue);
}

.guide-standard {
  width: min(var(--guide-content-width), 100%);
  margin: 42px auto 0;
  background: #fbf5e7;
  color: var(--guide-gold);
  text-align: center;
}

.guide-standard h3 {
  margin: 0;
  padding: 16px 13px;
  background: var(--guide-gold);
  color: var(--white);
  font-family: var(--mincho);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.guide-standard > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(192, 163, 75, 0.28);
  border-top: 0;
}

.guide-standard section {
  position: relative;
  padding: 20px 40px 40px;
  border-left: 1px dashed rgba(192, 163, 75, 0.48);
  text-align: center;
}

.guide-standard section:first-child {
  border-left: 0;
}

.guide-standard__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 164px;
  min-height: 26px;
  margin-bottom: 10px;
  padding: 4px 18px;
  background: var(--guide-gold);
  border-radius: 999px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}

.guide-standard h4 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.guide-standard__subtitle {
  margin-bottom: 14px !important;
  color: var(--guide-gold);
  font-size: 20px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.12em;
  text-align: center !important;
}

.guide-standard p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
  letter-spacing: 0.08em;
}

.guide-maintenance {
  padding: 120px 0 112px;
  background: var(--guide-blue);
  color: var(--white);
}

.guide-maintenance__image {
  width: min(var(--guide-content-width), 100%);
  margin: 58px 0 34px auto;
  max-width: 700px;
  aspect-ratio: 700/466;
}

.guide-maintenance__text {
  width: min(var(--guide-content-width), 100%);
  margin: 0 auto 35px;
}

.guide-chart {
  width: min(var(--guide-content-width), 100%);
  margin: 0 auto 35px;
  background: var(--white);
}

.guide-chart .pc {
  display: block;
  width: 100%;
  height: auto;
}

.guide-chart .sp {
  display: none;
}

.guide-bottom-text {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  font-size: 15px;
  width: min(var(--guide-content-width), 100%);
  margin: 0 auto 75px;
}

.guide-warranty {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 38px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto 42px auto;
      grid-template-areas: "main sub1" "main sub2";
  gap: 42px 38px;
  width: min(var(--guide-content-width), 100%);
  margin: 0 auto;
}

.guide-warranty .icon {
  text-align: center;
  padding-bottom: 10px;
}
.guide-warranty .icon img {
  max-width: 330px;
  margin: 0 auto;
}

.guide-warranty article {
  position: relative;
  min-height: 330px;
  padding: 40px 30px 30px;
  background: var(--white);
  color: #1f1f1f;
  font-family: var(--sans);
  text-align: center;
}

.guide-warranty article:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: main;
}

.guide-warranty article:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub1;
}

.guide-warranty article:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: sub2;
}

.guide-warranty article > span {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 104px;
  padding: 8px 12px;
  background: var(--guide-gold);
  color: var(--white);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  border-bottom-right-radius: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.guide-warranty h4 {
  margin: 0 0 50px;
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.guide-warranty h4:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 26px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B79846;
  border-radius: 2px;
}

.text {
  padding-top: 30px;
}

.guide-warranty p {
  margin: 0 0 22px;
  color: #1f1f1f;
  font-size: 13px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: left;
}

.guide-warranty__box .guide-warranty__year {
  margin-bottom: 0 !important;
}

.guide-warranty__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 28px 0 26px !important;
  color: var(--guide-gold) !important;
  text-align: center !important;
}

.guide-warranty__year small {
  padding: 6px 12px;
  background: #F5F5F5;
  font-size: 12px;
  line-height: 1;
}

.guide-warranty__year strong {
  font-family: inter;
  font-size: 58px;
  font-weight: 400;
  line-height: 0.9;
}

.guide-warranty__year em {
  font-style: normal;
  font-size: 18px;
}

.guide-warranty__box {
  margin-top: 86px;
  padding: 32px 34px;
  border: 1px dashed rgba(55, 97, 119, 0.6);
}

.guide-schedule {
  padding-top: 86px;
  padding-bottom: 130px;
}

.guide-schedule__image {
  width: min(var(--guide-content-width), 100%);
  max-width: 700px;
  margin: 52px 0 42px auto;
  aspect-ratio: 700/466;
}

@media (min-width: 781px) {
  .guide-maintenance__image,
  .guide-schedule__image {
    margin-right: calc(-1 * var(--main-pad));
  }
}
.guide-steps {
  display: -ms-grid;
  display: grid;
  gap: 80px;
  width: min(var(--guide-content-width), 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
}

.guide-steps li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 140px;
  grid-template-columns: 1fr 140px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 152px;
  padding: 60px 40px 40px 60px;
  background: var(--white);
  border: 2px solid rgba(192, 163, 75, 0.72);
  color: #1f1f1f;
  font-family: var(--sans);
}

.guide-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 26px solid var(--guide-gold);
}

.guide-steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  z-index: 1;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 21px solid var(--white);
}

.guide-steps li > span {
  position: absolute;
  top: -34px;
  left: 42px;
  color: var(--guide-gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.guide-steps .num {
  position: absolute;
  top: -55px;
  left: 42px;
  display: block;
  background: var(--white);
  padding: 0 10px;
  border: 0;
  color: var(--guide-gold);
  font-family: var(--display);
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0em;
}
.guide-steps .num span {
  color: var(--guide-gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.12em;
  display: block;
  text-align: center;
}

.guide-steps img {
  -ms-grid-column-align: center;
      justify-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.guide-steps h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.guide-steps p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.guide-steps .guide-steps__notice {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
  min-height: 86px !important;
  padding: 0 !important;
  place-items: center;
  background: var(--guide-gold) !important;
  border: 0 !important;
  color: var(--white) !important;
  font-family: var(--mincho) !important;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.guide-steps .guide-steps__notice span {
  position: relative;
  line-height: 86px;
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  top: initial;
  left: initial;
}
.guide-steps .guide-steps__notice span:before {
  content: "";
  position: absolute;
  background: url("../assets/figma/attention.png") 0 0 no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  left: -50px;
  top: 50%;
  margin-top: -18px;
}

.guide-steps__notice::before,
.guide-steps__notice::after {
  content: none !important;
}

.guide-main .global-footer {
  background: var(--guide-blue);
}

.attention {
  font-size: 14px;
  color: #1f1f1f;
  max-width: 1040px;
  margin: 60px auto 0px;
}
.attention span {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

@media (max-width: 1200px) {
  .guide-warranty {
    display: block;
  }
  .guide-warranty article {
    margin-bottom: 20px;
  }
}
@media (max-width: 780px) {
  .guide-card-grid h4 {
    margin-bottom: 10px;
  }
  .guide-hero__body p br {
    display: none;
  }
  .guide-hero__body p .catch {
    font-size: 20px;
    margin-top: 20px;
  }
  .guide-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
    font-size: 12px;
  }
  .lower-heading {
    padding-left: 0;
  }
  .guide-hero-left {
    padding-left: 0;
  }
  .left-img, .right-img1, .right-img2 {
    height: 250px;
    margin-bottom: 60px;
  }
  .right-img1, .right-img2 {
    margin-top: 30px;
  }
  .guide-hero__body p {
    margin-bottom: 20px;
  }
  .guide-section-title h2 {
    font-size: clamp(44px, 4.86vw, 80px);
  }
  .guide-hero,
  .guide-performance,
  .guide-maintenance,
  .guide-schedule {
    padding-left: 20px;
    padding-right: 20px;
  }
  .guide-card-grid h4 br {
    display: none;
  }
  .guide-card-grid i {
    margin-bottom: 15px;
  }
  .guide-hero {
    padding-top: 76px;
  }
  .guide-title {
    margin-bottom: 46px;
  }
  .guide-section-title {
    display: block;
  }
  .guide-chart .sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .guide-chart .pc {
    display: none;
  }
  .guide-hero__body img,
  .guide-maintenance__image,
  .guide-schedule__image {
    aspect-ratio: 16/9;
  }
  .guide-section-title p {
    font-size: 13px;
  }
  .guide-hero__body p span {
    margin-bottom: 20px;
  }
  .guide-hero__body p {
    font-size: 13px;
    line-height: 2.5em;
  }
  .guide-hero__body {
    padding-bottom: 30px;
  }
  .guide-performance__lead {
    gap: 20px;
  }
  .guide-performance__lead p, .guide-maintenance__text {
    font-size: 13px;
  }
  .guide-performance__lead p br, .guide-maintenance__text br {
    display: none;
  }
  .guide-band {
    margin-bottom: 25px;
  }
  .guide-card-grid p {
    font-size: 13px;
  }
  .guide-card-grid h4 {
    font-size: 15px;
  }
  .guide-tags span {
    font-size: 11px;
  }
  .guide-card-grid {
    display: block;
    margin-bottom: 40px;
  }
  .guide-standard section {
    border-left: none;
  }
  .guide-card-grid article {
    min-height: initial;
    padding-bottom: 40px;
  }
  .guide-warranty .icon img {
    max-width: 260px;
  }
  .guide-band-lead {
    font-size: 15px;
  }
  .guide-note {
    margin-top: -30px;
    font-size: 13px;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
  .guide-standard h3 {
    font-size: 16px;
    padding: 10px;
  }
  .guide-standard section {
    padding: 20px;
  }
  .guide-steps li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    z-index: 1;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 21px solid var(--white);
  }
  .guide-standard h4 {
    font-size: 24px;
  }
  .guide-steps .guide-steps__notice span {
    font-size: 16px;
  }
  .guide-standard__subtitle {
    font-size: 15px !important;
  }
  .guide-steps .guide-steps__notice {
    min-height: 60px !important;
  }
  .guide-steps .guide-steps__notice span {
    line-height: 60px;
    padding-left: 10px;
  }
  .guide-steps .guide-steps__notice span:before {
    content: "";
    position: absolute;
    background: url(../assets/figma/attention.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain;
    left: -30px;
    top: 50%;
    padding-left: 20px;
    margin-top: -13px;
  }
  .guide-standard p {
    font-size: 13px;
  }
  .guide-standard section:first-child {
    border-bottom: 1px dashed #c0a34b;
  }
  .guide-performance,
  .guide-schedule {
    padding: 80px var(--main-pad) 60px;
    background: var(--white);
    color: var(--guide-blue);
  }
  .guide-maintenance {
    padding-top: 80px;
  }
  .guide-bottom-text {
    font-size: 11px;
    margin-bottom: 40px;
  }
  .guide-warranty {
    display: block;
  }
  .guide-warranty h4 {
    font-size: 16px;
  }
  .guide-warranty__box {
    margin-top: 30px;
  }
  .guide-warranty .icon img {
    width: 100%;
  }
  .guide-warranty__box {
    padding: 20px;
  }
  .guide-warranty__year {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
  }
  .guide-steps .num {
    font-size: 50px;
    position: initial;
    margin: -30px auto 0;
  }
  .guide-steps .num span {
    font-size: 10px;
  }
  .guide-warranty__year strong {
    font-size: 30px;
  }
  .guide-warranty__year em {
    font-size: 13px;
  }
  .guide-warranty__year small {
    font-size: 11px;
  }
  .guide-maintenance {
    padding-bottom: 60px;
  }
  .guide-performance__lead,
  .guide-card-grid,
  .guide-standard > div,
  .guide-warranty,
  .guide-steps li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .guide-warranty {
        grid-template-areas: none;
  }
  .guide-warranty article {
    grid-area: auto !important;
    min-height: 0;
    padding: 48px 26px 34px;
    margin-bottom: 20px;
  }
  .guide-steps li {
    gap: 18px;
    min-height: 0;
    padding: 0px 20px 24px;
  }
  .guide-steps h3 {
    font-size: 18px;
    text-align: center;
  }
  .guide-steps p {
    font-size: 13px;
  }
  .guide-warranty__year {
    margin-bottom: 0 !important;
  }
  .guide-steps li > span {
    top: 18px;
    left: 24px;
  }
  .guide-steps b {
    position: static;
    width: auto;
    height: auto;
  }
  .guide-steps img {
    -ms-grid-column-align: start;
    justify-self: start;
    width: 80px;
    margin: 0 auto;
  }
  .guide-steps {
    gap: 60px;
  }
  .guide-standard section,
  .guide-warranty article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .attention {
    margin-top: 30px;
    font-size: 11px;
  }
  .inner-pad {
    padding: 0;
  }
  .guide-warranty__box {
    padding: 0;
    border: none;
    border-top: 1px dashed rgba(55, 97, 119, 0.6);
    padding-top: 10px;
  }
  .guide-hero__body {
    padding-left: 0;
    padding-right: 0;
  }
  .guide-steps .num {
    text-align: center;
  }
  .guide-steps img {
    width: 50px;
  }
  .guide-steps .pd {
    padding-right: 5px;
  }
  .guide-steps .guide-steps__notice span {
    padding-left: 20px;
  }
}