@charset "utf-8";

.cont-parts24 [class$="__contWrap"] {
  margin: 0 auto 80px;
}

.parts24__item {
    padding: 30px 30px 30px 35px;
    border: 1px solid #CCCCCC;
    display: flex;
  }
    .parts24__item:not(:first-child) {
      margin-top: 38px;
    }
  
  .parts24__img {
    width: 340px;
    position: relative;
  }
  
  .parts24__num {
    width: 90px;
    height: 84px;
    font-size: 50px;
    color: #fff;
    background: #53AF26;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: -21px;
  }
  
  .parts24__detail {
    width: 433px;
    margin-left: 32px;
  }
  
  .parts24__ttl {
    margin-bottom: 16px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    background-image: linear-gradient(to right, #707070, #707070 6px, transparent 6px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    
  }
  
  .parts24__text{
    font-size: 14px;
    color: #333;
    line-height: 1.7;
  }

  /* ページ内リンク */
  #service,
  #preview,
  #important,
  #mail {
    padding-top: 210px;
    margin-top: -210px;
  }