@media (max-width: 1200px) {
    .robu{
        padding: 14px 44px 14px 27px;
        background-position: right 30px center;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .robu{
        background-position: right 30px center;
        margin: 0 20px;
    }
}

@media (max-width: 767px){
    .robu{
        background-position: right 50px center;
        padding: 14px 67px 14px 47px;
    }
}

@media (max-width: 576px){
    .robu{
        font-size: 14px;
        background-position: right 20px center;
        padding: 14px 44px 14px 27px;
        margin: 0 15px;
    }
}

.pro-wrap{
    position: relative;
    background-color: #f8f8f8;
    padding: 30px 0 0 0;
}

.pro-wrap h2{
    display: block;
    padding: 0 0 20px 8px;
    color: #464646;
    font-size: 32px;
}

.pro-wrap .wr02{
    position: relative; left: 0; top: 0;
    margin: 0 6.5% 40px 0;
    border-radius: 4px;
    background: white;
    box-shadow: 0 0 8px rgba(204,204,204,0.6);
    text-align: center;
}

.pro-wrap .wr02:hover{
    box-shadow: 0 0 8px rgba(12,194,221,0.6);
}

.pro-wrap .wr02.second{
    margin: 0 0 40px 6.5%;
}

.pro-wrap .wr02.printed{
    margin: 0 6% 40px 0;
}

.pro-wrap .wr02.printed.second{
    margin: 0 3% 40px 3%;
}

.pro-wrap .wr02.printed.third{
    margin: 0 0 40px 6%;
}

.pro-wrap .wr02 .im02{
    display: block;
}

.pro-wrap .wr02 .im02 img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.pro-wrap .wr02 .te02{
    display: block;
    font-size: 24px;
    color: #25282a;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 3% 4%;
    line-height: 1.2em;
}

.pro-wrap .wr02 .robu{
    position: relative;
    top: -23px;
}

.pro-wrap .wr02:hover .te02{
    margin-bottom: -1px;
    border-right: 1px solid #00c2df;
    border-bottom: 1px solid #00c2df;
    border-left: 1px solid #00c2df;
}

.pro-wrap .wr02.auto .te02{
    color: #555555;
}

.pro-wrap .wr02.printed .te02{
}

@media (max-width: 767px){

    .pro-wrap{
        padding-top: 30px;
    }

    .pro-wrap h2{
        text-align: center;
    }

    .pro-wrap .wr02,
    .pro-wrap .wr02.second,
    .pro-wrap .wr02.third,
    .pro-wrap .wr02.printed,
    .pro-wrap .wr02.printed.second,
    .pro-wrap .wr02.printed.third{
        margin: 0 0 40px 0;
    }
}