@charset "UTF-8";

/*.inner_item_img{
    position: relative;
}*/

#custom+section{
    overflow: visible;
}

#custom+section .wrapper_item{
    position: relative;
}

#custom+section .inner_item_img:before{
    content:"";
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/common/upload_data/tochigi-rinseikancom/image/20220725152123.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#custom+section .inner_item_img:after{
    content:"";
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("/common/upload_data/tochigi-rinseikancom/image/20220725151349.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media screen and (max-width: 900px){
    #custom+section .inner_item_img:before{
    width: 40px;
    height: 50px;
    left: -15px;
    bottom: -50px;
    }

    #custom+section .inner_item_img:after{
    width: 40px;
    height: 50px;
    right: -15px;;
    bottom: -50px;
    }
}