@charset "utf-8";

/* 「日帰り人間ドック」「1泊2日人間ドック」共通
-------------------------------------------*/
.dockDetailBl .second-tit {
    padding-left: 39px;
}

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

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

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

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

.dockDetail_chuki-ul>li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.93;
    letter-spacing: .08em;
    text-indent: -1em;
    padding-left: 1em;
}

.scroll-hint-icon-wrap {
    height: inherit !important;
}

.dockDetail_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #9a9a9a;
    table-layout: fixed;
}

.dockDetail_table th,
.dockDetail_table td {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: .05em;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
    box-sizing: border-box;
    word-break: keep-all;
}

.dockDetail_table td .kome {
    font-size: 80%;
}

.dockDetail_table th {
    text-align: center;
    background-color: #ececec;
    font-weight: 500;
    width: 18.5%;
    padding: 15.5px .5em;
}

.dockDetail_table td {
    font-weight: 400;
    width: 81.5%;
    padding: 15.5px 2.1em;
}

.dockDetailBl .secInfo .scrollable-wrapper {
    /* margin-top: 0; */
}


@media screen and (max-width: 1199px) {
    .scroll-hint-icon-wrap {
        height: 100% !important;
    }
}


@media screen and (max-width: 767px) {

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

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

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

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

    .scroll-hint-icon-wrap {
        height: 100% !important;
    }

    .dockDetailBl .scrollable-wrapper {
        margin-top: 30px;
    }

    .dockDetailBl .third-tit-left+.scrollable-wrapper {
        margin-top: 27px;
    }

    .dockDetail_chuki-ul>li {
        font-size: 1.0rem;
    }

    .dockDetail_table th,
    .dockDetail_table td {
        font-size: 1.2rem;
        padding: 10px;
        word-break: inherit;
    }

    .dockDetail_table th {
        width: 30%;
    }

    .dockDetail_table td {
        width: 70%;
    }

}


/* 「日帰り人間ドック」
-------------------------------------------*/
.dockDayBl {
    padding: 45px 0 0;
}


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


/* 「1泊2日人間ドック」
-------------------------------------------*/
.dockOverNightBl {
    padding: 75px 0 96px;
}

.dockOverNight_inspect .scrollable-wrapper {
    max-width: 890px;
    margin: 36px auto 0;
}

.dockOverNight_inspect_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #9a9a9a;
    table-layout: fixed;
}

.dockOverNight_inspect_table th,
.dockOverNight_inspect_table td {
    font-size: 1.4rem;
    border: 1px solid #bfbfbf;
    padding: 10px;
    vertical-align: middle;
    word-break: break-all;
}

.dockOverNight_inspect_table th {
    text-align: center;
}

.dockOverNight_inspect_table tr:nth-child(1) th:nth-child(n+1),
.dockOverNight_inspect_table tr:nth-child(2) th:nth-child(n+1) {
    font-weight: 500;
    line-height: 1.4375;
    letter-spacing: 0.05em;
}

.dockOverNight_inspect_table .bg-gray {
    background-color: #ececec!important;
}

.dockOverNight_inspect_table thead tr:nth-child(1) th {
    background-color: #ececec;
}

.dockOverNight_inspect_table thead tr:nth-child(1) th:nth-child(1) {
    width: 19%;
}

.dockOverNight_inspect_table thead tr:nth-child(1) th:nth-child(2) {
    width: 25%;
}

.dockOverNight_inspect_table thead tr:nth-child(1) th:nth-child(3) {
    width: 21%;
}

.dockOverNight_inspect_table thead tr:nth-child(1) th:nth-child(4) {
    width: 19%;
}

.dockOverNight_inspect_table thead tr:nth-child(1) th:nth-child(5) {
    width: 8%;
}

.dockOverNight_inspect_table thead tr:nth-child(1) th:nth-child(6) {
    width: 8%;
}

.dockOverNight_inspect_table tr:nth-child(2) th {
    padding: 0.7em 0.5em;
}

.dockOverNight_inspect_table tbody tr:nth-child(n+1) th {
    background: rgba(226, 243, 244, 1);
    font-weight: 500;
    line-height: 1.4375;
    letter-spacing: 0.05em;
    width: 138px;
    box-sizing: border-box;
}

.dockOverNight_inspect_table tbody td:nth-child(1) {
    /* background-color: #ececec;
    font-weight: 500;
    line-height: 1.4375;
    letter-spacing: .05em;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center; */
}

.dockOverNight_inspect_table tbody td:nth-child(1) img {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    max-height: 70px;
    max-width: 70px;
}

.dockOverNight_inspect_table tr:nth-child(n+1) td:nth-child(1) {
    padding: 1.65em 0.5em;
    min-height: 114px;
    box-sizing: border-box;
}

.dockOverNight_inspect_table tr:nth-child(n+1) td:nth-child(1) img {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    max-height: 70px;
    max-width: 70px;
}

.dockOverNight_inspect_table tbody tr:nth-child(n+1) th img {
    display: block;
    text-align: center;
    max-height: 70px;
}

.dockOverNight_inspect_table tbody tr:nth-child(n+1) th:nth-child(1) img {
    margin: 10px auto 0;
    max-width: 60px;
}

.dockOverNight_inspect_table tbody tr:nth-child(n+1) th:nth-child(2) img {
    max-width: 60px;
    margin: 0 auto;
}

.dockOverNight_inspect_table tbody tr:nth-child(n+1) th img.icn_locomotive-test {
    max-width: 100px;
}

.dockOverNight_inspect_table td {
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.dockOverNight_inspect_table .dot {
    color: #00aaaa;
    font-size: 1.6rem;
}

.dockOverNight_option_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 32px -2.216% 0;
}

.dockOverNight_option_ul>li {
    width: 28.9%;
    margin: 0 2.216%;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

.dockOverNight_option .accordion_dl dd ul>li {
    padding: 0;
}

.dockOverNight_option .accordion_dl dd ul>li .dockOverNight_option_ul_ul>li {
    padding-left: 18px;
}

.dockOverNight_option_ul>li:nth-child(n+4) {
    margin-top: 3.85%;
}

.ddockOverNight_option_ul_frame {
    display: block;
    height: 100%;
    box-sizing: border-box;
}

.dockOverNight_option_ul_tit {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .15em;
    background: #00aaaa;
    border: 1px solid #00aaaa;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 1.05em .5em;
}

.dockOverNight_option_ul_tit.womanOnly {
    background: #ee73c4;
    border: 1px solid #ee73c4;
}

.dockOverNight_option_ul_ul {
    margin: 14px 1.4em 33px;
}

.dockOverNight_option_ul_ul>li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .03em;
    position: relative;
    padding-left: 21px;
}

.dockOverNight_option_ul_ul>li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #00aaaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.dockOverNight_option_ul_ul>li.manOnly::before {
    background: #70cafe;
}

.dockOverNight_option_ul_ul>li.womanOnly::before {
    background: #ee73c4;
}

.dockOverNight_option .accordion_dl dd ul>li::after {
    display: none;
}

.dockOverNight_option_ul_ul>li+li {
    margin-top: 3px;
}

.dockOverNight_option .accordion_dl dd ul>li>a {
    font-size: 1.4rem;
    font-weight: inherit;
    letter-spacing: inherit;
    position: static;
    padding-left: 0;
    text-decoration: underline;
    text-decoration-skip-ink: inherit;
    text-underline-offset: inherit;
    text-decoration-color: inherit;
    display: inherit;
}

.dockOverNight_option .accordion_dl dd ul>li>a:hover {
    text-decoration: none;
}

.dockOverNight_option .accordion_dl dd ul>li>a::before,
.dockOverNight_option .accordion_dl dd ul>li>a::after {
    display: none;
}

.dockOverNight_option_ul_ul>li>a:hover {
    color: #00aaaa;
    text-decoration: none;
}

.dockOverNight_option_ul+.btn-txtlink {
    margin: 42px auto 18px;
}


.dockOverNightBl .txt-normal-m .manOnly {
    color: #70cafe;
}

.dockOverNightBl .txt-normal-m .womanOnly {
    color: #ee73c4;
}


@media screen and (max-width: 1199px) {
    .dockOverNight_inspect_table {
        /* width: 140%; */
    }

}


@media screen and (max-width: 999px) {
    .dockOverNight_option_ul_tit {
        letter-spacing: 0;
    }

    .dockOverNight_option_ul_ul {
        margin: 20px 1em 40px;
    }
}


@media screen and (max-width: 767px) {
    .dockOverNightBl {
        padding: 0 0 28px;
    }

    .dockOverNight_inspect .scrollable-wrapper {
        margin: 20px auto 0;
    }

    .dockOverNight_inspect_table {
        width: 700px;
    }

    .dockOverNight_inspect_table th,
    .dockOverNight_inspect_table td,
    .dockOverNight_inspect_table tr:nth-child(1) th:nth-child(2),
    .dockOverNight_inspect_table tr:nth-child(1) th:nth-child(3) {
        font-size: 1.2rem;
        padding: 10px;
    }

    .dockOverNight_inspect_table tr:nth-child(n+1) td:nth-child(1) {
        padding: 1em 0.5em;
    }

    .dockOverNight_inspect_table td .pc-yoko_sp-tate {
        writing-mode: vertical-rl;
        margin: 0 auto;
        line-height: 1;
    }

    .dockOverNight_inspect_table td .kihon,
    .dockOverNight_inspect_table td .izureka {
        position: relative;
        left: -1px;
        white-space: nowrap;
    }

    .dockOverNight_inspect_table .dot {
        font-size: 1.5rem;
    }

    .dockOverNight_inspect_table+.scroll-hint-icon-wrap {
        height: auto !important;
        top: 250px;
    }

    .dockOverNight_inspect_table tbody tr:nth-child(n+1) th img {
        max-height: 50px;
        max-width: 50px;
    }

    .dockOverNight_inspect_table tbody tr:nth-child(1) td:nth-child(1) .tit-blood::after {
        width: 20px;
        height: 51px;
        top: 75px;
    }

    .dockOverNight_option_ul {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px auto 0;
    }

    .dockOverNight_option_ul>li {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        border-radius: 5px;
    }

    .dockOverNight_option_ul>li:nth-child(4) {
        width: auto;
    }

    .dockOverNight_option_ul>li+li,
    .dockOverNight_option_ul>li:nth-child(n+4) {
        margin-top: 20px;
    }

    .dockOverNight_option_ul_tit {
        font-size: 1.6rem;
        letter-spacing: .10em;
        border-radius: 5px 5px 0 0;
        padding: .7em .5em;
    }

    .dockOverNight_option_ul_ul>li {
        font-size: 1.4rem;
        padding-left: 16px;
    }

    .dockOverNight_option_ul_ul {
        margin: 20px 1em 30px;
    }

    .dockOverNight_option_ul_ul>li+li {
        margin-top: 7px;
    }

    .dockOverNight_option_ul_ul>li>a:hover {
        color: inherit;
        text-decoration: underline;
    }

    .dockOverNight_option_ul+.btn-txtlink {
        margin: 30px auto 0;
    }

}


@media screen and (max-width: 500px) {
    .dockOverNight_inspect_table {
        width: 460px;
    }
}


/* モーダル
-------------------------------------------*/
.modal-card_inner {
    padding-right: 3em;
    padding-left: 3em;
}

.modal-card_lr {
    display: flex;
    justify-content: space-between;
}

.modal-card_lr>* {
    box-sizing: border-box;
}

.modal-card_lr_txtwrap {
    width: 74%;
}

.modal-card_lr_txtwrap_inner {
    display: flex;
    align-items: center;
    position: relative;
}

.modal-card_lr_txtwrap_inner::before {
    content: '';
    display: inline-block;
    width: 2.57em;
    height: 38px;
    background: linear-gradient(90deg, rgba(0, 170, 170, 0.1) 0%, rgba(0, 170, 170, 1) 100%);
    position: absolute;
    left: -3.3em;
    top: 1px;
}

.modal-card_lr_tit {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    position: relative;
}

.modal-card_lr_tit_s {
    font-size: 1.2rem;
    font-weight: bold;
}

.modal-card_lr_icn {
    margin: 0 20px 0 0;
    max-width: 70px;
    max-height: 70px;
}

.nodock .modal-card_lr_icn,
.toubuct .modal-card_lr_icn {
    max-width: 60px;
}

.shikyugan .modal-card_lr_icn {
    max-width: 61px;
}

.nyugan .modal-card_lr_icn {
    margin-top: 20px;
}

.haigan .modal-card_lr_icn,
.iganrisk .modal-card_lr_icn {
    margin-top: 5px;
}

.naizoshibo .modal-card_lr_icn,
.fukubuct .modal-card_lr_icn {
    margin-top: 5px;
}

.kyobuct .modal-card_lr_icn {
    margin-top: 10px;
}

.fukubucityset .modal-card_lr_icn {
    position: relative;
    top: -23px;
}

.honemitsudo .modal-card_lr_icn {
    max-width: 60px;
    position: relative;
    top: 5px;
}

.loxindex .modal-card_lr_icn {
    max-height: 70px;
    position: relative;
    top: 5px;
}

.ransogan-ca125 .modal-card_lr_icn {
    margin-top: 7px;
}

.dansei-syuyomarker .modal-card_lr_icn,
.zyosei-syuyomarker .modal-card_lr_icn {
    margin-top: 5px;
}

.apoa2 .modal-card_lr_icn {
    margin-top: 5px;
}

.inaishikyo .modal-card_lr_icn {
    margin-top: 10px;
}

.daichonaishikyo .modal-card_lr_icn {
    position: relative;
    top: -5px;
}

.mysignal .modal-card_lr_icn {
    position: relative;
    top: 2px;
}

.greencode .modal-card_lr_icn {
    max-width: 35px;
    position: relative;
    top: 3px;
}

.modal-card_lr_icn img {
    display: block;
}

.modal-card_lr_icn img+img {
    margin-top: 10px;
}

.modal-card_lr_price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}

.modal-card_lr_price-wrap+.modal-card_lr_price-wrap {
    margin-top: 15px;
}

.modal-card_lr_price_num {
    color: #00aaaa;
    font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 3.0rem;
    line-height: 1;
    letter-spacing: 0.04em;
}

.modal-card_lr_price_yen,
.modal-card_lr_price_desc {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    position: relative;
    top: .2em;
    padding: 0 .2em;
}

.modal-card_lr_imgwrap {
    width: 50%;
    margin: 0 0 0 5%;
}

.modal-card_desc-box,
.modal-card_desc,
.modal-card_chuki-ul {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.933;
    letter-spacing: 0;
}

.modal-card_lr+.modal-card_desc-box,
.modal-card_lr+.modal-card_desc {
    margin-top: 40px;
}

.modal-card_desc-box p+p,
.modal-card_desc+.modal-card_desc {
    margin-top: 26px;
}

.modal-card_chuki-ul>li {
    text-indent: -1em;
    padding-left: 1em;
}

.modal-card_chuki-ul>li+li {
    margin-top: 5px;
}

.modal-card_recommend-ul {
    margin-top: 26px;
    padding-top: 28px;
    position: relative;
}

.modal-card_recommend-ul::before {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    top: 0;
    left: -10px;
}

.modal-card_recommend-ul>li {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 1.2em;
}

.modal-card_recommend-ul>li::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #00aaaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.modal-card_recommend-ul>li+li {
    margin-top: 40px;
}

.modal-card_recommend-ul_ul {
    margin-top: 12px;
}

.modal-card_recommend-ul_ul>li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    position: relative;
    padding-left: 1em;
}

.modal-card_recommend-ul_ul>li::before {
    content: '・';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-card_recommend-ul_ul>li+li {
    margin-top: 6px;
}

.modal-card_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto 0;
}

.modal-card_table th,
.modal-card_table td {
    border: 1px solid #bfbfbf;
    padding: 0.5em;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
}

.modal-card_table th {
    background: linear-gradient(180deg, rgba(226, 243, 244, 1) 0%, rgba(211, 237, 237, 1) 100%);
    font-weight: bold;
}


@media screen and (max-width: 767px) {
    .modal-card_inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .modal-card_lr_txtwrap_inner::before {
        width: 35px;
        height: 35px;
        left: -20px;
        top: 1px;
    }

    .modal-card_lr_tit {
        font-size: 2.3rem;
    }

    .modal-card_lr_icn {
        margin: 0 10px 0 25px;
        max-width: 50px;
        max-height: inherit;
    }

    .nodock .modal-card_lr_icn,
    .toubuct .modal-card_lr_icn {
        max-width: 55px;
    }

    .shikyugan .modal-card_lr_icn {
        max-width: 61px;
        position: relative;
        top: 5px;
    }

    .nyugan .modal-card_lr_icn {
        margin-top: 10px;
    }

    .fukubucityset .modal-card_lr_icn {
        top: 7px;
    }

    .honemitsudo .modal-card_lr_icn {
        max-width: 50px;
        top: 4px;
    }

    .dansei-syuyomarker .modal-card_lr_icn,
    .zyosei-syuyomarker .modal-card_lr_icn {
        margin-top: 5px;
    }

    .daichonaishikyo .modal-card_lr_icn {
        top: 1px;
    }

    .mysignal .modal-card_lr_icn {
        top: 3px;
    }

    .greencode .modal-card_lr_icn {
        max-width: 32px;
        top: 4px;
    }

    .modal-card_lr {
        display: block;
    }

    .modal-card_lr_txtwrap,
    .modal-card_lr_imgwrap {
        width: auto;
    }

    .modal-card_lr_imgwrap {
        margin: 20px 0 0;
    }

    .modal-card_lr_price-wrap {
        display: block;
    }

    .modal-card_lr_price_desc {
        display: block;
        margin-bottom: 5px;
    }

    .modal-card_lr_price_num,
    .modal-card_lr_price_yen {
        display: inline-block;
    }

    .modal-card_lr_price_num {
        font-size: 2.8rem;
    }

    .modal-card_lr_price_yen {
        top: -.1em;
    }

    .modal-card_lr_price_yen,
    .modal-card_lr_price_desc {
        font-size: 1.4rem;
    }

    .modal-card_desc-box,
    .modal-card_desc,
    .modal-card_chuki-ul {
        font-size: 1.2rem;
    }

    .modal-card_lr+.modal-card_desc-box,
    .modal-card_lr+.modal-card_desc {
        margin-top: 20px;
    }

    .modal-card_table {
        margin: 10px auto 0;
    }

    .modal-card_table th,
    .modal-card_table td {
        font-size: 1.2rem;
    }

    .modal-card_recommend-ul {
        margin-top: 20px;
        padding-top: 20px;
    }

    .modal-card_recommend-ul>li {
        font-size: 1.3rem;
    }

    .modal-card_recommend-ul_ul>li {
        font-size: 1.2rem;
    }

    .modal-card_recommend-ul>li::before {
        width: 9px;
        height: 9px;
        top: 6px;
    }

    .modal-card_recommend-ul>li+li {
        margin-top: 20px;
    }

    .modal-card_recommend-ul_ul {
        margin-top: 5px;
    }

}


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