/* CSS Document */


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url("../../image/404/img_kv_pc.png") no-repeat center center;
  background-size: cover;  
}

  .page-ttl img{
    width: 50%;
  }

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.lead{
	margin: 20px 0 50px;
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url("../../image/404/img_kv_sp.png") no-repeat center center;
    background-size: cover;  
  }    

