@charset "utf-8";
/* ▼secCmnHero背景 */
/* .secCmnHero::before{
    background-image: url(../img/news/imgCmnhero_bg.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnHero::before{
        background-image: url(../img/news/imgCmnhero_bg_sp.jpg);
    }
} */

/* secNotFound */
.secNotFound{
    margin-top: 10rem;
}
.secNotFound .Inner{
    text-align: center
}
.secNotFound .tit{
    font-size:var(--pcFontSize26);
    line-height:var(--pcLineHeight26_36);
    font-weight: bold;
}
.secNotFound .txt{
    font-size:var(--pcFontSize15);
    line-height:var(--pcLineHeight15_30);
    letter-spacing:var(--pcLetterSpacing15_100);
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .secNotFound{
        margin-top: 5rem;
    }
    .secNotFound .tit{
        font-size:var(--spFontSize18);
        line-height:var(--spLineHeight18_30);
    }
    .secNotFound .txt{
        text-align: left;
        font-size:var(--spFontSize13);
        line-height:var(--spLineHeight13_24);
        margin-top: 2rem;
        display: inline-block;
    }
}