body {
    font-family: "Segoe UI", "Hiragino Sans", "メイリオ", sans-serif;
    line-height: 1.8;
    padding: 20px;
}
h1 {
    margin-bottom: 10px;
}
ul {
    margin-top: 0;
}
.note {
    margin-top: 20px;
    font-size: 0.95em;
    color: #555;
}
.image-box {
    text-align: center;
    margin: 25px 0;
}
.image-box img {
    max-width: 280px; 
    height: auto;
    border-radius: 8px;
}
.caption {
    font-size: 0.9em;
    color: #555;
    margin-top: 8px;
}
.note {
    margin-top: 20px;
    font-size: 0.95em;
    color: #555;
}