@charset "utf-8";

/* 「当院における胃内視鏡検査の基本方針について」
-------------------------------------------*/
.gastroscopyBl {
    padding: 113px 0 88px;
}

.gastroscopyBl .second-tit {
    padding-left: 39px;
}

.gastroscopyBl .second-tit::before {
    width: 23px;
    height: 27px;
    background: url(../img/common/icn_plan_green.svg) no-repeat center / contain;
    top: 9px;
}

.gastroscopyBl .scrollable-wrapper {
    white-space: inherit;
    margin-top: 60px;
}

.gastroscopyBl .third-tit-left+.scrollable-wrapper {
    margin-top: 37px;
}

.gastroscopyBl .third-tit-left {
    margin-top: 64px;
    margin-left: 66px;
}

.gastroscopyBl .secInfo {
    padding: 1px 0 0;
}


@media screen and (max-width: 767px) {
    .gastroscopyBl {
        padding: 95px 0 22px;
    }

    .gastroscopyBl .inner790,
    .gastroscopyBl .inner860,
    .gastroscopyBl .inner970 {
        padding: 0;
    }

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

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

    .gastroscopyBl .third-tit-left {
        margin: 30px 0 0 0;
    }

}


/*「その他」
-------------------------------------------*/
.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;
    }
}


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