.kaeru-scheduled-notice {
    box-sizing: border-box;
}

.kaeru-scheduled-notice__title {
    margin: 0 0 .6em;
    font-weight: 700;
}

.kaeru-scheduled-notice__content > :first-child {
    margin-top: 0;
}

.kaeru-scheduled-notice__content > :last-child {
    margin-bottom: 0;
}

.kaeru-scheduled-notice--inactive {
    padding: 10px 12px;
    border: 1px dashed #aaa;
    background: #fafafa;
    font-size: 13px;
}
