@charset "UTF-8";

#pattern2_2 + section.contents_box01 {
    overflow:visible;
}
#section_top + .contents_box01 .heading.block_header_1 p, 
#section_top + .contents_box01 .heading.block_header_6 .h {
    color: #FE8612;
    border-bottom: 4px dotted #FE8612;
}
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);
}
/* a[id^="pattern2"]+section */
a[id^="pattern2"]+section .heading.block_header_2 .h {
    /* background: #379e4c; */
    background: #FE8612;
}
a[id^="pattern2"]+section .heading.block_header_2 .h:after {
    background: #FE8612;
}
/*------イラスト配置------*/
@media screen and (min-width: 601px) {
    main:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 140px;
        left: 3%;
        top: 1%;
        background: url(/common/upload_data/d1zemicom/image/20260609103538_4.png) no-repeat;
        background-size: contain;
    }
    #pattern2_2 + section.contents_box01:after{
        content: "";
        position: absolute;
        width: 120px;
        height: 140px;
        right: 1%;
        top: 95%;
        background: url(/common/upload_data/d1zemicom/image/20260609103508.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 700px) {
    main:before {
        width: 80px;
        height: 140px;
        left: 2%;
        top: 1%;
    }
    #pattern2_2 + section.contents_box01:after{
        width: 80px;
        height: 140px;
    }
}


@media screen and (max-width: 600px) {
#section_top + .contents_box01 .wrapper_item {
        margin-top: 70px;
}
    main:before {
        content: "";
        position: absolute;
        width: 80px;
        height: 140px;
        left: 2%;
        top: 2.5%;
        background: url(/common/upload_data/d1zemicom/image/20260609103538_4.png) no-repeat;
        background-size: contain;
    }
    #pattern2_2 + section.contents_box01:after{
        content: "";
        position: absolute;
        width: 80px;
        height: 140px;
        right: 1%;
        top: 95%;
        background: url(/common/upload_data/d1zemicom/image/20260609103508.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 461px) {
    main:before {
        top: 3.5%;
    }
    #pattern2_2 + section.contents_box01:after{
        top: 94%;
    }
    #section_top + .contents_box01 .wrapper_item {
       margin-top: 90px;
}
}