.menu .menu-ppv .big-category {
    color: var(--site-font-color-1);
}
.teller_prof .menu .text-1 .teller-talk {
    margin: 0;
    position: relative;
    width: 100%;
}
.teller_prof .menu .text-1 .title {
    font-size: 5cqw;
    display: inline;
}
.teller_prof .menu .text-1 .title .name_title {
    color: var(--site-font-color-1);
    font-size: 5.5cqw;
    line-height: 1.5;
}
.menu .text-1 .teller-talk .text_box {
    position: absolute;
    right: 0;
    top: 50px;
    left: unset;
    width: 40%;
    padding: 24px;
    background: var(--color-bg);
}
.menu .text-1 .img_style {
    width: 80%;
    margin-left: -5%;
}

.teller_prof dt {
    font-size: 1.5rem;
    font-weight: bold;
}
.teller-list {
    word-break: break-all;
}