/*
Theme Name: ウンコード
Theme URI: https://example.com/uncode
Author: あなたの名前
Author URI: https://example.com
Description: 子供向けプログラミング学習のテーマ
Version: 1.0
*/

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
}

header {
  background: #ffd700;
  color: #333;
  text-align: center;
  padding: 50px 20px;
}

header h1 {
  font-size: 3rem;
  margin: 0;
}

header p {
  font-size: 1.2rem;
  margin: 10px 0 20px;
}

header {
  background: #ffd700;
  color: #333;
  padding: 20px 0;
  text-align: center;
}

header h1 {
  font-size: 2.5rem;
  margin: 0;
}

header h1 a {
  text-decoration: none;
  color: #333;
}

header p {
  margin: 5px 0;
  font-size: 1.2rem;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

nav ul li {
  display: inline;
}

nav ul li a {
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 12px;
  background: #ff4500;
  color: white;
  border-radius: 5px;
  transition: background 0.3s;
}

nav ul li a:hover {
  background: #e63e00;
}

.cta {
  display: inline-block;
  background: #ff4500;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.cta:hover {
  background: #e63e00;
}

main {
  padding: 20px;
}

section {
  margin-bottom: 50px;
  text-align: center;
}

section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

section ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

section ul li {
  background: #f9f9f9;
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.project-list,
.support-features {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.project,
.support-item {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  max-width: 300px;
  text-align: center;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 90%;
  max-width: 800px;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

table th {
  background: #ffebb8;
  font-weight: bold;
}

table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.testimonial {
  background: #fffbe7;
  border: 1px solid #ffd700;
  padding: 15px;
  margin: 10px auto;
  max-width: 600px;
  border-radius: 5px;
}

.testimonial p {
  font-style: italic;
  margin: 0 0 10px;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
