/*============================================================================
家庭の植栽向け雑草対策のすすめ
============================================================================*/
@charset "utf-8";

/*----------------------------------------------------------------------------
居住周りの草対策
----------------------------------------------------------------------------*/
article .shokusai1_photo{
    width:600px;
    height:320px;
    margin:20px auto 0 auto;
}

article .shokusai1_photo img{
    width:100%;
}

@media screen and (max-width:639px){
    article .shokusai1_photo{
        width:100%;
        height:auto;
        margin:2vw auto 0 auto;
    }
}

/*----------------------------------------------------------------------------
植栽での雑草対策
----------------------------------------------------------------------------*/
article .shokusai2_photo{
    width:840px;
    height:300px;
    margin:10px auto 30px auto;
    padding:0;
}

article .shokusai2_photo .image{
    float:left;
    width:400px;
    height:300px;
    margin:10px;
}

article .shokusai2_photo .image img{
    width:400px;
    height:300px;
    border-radius:10px;
}

article .shokusai2_tejun{
    width:740px;
    margin:20px auto 0 auto;
    padding:10px;
    background:linear-gradient(#fdd08c,#fff6f6);
    border-radius:10px;
    box-shadow:5px 5px 1px #fdaf3a;
}

article .shokusai2_tejun h4{
    color:#000000;
    font-size:32px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    padding:10px 0;
    margin:0;
}

article .shokusai2_tejun .item{
    width:710px;
    margin:10px;
}

article .shokusai2_tejun .item .image{
    float:left;
    width:300px;
    height:225px;
}

article .shokusai2_tejun .item .image img{
    width:300px;    
    border-radius:10px;
}

article .shokusai2_tejun .item .detail{
    float:left;
    width:400px;
    height:200px;
    margin-left:10px;
    padding:10px 20px;
    font-size:24px;
    line-height:32px;
}

/* 植栽の経過 */
article .shokusai4_keika{
    width:840px;
    margin:20px auto 0 auto;
}

article .shokusai4_keika h4{
    color:#000000;
    font-size:32px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    padding:10px 0;
    margin:0;
}

article .shokusai4_keika .row .image{
    float:left;
    width:400px;
    margin:10px 10px;
    padding:0;
}

article .shokusai4_keika .row .image img{
    width:400px;
    border-radius:10px;
}

article .shokusai4_keika .row .title{
    text-align:center;
}

@media screen and (max-width:639px){
    article .shokusai2_photo{
        width:100%;
        height:auto;
        margin:2vw 0 30px 0;
        padding:0;
    }
    
    article .shokusai2_photo .image{
        float:none;
        width:80vw;
        height:auto;
        margin:5vw auto 0 auto;
    }
    
    article .shokusai2_photo .image img{
        width:100%;
        height:auto;
        border-radius:2vw;
    }
    
    article .shokusai2_tejun{
        width:100%;
        margin:3vw auto 0 auto;
        padding:1vw;
        border-radius:2vw;
        box-shadow:1vw 1vw 0.5vw #fdaf3a;
    }
    
    article .shokusai2_tejun h4{
        font-size:5vw;
        line-height:5vw;
        padding:2vw 0;
    }
    
    article .shokusai2_tejun .item{
        width:80vw;
        margin:2vw auto 0 auto;
    }
    
    article .shokusai2_tejun .item .image{
        float:none;
        width:80vw;
        height:auto;
    }
    
    article .shokusai2_tejun .item .image img{
        width:100%;
        border-radius:2vw;
    }
    
    article .shokusai2_tejun .item .detail{
        float:none;
        width:100%;
        height:auto;
        margin-left:0;
        padding:0 0 4vw 0;
        font-size:4vw;
        line-height:5vw;
    }
    
    /* 植栽の経過 */
    article .shokusai4_keika{
        width:100%;
        margin:5vw auto 0 auto;
    }
    
    article .shokusai4_keika h4{
        font-size:5vw;
        line-height:5vw;
        padding:2vw 0;
    }
    
    article .shokusai4_keika .row .image{
        float:none;
        width:80vw;
        margin:2vw auto 5vw auto;
    }
    
    article .shokusai4_keika .row .image img{
        width:100%;
        border-radius:2vw;
    }
}

/*============================================================================
EOF
============================================================================*/
