/*
* nca_service_solutions_nx-green.css
* /service/solutions/nx-green.html
*/

@charset "UTF-8";
/* =================================
NCA対応　他社対応cssから水色枠と紫枠部分取り出し（section内）
================================= */
.nca_imgTxtBlockImg>:first-child {
    margin-top: 0;
}

.nca_picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;
    width: 100%;
}

.nca_pictureInner {
    border-radius: min(24px, 1.6666666667vw);
    display: block;
    overflow: hidden;
}

.nca_pictureInner img {
    width: 100%;
}

.nca_list {
    margin-top: 24px;
}

.nca_list.nca_circle>li, .nca_list.nca_disc>li, .nca_list.nca_smallDisc>li {
    padding-left: 16px;
}

.nca_list>li {
    padding-left: 32px;
    position: relative;
}

.nca_list.nca_circle>li:before, .nca_list.nca_disc>li:before, .nca_list.nca_smallDisc>li:before {
    background: #282828;
    border: 1px solid #282828;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 6px;
}

.nca_list>li:not(:first-child) {
    margin-top: min(16px, 1.1111111111vw);
}

.nca_InFl {
    display: inline-flex!important;
}


@media print, screen and (768px <= width) {
    .imgTxtBlock:has(.nca_imgTxtBlockLead:first-child) {
        -ms-grid-columns: 46.15% 49.23%;
        grid-template-columns: 46.15% 49.23%;
    }

    .nca_picture, .nca_point>li:not(:first-child), .nca_pointItem:not(:first-child) {
        margin-top: min(48px, 3.3333333333vw);
    }

    .nca_linkList03, .nca_list {
        margin-top: min(24px, 1.6666666667vw);
    }
}


@media screen and (width < 768px) {
    .nca_imgTxtBlockImg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: 48px;
        order: 1;
    }

    .nca_pictureInner {
        border-radius: 24px;
    }
}