body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(to bottom, #e6f0fa, #ffffff);
  color: #333;
}

h2, h3 {
  font-weight: bold;
  color: #005bac;
  margin-top: 40px;
  margin-bottom: 20px;
}


strong {
  color: #005bac;
}

table {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

td {
  padding: 15px;
}

a:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0,91,172,0.3);
}

.tittle {
margin: 50px 550px 0 0; /* 左寄せにするため左に余白 */
      background-color: #007BFF; /* 青色 */
      color: white;
      padding: 10px 40px;
      border-radius: 20px;
      font-size: 24px;
      text-align: center;
      width: fit-content;
      font-weight: bold;
    }
    
h2 {
      text-align: center;
      font-size: 30px;
      color: #000;
      white-space: nowrap;

}

.flex-container {
  width: 720px;
  text-align: left;
  display: flex;
  align-items: center;       /* 上下中央揃え */
  justify-content: space-between;
  gap: 20px;

}

.text-box {
  flex: 1;  
  white-space: nowrap;
}

.image-box {
  display: flex;
  justify-content: center;     /* 左右中央揃え */
  align-items: center;         /* 上下中央揃え */
  padding: 10px;
  margin-top: 70px; /* テキストとの間隔 */
  padding: 0;      /* 余白をなくす */

}




