.pointmember__list__item {
  display: flex;
  padding: 10px 0;
}

.pointmember__list__item .time {
  text-align: center;
  padding-top: 30px;
}

.pointmember__list__item .time .date {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.pointmember__list__item .time span {
  font-size: 1.2rem;
  color: #afb8b6;
  font-weight: 700;
  text-transform: uppercase;
}

.pointmember__list__item .line {
  position: relative;
  width: 40px;
  margin: -10px 0;
}

.pointmember__list__item .line:before {
  content: '';
  display: block;
  border-left: 1px solid #dde6e8;
  position: absolute;
  left: 50%;
  height: 100%;
}

.pointmember__list__item .line .wrap {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
}

.pointmember__list__item .line .dots {
  width: 12px;
  height: 12px;
  background: #ee4326;
  border-radius: 50%;
}

.pointmember__list__item .content {
  width: calc(100% - 130px);
  background: #fff;
  box-shadow: 0 12px 40px rgba(28, 28, 30, 0.06);
  display: flex;
  align-items: center;
}

.pointmember__list__item .content .picture {
  overflow: hidden;
  display: block;
  position: relative;
  width: 154px;
  margin: 0;
}

.pointmember__list__item .content .picture:before {
  content: '';
  display: block;
  padding-top: 59.09091%;
}

.pointmember__list__item .content .picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.pointmember__list__item .text {
  margin: 0;
  color: #000;
  font-weight: 500;
  padding: 15px;
}

.pointmember__list__item .text {
  width: calc(100% - 100px);
  padding: 0 0 0 30px;
}

.pointmember__list__item:first-child .line:before {
  height: 50%;
  top: 50%;
  transform: translateY(0);
}

.pointmember__list__item:last-child .line:before {
  height: 100%;
  top: 0;
  transform: translateY(0);
}
