@media screen and (min-width: 1201px){
    .estate-heading--02 .estate-heading__ttl {
        font-size: 4.8rem;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }
}

.estate-heading__sttl {
    font-size: 2.7rem;
}

.estate-heading__sttl:before {
    width: 85px;
    top: 28px;
}

.none834under{
    display: inline-block;
}

@media screen and (max-width: 1200px){
    .estate-heading--02 .estate-heading__ttl {
        font-size: 3.5rem;
    }

    .estate-heading__sttl {
        font-size: 1.7rem;
        padding-left: 77px;
    }

    .estate-heading__sttl:before {
        width: 65px;
        top: 18px;
    }
}

@media screen and (max-width: 834px){
    .none834under{
        display: none;
    }
}

@media screen and (max-width: 640px){
    .estate-heading--02 .estate-heading__ttl {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 400px){
    .estate-heading--02 .estate-heading__ttl {
        font-size: 2.2rem;
    }

    .estate-heading__sttl:before {
        width: 40px;
        top: 15px;
    }

    .estate-heading__sttl {
        font-size: 1.5rem;
        padding-left: 47px;
    }
}