@charset "UTF-8";

#profile + section.contents_box01 .content_wrapper {
position: relative;
}
#profile + section.contents_box01 .content_wrapper::before {
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/saibokukacom/image/20260203181523.png) no-repeat top right / 20%;
    top: -40px;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}
#message + .contents_box01 .heading.block_header_6:before {
    background: url(/common/upload_data/saibokukacom/image/20260203181523.png) no-repeat top right / 110px;
    top: -30px;
    left: 40px;
}

@media screen and (max-width: 768px) {
#profile + section.contents_box01 .content_wrapper::before {
    background-size: 35%;
}
#message + .contents_box01 .heading.block_header_6:before {
    left: 20px;
}
}

