@charset "utf-8";

#tpBlog h3 {
  color: #2a0e07;
  font-size: 1.4em;
  margin-bottom: 10px;
}
#tpBlog h4 {
  margin-bottom: 10px;
}
#tpBlog p strong {
  font-weight: bold;
  color: #900;
}

ul.dot_list {
  margin-bottom: 20px;
}
ul.dot_list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
ul.dot_list02 {
  list-style: none;
  padding-left: 0;
}
ul.dot_list02 li {
  display: flex;
  align-items: flex-start;
}
ul.dot_list02 li::before {
  content: "●";
  margin-right: 0.3em;
  width: 1em;  /* ●の枠幅を揃える */
  text-align: center;
  flex-shrink: 0;
}
