@charset "UTF-8";

/*-------------ご案内、お問い合わせテキストカラー------*/
a#top_contact+div div .add_text, a#seo1+section .inner_item_txt p {
    color: var(--i_txt_color);
}

/*---------------------4つのお約束--------------------------*/
@media screen and (max-width: 480px) {
        a#pr4+ .composite_box01.block_images_1 a+.inner_item_txt {
    margin-bottom: 15px;
    } 
      a#pr4+.composite_box01 .inner_item_img {
     width: 70%;
    }
}

/*----------------7つの業務掃き出し----------------*/
.composite_box01.block_images_9[style*=" color: inherit"] .inner_item_txt .heading .h, .composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading .h {
    color: var(--i_main_color) !important;
    font-family: 'Noto Serif JP';
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.composite_box01.block_images_9[style*=" color: inherit"] .inner_item_txt .heading p, .composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading p {
    color: var(--i_txt_color);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

a[id*="c3"]+div .inner_item_txt > p {
    color: var(--i_txt_color);
}

a#c3+.composite_box01 .wrapper_item .inner_item {
    background: #fff;
}

a#pr4+ .composite_box01 .inner_item_img img {
    object-fit: contain;
}

a[id*="c3"]+div .inner_item_img img {
    object-fit: contain !important;
    border-radius: 0px !important;
}

a[id*="c3"]+div .inner_item > a::before {
    display: none;
}

a[id*="c3"]+div .inner_item_txt > p {
    border: none;
}

a#c3+.composite_box01.block_images_17 .inner_item:nth-of-type(5n-3) {
    margin-left: 20px !important;
}

@media screen and (max-width: 950px) {
a#c3+.composite_box01.block_images_17 .inner_item>a:nth-last-child(2) {
    width: 25%;
   }
}

@media screen and (max-width: 700px) {
    .composite_box01.block_images_17 .inner_item {
        width: 100% !important;
    }
    a#c3+.composite_box01.block_images_17 .inner_item:nth-of-type(5n-3) {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
}


/*----------------波線画像--------------*/
a#service+section {
    background-image: url(/common/upload_data/zeimu-omakasecom/image/20240522142036.png) !important;
    background-repeat: round !important;
    background-size: 450px !important;
    position: relative;
    height: 100%;
}

a#service+section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 0.5);
}

a#c3+div {
    background-image: url(/common/upload_data/zeimu-omakasecom/image/20240522142036.png) !important;
    background-repeat: repeat !important;
    background-size: 550px !important;
    position: relative;
    height: 100%;
}


a#c3+div:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 0.5);
}