main[data-page-id="S13"] .cs-production-flow__mobile {
  display: none;
}

@media (max-width: 720px) {
  main[data-page-id="S13"] .cs-production-flow {
    --mobile-flow-green: #0d473d;
    --mobile-flow-green-deep: #07382f;
    --mobile-flow-teal: #1399a2;
    --mobile-flow-gold: #e5ad24;
    --mobile-flow-paper: #fffdf7;
    position: relative;
    padding: 70px 18px 76px;
    background:
      radial-gradient(circle at 2px 2px, rgba(13, 71, 61, .06) 1.2px, transparent 1.3px) 0 0 / 18px 18px,
      linear-gradient(180deg, #f9f7ef 0%, #edf4ef 54%, #f8f5ea 100%);
    color: #173b36;
    font-feature-settings: "palt" 1;
  }

  main[data-page-id="S13"] .cs-production-flow::before {
    top: 0;
    right: 0;
    left: auto;
    width: 176px;
    height: 12px;
    border-radius: 0;
    background: linear-gradient(90deg, var(--mobile-flow-teal) 0 62%, var(--mobile-flow-gold) 62%);
  }

  main[data-page-id="S13"] .cs-production-flow::after {
    top: 136px;
    right: -84px;
    bottom: auto;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(229, 173, 36, .28);
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 44px rgba(13, 71, 61, .022);
  }

  main[data-page-id="S13"] .cs-production-flow__inner {
    width: min(100%, 354px);
  }

  main[data-page-id="S13"] .cs-production-flow__inner::after {
    display: block;
    width: 72px;
    height: 5px;
    margin: 54px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--mobile-flow-teal) 0 63%, transparent 63% 71%, var(--mobile-flow-gold) 71%);
    content: "";
  }

  main[data-page-id="S13"] .cs-production-flow__heading {
    display: flex;
    width: 100%;
    margin: 0 auto 32px;
    flex-direction: column;
    text-align: left;
  }

  main[data-page-id="S13"] .cs-production-flow__heading h2 {
    order: 1;
    margin: 0;
    color: var(--mobile-flow-green-deep);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.58;
    text-align: left;
    text-wrap: pretty;
  }

  main[data-page-id="S13"] .cs-production-flow__pc,
  main[data-page-id="S13"] .cs-production-flow__mobile {
    display: inline;
  }

  main[data-page-id="S13"] .cs-production-flow__rule {
    order: 0;
    width: 102px;
    height: 6px;
    margin: 0 0 24px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--mobile-flow-teal) 0 75%, var(--mobile-flow-gold) 75%);
  }

  main[data-page-id="S13"] .cs-production-flow__heading p {
    order: 2;
    max-width: none;
    margin: 26px 0 0;
    color: #294a45;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15.5px;
    font-weight: 650;
    letter-spacing: .02em;
    line-height: 1.9;
    text-align: left;
  }

  main[data-page-id="S13"] .cs-production-flow__steps {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  main[data-page-id="S13"] .cs-production-flow__steps::before {
    top: 54px;
    bottom: 78px;
    left: 24px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, var(--mobile-flow-teal) 0 7px, transparent 7px 13px);
    opacity: .55;
  }

  main[data-page-id="S13"] .cs-production-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 76px;
    min-height: 138px;
    margin: 0 0 18px;
    padding: 20px 17px 18px 0;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(13, 71, 61, .16) !important;
    border-radius: 0 20px 20px 0;
    background: rgba(255, 253, 247, .96);
    box-shadow: 0 12px 25px rgba(18, 63, 55, .085);
    text-align: left;
  }

  main[data-page-id="S13"] .cs-production-flow__step:last-child {
    margin-bottom: 0;
  }

  main[data-page-id="S13"] .cs-production-flow__step::before,
  main[data-page-id="S13"] .cs-production-flow__step::after {
    display: none !important;
  }

  main[data-page-id="S13"] .cs-production-flow__number {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    display: grid;
    min-height: 86px;
    margin-left: -1px;
    align-self: stretch;
    place-items: center;
    border-radius: 0 12px 12px 0;
    background: var(--mobile-flow-green);
    box-shadow: inset -4px 0 0 var(--mobile-flow-gold);
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
  }

  main[data-page-id="S13"] .cs-production-flow__step > p {
    display: block;
    min-height: 0;
    margin: 0;
    color: #173b36;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 14.8px;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.7;
    text-align: left;
    text-wrap: pretty;
  }

  main[data-page-id="S13"] .cs-production-flow__visual {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(19, 153, 162, .18);
    border-radius: 16px;
    background: linear-gradient(145deg, #e9f5f4, #fffaf0);
  }

  main[data-page-id="S13"] .cs-production-flow__step--materials .cs-production-flow__visual {
    width: 76px;
    height: 76px;
  }

  main[data-page-id="S13"] .cs-production-flow__step--materials .cs-production-flow__visual img {
    width: 106px;
    height: 64px;
    object-fit: cover;
    object-position: 50% 50%;
    mix-blend-mode: multiply;
  }

  main[data-page-id="S13"] .cs-production-flow__checklist > *,
  main[data-page-id="S13"] .cs-production-flow__review-sheet > *,
  main[data-page-id="S13"] .cs-production-flow__laptop > * {
    display: none;
  }

  main[data-page-id="S13"] .cs-production-flow__checklist::before {
    width: 42px;
    height: 50px;
    border: 2px solid var(--mobile-flow-green);
    border-radius: 5px;
    background:
      linear-gradient(var(--mobile-flow-teal), var(--mobile-flow-teal)) 20px 13px / 15px 2px no-repeat,
      linear-gradient(var(--mobile-flow-teal), var(--mobile-flow-teal)) 20px 25px / 15px 2px no-repeat,
      linear-gradient(var(--mobile-flow-teal), var(--mobile-flow-teal)) 20px 37px / 15px 2px no-repeat,
      var(--mobile-flow-paper);
    box-shadow: inset 0 8px 0 #dcebea;
    content: "";
  }

  main[data-page-id="S13"] .cs-production-flow__checklist::after {
    position: absolute;
    top: 23px;
    left: 21px;
    color: var(--mobile-flow-gold);
    content: "✓\A✓\A✓";
    font-size: 12px;
    font-weight: 900;
    line-height: 12px;
    white-space: pre;
  }

  main[data-page-id="S13"] .cs-production-flow__devices {
    width: 76px;
    height: 76px;
  }

  main[data-page-id="S13"] .cs-production-flow__desktop {
    top: 16px;
    left: 10px;
    width: 52px;
    height: 38px;
    border: 3px solid var(--mobile-flow-green);
    border-radius: 5px;
    box-shadow: none;
  }

  main[data-page-id="S13"] .cs-production-flow__desktop::before {
    top: auto;
    bottom: -8px;
    left: 18px;
    width: 16px;
    height: 8px;
    border: 0;
    border-top: 3px solid var(--mobile-flow-green);
    background: transparent;
    transform: none;
  }

  main[data-page-id="S13"] .cs-production-flow__phone {
    right: 9px;
    bottom: 10px;
    width: 24px;
    height: 43px;
    border: 3px solid var(--mobile-flow-green);
    border-radius: 7px;
    box-shadow: 0 3px 7px rgba(13, 71, 61, .17);
  }

  main[data-page-id="S13"] .cs-production-flow__review-sheet::before {
    width: 44px;
    height: 52px;
    border: 2px solid var(--mobile-flow-green);
    border-radius: 4px;
    background:
      linear-gradient(var(--mobile-flow-teal), var(--mobile-flow-teal)) 9px 13px / 25px 2px no-repeat,
      linear-gradient(var(--mobile-flow-teal), var(--mobile-flow-teal)) 9px 23px / 25px 2px no-repeat,
      linear-gradient(var(--mobile-flow-teal), var(--mobile-flow-teal)) 9px 33px / 18px 2px no-repeat,
      #fff;
    content: "";
    transform: rotate(-4deg);
  }

  main[data-page-id="S13"] .cs-production-flow__review-sheet::after {
    position: absolute;
    right: 9px;
    bottom: 8px;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: var(--mobile-flow-gold);
    box-shadow: 0 2px 6px rgba(13, 71, 61, .15);
    color: var(--mobile-flow-green-deep);
    content: "✓";
    font-weight: 900;
  }

  main[data-page-id="S13"] .cs-production-flow__step--publish .cs-production-flow__laptop {
    width: 76px;
    height: 76px;
    background: linear-gradient(145deg, #fff4cf, #f7fbf6);
  }

  main[data-page-id="S13"] .cs-production-flow__step--publish .cs-production-flow__laptop::before {
    width: 48px;
    height: 35px;
    border: 3px solid var(--mobile-flow-green);
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(19, 153, 162, .16), transparent), #fff;
    box-shadow: 0 5px 0 -2px var(--mobile-flow-green);
    content: "";
  }

  main[data-page-id="S13"] .cs-production-flow__step--publish .cs-production-flow__laptop::after {
    position: absolute;
    top: 7px;
    right: 8px;
    bottom: auto;
    left: auto;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: var(--mobile-flow-gold);
    box-shadow: none;
    color: var(--mobile-flow-green-deep);
    content: "✓";
    font-weight: 900;
  }

  main[data-page-id="S13"] .cs-production-flow__actions {
    width: 100%;
    margin: 34px auto 0;
  }

  main[data-page-id="S13"] .cs-production-flow__cta {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 68px;
    padding: 15px 48px 15px 24px;
    gap: 0;
    border: 0;
    border-radius: 15px;
    background: var(--mobile-flow-green);
    box-shadow: 0 7px 0 var(--mobile-flow-green-deep);
    font-size: 15.5px;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1.45;
  }

  main[data-page-id="S13"] .cs-production-flow__cta span {
    position: absolute;
    right: 25px;
    width: 11px;
    height: 11px;
    border-width: 3px;
    border-color: var(--mobile-flow-gold);
  }
}

@media (max-width: 379px) {
  main[data-page-id="S13"] .cs-production-flow {
    padding-inline: 16px;
  }

  main[data-page-id="S13"] .cs-production-flow__heading h2 {
    font-size: 27px;
  }

  main[data-page-id="S13"] .cs-production-flow__heading p {
    font-size: 15px;
  }

  main[data-page-id="S13"] .cs-production-flow__step {
    grid-template-columns: 45px minmax(0, 1fr) 70px;
    padding-right: 14px;
    gap: 10px;
  }

  main[data-page-id="S13"] .cs-production-flow__number {
    font-size: 21px;
  }

  main[data-page-id="S13"] .cs-production-flow__visual,
  main[data-page-id="S13"] .cs-production-flow__step--materials .cs-production-flow__visual,
  main[data-page-id="S13"] .cs-production-flow__devices,
  main[data-page-id="S13"] .cs-production-flow__step--publish .cs-production-flow__laptop {
    width: 70px;
    height: 70px;
  }

  main[data-page-id="S13"] .cs-production-flow__step > p {
    font-size: 14.3px;
  }

  main[data-page-id="S13"] .cs-production-flow__cta {
    padding-inline: 20px 44px;
    font-size: 15px;
  }
}
