.tcf-tokushoho {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: #2e2a26;
    font-size: 0.98rem;
    line-height: 1.85;
}
.tcf-tokushoho__list {
    margin: 0 0 24px;
}
.tcf-tokushoho__list dt {
    font-weight: 700;
    color: #7f2629;
    margin-top: 14px;
    font-size: 0.98rem;
}
.tcf-tokushoho__list dd {
    margin: 4px 0 0;
    font-size: 0.98rem;
    line-height: 1.85;
}
.tcf-tokushoho__accordion {
    margin-bottom: 12px;
    border: 1px solid #e8e0d5;
    border-radius: 8px;
    background: #fff;
}
.tcf-tokushoho__accordion summary {
    padding: 12px 16px;
    font-weight: 700;
    font-size: 0.98rem;
    cursor: pointer;
    list-style: none;
}
.tcf-tokushoho__accordion summary::-webkit-details-marker {
    display: none;
}
.tcf-tokushoho__accordion-body {
    padding: 0 16px 14px;
    font-size: 0.98rem;
    line-height: 1.85;
}
.tcf-tokushoho__back {
    margin-top: 28px;
}

.tcf-bis-wrap {
    margin: 16px 0;
    padding: 14px 16px;
    border: 1px solid #e8e0d5;
    border-radius: 8px;
    background: #f8f4ed;
}
.tcf-bis-title {
    margin: 0 0 6px;
    font-weight: 700;
    color: #7f2629;
}
.tcf-bis-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.tcf-bis-email {
    flex: 1;
    min-width: 180px;
}
.tcf-bis-msg {
    margin: 8px 0 0;
    font-size: 13px;
}

@media (max-width: 781px) {
    .tcf-tokushoho {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .tcf-tokushoho__list dt,
    .tcf-tokushoho__list dd {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .tcf-tokushoho__accordion summary {
        font-size: 0.8rem;
    }
    .tcf-tokushoho__accordion-body {
        font-size: 0.8rem;
        line-height: 1.5;
    }
}
