/* CSS Document */
#notfound{text-align: center; padding: 10rem 20px 12rem; color: #444;}

#notfound .tit{font-size: 4rem; line-height: 1; margin: 0 0 2.5rem; font-family: "M PLUS Rounded 1c", sans-serif;}
#notfound .tit span{display: block; font-size: 4.15em;}
#notfound .txt{font-size: 2rem;}
#notfound .desc{margin: 8rem 0 10rem; line-height: 2;}

@media (max-width: 768px) {
    #notfound .tit{font-size: 3.2rem;}
    #notfound .desc{text-align: left;}    
}