.p-step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  padding: 0 16px;
  position: relative;
}

.p-step::before,
.p-step::after {
    content: '';
    display: block;
    width: 16px;
    height: 60px;
    position: absolute;
    top: 0;
  }

  .p-step::before {
    border-top: 30px solid #666;
    border-bottom: 30px solid #666;
    border-left: 16px solid #fff;
    left: 0;
  }

  .p-step::after {
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-left: 16px solid #666;
    right: 0;
  }

.p-step--start::before {
    display: none;
  }

.p-step--end::after {
    display: none;
  }

  .mirudake-Icons li {
    position: relative;
    padding-left: 75px;
    padding-top: 10px;
  }
  
  .mirudake-Icons li + li {
    margin-top: 20px;
  }
  
  .mirudake-Icons img {
    width: 40px;
    height: auto;
  }
  
  .mirudake-Icons_Item {
    position: absolute;
    left: 0;
    top: 0;
  }
  .mirudake-Icons_Item:after {
    content: "…";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0.5em;
    left: 0;
    padding: 0 10px;
  }
  .mirudak-flex{
    display: flex; 
    gap: 20px; 
    margin: auto; 
    text-align: center;
    flex-direction: column;
    align-items: flex-start;

  }
@media print, screen and (min-width: 641px) {
  .mirudak-flex{
    flex-direction: row;
  }
}
