/* 共通：Contact Form 7 72時間入力保持・復元メッセージ */
.form-restore-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4em;
    margin: 0 0 14px;
    padding: 0 1em;
    color: #e60000;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

p.form-restore-msg {
    margin: .75em auto;
    font-size: 16px;
}

/* mailformパターン */
body.page-template-page-contact p.form-restore-msg,
body.page-template-page-parts p.form-restore-msg {
    margin: 0 auto .75em;
}

.form-restore-msg[hidden] { display: none; }

.form-restore-msg__icon {
    width: 1.2em;
    height: 1.2em;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .form-restore-msg {
        font-size: 13px;
        margin-bottom: 10px;
    }
}
