/* ベース設定 */
body {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.8;
  margin: 0;
  color: #333;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #A9CE45;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  background: #A9CE45;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 1.8rem;
}

main {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
}

h2 {
  border-left: 8px solid #A9CE45;
  padding-left: 0.5rem;
  margin-top: 2rem;
}

ul {
  padding-left: 1.2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
}

table th {
  background: #A9CE45;
  color: #fff;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 3rem;
}

footer small {
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  header h1 {
    font-size: 1.4rem;
  }

  table th, table td {
    font-size: 0.9rem;
  }
}

/* サイトイメージ */
.main_image img{
  width:100%;
}

.site_image {
  text-align: center;
  margin: 1rem 0;
}

.site_image img {
  width:100%;
  max-width: 680px;
  height: auto;
  display: inline-block;
  border-radius: 4px; /* 必要なら角丸 */
}

/* === サイトリンク === */
.site_link {
  margin: 1rem 0;
  text-align: center;
}

.site_link a {
  display: inline-block;
  background: #A9CE45;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.site_link a:hover {
  background: #89b13c;
  text-decoration: none;
}

/* === 特徴リスト === */
.feature_list {
  background: #f7f7f7;
  border-left: 5px solid #A9CE45;
  padding: 1rem;
  margin: 1rem 0;
}

.feature_list ul {
  margin: 0;
  padding-left: 1.2rem;
}

.feature_list li {
  margin-bottom: 0.5rem;
}

/* === 詳細説明 === */
.feature_detail {
  background: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1.5rem;
  margin: 1rem 0 2rem 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.feature_detail p {
  margin-bottom: 1rem;
}

.content_space{
    height:20px;
}

.section-lead {
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.highlight-list,.point-list{
    background: #f9f9f9;
    padding:6px 12px; 
    border-radius: 4px;
}

.highlight-list ul,
.point-list ul {
  list-style: disc;
}

.highlight-list li,
.point-list li {
  margin-bottom: 0.5rem;
}

strong {
  color: #5ab428;
}
