@charset "utf-8";
.secNotfound{
    padding: 100px 0;
}
.secNotfound .inner{
    text-align: center;
}
.secNotfound .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight50_30);
    font-weight: bold;
}
.secNotfound .txt{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight32_20);
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secNotfound{
        padding: 50px 0;
    }
    .secNotfound .inner{
        text-align: center;
    }
    .secNotfound .tit{
        font-size: var(--spFontSize26);
        line-height: var(--spLineHeight42_26);
    }
    .secNotfound .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight22_14);
        margin-top: 30px;
        text-align: left;
    }
}