
@charset "UTF-8";

.content_wrapper {
    padding: 0 4% !important;
}

.heading.block_header_5 .h {
    color: #005555;
}

@media screen and (max-width: 900px) {
    #contact_flow_pict + div .block_header_4 .h {
        font-size: 2.3rem !important;
    }
    #contact_flow_pict + div .inner_item_img img {
        width: 60% !important;
        height: 80% !important;
        object-fit: contain;
    }
}

@media screen and (min-width: 481px) {
    #contact_flow_pict + .composite_box01 .inner_item {
        background: url(/common/upload_data/shizuchucojp/image/20210619113102_1.png) center right no-repeat;
        background-size: 20px;
        padding-right: 20px;
    }
    #contact_flow_pict + .composite_box01 .inner_item:last-child {
        background:none;
        padding-right: 0px;
    }
}

@media screen and (max-width: 480px) {
    #contact_flow_pict + .composite_box01 .inner_item {
        background: url(/common/upload_data/shizuchucojp/image/20210619113102.png) center bottom no-repeat;
        background-size: 20px;
        padding-bottom: 20px;
    }
    #contact_flow_pict + .composite_box01 .inner_item:last-child {
        background:none;
        padding-bottom: 0px;
    }
}