@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/admission-student/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 55px 0 75px;  
}
.intro .txt-lead{
  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: 25px;  
}


/* information
-----------------------------------------------------------------*/
.information .layout-box{
  justify-content: center;  
}
.information .info-box {
    max-width: 1000px;
    width: calc(70% - 15px);
}
@media screen and (max-width: 768px) {
  .information .info-box {
      width: 100%;
  }
}

.information .weboc{
	text-align: center;
	padding:40px 10px;
}




/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/admission-student/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;  
  }



}

