ul li {
  position: relative;
}
ul li::after,
ul li::before {
  display: block;
  content: '';
  position: absolute;
}
ul li::after {
  top: .35em;
  left: -1.2em;
  width: 30px;
  height: 30px;
  background-color: #330000;
  border-radius: 100%;
}
ul li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body{
	font-family: ヒラギノ丸ゴ ProN;
	overflow: scroll;
	background-color: #FFFFEF;
	width: 100vw;
	height: 100vh;
}

.title{
  color: #330000;
  font-size: 30px;
}

.text{
  font-size: 20px;
  text-decoration: none;
  padding: .75rem;
  color: #330000;
}
.text:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.vidual{
  position: relative;
  width: 60vw;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.proj_items_img{
  width: 60vw;
  height: auto;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dis1{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 3vw;
  top: 5vw;
}

.dis2{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 23vw;
  top: 5vw;
}

.dis3{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 43vw;
  top: 5vw;
}

.dis4{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 13vw;
  top: 25vw;
}

.dis5{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 33vw;
  top: 25vw;
}

.dis6{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 3vw;
  top: 45vw;
}

.dis7{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 23vw;
  top: 45vw;
}

.dis8{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 43vw;
  top: 45vw;
}

.dis9{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 13vw;
  top: 65vw;
}

.dis10{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 33vw;
  top: 65vw;
}

.dis11{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 3vw;
  top: 85vw;
}

.dis12{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 23vw;
  top: 85vw;
}

.dis13{
  width: 15vw;
  height: auto;
  position: absolute;
  left: 43vw;
  top: 85vw;
}
