/**
 * index.css
 * updatedAt: 2016.09.29
 * createdAt: 2016.09.29
 */

/*========================================

  index

========================================*/
/*----------------------------------------
  #P01-02
----------------------------------------*/
#P01-02 .lead {
  font-size: 112.4%;
  font-weight: 700;
  line-height: 1.6;
  color: #4c4c4c;
  text-align: center;
}
#P01-02 .benefit {
  margin-top: 55px;
}
#P01-02 .benefit section {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
#P01-02 .benefit .benefit-02,
#P01-02 .benefit .benefit-03 {
  margin-left: 5%;
}
#P01-02 .benefit .img-box {
  margin: 0 auto;
  max-width: 225px;
  width: 75%;
}
#P01-02 .benefit h3 {
  margin-top: 35px;
  text-align: center;
}
#P01-02 .benefit p.txt {
  margin-top: 10px;
}

@media(max-width:960px) {
  #P01-02 .benefit {
    margin-top: 40px;
  }
  #P01-02 .benefit .benefit-03,
  #P01-02 .benefit .benefit-04 {
    margin-top: 40px;
  }
}
@media(max-width:640px) {
  #P01-02 .lead {
    text-align: left;
  }
  #P01-02 .benefit {
    margin-top: 40px;
  }
  #P01-02 .benefit section {
    display: block;
    margin: 40px 0 0 !important;
    width: auto;
  }
  #P01-02 .benefit h3 {
    margin-top: 15px;
  }
}