body { font-family: sans-serif; line-height: 1.6; margin: 20px; color: #333; }
.json-container { 
    background: #f9f9f9; 
    padding: 20px; 
    border: 1px solid #ccc; 
    border-radius: 8px; 
    /* コンテナ同士の上下の間隔を空けて、線が重ならないようにしました */
    margin-bottom: 30px; 
}
h2 { color: #2c3e50; border-bottom: 2px solid #2c3e50; padding-bottom: 5px; }
h3 { color: #e67e22; margin-top: 20px; }
ul { list-style: square; }
.qa-item { margin-bottom: 15px; }
.qa-question { font-weight: bold; color: #2980b9; }
.investment-reason { margin-left: 20px; }