* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Yu Gothic', sans-serif;
  background: #f8fafc;
  color: #0f172a;
  line-height: 1.8;
}

a {
  color: #2563eb;
}

header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.nav {
  max-width: 880px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 800;
  font-size: 20px;
  color: #0f172a;
  text-decoration: none;
}

.hero {
  background: linear-gradient(180deg, #eff6ff, #f8fafc);
  padding: 64px 24px 56px;
  text-align: center;
}

.hero h1 {
  font-size: 34px;
  margin: 0 0 16px;
}

.hero p {
  font-size: 17px;
  color: #334155;
  max-width: 560px;
  margin: 0 auto 28px;
}

.button {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 24px;
}

section + section {
  margin-top: 56px;
}

h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.steps {
  display: grid;
  gap: 20px;
}

.step {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-num {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.step p {
  margin: 0;
  color: #475569;
  font-size: 14px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px;
  text-align: center;
}

.price {
  font-size: 40px;
  font-weight: 800;
  color: #2563eb;
}

.price .tax-note {
  font-size: 22px;
}

.pricing-note {
  color: #64748b;
  font-size: 14px;
  margin-top: 8px;
}

footer {
  border-top: 1px solid #e2e8f0;
  padding: 32px 24px;
  text-align: center;
  color: #64748b;
  font-size: 13px;
}

footer a {
  margin: 0 8px;
}

.legal main {
  max-width: 680px;
}

.legal h1 {
  font-size: 24px;
}

table.tokushoho {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

table.tokushoho th,
table.tokushoho td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

table.tokushoho th {
  width: 30%;
  color: #475569;
  font-weight: 600;
  white-space: nowrap;
}
