@charset "UTF-8";


.p-features .lead {
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-features-flex {
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-features-block {
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}

.p-features-block .inner {
  padding: 35px 20px 20px;
}

.p-features-block .head {
    font-weight: bold;
    color: #156081;
    font-size: 2rem;
    margin: 0 0 20px;
}

.p-features-block .txt {
  font-size: 1.5rem;
  line-height: 2;
}

.p-features-heading {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    color: #156081;
}

.p-features-content + .p-features-content {
  margin: 80px 0 0;
  padding: 80px 0 0 ;
  border-top: solid 1px #DDDDDD;
}

.p-features-content .detail dt {
    border-bottom: solid 1px #156081;
    text-align: center;
    padding: 60px 0 40px;
    min-height: 195px;
    color: #156081;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 800;
}

.p-features-content .detail:first-child dt {
  background: url("../../../images/page/features/bg_number01_pc.png")no-repeat;
  background-size: 260px;
  background-position: center top;
}

.p-features-content .detail:nth-child(2) dt {
  background: url("../../../images/page/features/bg_number02_pc.png")no-repeat;
  background-size: 260px;
  background-position: center top;
}

.p-features-content .detail:nth-child(3) dt {
  background: url("../../../images/page/features/bg_number03_pc.png")no-repeat;
  background-size: 260px;
  background-position: center top;
}


.p-features-content .detail dd {
  padding: 40px 0 0;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (min-width: 768px){

  .p-features-block {
      width: 32%;
      max-width: 300px;
  }

  .p-features-content .detail {
      width: 30%;
      max-width: 260px;
  }


  .p-features-content:nth-child(2) .detail:first-child dt {
    padding: 40px 0;
  }

}



@media screen and (max-width: 767px){

  .p-features .lead {
    padding: 0 15px;
  }

  .p-features-flex {
    margin: 40px 0 0;
  }

  .p-features-block + .p-features-block {
    margin-top: 40px;
  }

  .p-features-block .inner {
    padding: 30px;
  }

  .p-features-block .head {
    margin: 0 0 15px;
  }

  .p-features-heading {
      font-size: 2rem;
  }

  .p-features-content + .p-features-content {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }

  .p-features-content .detail:first-child dt {
    background: url("../../../images/page/features/bg_number01_sp.png")no-repeat;
    background-size: 315px;
    background-position: center top;
  }

  .p-features-content .detail:nth-child(2) dt {
    background: url("../../../images/page/features/bg_number02_sp.png")no-repeat;
    background-size: 315px;
    background-position: center top;
  }

  .p-features-content .detail:nth-child(3) dt {
    background: url("../../../images/page/features/bg_number03_sp.png")no-repeat;
    background-size: 315px;
    background-position: center top;
  }

  .p-features-content .detail {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .p-features-content .detail + .detail {
    margin-top: 40px;
  }


}
