@charset "UTF-8";

main {
    background: url(/common/upload_data/dh-estatecom/image/20260717130007.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

main:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
    width: 100vw;
    height: 100%;
}

.contents_related {
    background: #fff;
}

.contents_related_tags {
    background: #fff;
}

#logo_image + .contents_box01 .inner_item_img img {
    width: fit-content !important;
}

#title + .hp ,
a[id*="subtitle_text"] + .contents_box01 {
    color: #fff;
}

#title + .hp .heading.block_header_1 p:before,
#title + .hp .heading.block_header_6 .h:before {
    display: none;
}

a[id*="subtitle_text"] + .contents_box01 .heading.block_header_1 .h,
a[id*="subtitle_text"] + .contents_box01 .heading.block_header_6 p {
    font-size: 2.75rem;
}