/*　箇条書きのスタイル　*/

.list ul {
  list-style-type: disc;
  padding-left: 20px;
}

.list li {
  margin-bottom: 5px;
}

.list a {
  text-decoration: none;
  color: #007BFF; 
}

.list a:hover {
  text-decoration: underline;
}  