@charset "UTF-8";
.note__btn-area-row {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
}
.note__btn-area-row .btn-m {
    margin: 0;
}
.note__btn-area-row .btn-m--short {
    width: calc(50% - 8px);
    box-sizing: border-box;
}
.note__topic {
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.5em;
}
.note__avoid {
    color: #FF0000;
}
.note__list {
    margin-top: 0.5em;
    padding-left: 1.5em;
    list-style: disc;
}
.note__list li + li {
    margin-top: 0.25em;
}
.text-m a {
    text-decoration: underline;
    color: #84784A;
}

@media screen and (min-width: 1025px) {
    .note__btn-area-row .btn-m--short {
        width: 245px;
    }
}
