@charset "utf-8"; 
.mainVis.is_service .mainInner {
    background-image: url(/images/service/mainImg.jpg);
}

.block-item.worksItems:first-child {
    border-right: dotted 2px #B3B3B3;
}

.block-item.worksItems p {
    margin-bottom: 2em;
}

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .mainVis.is_service .mainInner {
        background-image: url(/images/service/mainImg_sp.jpg);
    }

    .block-item.worksItems:first-child {
        border: none;
        margin-bottom: 2em!important;
    }
}

/* ===================================================================================
 for SP max-width: 480px
 =================================================================================== */
@media screen and (max-width: 480px) {
}
