@charset "utf-8";




.parts24__item {
    padding: 30px 30px 30px 35px;
    border: 1px solid;
    display: flex;
    color: #74C59E;
  }
    .parts24__item:not(:first-child) {
      margin-top: 35px;
    }
  
  .parts24__img {
    width: 340px;
    position: relative;
  }
  
  .parts24__num {
    width: 80px;
    height: 80px;
    font-size: 50px;
    color: #FAFAFA;
    background: #74C59E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: -16px;
  }
  
  .parts24__detail {
    width: 433px;
    margin-left: 32px;
    padding-top: 10px;
  }
  
  .parts24__ttl {
    margin-bottom: 19px;
    padding-bottom: 17px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px dashed #707070;
  }
  
  .parts24__text{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
  }