@charset "UTF-8";

#section_end + div.contents_btn01,
#section_top_1 + section.hp {
    overflow: visible;
}
#h_ttl+section .heading.block_header_3 {
    /* background: #379e4c; */
    background: #2c478c;
    box-shadow: 5px 5px 0 #2c478c;
}
#section_top_h + section.contents_box01 .heading.block_header_1 p,
#section_top_h + section.contents_box01 .heading.block_header_6 .h {
    color: #2c478c;
    border-bottom: 4px dotted #2c478c;
}
#section_top_1 + section.hp .heading.block_header_6 .h {
    color: #2c478c;
    border-bottom: 4px dotted #2c478c;
}
main>section:not([class*="pt"]) .heading.block_header_1 p,
main>section:not([class*="pt"]) .heading.block_header_6 .h {
    color: var(--i_main_color);
    border-bottom: 4px dotted var(--i_main_color);
}
/*------イラスト配置------*/
@media screen and (min-width: 601px) {
    main:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 140px;
        left: 3%;
        top: 7%;
        background: url(/common/upload_data/d1zemicom/image/20260609103507_4.png) no-repeat;
        background-size: contain;
        z-index: 1;
    }
    #section_end + div.contents_btn01:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 140px;
        right: 2%;
        top: 50%;
        background: url(/common/upload_data/d1zemicom/image/20260609103538.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 600px) {
    #section_top + div.composite_box01{
        padding-top: 100px;
}
    #section_top_1 + section.hp:before {
        content: "";
        position: absolute;
        width: 80px;
        height: 140px;
        left: 2%;
        top: 75%;
        background: url(/common/upload_data/d1zemicom/image/20260609103507_4.png) no-repeat;
        background-size: contain;
        z-index: 1;
    }
    #section_end + div.contents_btn01:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 140px;
        right: 2%;
        top: 50%;
        background: url(/common/upload_data/d1zemicom/image/20260609103538.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 440px) {
    #section_end + div.contents_btn01:after {
        width: 80px;
        right: 0;
    }
}