/* PC */
@media (min-width: 992px) {

    .surveycol .topcol{
        background: #d1d1d1;
        border-radius: 1vw;
        padding: 2vw 2.8vw 3vw;
        line-height: 2.5vw;
        font-size: 1.2vw;
        letter-spacing: 0.25vw;
    }


    .surveycol .bottomcol{
        text-align: right;
    }

    .surveycol .bottomcol img{
        width: 20%;
        margin-right: 2vw;
        margin-top: -4.5vw;
    }

    .base .submidashi{
        width: 83%;
        margin: 3vw auto 0vw;
    }

    .basecol2{
        margin-left: 11%;
        /* letter-spacing: 0.1vw; */
        font-size: 1.05vw;
        margin-top: 1vw;
    }


    .survey .need{
        background: #fff;
        border: 1px dashed #d90000;
        border-radius: 1vw;
        padding: 2vw;
        position: relative;
        width: 56%;
        margin: 5vw auto 0;
    }

    .survey .need .title{
        position: absolute;
        top: -6vw;
        left: 22%;
        font-size: 1vw;
    }

    .survey .need p{
        text-align: left;
    }

    .survey .slacol img{
        margin: 4vw 0;
    } 

    .survey .support h2{
        letter-spacing: 0.2vw;
    }

}

/* PC以下サイズ */
@media (max-width: 991px) {


    .surveycol .topcol{
        background: #d1d1d1;
        border-radius: 1vw;
        padding: 3vw;
        line-height: 4vw;
        font-size: 3vw;
        letter-spacing: 0.25vw;
    }


    .surveycol .bottomcol{
        text-align: right;
    }

    .surveycol .bottomcol img{
        width: 25%;
        margin-right: 2vw;
        margin-top: -6vw;
    }

    .base .submidashi{
        width: 90%;
        margin: 3vw auto 0vw;
    }

    .basecol2{
        width: 90%;
        margin: 2vw auto;
    }

    .survey .nayami2 {
        margin: 5vw 0;
    }

    .survey .need{
        background: #fff;
        border: 1px dashed #d90000;
        border-radius: 1vw;
        margin-top: 5vw;
        padding: 4vw 2vw;
        position: relative;
        font-size: 2.5vw;
    }

    .survey .need .title{
        position: absolute;
        top: -6vw;
        left: 22%;
        font-size: 1vw;
    }

    .survey .need p{
        display: inline-block;
        text-align: left;
    }

    .survey .slacol img{
        margin: 4vw 0;
    } 


}