@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/top/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}
h1 img {
  height: 46px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 55px 0 75px;  
}
.intro .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.intro .txt{
  font-size: 1.8rem;
  text-align:center;  
}
.intro .txt:nth-child(n+2){
  margin-top: 35px;  
}


.cont-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1338px;
  margin: 0 auto;
}
.cont-list li{
  max-width: 420px;
  width: calc((100% - 50px)/3);
  margin-bottom: 40px;
}
.cont-list .txt-area{
  position: relative;
  margin: -15% 20px 0;
  border-radius: 10px;
  background: #FFF; 
}
.cont-list .txt-area a{
  display: block;
  padding: 20px 15px;
  background: #7FBE26;
  border-radius: 10px; 
}
.cont-list .txt-area .txt{
  margin-bottom: 15px;
  text-align:center;
  font-size: 2.2rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;  
}
.cont-list .txt-area .btn span{
  max-width: 280px;
  height: 45px;
  line-height: 43px;
  font-size: 1.6rem;
  background-size: 20px auto;
  background-position: right 15px center;  
}





/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/top/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }

/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 35px 0;  
  }
  .intro .txt-lead{
    font-size: 1.8rem;
  }
  .intro .txt{
    font-size: 1.4rem;
    text-align: left;
  }
  .intro .txt:nth-child(n+2){
    margin-top: 12px;  
  }
  .cont-list{
    display: block;
    max-width: initial;
  }
  .cont-list li{
    max-width: initial;
    width: 100%;
  }
  .cont-list li+li{
    margin-top: 35px; 
  }
  .cont-list .txt-area{
    margin: -15% 15px 0;
  }
  .cont-list .txt-area .txt{
    margin-bottom: 15px;
    font-size: 2.4rem;  
  }



}

