
/* 3つの理由 */
#reason {
  background-image: url(../img/index/reason.png);
  background-repeat: no-repeat;
  width: 796px;
  height: 570px;
  font-size: 15px;
  line-height: 24px;
}
#reason1 {
  float: left;
  width: 220px;
  padding: 337px 0px 0px 20px;
}
#reason2 {
  float: left;
  width: 220px;
  padding: 337px 0px 0px 55px;
}
#reason3 {
  float: left;
  width: 220px;
  padding: 337px 0px 0px 50px;
}

/* 難易度 */
#difficult {
  background-image: url(../img/index/difficult.jpg);
  background-repeat: no-repeat;
  width: 759px;
  height: 149px;
  font-size: 16px;
  line-height: 25px;
  padding: 85px 0px 0px 37px;
  margin: 40px 0px 0px 0px;
}

/* 業務メニュー */
#service {
  background-image: url(../img/index/service.png);
  background-repeat: no-repeat;
  width: 796px;
  height: 262px;
  text-align: center;
  padding: 75px 0px 0px 0px;
  margin: 40px 0px 40px 0px;
}
#service_space {
  height: 6px;
}



