@charset "utf-8";
/*
Theme Name:未来創世ラボ
Version: 1.1
*/
/*============================
固定ページ共通
============================*/
/*============================
404ページ
============================*/
.kotei_Visual{
	position: relative;
}
.kotei_Visual .kotei_Visual_title{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: .1em;	
}
.kotei_Visual .kotei_Visual_title h1 {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .1em;
}
.error404 .ly_sect{	
    padding: 100px 0;
    text-align: center;
}
.error404 .ly_sect a{
	color: #1478f0;
    font-weight: bold;
}
	
	
	
	
	