﻿  .neo-guts-.neo-guts-body {
      font-family: "メイリオ", sans-serif;
      background-color: #fdfdfd;
      color: #333;
      margin: 0;
      padding: 0;
    }

    .neo-guts-header {
      background-color: #004080;
      color: white;
      padding: 1em;
      text-align: center;
    }

    .neo-guts-main {
      max-width: 960px;
      margin: 0 auto 1em auto;
      padding: 0 1em;
    }

    .neo-guts-title {
      font-size: 1.6em;
      color: #004080;
      margin:1em 0;
    }

    .neo-guts-image-wrapper {
      text-align: center;
      margin: 1.5em 0;
    }

    .neo-guts-image-wrapper img {
      max-width: 100%;
      height: auto;
    }

    .neo-guts-section {
      margin-bottom: 2em;
    }

    .neo-guts-section h2 {
      font-size: 1.3em;
      color: #004080;
      border-left: 5px solid #004080;
      padding-left: 0.5em;
    }
    .section h2 {
      font-size: 1.3em;
      color: #000;
      border-left: 5px solid #004080;
      padding: 0.5em;
      margin:4em 0 1em 0;
      background-color:#e9f4ff;
    }

    .neo-guts-section ul {
      padding-left: 1.2em;
    }

    .neo-guts-back-link {
      display: inline-block;
      margin-top: 2em;
      text-decoration: none;
      color: #004080;
      font-weight: bold;
    }

    .neo-guts-back-link:hover {
      text-decoration: underline;
    }
      .neo-guts-price-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 1em;
    }
    .neo-guts-price-table th,
    .neo-guts-price-table td {
      border: 1px solid #ccc;
      padding: 0.6em;
      text-align: center;
    }
    .neo-guts-price-table th {
      background-color: #004080;
      color: white;
    }
    .neo-guts-price-table tbody tr:nth-child(odd) {
      background-color: #f0f4f8;
    }
.neo-guts-feature-list {
      counter-reset: number;
      list-style: none;
      padding-left: 0;
    }
    .neo-guts-feature-list li {
      counter-increment: number;
      position: relative;
      padding-left: 2.2em;
      margin-bottom: 0.6em;
    }
    .neo-guts-feature-list li::before {
      content: counter(number) ".";
      position: absolute;
      left: 0;
      top: 0;
      color: #fc7d00;
      font-weight: bold;
      font-size:24px;
    }
.neo-guts-lead {
  background: linear-gradient(to right, #ffe5cc, #fff0e0);
  border-top: 3px solid #ff8000;
  border-bottom: 3px solid #ff8000;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1.2em 1em;
  margin: 1em auto;
}

.neo-guts-lead p {
  color: #000;
  margin: 0;
  line-height: 1.6;
}
.neo-guts-highlight {
  background-color: #fffbcc;
  padding: 0.1em 0.3em;
  border-radius: 4px;
  font-weight: bold;
  color: #000;
}
.auto-style1 {
	text-align: center;
	font-size: small;
}
/*関連商品*/
.ks-related-products {
  margin-top: 3em;
  padding: 2em 1em;
  background-color: #f8f9fc;
  border-top: 2px solid #ccc;
}

.ks-related-products h2 {
  font-size: 1.4em;
  color: #004080;
  border-left: 6px solid #ff8000;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.ks-related-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}

.ks-related-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  padding: 0.8em;
  width: 160px;
  text-decoration: none;
  color: #000;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ks-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ks-related-card img {
  display: block;
  height: 120px; /* 揃えたい高さ */
  width: 100%;   /* 親要素の幅に合わせて縮小 */
  object-fit: contain; /* 画像の縦横比を保持しつつ縮小 */
  max-width: 100%;
  box-sizing: border-box;
}
