@charset "utf-8";
/* サーボプレス */
.product_mv {
    background-repeat: no-repeat;
    background-position: 55% 0;
    background-attachment: fixed;
}
.servopress_ttl_sub{
    background-color: #124b9c;
    color: #fff;
    font-weight: 500;
}
.servopress_ttl{
    display: flex;
    align-items: center;
}
.servopress_component_block_ttl{
    background-color: #124b9c;
    color: #fff;
    font-weight: 500;
}
.servopress_component_block_ttl_sub{
    background-color: #fff;
    color: #124b9c;
}
.servopress_component_block_picture{
    text-align: center;
    display: block;
}
.servopress_component_list_wrap{
    background-color: #f0f4ff;
    box-shadow: 0 6px 8px rgba(18, 30, 46, 0.1);
}
.servopress_component_list > li::before{
    content: "・";
}
.servopress_component_list_img_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.servopress_table .product_table_border > th,
.servopress_table .product_table_border > td{
    border: solid 1px #251e1c;
    font-weight: 400;
}
@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/servopress/images/eyecatch.jpg);
    }
    .servopress_box_margin > dt{
        margin-top: 0;
    }
    .servopress_ttl_sub{
        font-size: 16rem;
        padding: 1rem 6rem 2rem;
        margin-left: 18rem;
    }
    .servopress_component_block_ttl{
        font-size: 24rem;
        line-height: 1;
        border-radius: 12rem;
        padding: 16rem 24rem;
        margin-bottom: 35rem;
        display: flex;
        align-items: flex-start;
    }
    .servopress_component_block_ttl_sub{
        font-size: 16rem;
        margin-left: 8rem;
        padding: 4rem 5rem 5rem;
    }
    .servopress_component_block_txt_info{
        font-size: 20rem;
    }
    .servopress_component_block_picture{
        margin-bottom: 40rem;
    }
    .servopress_component_list_wrap{
        border-radius: 12rem;
        padding: 23rem 24rem;
        font-size: 16rem;
        line-height: calc(30/16);
    }
    .servopress_component_list > li{
        text-indent: -17rem;
        padding-left: 17rem;
    }
    .servopress_component_list > li + li{
        margin-top: 3rem;
    }
    .servopress_component_list_img_wrap{
        gap: 10rem;
        margin-bottom: 40rem;
    }
    .servopress_component_list_wrap_flex{
        display: flex;
        align-items: start;
        justify-content: start;
        column-gap: 70rem;
    }
    .servopress_table_txt{
        font-size: 14rem;
        margin-top: 20rem;
        line-height: calc(24/14);
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/servopress/images/eyecatch_sp.jpg);
    }
    .servopress_component_block_ttl{
        font-size: 40rem;
        line-height: calc(52/40);
        padding: 30rem 35rem;
        margin-bottom: 35rem;
        border-radius: 20rem;
    }
    .servopress_component_block_ttl_sub{
        font-size: 24rem;
        margin-left: 15rem;
        margin-bottom: 8rem;
        padding-inline: 10rem;
        vertical-align: middle;
        display: inline-block;
    }
    .servopress_component_block_txt_info{
        font-size: 28rem;
    }
    .servopress_box_marker > dt{
        margin-top: 40rem;
    }
    .servopress_ttl_sub{
        font-size: 24rem;
        margin-left: 15rem;
        padding-inline: 10rem;
    }
    .servopress_component_block_picture{
        margin-top: 50rem;
    }
    .servopress_component_list_wrap{
        border-radius: 20rem;
        padding: 35rem 40rem;
        font-size: 24rem;
        margin-top: 55rem;
    }
    .servopress_component_list > li{
        text-indent: -26rem;
        padding-left: 26rem;
    }
    .servopress_component_list > li + li{
        margin-top: 10rem;
    }
    .product_table_wrap {
        width: 100%;
        overflow: scroll;
        margin-top: 50rem;
        padding-bottom: 80rem;
    }
    .product_table {
        width: 200%;
        border-collapse: collapse;
    }
    .servopress_table_txt{
        font-size: 24rem;
        margin-top: 50rem;
        line-height: calc(40/24);
    }
}

/* スライダー */
@media (max-width: 750px) {
    .swiper_container{
        position: relative;
    }
    .swiper{
        position: relative;
        margin-top: 50rem;
    }
    .swiper-wrapper {
        width: 100%;
    }
    .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 32px;
        height: 32px;
        background-size: 32px;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .swiper-button-next {
        background: url(/product/servopress/images/slider_arrow.svg) no-repeat center/ contain;
        right: -20rem;
    }
    .swiper-button-prev {
        background: url(/product/servopress/images/slider_arrow.svg) no-repeat center/ contain;
        transform: translateY(-50%) scale(-1, 1);
        left: -20rem;
    }
    .swiper-button-next.swiper-button-disabled, 
    .swiper-button-prev.swiper-button-disabled{
        opacity: 1;
    }
    .swiper-button-next::after, 
    .swiper-button-prev::after{
        display: none;
    }
}

/* スクロール */
@media (max-width: 750px) {
    .scroll-hint-icon {
        width: 215rem;
        height: 200rem;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 6px 8px rgba(18, 30, 46, 0.1);
        padding: 20rem 15rem;
        box-sizing: border-box;
        top: calc(50% - 28px);
        left: calc(50% - -20px);
    }
    .scroll-hint-text {
        font-size: 24rem;
        color: #124b9c;
        line-height: calc(32 / 24);
        text-align: center;
        font-weight: 700;
    }
    .scroll-hint-icon:before {
        background: url(/product/servopress/images/icon_scroll.svg) no-repeat center/ contain;
        width: 159rem;
        height: 87rem;
    }
    .scroll-hint-icon::after {
        content: none;
    }

    .servopress_table_wrap .simplebar-track.simplebar-horizontal {
        height: 24rem;
        background-color: #e7e7e7;
        border-radius: 12rem;
        max-width: 372px;
        margin: 0 auto;
    }
    .servopress_table_wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        height: 24rem;
        background-color: #868686;
        border-radius: 12rem;
        top: 0;
    }
    .servopress_table_wrap .simplebar-scrollbar:before{
        content: none;
    }
}