@charset "utf-8";


/* 「人間ドック受診の流れ」
-------------------------------------------*/
.dockLunchBl {
    padding: 40px 0 104px;
}

.dockLunchBl .second-tit.no-icon_align-center {
    font-size: 2.5rem;
    margin: 60px 0 0;
    letter-spacing: .15em;
}

.dockLunchBl .line_gray {
    margin-top: 12px;
}

.dockLunchBl .third-tit {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    margin-top: 45px;
    padding-left: 1em;
    letter-spacing: 0;
}

.dockLunchBl .dockLunch_flame+.third-tit {
    margin-top: 75px;
}

.dockLunchBl .third-tit::after {
    display: none;
}

.dockLunchBl .third-tit+.dockLunch_flame {
    margin-top: 20px;
}

.dockLunch_flame+.dockLunch_flame {
    margin-top: 20px;
}

.dockLunch_flame:before {
    content: "";
    display: block;
    background: url(../img/common/bg_ticket_top.png) no-repeat center top / 100% 100%;
    height: min(calc((43 / 1200)* 100vw), 43px);
    width: 100%;
    position: relative;
    top: 0;
}

.dockLunch_flame:after {
    content: "";
    display: block;
    background: url(../img/common/bg_ticket_bottom.png) no-repeat center bottom / 100% 100%;
    height: min(calc((62 / 1200)* 100vw), 62px);
    width: 100%;
    position: relative;
    top: 0;
}

.dockLunch_flame_inner {
    background: url(../img/common/bg_ticket_middle.png) repeat-y center top / 100% auto;
    padding: 25px 4.5em 4px;
}

.dockLunch_flame_tit {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    color: #0aa;
    letter-spacing: .15em;
    word-break: keep-all;
    position: relative;
    padding-bottom: 20px;
}

.dockLunch_flame_tit::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(176, 176, 176, 1) 0%, rgba(219, 218, 218, 1) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dockLunch_flame_inner_lr {
    overflow: hidden;
    margin-top: 40px;
}

.dockLunch_flame_inner_lr_imgwrap {
    box-sizing: border-box;
    width: 47.1%;
}

.dockLunch_flame._1 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._3 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._5 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._7 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._9 .dockLunch_flame_inner_lr_imgwrap {
    float: left;
    margin: 0 5% 5% 0;
}

.dockLunch_flame._2 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._4 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._6 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._8 .dockLunch_flame_inner_lr_imgwrap,
.dockLunch_flame._10 .dockLunch_flame_inner_lr_imgwrap {
    float: right;
    margin: 0 0 5% 5%;
}

.dockLunch_flame_inner_lr_imgwrap img+img {
    margin-top: 20px;
}

.dockLunch_flame_inner_lr_txtwrap {
    margin-bottom: 5%;
}

.dockLunch_flame_sec-tit {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .15em;
    position: relative;
    display: inline-block;
}

.dockLunch_flame_sec-tit.menu {
    padding-left: 35px;
}

.dockLunch_flame_sec-tit.comment {
    padding-left: 34px;
}

.dockLunch_flame_sec-tit.shop {
    padding-left: 27px;
}

.dockLunch_flame_desc+.dockLunch_flame_sec-tit {
    margin-top: 32px;
}

.dockLunch_flame_sec-tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
}

.dockLunch_flame_sec-tit.menu::before {
    width: 26px;
    height: 27px;
    background: url(../img/common/icn_menu_green.svg) no-repeat center / contain;
    top: 1px;
}

.dockLunch_flame_sec-tit.comment::before {
    width: 23px;
    height: 20px;
    background: url(../img/common/icn_comment_green.svg) no-repeat center / contain;
    top: 6px;
}

.dockLunch_flame_sec-tit.shop::before {
    width: 23px;
    height: 20px;
    background: url(../img/common/icn_shop_green.svg) no-repeat center / contain;
    top: 6px;
}

.dockLunch_flame_desc,
.dockLunch_flame_dl {
    font-size: 1.4rem;
    line-height: 1.81;
    letter-spacing: .15em;
}

.dockLunch_flame_sec-tit+.dockLunch_flame_desc,
.dockLunch_flame_sec-tit+.dockLunch_flame_dl {
    margin-top: 13px;
}

.dockLunch_flame_dl {
    display: flex;
}

.dockLunch_flame_dl dt {
    width: 7em;
    min-width: 7em;
    position: relative;
}

.dockLunch_flame_dl dt::after {
    content: '：';
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 0;
}


@media screen and (max-width: 999px) {
    .dockLunch_flame_inner_lr_imgwrap {
        width: 40%;
    }

    .dockLunch_flame._1 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._3 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._5 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._7 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._9 .dockLunch_flame_inner_lr_imgwrap {
        margin: 0 3% 2% 0;
    }

    .dockLunch_flame._2 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._4 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._6 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._8 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._10 .dockLunch_flame_inner_lr_imgwrap {
        margin: 0 0 2% 3%;
    }
}


@media screen and (max-width: 899px) {
    .dockLunch_flame_inner {
        padding-bottom: 34px;
    }

    .dockLunch_flame_inner_lr {
        display: flex;
        flex-wrap: wrap;
    }

    .dockLunch_flame_inner_lr_imgwrap {
        width: auto;
        order: 2;
    }

    .dockLunch_flame._1 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._2 .dockLunch_flame_inner_lr_imgwrap {
        float: none;
        margin: 30px 0 0;
    }

    .dockLunch_flame_inner_lr_txtwrap {
        order: 1;
    }
}


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

    .dockLunchBl .inner790,
    .dockLunchBl .inner860,
    .dockLunchBl .inner1280 {
        padding: 0;
    }

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

    .dockLunchBl .second-tit.no-icon_align-center {
        font-size: 2.0rem;
        margin: 40px 0 0;
    }

    .dockLunchBl .line_gray {
        margin-top: 15px;
    }

    .dockLunchBl .third-tit {
        font-size: 2rem;
        margin-top: 20px;
    }

    .dockLunch_flame+.dockLunch_flame {
        margin-top: 10px;
    }

    .dockLunch_flame:before {
        background: url(../img/common/bg_ticket_top_sp.png) no-repeat center top / 100% 100%;
        height: calc((38 / 750)* 100vw);
        position: relative;
    }

    .dockLunchBl .third-tit+.dockLunch_flame {
        margin-top: 10px;
    }

    .dockLunch_flame_inner {
        padding: 10px 9.2% 19px 7%;
        background: url(../img/common/bg_ticket_middle_sp.png) repeat-y center top / 100% auto;
    }

    .dockLunch_flame:after {
        background: url(../img/common/bg_ticket_bottom_sp.png) no-repeat center bottom / 100% 100%;
        height: calc((49 / 750)* 100vw);
        position: relative;
    }

    .dockLunch_flame_inner_lr {
        margin-top: 15px;
    }

    .dockLunch_flame._1 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._2 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._3 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._4 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._5 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._6 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._7 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._8 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._9 .dockLunch_flame_inner_lr_imgwrap,
    .dockLunch_flame._10 .dockLunch_flame_inner_lr_imgwrap {
        margin: 25px 0 0;
    }

    .dockLunch_flame_inner_lr_txtwrap {
        margin-bottom: 0;
    }

    .dockLunch_flame_tit {
        font-size: 1.8rem;
        padding-bottom: 12px;
    }

    .dockLunch_flame_sec-tit {
        font-size: 1.4rem;
    }

    .dockLunch_flame_desc+.dockLunch_flame_sec-tit {
        margin-top: 20px;
    }

    .dockLunch_flame_sec-tit.menu {
        padding-left: 28px;
    }

    .dockLunch_flame_sec-tit.comment {
        padding-left: 27px;
    }

    .dockLunch_flame_sec-tit.shop {
        padding-left: 23px;
    }

    .dockLunch_flame_sec-tit.menu::before {
        width: 20px;
        height: 21px;
        top: 0;
    }

    .dockLunch_flame_sec-tit.comment::before {
        width: 19px;
        height: 17px;
        top: 3px;
    }

    .dockLunch_flame_sec-tit.shop::before {
        width: 14px;
        height: 21px;
        top: 3px;
    }

    .dockLunchBl .dockLunch_flame+.third-tit {
        margin-top: 25px;
    }

    .dockLunch_flame_desc,
    .dockLunch_flame_dl {
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    .dockLunch_flame_sec-tit+.dockLunch_flame_desc,
    .dockLunch_flame_sec-tit+.dockLunch_flame_dl {
        margin-top: 9px;
    }

}