@charset "utf-8";
/* utility */
.section-page-title {
  background: url(/corp/set/data/technology/research/story-event/011/img/p/img-mv.jpg) no-repeat center center;
  background-size: cover;
}
.indentBlock{
  display: inline-block;
  padding-left: 2em;
}
.indentBlock .-indent{
  display: block;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 1.5em;
  word-break: break-all;
}
.indentBlock .-indent:last-child{
  margin-bottom: 0;
}
.indentBlock .-indent:before{
  border-radius: 50%;
  content: '';
  background: #000;
  width: .4em;
  height: .4em;
  position: absolute;
  left: 0;
  top: 1em;
}