/* 医院様専用のCSS */

@media print, screen and (min-width: 1025px) {
    .care02 {
        height: 11.44vw;
        background-position: bottom left;
        padding-bottom: 11vw !important;
    }
}
.care02 {
    height: 14.44vw;
    background-position: bottom left;
}
@media print, screen and (min-width: 1025px) {
    .access {
        padding-bottom: 14vw;
    }
}

.content .content-list .item .item-img .item-img-no {
    font-size: 8vw;
}
.item-img-no p {
    font-size:unset;
    margin-top:0;
}

@media print, screen and (min-width: 639px) {
    .content .content-list .item .item-img .item-img-no {
        font-size: 4vw;
    }
    .item-img-no p {
        font-size:unset;
        margin-top:0;
    }
}
