.notice {
    margin: 3rem auto;
    max-width: 1024px;
}

.notice__heading {
    color: #f00;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}

.notice__subTitle {
    color: #f00;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}

.notice__text {
    line-height: 1.5;
}

.notice__table {
    border: 1px solid #000;
    margin: 1em 0;
}

.notice__tableData {
    line-height: 1.5;
    padding: 0.5em;
}

.notice__precautionList {
    margin: 1em 0;
    padding-left: 1.25em;
}

.notice__precautionListItem {
    line-height: 2;
}

@media (width < 768px) {
    .notice {
        margin: 3rem 1rem;
    }

    .notice__heading {
        font-size: 1.5rem;
    }

    .notice__subTitle {
        font-size: 1.25rem;
    }
}
