@charset "utf-8";
/* 結合システム */
.product_mv {
    background-repeat: no-repeat;
    background-position: 55% 0;
    background-attachment: fixed;
}
.product_common_ttl{
    position: relative;
}
.joining_application_box_wrap {
    box-shadow: 1px 6px 16px 0px rgba(0, 52, 127, 0.12);
    background-color: #fff;
}
.joining_application_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.joining_box_marker > dt:first-of-type {
    margin-top: 0;
}
.joining_box_marker dt.joining_box_marker_br {
    background-color: inherit;
    padding: 0;
}
.joining_box_marker_br > span {
    background-color: #f0f4ff;
    padding: 5rem 12rem;
    margin-bottom: 5rem;
    display: inline-block;
}
.joining_box_marker dd:not(:last-child) {
    border-bottom: 2px dotted rgba(18, 75, 156, 0.3);
}
.joining_application_figure {
    display: grid;
    place-items: center;
}
@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/joining/images/eyecatch.jpg);
    }
    .u_mt30 {
        margin-top: 30rem;
    }
    .product_common_ttl > sup{
        font-size: 62rem;
        position: absolute;
        top: 6rem;
        right: -32rem;
    }
    .joining_application_box_wrap {
        padding: 45rem 42rem;
    }
    .joining_box {
        margin-top: 30rem;
    }
    .joining_box_marker_wrap {
        margin-top: 30rem;
    }
    .joining_box_marker dd:not(:last-child) {
        padding-bottom: 20rem;
    }
    .joining_application_box {
        gap: 35rem 30rem;
    }
    .joining_application_figure {
        width: 230rem;
        row-gap: 18rem;
    }
    .joining_application_figure > figcaption {
        text-align: center;
        font-size: 16rem;
        white-space: nowrap;
    }
    .joining_application_figure_flex {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 38rem;
        margin-top: 38rem;
    }
    .joining_application_figure_flex > figcaption {
        font-size: 16rem;
    }
    .product_catalog_btn_note {
        width: 360rem;
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/joining/images/eyecatch_sp.jpg);
    }
    .common_ttl_1 {
        line-height: 1.17;
    }
    .u_mt30 {
        margin-top: 55rem;
    }
    .product_common_ttl > sup{
        font-size: 75rem;
        position: absolute;
        top: 1rem;
        right: -37rem;
    }
    .product_common_ttl_joining{
        line-height: calc(66/57);
        padding-bottom: 5rem;
    }
    .joining_box {
        margin-top: 55rem;
    }
    .joining_box_marker {
        margin-top: 40rem;
    }
    .joining_box_marker > dt {
        padding: 0 20rem;
    }
    .joining_application_box_wrap {
        padding: 60rem 40rem 35rem;
    }
    .joining_box_marker dd:not(:last-child) {
        padding-bottom: 45rem;
    }
    .joining_application_box {
        gap: 45rem 40rem;
        align-items: start;
    }
    .joining_application_figure {
        width: 46%;
    }
    .joining_application_figure > figcaption {
        font-size: 24rem;
        text-align: center;
    }
    .joining_application_figure {
        row-gap: 18rem;
    }
    .width_40{
        width: 40%;
    }
    .width_50{
        width: 50%;
    }
    .width_70{
        width: 70%;
    }
    .width_90{
        width: 90%;
    }
    .product_automatic_box_marker > dt {
        margin-top: 50rem;
    }
}
