.cs-info {
    background-color: #f8f8f8;
    position: relative;
    font-family:
        Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui,
        sans-serif;
    color: #333;
    padding: 30px 30px;
    box-sizing: border-box;

    .cs-info_inner {
        color: #333;
        max-width: 950px;
        margin: 0 auto;
    }
    .cs-info_header {
        background-color: #86888a;
        position: relative;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        font-family: inherit;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        height: 50px;
        padding-top: 2px;
        box-sizing: border-box;
        border: none;
        border-radius: 10px 10px 0 0;
        transition: border-radius 0.3s;
        color: #fff;
    }

    .cs-info_body {
        border: 1px solid #86888a;
        border-top: none;
        padding: 0 25px;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
    }

    .cs-info_item {
        display: inline-block;
        font-size: 16px;
        line-height: 1.5;
        margin: 10px 0 20px;
        color: #3f3f3f;
        word-break: break-all;
    }

    .cs-info_carousel--single {
        .cs-info_item {
            margin: 10px 0;
        }
    }
}

.slick-prev:before,
.slick-next:before {
    content: "";
}
.slick-dots {
    bottom: 0;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: rgb(0, 0, 0);
}

.slick-prev {
    font-size: 0;
    left: -18px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    color: #333;
    line-height: 1;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-prev:before {
    content: "‹";
}

.slick-next {
    font-size: 0;
    right: -18px;
}

.slick-next:before {
    content: "›";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .cs-info {
        padding: 20px 10px;
        .cs-info-wrapper {
            padding: 20px 15px;
        }

        .cs-info_header {
            height: 28px;
            font-size: 13px;
            border-radius: 5px 5px 0 0;
        }

        .cs-info_body {
            padding: 0 24px;
            border-radius: 0 0 5px 5px;
        }

        .cs-info_item {
            font-size: 12px;
            line-height: 1.6;
            margin: 6px 0 16px;
        }

        .cs-info_carousel--single {
            .cs-info_item {
                margin: 6px 0;
            }
        }
    }

    .slick-prev {
        left: -22px;
    }

    .slick-next {
        right: -22px;
    }
}
