h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.3rem;
}

ul {
  padding-left: 1.5em;
  text-align: left;
}

li {
  margin-bottom: 0.5em;
}

code {
  background: #eee;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
}

.note {
  background: #fffae6;
  padding: 10px;
  border-left: 5px solid #f0c000;
  margin-top: 15px;
  text-align: left;
}

.example {
  margin-top: 10px;
  padding: 10px;
  background: #eef;
  border-left: 4px solid #88f;
  text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {

}