.slick-slider {
    touch-action: auto !important;
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
    display: none;
}

.lb-box:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    border-top: solid 1px #00677f;
}

.lb-img img {
    width: 100%;
}

.lb-box a {
    display: block;
    width: 100%;
    padding-top: 30px;
    text-decoration: none;
}

.lb-box a:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    background: #00677f;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.lb-date {
    font-size: 18px;
    font-weight: bold;
    color: #00677f;
    margin: 0 0 10px 0;
    text-align: center;
}

.lb-tt {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    color: #00677f;
    text-align: center;
}

.lb-box {
    margin: 0;
    overflow: hidden;
    padding-bottom: 70px;
}

.lb-box .slick-prev {
    left: 50%;
    bottom: 0;
    margin-left: -100px;
    top: auto;
    width: 44px;
    height: 44px;
    background: url(../images/left01.png) center no-repeat;
}

.lb-box .slick-slide {
    padding: 0 15px;
}

.lb-box .slick-next {
    right: 50%;
    bottom: 0;
    margin-right: -100px;
    top: auto;
    width: 44px;
    height: 44px;
    background: url(../images/right01.png) center no-repeat;
}