body {
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    background: #f1f0ed; /* グレーパステル寄りの淡い背景 */
    margin: 0;
    padding: 40px;
    text-align: center;
    color: #555;
    position: relative; /* 絶対配置画像の基準 */
}

.container {
    background: #ffffff;
    padding: 45px;
    max-width: 600px;
    margin: auto;
    border-radius: 20px;
    border: 2px solid #d7d5d2;
    box-shadow: 0 4px 14px rgba(120, 120, 120, 0.15);
}

h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #a86f4e; /* 秋のくすみオレンジ */
    letter-spacing: 1px;
}

p {
    font-size: 1rem;
    line-height: 1.8;
}

.symbol {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #c6936b; /* 少し暗めのパステルオレンジ */
}

/* 左右下の画像配置 */
.img-left-bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 120px;
    opacity: 0.85;
}

.img-right-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 120px;
    opacity: 0.85;
}
