/* 医院様専用のCSS */

.list-item:nth-child(3) {
    border-left: 2px dotted #7f431d;
    border-right: 2px dotted #7f431d;
}
.list-item:nth-child(4) {
    border: none;
}
@media screen and (max-width: 767px) {
    .list-item:nth-child(3) {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #fff;
}
}