.movie_sliderListWrap .slick-slide {
    height: auto !important;
    margin: 0 30px !important;
}

.movie_sliderListWrap .slick-prev {
    background: #333;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    left: 10px;
}

.movie_sliderListWrap .slick-prev:before {
    content: '' !important;
    width: 14px !important;
    height: 14px !important;
    position: absolute;
    top: 13px;
    left: 16px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.movie_sliderListWrap .slick-prev:after {
    display: none;
}

.movie_sliderListWrap .slick-next {
    background: #333;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    right: 10px;
}

.movie_sliderListWrap .slick-next:before {
    content: '' !important;
    width: 14px !important;
    height: 14px !important;
    position: absolute;
    top: 13px;
    right: 16px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.movie_sliderListWrap .slick-next:after {
    display: none;
}

/* コラムSlick */
.columSlider .slick-track {
    display: flex;
}

.columSlider .slick-slide {
    height: auto !important;
    margin: 0 30px !important;
}

.columSlider .slick-prev {
    background: #333;
    border-radius: 100px;
    width: 60px;
    height: 60px;
}

.columSlider .slick-prev:before {
    content: '' !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 20px;
    left: 22px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.columSlider .slick-prev:after {
    display: none;
}

.columSlider .slick-next {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: rotate(45deg);
}

.columSlider .slick-next:before {
    content: '' !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 20px;
    right: 22px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.columSlider .slick-next:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .mainSliderItem div[len]:not([len='1']):not(.slick-slide) {
        display: none;
    }
}

/* 20231107 追加class 画像調節 */
.clinic_img {
    width: 80%;
}

/* /20231107 追加class 画像調節 */

/* 20231109 font-size調節 診療内容箇所見出し */
.advantageListwrap .stageCol_point h2 {
    font-size: 16px;
}

.point_image_block img {
    object-fit: contain;
}

@media screen and (max-width: 640px) {
    .movie_sliderListWrap .slick-slide {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 500px) {
    .movie_sliderListWrap .slick-slide {
        margin: 0 5px !important;
    }

    .columSlider .slick-track {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .u-pc-only {
        display: none;
    }

    .resetaL {
        text-align: center !important;
    }
}

.contact_hide {
    display: none;
}

@media screen and (max-width: 768px) {
    .last_shot {
        margin-top: 0;
    }
}

.pc_br_1300 {
    display: none;
}

/* 20231117 余白取り */
.cautionWrap {
    padding-bottom: 100px;
}

.aboutWrap.bgImage {
    padding-top: 100px;
    padding-bottom: 50px;
}

/* /20231117 余白取り */

@media screen and (max-width: 1300px) {
    .pc_br {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .pc_br_1300 {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .pc_br_1300 {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .advantageListwrap .stageCol_text {
        width: 100%;
    }
}

.d-block {
    display: block;
}

.custom-btn {
    font-size: 18px;
    max-width: 500px;
}

/* /20231211 文中のリンク */
.custom-linkItem {
    font-size: 22px;
    background-color: #082755;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
}

.custom-linkItem-tel {
    font-size: 22px;
    background-color: #082755;
    color: #ffffff;
    padding: 1px 0px 1px 8px;
}

.custom-linkItem a {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .custom-btn {
        font-size: 14px;
        max-width: 324px;
    }
}

.br-sp {
    display: none;
}

.req_banner {
    display: flex;
    margin: 0 auto;
    max-width: 1080px;
    justify-content: space-evenly;
    padding-bottom: 47px;
}

@media (min-width: 601px) {
    .u-sp-only {
        display: none;
    }
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }

    .req_banner {
        display: block;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
}

.mainSliderItem div[len]:not(first-child):not(.slick-slide) {
    display: none;
}
