.memo-box {
    box-sizing: border-box;
    margin: 28px 0;
    padding: 22px 18px 18px;
    border: 0;
    border-radius: 4px;
    background: #dff2e3;
    color: #222;
    line-height: 2;
}

.memo-box .memo-title {
    display: inline-block;
    margin: 0 0 10px;
    padding: 2px 6px;
    background: #188c50;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.memo-box > p:first-of-type {
    margin-top: 0;
}

.memo-box > p:last-child {
    margin-bottom: 0;
}
