body {
  font-family:
    "Noto Sans JP",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
}

.l-mv {
  text-align: center;
  background-image: url("bg_img.png");
  background-position: center;
  background-repeat: repeat;
}

img {
  display: block;
  margin: 0 auto;
}

p {
  font-size: 18px;
  margin-bottom: 30px;
}

li {
  font-size: 18px;
}

.lp-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.lp-section {
  margin: 60px 0;
}

.lp-section h2 {
  font-size: 24px;
  border-bottom: 2px solid #00B271;
  padding: 0 0 8px 8px;
  margin-bottom: 40px;
}

.heading-strong {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 30px 0;
  color: #00B271;
}

.lp-section-prep {
  background-color: #e5f5f2;
  padding: 32px 24px;
}

.devices {
  margin-bottom: 10px;
}

.setup-layout {
  display: flex;
  gap: 32px;
  align-items: center;
}

.setup-image img {
  width: 100%;
  max-width: 270px;
  height: auto;
  margin-bottom: 40px;
}

.setup-text {
  flex: 1;
}

.qa {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 30px 0 15px;
  color: #00B271;
}

.answer {
  padding-bottom: 30px;
}

.ref {
  background-color: #ffebbd;
  padding: 15px;
  font-size: 0.95rem;
}

.text-bold {
  font-weight: bold;
}

.text-orange {
  color: #ff6600;
}

.text-green {
  color: #00B271;
}

.text-highlight {
  background-color: #e5f5f2;
  padding: 2px 4px;
}

.text-small {
  color: #aaaaaa;
  font-size: 0.85rem;
}

.text-uline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.btn-primary {
/*  background-color: #00B271; 導入後これに差替 */
  background-color: #999999;
  color: #ffffff;
  margin: 5px 5px 10px 0;
}

.btn-secondary {
  background-color: #ffffff;
  color: #00B271;
  border: 1px solid #00B271;
  margin: 5px 5px 30px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .setup-layout {
    flex-direction: column;
    text-align: center;
  }

  p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .lp-section h2 {
    font-size: 21px;
    border-bottom: 2px solid #00B271;
    padding: 0 0 8px 8px;
    margin-bottom: 24px;
  }

  .heading-strong {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 24px 0;
    color: #00B271;
  }

  .setup-image img {
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
  }

  li {
    font-size: 16px;
    text-align: left;
    padding-bottom: 30px;
  }

}