.shinbon-page {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  padding: 0 16px;
  background-color: #ffffff;
}

.shinbon-page h1 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}

.shinbon-page h2 {
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #cccccc;
  font-weight: bold;
}

.shinbon-page p {
  margin-bottom: 16px;
  font-size: 16px;
}

.shinbon-page ul {
  margin: 16px 0;
  padding-left: 20px;
}

.shinbon-page ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.voice-box {
  background-color: #f8f8f8;
  border-left: 4px solid #888888;
  padding: 12px;
  margin-bottom: 16px;
  font-size: 15px;
}

.faq-box {
  background-color: #f3f3f3;
  padding: 12px;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .product-item {
    width: 100%;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  body {
    font-size: 15px;
  }
}


/*# sourceMappingURL=shinbon-mimai.css.map */
