    .content {
      font-family: "Yu Gothic", sans-serif;
      line-height: 1.8;
      padding: 16px;
      color: #222;
      background: #f9f9f9;
    }
    .content h1 {
      font-size: 24px;
      margin-bottom: 20px;
      border-left: 5px solid #0077aa;
      padding-left: 12px;
    }
    .content h2 {
      font-size: 20px;
      margin-top: 30px;
      border-left: 4px solid #4c9;
      padding-left: 10px;
      background: #e6f4f1;
      padding: 6px 10px;
    }
    .content h3 {
      font-size: 16px;
      margin-top: 16px;
    }
.denpo-flow ol {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.denpo-flow ol li {
  counter-increment: step-counter;
  position: relative;
  margin: 12px 0;
  padding-left: 2em;
  font-size: 15px;
  line-height: 1.7;
}

.denpo-flow ol li::before {
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #0077aa;
}
    .content .cta {
      background: #fff8e1;
      padding: 20px;
      margin-top: 40px;
      border: 1px solid #e0c97f;
    }
    .content .cta .styled-link {
      display: inline-block;
      margin-top: 10px;
      font-weight: bold;
      text-decoration: none;
      color: #0077aa;
    }
    .content details {
      margin-top: 10px;
      background: #f1f1f1;
      padding: 10px;
      border-radius: 4px;
    }
    .content summary {
      cursor: pointer;
      font-weight: bold;
    }

/*# sourceMappingURL=send-online.css.map */
