.stepTitle {
  min-height: 24px;
  padding: 0 0 0 65px;
  position: relative;
}

.stepTitle__fig {
  position: absolute;
  top: 0;
  left: 0;
}

.listCatch {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.listCatch__content {
  width: 33.33333%;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #eb5505;
  position: relative;
  text-align: center;
}

.listCatch__content.col2 {
  width: 50%;
}

.listCatch__content + .listCatch__content::before {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #000;
  content: '+';
}

.listCatch__content ul {
  font-weight: bold;
  color: #000;
}

.listCatch__content ul em {
  font-style: normal;
  color: #eb5505;
}

.listCatch__content p span {
  color: #000;
  display: block;
}

.listCatch__content p.listCatch__txt {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.listCatch__content p.listCatch__txt em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #eb5505;
  display: block;
}

@media screen and (max-width: 767px) {
  .listCatch {
    display: block;
  }
  .listCatch__content {
    width: 100%;
  }
  .listCatch__content.col2 {
    width: 100%;
  }
  .listCatch__content + .listCatch__content::before {
    margin: 10px auto;
    position: static;
    display: block;
  }
}

.listTable.col2 .listTable__content {
  width: 100%;
}

.listTable.col2 .listTable__content .listTable__head {
  width: 50%;
  border-right: 10px solid #fff;
}

.listTable.col2 .listTable__content .listTable__body {
  width: 50%;
  border-left: 10px solid #fff;
  background: #fff5ef;
}

.listTable__content {
  margin: 20px 0 0;
  display: table;
}

.listTable__content:first-child {
  margin-top: 0;
}

.listTable__head {
  width: 30%;
  padding: 20px 10px;
  display: table-cell;
  vertical-align: middle;
  background: #fff5ef;
}

.listTable__body {
  width: 70%;
  padding: 20px 10px 20px 20px;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}

.listTable__ttl {
  text-align: center;
}

.listTable__ttl span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.listTable__ttl span + span::before {
  width: 20px;
  height: 20px;
  margin: 10px auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  border-radius: 50%;
  background: #000;
  content: '+';
}

@media screen and (max-width: 767px) {
  .listTable.col2 .listTable__content {
    width: 100%;
  }
  .listTable.col2 .listTable__content .listTable__head {
    width: 100%;
    border-right: none;
  }
  .listTable.col2 .listTable__content .listTable__body {
    width: 100%;
    margin-top: 20px;
    border-left: none;
  }
  .listTable__content {
    display: block;
  }
  .listTable__head {
    width: 100%;
    padding: 15px 10px;
    display: block;
  }
  .listTable__body {
    width: 100%;
    padding: 15px 10px;
    display: block;
  }
  .listTable__ttl {
    text-align: center;
  }
  .listTable__ttl span {
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  .listTable__ttl span + span::before {
    width: 20px;
    height: 20px;
    margin: 10px auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    border-radius: 50%;
    background: #000;
    content: '+';
  }
}
