/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2026 | 12:17:10 */
.life-stage-check {
  padding: 24px 16px;
  background: #f9f9fb;
  margin: 100px auto;
	max-width:960px;
}

.life-stage-check h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 8px;
}

.life-stage-check .lead {
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
}

#lifeForm h3 {
  font-size: 16px;
  margin: 20px 0 8px;
}

#lifeForm label {
  display: block;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
}

#lifeForm button {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  background: #e64b7a;
  color: #fff;
  border: none;
  border-radius: 8px;
}

.result-box {
  margin-top: 32px;
}

.rank-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
}

.rank-no {
  font-size: 18px;
  font-weight: bold;
  color: #e64b7a;
}

.rank-title {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0;
}

.rank-text {
  font-size: 14px;
  line-height: 1.6;
}

.rank-btn {
  margin-top: 12px;
  display: inline-block;
  padding: 10px 14px;
  background: #333;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}


#lifeForm select {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  color: #222;               /* ← 数字を濃く */
  background-color: #fff;    /* ← 背景を白で固定 */
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
      line-height: 0.9;
}

/* 矢印を自作（スマホ対応） */
#lifeForm select {
  background-image: 
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* 未選択時（「選択してください」） */
#lifeForm select option[value=""] {
  color: #999;
}
