body { font-family: Arial, sans-serif; line-height: 1.8; margin: 20px; } h1, h2 { color: #2c3e50; } p, li { color: #34495e; margin-bottom: 20px; /* 段落間のスペース */ } ul { list-style-type: none; padding: 0; margin-bottom: 20px; /* リストの段落間スペース */ } li { margin-bottom: 10px; } .container { max-width: 800px…