@charset "utf-8";
/* ------------------------------------- */
/*mv*/
/* ------------------------------------- */
.mv{
  background: url(../img/example/main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .mv{
    background:url(../img/example/main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/* ------------------------------------- */
/*実績リスト*/
/* ------------------------------------- */
.example-list{
  padding-bottom:140px;
}
.example-list .sec-inner{
  max-width:790px;
  padding:0 30px;
}
.example-list .list-inner{
  height:635px;
  overflow-y: scroll;
  border-radius: 10px;
}
.example-list .example-wrap{
  background: #fff;
  padding:0 20px;
}
.example-list .example-wrap li{
  line-height: 1.5 ;
  border-bottom: 1px solid #e5ebef;
  padding:20px;
}
.example-list .example-wrap li:last-of-type{
  border-bottom: 0;
}
/* ------------------------------------- */
/*準備中の場合*/
.example-list p.message{
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .example-list{
    padding-bottom:100px;
  }
  .example-list .sec-inner{
    padding:0 4%;
  }
  .example-list .example-wrap{
    padding:0 4%;
  }
}