@charset "UTF-8";
/* 共通スタイル
---------------------------------------------------------------------------- */
.p-error-txt {
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-error-txt {
        font-weight: 700;
        text-align: left;
    }
}


