@charset "utf-8";

/* 「当院の人間ドックの特徴」
-------------------------------------------*/
.dockFeaturesBl {
    padding: 45px 0 14px;
}

.dockFeaturesBl .second-tit {
    padding-left: 42px;
}

.dockFeaturesBl .second-tit::before {
    width: 18.7px;
    height: 28.7px;
    background: url(../img/common/icn_human_green.svg) no-repeat center / contain;
    top: 6px;
}

.dockFeaturesBl .txt-normal-m {
    margin-top: 56px;
}

.dockFeaturesBl .btn-txtlink.btn-right {
    margin-top: 42px;
}

.dockFeaturesBl .num-ol {
    margin-top: 20px;
}

.dockFeaturesBl .num-ol_li {
    flex-wrap: wrap;
    padding: 5em 0;
    /* padding: 3.05em 0 3.2em; */
}

.dockFeaturesBl .num-ol_li_left {
    top: 66px;
}

.dockFeaturesBl .num-ol_li_right_tit {
    font-size: 2.2rem;
}

.dockFeaturesBl .num-ol_li_right_imgwrap {
    width: 40.9%;
    margin: 0 0 4% 5%;
}

.dockFeatures_ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin: 12px 0 0 1%;
}

.dockFeatures_ul-w100 {
    margin-top: 23px;
}

.dockFeatures_ul>li {
    width: 31%;
    box-sizing: border-box;
    margin-right: 3.5%;
    padding: 1.7em 1.0em;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

.dockFeatures_ul>li:nth-child(3n+3) {
    margin-right: 0;
}

.dockFeatures_ul.dockFeatures_ul-w100>li {
    width: 100%;
    margin-right: 0;
    padding: 1.5em 1.7em 1.6em;
}

.dockFeatures_ul_tit {
    font-size: 1.65rem;
    line-height: 1.64;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    padding-left: 25px;
}

.dockFeatures_ul_tit::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #00aaaa;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.dockFeatures_ul_desc {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: 6px;
}

.dockFeatures_ul_dl {
    font-size: 1.5rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.dockFeatures_ul_dl>dt,
.dockFeatures_ul_dl>dd {
    margin-top: 6px;
}

.dockFeatures_ul_dl>dt {
    width: 8.5em;
    min-width: 8.5em;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
}

.dockFeatures_ul_dl>dt::after {
    content: '：';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    right: 0;
}

.dockFeatures_ul_dl>dd {
    width: calc(100% - 8.5em);
    box-sizing: border-box;
    font-weight: 400;
    padding-left: .6em;
}


@media screen and (max-width: 999px) {
    .dockFeatures_ul {
        margin-top: 25px;
    }
}


@media screen and (max-width: 767px) {
    .dockFeaturesBl {
        padding: 19px 0 26px;
    }

    .dockFeaturesBl .inner790,
    .dockFeaturesBl .inner860,
    .dockFeaturesBl .inner980 {
        padding: 0;
    }

    .dockFeaturesBl .second-tit {
        padding-left: 30px;
        letter-spacing: 0;
    }

    .dockFeaturesBl .second-tit::before {
        width: 15px;
        height: 20px;
        top: 6px;
    }

    .dockFeaturesBl .txt-normal-m {
        margin-top: 14px;
    }

    .dockFeaturesBl .btn-txtlink.btn-right {
        margin-top: 26px;
    }

    .dockFeaturesBl .num-ol {
        margin-top: 30px;
    }

    .dockFeaturesBl .num-ol_li {
        padding: 3em 0;
        /* padding: 2em 0; */
    }

    .dockFeaturesBl .num-ol_li:last-child {
        padding-bottom: 0;
    }

    .dockFeaturesBl .num-ol_li_left {
        top: 37px;
    }

    .dockFeaturesBl .num-ol_li_right_tit {
        font-size: 1.7rem;
    }

    .dockFeaturesBl .num-ol_li_right_imgwrap {
        width: auto;
        margin: 10px auto 0;
    }

    .dockFeatures_ul {
        margin: 20px auto 0;
        display: block;
    }

    .dockFeatures_ul>li {
        width: auto;
        margin-right: 0;
        padding: 18px 20px;
    }

    .dockFeatures_ul>li+li {
        margin-top: 15px;
    }

    .dockFeatures_ul.dockFeatures_ul-w100>li {
        padding: 18px 20px;
    }

    .dockFeatures_ul_tit {
        font-size: 1.4rem;
        padding-left: 20px;
    }

    .dockFeatures_ul_tit::before {
        width: 12px;
        height: 12px;
        top: 6px;
    }

    .dockFeatures_ul_desc {
        font-size: 1.2rem;
        line-height: 1.93;
        margin-top: 6px;
    }

    .dockFeatures_ul_dl {
        font-size: 1.2rem;
        margin-top: 3px;
    }

    .dockFeatures_ul_dl>dt {
        width: 7.5em;
        min-width: 7.5em;
    }

    .dockFeatures_ul_dl>dt::after {
        right: -.35em;
    }

    .dockFeatures_ul_dl>dd {
        width: calc(100% - 7.5em);
    }
}


/*「その他」
-------------------------------------------*/
.dockEtcBl {
    margin-bottom: -20px;
    padding: 116px 0 147px;
    background: url(../img/common/bg_lightgreen_4.jpg) no-repeat top center / cover;
    position: relative;
    z-index: 1;
}


@media screen and (max-width: 767px) {
    .dockEtcBl {
        margin-bottom: -15px;
        padding: 50px 0 82px;
    }

    .dockEtcBl .inner1025 {
        padding: 0 10px;
    }

}

/* 2カラムボタンエリア
---------------------------------------------------*/
@media screen and (max-width: 767px) {
    .two-column-btnArea {
        margin: 0;
    }
}