.ir.management.sima-project .phase {
  margin-top: 70px;
  background: rgba(0, 129, 204, 0.1);
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .ir.management.sima-project .phase {
    padding: 40px 5%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
.ir.management.sima-project .phase .phase-list {
  margin-bottom: 55px;
}
.ir.management.sima-project .phase .phase-list dt {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 129, 204, 0.6);
}
@media screen and (max-width: 767px) {
  .ir.management.sima-project .phase .phase-list dt {
    font-size: 1.25rem;
    padding-bottom: 0.3em;
  }
}
.ir.management.sima-project .phase .phase-list dt .phase-num {
  display: inline-block;
  width: 130px;
  padding: 10px;
  margin-right: 5px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  font-size: 1.125rem;
  color: #fff;
  background: rgba(0, 129, 204, 0.6);
  position: relative;
  /*&::after{
    content: '';
    display: block;
    width: 20px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    aspect-ratio: 20 / 43;
    background-color: rgba($color: $blue, $alpha: 0.7);
    position: absolute;
    right: -20px;
    bottom: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .ir.management.sima-project .phase .phase-list dt .phase-num {
    display: block;
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.ir.management.sima-project .phase .phase-list dd {
  font-size: 1rem;
  padding: 30px 25px;
  background: #fff;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .ir.management.sima-project .phase .phase-list dd {
    font-size: 0.9375rem;
  }
}
.ir.management.sima-project .phase .phase-list:nth-of-type(2) dt {
  border-bottom: 2px solid rgba(0, 129, 204, 0.75);
}
.ir.management.sima-project .phase .phase-list:nth-of-type(2) dt .phase-num {
  background: rgba(0, 129, 204, 0.75);
}
.ir.management.sima-project .phase .phase-list:nth-of-type(3) dt {
  border-bottom: 2px solid rgba(0, 129, 204, 0.9);
}
.ir.management.sima-project .phase .phase-list:nth-of-type(3) dt .phase-num {
  background: rgba(0, 129, 204, 0.9);
}
.ir.management.sima-project .phase .phase-list:last-of-type {
  margin-bottom: 0;
}
.ir.management.sima-project .phase .phase-list:last-of-type dt {
  border-bottom: 2px solid #0081CC;
}
.ir.management.sima-project .phase .phase-list:last-of-type dt .phase-num {
  background: #0081CC;
}/*# sourceMappingURL=sima-project.css.map */