@media screen and (max-width:1180px){
/* /////////////////////////////
トップ画像
///////////////////////////// */

#top-image img.kumo{
    top: 0;
    right: 0;
    width: 35%;
}
    .wel .title{
        width: 100%;
    }
    
    .wel .title img{
        width: 20%;
        max-width: 200px;
    }
    
    .wel .content{
        width: 95%;
        max-width: 700px;
    }
    
    .wel .content li{
        width: 20%;
        max-width: 180px;
        height: 180px;
    }
    .wel .content li h3{
        font-size: 1.6rem;
    }
    .wel .content li.cross{
        width: 5%;
    }
    .wel .link a:after {
        right:5%;
    }
    /* /////////////////////////////
    放課後等デイサービスとは
    ///////////////////////////// */
    
    .what{
        width: 90%;
    }
    
    .what .top-icon{
        width: 10%;
        max-width: 150px;
    }
    .what .link a:after {
        right:5%;
    }
    /* /////////////////////////////
    ご利用までの流れ
    ///////////////////////////// */
    
    .flow .content{
        width: 80%;
    }
    
    .flow .step{
        width: 80%;
    }
    
    .flow .num{
        width: 20%;
    }

    .flow .cepa{
        width: 25%;
    }
    
    /* /////////////////////////////
    一日の流れ
    ///////////////////////////// */
    
    .day ul{
        width:90%;
    }
    
    .day ul li .step{
        width: 90%;
    }
    
    .day ul li .num{
        width: 30%;
    }
    
    .day ul li.right .step{
        margin: 0 0 0 auto;
    }
    
    .day ul li.left .step{
        margin: 0 auto 0 0;
    }
}