@charset "UTF-8";

#contents_wrap {
  padding: 10px 20px 180px;
}

h4 {
  position: relative;
  padding: 0 0.5em 0.5em 2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
h4::before,
h4::after {
  position: absolute;
  content: "";
  border-radius: 100%;
}
h4::before {
  top: 0.2em;
  left: 0.2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, 0.5);
}
h4::after {
  top: 0.7em;
  left: 0.7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, 0.5);
}
