.mt-00 {
  margin-top: 0;
}

.box-v23__inquiry__text {
  margin: 0;
  color: #666666;
  font-size: 14px;
}

.content-v9 {
  margin-bottom: 36px;
}

.box-underline {
  padding: 25px 30px 30px 0;
  border-bottom: 1px solid #CACACA;
}

.box-underline .lead {
  margin-top: 0;
  margin-bottom: 13px;
}

.box-v23__inquiry__tel {
  margin-top: 12px;
}

.features_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.features_box > * {
  margin: 0;
}

.table__foot_img {
  width: 268px;
  margin: 36px 0 0 0;
}

.kyash_img {
  text-align: center;
}

.lead_text {
  margin: 30px 0 10px;
}

@media only screen and (max-width: 768px) {
  .box-underline {
    padding: 20px 0;
  }
  .content-v9 {
    margin-bottom: 20px;
  }
  .box-v23__inquiry__tel {
    text-align: left;
  }
  .kyash_img_top figure {
    margin-bottom: 28px;
  }
  .kyash_img {
    margin: 0;
  }
  .kyash_img img {
    width: 100%;
    max-width: 345px;
  }
  .kyash_img_mb img {
    margin-bottom: 28px;
  }
  .kyash_img_mb img:last-child {
    margin-bottom: 0;
  }
  .features_box figure {
    margin: 0 auto;
  }
  .lead_text {
    margin: 20px 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .features_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
  }
  .features_box > * {
    width: 441px;
    margin: 0;
  }
  .figure-wrap {
    margin-top: 60px !important;
  }
}