@charset "utf-8";

.process-ol li{
  position: relative;
  padding-bottom: 4em;
}

.process-ol li::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom:0.9em;
  margin: auto;
  width: 4rem;
  height: 4rem;
  display: block;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  transform: rotate( 90deg );
  content: "";
}

.process-ol li:last-child::after{
  content: "";
  display:none;
}

.process-ol li:last-child{
  padding-bottom:0;
}

.word-dl dt {
  display: list-item;
  margin: 0 0 0 2rem;
  list-style: disc outside;
}

.word-dl dd {
  margin: 0 0 1.5rem 3.1rem;
}

.word-dl dd:last-child {
  margin: 0 0 0 3.1rem;
}

.word-dl dd:before {
  margin: 0 0.5rem 0 -1.2rem;
  content: "-";
}

@media screen and (max-width: 480px) {
  .pl-2 ,
  .pr-2 {
    padding-right: 0;
  }    
}
