table {
    border-collapse: collapse;
    width: 80%;
    margin-bottom: 1em;
  }
  
  table th,
  table td {
    border: 1px solid black;
    padding: 8px;
  }
  
  table thead {
    background-color: aliceblue;
  }
  
  h2 {
    border-left: 15px solid #0530AD;
    padding-left: 8px;
  }
  
  /* 画像の最大幅を設定 */
  img {
    max-width: 100%;
    height: auto;
  }

  h3 {
    margin-top: 1.5em;
    margin-bottom: 1.0em;
  }