@charset "UTF-8";
/* CSS Document */

.sec_error404{ border: solid 1px #ccc; padding: 100px 0; margin: 100px auto; text-align: center;}
.sec_error404 .tit{ font-size: 30px; line-height: 1.5; padding: 0 0 20px;}
.sec_error404 .txt{ font-size: 16px; line-height: 2; padding: 0 0 20px;}
.sec_error404 .return{ font-size: 16px; line-height: 2;}

@media screen and (max-width: 600px) {
.main_title .tit{ height: 105px;}

.sec_error404{ border: solid 1px #ccc; padding: 5%; margin: 50px 5%; text-align: left; box-sizing:border-box; }
.sec_error404 .tit{ font-size: 24px; line-height: 1.5; padding: 0 0 20px;}
.sec_error404 .txt{ font-size: 15px; line-height: 1.7; padding: 0 0 20px;}
.sec_error404 .return{ font-size: 15px; line-height: 1.7; text-align: right;}
}