@charset "utf-8";
/* 部品指示ポケヨケシステム */
.pokayoke_feature_line{
    border-bottom: 2px dotted rgba(18, 75, 156, 0.3);
}
.pokayoke_related_figure_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pokayoke_related_figure{
    display: flex;
    flex-direction: column-reverse;
}
.pokayoke_related_figure > figcaption{
    color: #fff;
    background-color: #124b9c;
    text-align: center;
    padding-block: 10px;
    font-weight: 500;
}
.pokayoke_related_img_wrap{
    display: grid;
    place-content: center;
}
.pokayoke_related_txt_marker{
    background-color: #f0f4ff;
}
.pokayoke_related_txt{
    font-weight: 500;
}
@media (min-width: 751px) {
    .polkayoke_main .product_automatic_box_marker > dt{
        padding-inline: 5rem 15rem;
    }
    .pokayoke_feature_line{
        padding-bottom: 25rem;
    }
    .product_mv_sub{
        background: url(/product/smart-factory/pokayoke/images/eyecatch.jpg) no-repeat 50% 50%/ cover;
    }
    .pokayoke_related_figure_wrap{
        column-gap: 17rem;
        margin-bottom: 60rem;
    }
    .pokayoke_related_img_wrap{
        width: 270rem;
        height: 320rem;
        box-shadow: 0 4rem 10rem rgba(0, 52, 127, 0.12);
    }
    .pokayoke_related_txt_marker{
        padding-inline: 8rem;
    }
    .pokayoke_related_txt{
        font-size: 20rem;
        line-height: calc(34/20);
    }
    .product_catalog_btn_note {
        width: 360rem;
    }
}
@media (max-width: 750px) {
    .product_mv_sub{
        background: url(/product/smart-factory/pokayoke/images/eyecatch_sp.jpg) no-repeat 50% 50%/ cover;
    }
    .polkayoke_main .common_side_nav_target_item{
        padding-bottom: 50rem;
    }
    .polkayoke_main .product_line{
        padding-bottom: 50rem;
        margin-bottom: 50rem;
    }
    .pokayoke_related_figure_wrap{
        flex-direction: column;
        row-gap: 45rem;
        margin-bottom: 80rem;
    }
    .pokayoke_related_figure {
        width: 590rem;
        box-shadow: 0 4px 10px rgba(0, 52, 127, 0.12);
    }
    .pokayoke_related_img_wrap{
        height: 673rem;
    }
    .pokayoke_related_img_wrap > img {
        width: 100%;
    }
    .pokayoke_related_figure > figcaption{
        font-size: 28rem;
    }
    .pokayoke_related_txt{
        font-size: 32rem;
        line-height: calc(54/32);
    }
    .product_automatic_box_marker > dt {
        margin-top: 50rem;
    }
    .pokayoke_feature_line {
        padding-bottom: 50rem;
    }
}
