/* 251002追記 日本語用style */
@media (max-width: 767px) {
    #rd-pipeline-detail-5 a {
        word-break: break-word;
    }
}

/* 251006追記 日本語用style */
@media (max-width: 767px) {
    .dropDownItem .flex span {
        width: calc(100% - 8vw);
    }
}

/* 251010追記 fancybox スクロール設定 */
#pipeline .fancybox__slide {
    position: fixed !important;
    overflow: hidden !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

#pipeline .fancybox__content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 70vh !important;
    overscroll-behavior: contain;
}

#pipeline .fancybox__content>.carousel__button.is-close {
    /* position: fixed;
    top: 5.7% !important;
    right: auto;
    left: calc(50% + 400px); */
}

@media (max-width: 767px) {
    #pipeline .fancybox__slide {
        /* padding-block: 11.3333333333vw; */
    }

    #pipeline .fancybox__content>.carousel__button.is-close {
        /* top: 7% !important;
        left: auto;
        right: 5%; */
    }
}

.rdTbale:nth-child(6) td:nth-child(4),
.rdTbale:nth-child(6) th:nth-child(4) {
    min-width: 270px;
}

/* 251016追記 パイプライン*/
.rdTbale:nth-child(3) td:nth-child(2),
.rdTbale:nth-child(3) th:nth-child(2) {
    max-width: 118px;
}

/* 251017追記 パンくず*/
@media (max-width: 767px) {
    .breadcrumbs {
        overflow: inherit;
        white-space: normal;
    }
}

/* 251017追記 Fancybox閉じるボタンカスタマイズ */
#pipeline .fancybox__slide .carousel__button.is-close {
    position: fixed !important;
    z-index: 9999 !important;
    top: 5.7% !important;
    left: calc(50% + 400px) !important;
    right: auto !important;
}

@media (max-width: 767px) {
    #pipeline .fancybox__slide .carousel__button.is-close {
        top: 9% !important;
        left: auto !important;
        right: 5% !important;
    }
}

/* 251020追記 ページネーション */
@media (max-width: 767px) {
    .nav-pagination-prev {
        margin-right: 0;
    }
    .nav-pagination-next {
        margin-left: 0;
    }
}

/* 251021追記  主力商品のロゴサイズ調整*/
.company_product_img_3 {
    height: 61px;
    gap: none;
}
@media (max-width: 767px) {
    .company_product_img_3 {
        height: 40px;
    }
}

/* 251028追記  パイプラインの詳細ニュース調整*/
@media (min-width: 768px) {
    .news-flex {
        display: flex;
    }
}

/* 251217追記  IR調整*/
@media (max-width: 767px) {
    .irPageNav:after {
        height: 160.466667vw!important;
    }
}

/* 251217追記  IRリンク矢印なし*/
.irTopPickInfo__item-content.arrow-none:after {
    content: none;
}