#content {
    background: #fff;
}

.navi-title {
    padding-top: 50px;
}

.navi-title img {
    vertical-align: sub;
    width: 100px;
}

.txt-sl-tkk {
    color: #595151;
    font-size: 24px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.txt-fn-tkk {
    color: #595151;
    font-size: 16px;
    font-weight: 500;
}

.btitle {
    font-family: 'DB Heavent Med';
    font-size: 40px;
    font-weight: 500;
    color: #595151;
    text-align: center;
    padding: 50px 0px;
}

.stitle {
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.stitle span {
    font-family: 'DB Heavent';
    font-size: 24px;
    font-weight: 400;
    color: #595151;
    padding: 0px 10px;
    cursor: pointer;
}

.stitle .active {
    font-family: 'DB Heavent Bold';
    font-weight: 700;
}

.box-list-brand {
    padding: 20px 0px 100px 0px;
}

.blist-title {
    background: #D9D9D9;
    height: 1px;
    position: relative;
}

.blist-title span {
    color: #595151;
    font-family: 'DB Heavent Med';
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    top: -24px;
    right: 0;
    background: #fff;
    padding-left: 10px;
    line-height: 1;
}

.blist-brand a,
.blist-brand span {
    text-decoration: none;
    color: #808080;
    font-family: 'DB Heavent Med';
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.txt-no-brand {
    text-align: center;
    font-family: 'DB Heavent';
    font-size: 32px;
    font-weight: 400;
    color: #808080;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mt-4x {
    margin-top: 1.5rem;
}

.mt-3x {
    margin-top: 1rem;
}

@media (max-width: 600px) {
    .navi-title {
        padding-top: 30px;
    }
    .navi-title img {
        width: 48px;
    }
    .btitle {
        font-size: 20px;
        padding: 10px 0;
    }
    .stitle {
        padding: 10px 0px 20px 0px;
    }
    .stitle span {
        padding: 0 5px;
        font-size: 12px;
    }
    .box-list-brand {
        padding: 10px 0px 30px 0px;
    }
    .blist-title span {
        font-size: 18px;
        top: -14px;
    }
    .mt-4x {
        margin-top: 10px;
    }
    .mt-3x {
        margin-top: 5px;
    }
    .blist-brand a,
    .blist-brand span {
        font-size: 12px;
    }
    .txt-no-brand {
        font-size: 12px;
    }
    .txt-fn-tkk {
        font-size: 14px;
    }
    .txt-sl-tkk {
        font-size: 18px;
    }
}