.row-base figure {
    text-align: center;
}





.main-type .all h3 {
    z-index: 9;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-left: 30px;
}

.main-type .all {
    margin-bottom: 32px;
    position: relative;
}

.row-net .box a::before {
    position: absolute;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.row-net .box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

.row-net .text {
    color: #fff;
    background-color: #16a6c1;
    padding: 15px;
    width: 127px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.row-net .text-title {
    color: #16a6c1;
    font-weight: 500;
    text-align: center;
}

.all img {
    height: 60px;
}

.area-all {
    padding: 15px;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    margin-top: 50px;
    background-color: #fff;

}



.area-all .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.area-all .metabox {
    color: #000;
    font-weight: 400;

}

@media screen and (max-width: 767px) {
    .row-base.base-1 figure {
        height: 38px;
    }

    .row-base .box {
        box-shadow: 1px 6px 10px 5px rgb(232 234 231);
        padding: 16px;
    }



    .row-base .metabox {
        margin-top: 25px;
        color: #000;
    }


}

@media screen and (min-width: 768px) {
    .row-base.base-1 figure {
        height: 77px;
    }

    .row-base .box {
        box-shadow: 1px 6px 10px 5px rgb(232 234 231);
        padding: 70px 16px 44px 16px;
    }

    .row-base .metabox {
        margin-top: 70px;
        color: #000;
    }
}

.row-base .box {
    background-color: #fff;
}