@charset "UTF-8";

/*
物流ドック/dock/ページ用
*/

/* 物流ドックのご案内
================================================== */
.l-sub-img-dock {
    position: relative;
    height: 520px;
    margin-bottom: 53px;
    background-color: #439fec;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock {
        height: 700px;
    }
}
.l-sub-img-dock::before,
.l-sub-img-dock::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
}
.l-sub-img-dock::before {
    bottom: 80px;
    width: 800px;
    height: 269px;
    background-image: url(../img/dock/bg_dock01_sp.png);
    background-size: contain;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock::before {
        bottom: 160px;
        width: 450px;
        height: 440px;
        background-image: url(../img/dock/bg_dock01_pc.png);
    }
}
.l-sub-img-dock::after {
    bottom: -52px;
    z-index: -1;
    width: 100%;
    height: 62px;
    background-image: url(../img/dock/bg_angle01_sp.png);
    background-size: 100% 62px;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock::after {
        background-image: url(../img/dock/bg_angle01_pc.png);
    }
}

.l-sub-img-dock__inner {
    height: 100%;
    color: #fff;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__inner::before,
    .l-sub-img-dock__inner::after {
        position: absolute;
        bottom: 160px;
        width: 100%;
        height: 80px;
        background-image: url(../img/dock/bg_bar01.png);
        background-repeat: repeat;
        content: "";
    }
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__inner::before {
        left: calc(-50% - 80px);
    }
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__inner::after {
        right: calc(-50% - 80px);
    }
}

.l-sub-img-dock__lead {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 278px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.4rem;
    font-feature-settings: "palt" 1;
    line-height: 1.941;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__lead {
        position: absolute;
        top: 121px;
        left: calc(50% + 268px);
        width: auto;
        transform: none;
        text-align: left;
        font-size: 1.6rem;
        font-feature-settings: "palt" 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}
.l-sub-img-dock__lead::before {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 26px;
    height: 26px;
    background-image: url(../img/dock/ico_bubble01.png);
    background-repeat: no-repeat;
    content: "";
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__lead::before {
        top: -30px;
        right: -26px;
    }
}

.l-sub-img-dock__head-wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__head-wrap {
        bottom: 30px;
    }
}

.l-sub-img-dock__sub {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__sub {
        font-size: 2.5rem;
    }
}

.l-sub-img-dock__head {
    margin-top: 5px;
    font-size: 3rem;
    line-height: 1;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock__head {
        margin-top: 10px;
        font-size: 8rem;
    }
}

.l-sub-img-dock-contact {
    position: relative;
    height: 170px;
    background-color: #439fec;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact {
        height: 336px;
    }
}
.l-sub-img-dock-contact::before {
    position: absolute;
    bottom: 5px;
    right: calc(20% - 131px);
    width: 621px;
    height: 109px;
    background-image: url(../img/dock/bg_dock02_sp.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact::before {
        bottom: 18px;
        right: calc(50% - 475px);
        width: 240px;
        height: 224px;
        background-image: url(../img/dock/bg_dock02_pc.png);
    }
}

.l-sub-img-dock-contact__inner {
    height: 100%;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__inner::before,
    .l-sub-img-dock-contact__inner::after {
        position: absolute;
        bottom: 18px;
        width: 100%;
        height: 40px;
        background-image: url(../img/dock/bg_bar02.png);
        background-repeat: repeat;
        content: "";
    }
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__inner::before {
        left: calc(-50% + 315px);
    }
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__inner::after {
        right: calc(-50% - 395px);
    }
}

.l-sub-img-dock-contact__head {
    position: absolute;
    bottom: 35px;
    color: #fff;
    font-size: 2.4761904762rem;
    font-feature-settings: "palt" 1;
    line-height: 1.415;
    letter-spacing: 0.06em;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__head {
        bottom: 73px;
        font-size: 5.2rem;
    }
}
.l-sub-img-dock-contact__head .is-adjust {
    text-shadow: 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec;
    font-size: 2rem;
    line-height: 1.744;
    letter-spacing: 0.02em;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__head .is-adjust {
        text-shadow: none;
        font-size: 4.2rem;
    }
}
.l-sub-img-dock-contact__head .is-adjust _:lang(x)::-moz-placeholder,
:root .l-sub-img-dock-contact__head .is-adjust {
    padding: 0 5px 2px 0;
    border-radius: 14.5px;
    background-color: #439fec;
    box-shadow: 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec;
    text-shadow: none;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__head .is-adjust _:lang(x)::-moz-placeholder,
    :root .l-sub-img-dock-contact__head .is-adjust {
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        text-shadow: none;
    }
}
.l-sub-img-dock-contact__head .is-adjust _:-ms-lang(x)::-ms-backdrop,
:root .l-sub-img-dock-contact__head .is-adjust {
    padding: 0 5px 2px 0;
    background-color: #439fec;
    box-shadow: 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec, 0 0 8px #439fec;
    text-shadow: none;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__head .is-adjust _:-ms-lang(x)::-ms-backdrop,
    :root .l-sub-img-dock-contact__head .is-adjust {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        text-shadow: none;
    }
}

.l-sub-img-dock-contact__backTop {
    position: relative;
}

.l-sub-img-dock-contact__backTop-link {
    position: absolute;
    top: 10px;
    right: 25px;
    text-decoration: none;
    font-size: 1.1rem;
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__backTop-link {
        top: 28px;
        right: 0;
        font-size: 1.5rem;
    }
}
@media all and (min-width: 600px) {
    .l-sub-img-dock-contact__backTop-link:hover,
    .l-sub-img-dock-contact__backTop-link:focus {
        text-decoration: underline;
    }
}





/* 物流ドックのご案内（リニューアル前）
================================================== */
.dock-guidance__inner {
    padding-top: 42px;
}
@media all and (min-width: 600px) {
    .dock-guidance__inner {
        padding-top: 4px;
    }
}

.dock-guidance-header {
    margin-bottom: 18px;
    color: #f36c2c;
    text-align: center;
}
@media all and (min-width: 600px) {
    .dock-guidance-header {
        margin-bottom: 30px;
    }
}

.dock-guidance__en {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.1;
}
@media all and (min-width: 600px) {
    .dock-guidance__en {
        font-size: 7rem;
        line-height: 1.3;
    }
}

.dock-guidance__head {
    font-weight: 700;
    font-size: 1.9rem;
}
@media all and (min-width: 600px) {
    .dock-guidance__head {
        font-size: 2.8rem;
    }
}

.dock-guidance__lead {
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
@media all and (min-width: 600px) {
    .dock-guidance__lead {
        margin-bottom: 52px;
        font-size: 2rem;
    }
}





/* CHECK
================================================== */
.dock-guidance-check {
    background: #f7f7f7;
}
@media all and (min-width: 600px) {
    .dock-guidance-check {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }
}

.dock-guidance-check__inner {
    padding-top: 42px;
    padding-bottom: 40px;
}
@media all and (min-width: 600px) {
    .dock-guidance-check__inner {
        padding-top: 62px;
        padding-bottom: 74px;
    }
}

.dock-guidance-check-list {
    box-sizing: border-box;
    margin: 0 -10px;
    padding: 18px 20px;
    background: #fff;
}
@media all and (min-width: 600px) {
    .dock-guidance-check-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 36px 50px;
    }
}

.dock-guidance-check__item {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 10px 31px;
    font-weight: 500;
}
@media all and (min-width: 600px) {
    .dock-guidance-check__item {
        display: flex;
        align-items: center;
        width: 480px;
        padding: 10px 0 10px 38px;
        border-bottom: dotted 1px #d6d6d6;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
}
.dock-guidance-check__item + .dock-guidance-check__item {
    border-top: dotted 1px #d6d6d6;
}
@media all and (min-width: 600px) {
    .dock-guidance-check__item + .dock-guidance-check__item {
        border-top: 0;
    }
}
@media all and (min-width: 600px) {
    .dock-guidance-check__item:nth-of-type(2n) {
        margin-left: 40px;
    }
}
@media all and (min-width: 600px) {
    .dock-guidance-check__item:nth-of-type(7),
    .dock-guidance-check__item:nth-of-type(8) {
        border-bottom: 0;
    }
}
.dock-guidance-check__item::before {
    position: absolute;
    top: 12px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_check01.png) no-repeat center/20px;
    content: "";
}
@media all and (min-width: 600px) {
    .dock-guidance-check__item::before {
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background-size: 24px;
    }
}





/* ABOUT
================================================== */
.dock-guidance-about__inner {
    padding-top: 32px;
    padding-bottom: 40px;
}
@media all and (min-width: 600px) {
    .dock-guidance-about__inner {
        padding-top: 76px;
        padding-bottom: 80px;
    }
}

.dock-guidance-about__lead {
    margin-bottom: 10px;
    color: #f36c2c;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
}
@media all and (min-width: 600px) {
    .dock-guidance-about__lead {
        margin-bottom: 14px;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
    }
}

.dock-guidance-about__txt {
    margin-bottom: 26px;
    letter-spacing: 0.06em;
}
@media all and (min-width: 600px) {
    .dock-guidance-about__txt {
        margin-bottom: 46px;
        letter-spacing: 0.1em;
    }
}

@media all and (min-width: 600px) {
    .dock-guidance-about-imgs {
        display: flex;
        justify-content: space-between;
    }
}

@media all and (min-width: 600px) {
    .dock-guidance-about__img {
        width: calc(50% - 15px);
    }
}
.dock-guidance-about__img + .dock-guidance-about__img {
    margin-top: 14px;
}
@media all and (min-width: 600px) {
    .dock-guidance-about__img + .dock-guidance-about__img {
        margin-top: 0;
    }
}





/* FLOW
================================================== */
.dock-guidance-flow {
    background: #ffeedb;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto 100px;
    }
}

.dock-guidance-flow__inner {
    padding-top: 34px;
    padding-bottom: 40px;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow__inner {
        padding-top: 74px;
        padding-bottom: 80px;
    }
}

.dock-guidance-flow-list {
    margin-bottom: 18px;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow-list {
        margin-bottom: 48px;
    }
}

.dock-guidance-flow__item {
    position: relative;
    box-sizing: border-box;
    padding: 12px 6px 6px;
    border-radius: 5px;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 6px 6px 26px;
        border-radius: 10px;
    }
}
.dock-guidance-flow__item + .dock-guidance-flow__item {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow__item + .dock-guidance-flow__item {
        margin-top: 28px;
    }
}
.dock-guidance-flow__item::after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    transform: translateX(-50%);
    content: "";
}
.dock-guidance-flow__item.is-color01 {
    background: #fab38c;
}
.dock-guidance-flow__item.is-color01::after {
    border-color: #fab38c transparent transparent transparent;
}
.dock-guidance-flow__item.is-color02 {
    background: #f79969;
}
.dock-guidance-flow__item.is-color02::after {
    border-color: #f79969 transparent transparent transparent;
}
.dock-guidance-flow__item.is-color03 {
    background: #f57f46;
}
.dock-guidance-flow__item.is-color03::after {
    border-color: #f57f46 transparent transparent transparent;
}
.dock-guidance-flow__item.is-color04 {
    background: #f36c2c;
}
.dock-guidance-flow__item.is-color04::after {
    content: none;
}

.dock-guidance-flow__sub {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 6px 12px;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow__sub {
        padding: 0 6px;
        font-size: 2.2rem;
    }
}

.dock-guidance-flow__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    margin-right: 8px;
    padding-top: 1px;
    border-radius: 50%;
    background: #fff;
    color: #f36c2c;
    text-align: center;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow__num {
        width: 44px;
        height: 44px;
        margin-right: 14px;
        font-size: 2.5rem;
    }
}

.dock-guidance-flow__txt {
    box-sizing: border-box;
    padding: 12px 22px 18px;
    border-radius: 0 0 5px 5px;
    background: #fff;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow__txt {
        width: 700px;
        padding: 30px 32px 32px;
        border-radius: 0 10px 10px 0;
        letter-spacing: 0.1em;
    }
}
@media all and (min-width: 600px) and (-ms-high-contrast: none) {
    .dock-guidance-flow__txt {
        margin-left: auto;
    }
}

@media all and (min-width: 600px) {
    .dock-guidance-flow-option {
        text-align: center;
    }
}

.dock-guidance-flow-option__txt {
    margin-bottom: 14px;
    color: #f36c2c;
    font-weight: 700;
    font-size: 1.7rem;
}
@media all and (min-width: 600px) {
    .dock-guidance-flow-option__txt {
        margin-bottom: 0;
        font-size: 2.4rem;
    }
}

@media all and (min-width: 600px) {
    .dock-guidance-flow-option__bnr {
        width: 520px;
        min-width: 520px;
        margin-right: 5px;
    }
}





/* 物流ドックのご案内（リニューアル後）
================================================== */
.is-renewal .dock-guidance > div {
    background-color: transparent;
}

.is-renewal .dock-guidance-check__inner {
    padding-bottom: 0;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-check__inner {
        padding-top: 85px;
    }
}

.is-renewal .dock-guidance-check-list {
    margin: 0;
    padding: 0;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-check-list {
        margin: -10.5px -6px;
    }
}

.is-renewal .dock-guidance-check__item {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    min-height: 128px;
    padding: 20px;
    border: solid 4.5px #439fec;
    border-radius: 10px;
    background-color: #e6e6e6;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.68;
    letter-spacing: 0;
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-check__item {
        height: 128px;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-check__item {
        width: calc(33.333% - 12px);
        min-height: 192px;
        font-size: 2.4rem;
    }
}
@media all and (min-width: 600px) and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-check__item {
        height: auto;
    }
}
.is-renewal .dock-guidance-check__item + .dock-guidance-check__item {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-check__item + .dock-guidance-check__item {
        margin-top: 0;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-check__item:not(:root) {
        margin: 10.5px 6px;
    }
}
.is-renewal .dock-guidance-check__item::before {
    top: calc(50% - 0.036em);
    left: 50%;
    z-index: -1;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-image: none;
    color: #fff;
    font-family: serif;
    font-size: 12.5333333333rem;
    line-height: 1;
    content: "!";
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-check__item::before {
        font-size: 18.8rem;
    }
}

.is-renewal .dock-guidance-check__txt {
    margin-top: 28px;
    color: #17aaff;
    font-size: 1.6666666667rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-check__txt {
        margin-top: 56px;
        text-align: center;
        font-size: 2.5rem;
    }
}

/* FLOW（実施の流れ）
================================================== */
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow {
        margin-bottom: 0;
    }
}

@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__inner {
        padding-top: 88px;
        padding-bottom: 101px;
    }
}

.is-renewal .dock-guidance-flow-header {
    padding-bottom: 2.7777777778px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-header {
        padding-bottom: 5px;
    }
}

.is-renewal .dock-guidance-flow-list {
    margin-bottom: 36.9696969697px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-list {
        margin-bottom: 116px;
    }
}

.is-renewal .dock-guidance-flow__item {
    background-color: #439fec;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__item {
        border-radius: 12px;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__item + .dock-guidance-flow__item {
        margin-top: 33px;
    }
}
.is-renewal .dock-guidance-flow__item:not(:last-child)::after {
    bottom: -13px;
    border-width: 15px 15px 0 15px;
    border-top-color: #439fec;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__item:not(:last-child)::after {
        bottom: -14px;
        border-width: 17px 17px 0 17px;
    }
}
.is-renewal .dock-guidance-flow__item:last-child::after {
    border-top-color: transparent;
}

.is-renewal .dock-guidance-flow__num {
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 2px;
    color: #439fec;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__num {
        margin-right: 18px;
        padding-top: 1px;
    }
}

.is-renewal .dock-guidance-flow__txt {
    border-radius: 0 0 3px 3px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__txt {
        padding: 30px 27px 32px;
        border-radius: 0 8px 8px 0;
    }
}

.is-renewal .dock-guidance-flow-figure {
    position: relative;
    left: -5%;
    max-width: max(calc(388 / 600 * 100vw), 206.933px);
    margin: 0 auto 14%;
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-flow-figure {
        max-width: 64.6666666667vw;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-figure {
        position: static;
        max-width: 970px;
        margin-bottom: 173px;
    }
}

.is-renewal .dock-guidance-flow-imgs {
    position: relative;
}

.is-renewal .dock-guidance-flow__img:nth-child(1) {
    width: max(calc(326 / 600 * 100vw), 173.859px);
    box-shadow: 2.5px 2.5px 5px #b4b4b4;
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-flow__img:nth-child(1) {
        width: 54.3333333333vw;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__img:nth-child(1) {
        width: 717px;
        box-shadow: 5px 5px 10px #b4b4b4;
    }
}
.is-renewal .dock-guidance-flow__img:nth-child(2) {
    position: absolute;
    top: max(calc(63 / 600 * 100vw), 33.6px);
    right: min(calc(-34 / 600 * 100vw), -18.1333px);
    width: max(calc(163 / 600 * 100vw), 86.9219px);
    transform: rotate(13.5deg);
    box-shadow: 2.5px 2.5px 5px #b4b4b4;
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-flow__img:nth-child(2) {
        top: 10.5vw;
        right: -5.6666666667vw;
        width: 27.1666666667vw;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow__img:nth-child(2) {
        top: 138px;
        right: 24px;
        width: 358px;
        box-shadow: 5px 5px 10px #b4b4b4;
    }
}

.is-renewal .dock-guidance-flow-caption {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    padding-right: 5px;
    border-radius: 10px;
    background-color: rgba(240, 240, 240, 0.7);
    font-size: 1.2rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-caption {
        margin-top: 19px;
        padding-right: 0;
        border-radius: 0;
        background-color: transparent;
        text-indent: -0.5em;
        font-size: 1.5rem;
    }
}

.is-renewal .dock-guidance-flow-option__txt {
    margin-bottom: 24.6666666667px;
    color: #17aaff;
    font-size: 1.6666666667rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__txt {
        margin-bottom: 37px;
        font-size: 2.5rem;
    }
}

.is-renewal .dock-guidance-flow-option__heading-txt {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 23.75px;
    background-color: #009ee5;
    color: #fff;
    text-align: center;
    font-size: 1.5714285714rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__heading-txt {
        width: 436px;
        height: 38px;
        margin: 0 auto;
        padding: 6px;
        border-radius: 19px;
        font-size: 2.2rem;
        line-height: 1;
    }
}
.is-renewal .dock-guidance-flow-option__heading-txt::before,
.is-renewal .dock-guidance-flow-option__heading-txt::after {
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    content: "";
}
.is-renewal .dock-guidance-flow-option__heading-txt::before {
    display: none;
    width: 748px;
    height: 75px;
    border: solid 6.527px #009ee5;
    border-bottom: none;
    border-radius: 20px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__heading-txt::before {
        display: block;
    }
}
.is-renewal .dock-guidance-flow-option__heading-txt::after {
    width: 6.527px;
    height: 200px;
    background-color: #009ee5;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__heading-txt::after {
        height: 75px;
    }
}

.is-renewal .dock-guidance-flow-option__list {
    margin-top: 23px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__list {
        display: flex;
        justify-content: space-between;
    }
}

.is-renewal .dock-guidance-flow-option__item {
    box-sizing: border-box;
    padding: 4.5px 0 6px;
    border: solid 2.464px #009ee5;
    border-radius: 5px;
    background-color: #eee;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__item {
        width: 346px;
        padding: 9px 0 12px;
        border-radius: 10px;
    }
}
.is-renewal .dock-guidance-flow-option__item + .dock-guidance-flow-option__item {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__item + .dock-guidance-flow-option__item {
        margin-top: 0;
    }
}

.is-renewal .dock-guidance-flow-option__item-txt {
    color: #17aaff;
    text-align: center;
    font-size: 1.5714285714rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-flow-option__item-txt {
        font-size: 2.2rem;
    }
}

/* CHECK LIST（診断項目）
================================================== */
.is-renewal .dock-guidance-checklist:not(:root) {
    background-color: #f7f7f7;
}

.is-renewal .dock-guidance-checklist__inner {
    padding-top: 32px;
    padding-bottom: 40px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__inner {
        padding-top: 84px;
        padding-bottom: 79px;
    }
}

.is-renewal .dock-guidance-checklist-header {
    padding-bottom: 11.1111111111px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist-header {
        padding-bottom: 20px;
    }
}

.is-renewal .dock-guidance-checklist__box-list {
    margin-bottom: 12px;
}

.is-renewal .dock-guidance-checklist__box {
    box-sizing: border-box;
    border: solid 2px #439fec;
    background-color: #fff;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__box {
        border-width: 3px;
    }
}
.is-renewal .dock-guidance-checklist__box:not(:first-of-type) {
    margin-top: 20px;
}
.is-renewal .dock-guidance-checklist__box::after {
    display: block;
    clear: both;
    content: "";
}
.is-renewal .dock-guidance-checklist__box dt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    background-color: #439fec;
    color: #fff;
    font-size: 1.6153846154rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__box dt {
        float: left;
        width: 388px;
        height: auto;
        padding: 0;
        font-size: 2.1rem;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__box:nth-child(1) dt {
        height: 174px;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__box:nth-child(2) dt {
        height: 233px;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__box:nth-child(3) dt {
        height: 174px;
    }
}
.is-renewal .dock-guidance-checklist__box dd {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    font-size: 1.3333333333rem;
    letter-spacing: 0.12em;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__box dd {
        display: block;
        float: left;
        width: calc(100% - 388px);
        height: auto;
        box-sizing: border-box;
        padding: 14px 21px;
        font-size: 1.6rem;
    }
}
.is-renewal .dock-guidance-checklist__box dd:not(:first-of-type) {
    border-top: solid 2px #439fec;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__box dd:not(:first-of-type) {
        border-top-width: 3px;
    }
}

.is-renewal .dock-guidance-checklist__note {
    margin-bottom: 30.5555555556px;
    font-size: 1.25rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__note {
        margin-bottom: 55px;
        font-size: 1.5rem;
    }
}

@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist-imgs {
        display: flex;
        justify-content: space-between;
    }
}

@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__img {
        width: 354px;
    }
}
.is-renewal .dock-guidance-checklist__img + .dock-guidance-checklist__img {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-checklist__img + .dock-guidance-checklist__img {
        margin-top: 0;
    }
}

/* PRICE（費用）
================================================== */
.is-renewal .dock-guidance-price__inner {
    padding-top: 32px;
    padding-bottom: 30px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__inner {
        padding-top: 86px;
        padding-bottom: 41px;
    }
}

.is-renewal .dock-guidance-price-header {
    padding-bottom: 6.6666666667px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price-header {
        padding-bottom: 12px;
    }
}

.is-renewal .dock-guidance-price__lead {
    margin-bottom: 11.3333333333px;
    color: #17aaff;
    font-size: 1.6666666667rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__lead {
        margin-bottom: 17px;
        text-align: center;
        font-size: 2.5rem;
    }
}

.is-renewal .dock-guidance-price__txt {
    margin-bottom: 17.6666666667px;
    font-size: 1.4rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__txt {
        margin-bottom: 53px;
        text-align: center;
        font-size: 1.5rem;
    }
}

.is-renewal .dock-guidance-price__note {
    font-size: 1.25rem;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__note {
        font-size: 1.5rem;
    }
}

.is-renewal .dock-guidance-price__info {
    margin-bottom: 41.5px;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__info {
        width: 760px;
        margin: 0 auto 83px;
    }
}

.is-renewal .dock-guidance-price__per {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: solid 4px #439fec;
    background-color: #fff;
    font-size: max(calc(35 / 600 * 100vw), 1.86667rem);
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-price__per {
        font-size: 5.8333333333vw;
        letter-spacing: 0;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__per {
        border-bottom-width: 5.7px;
        font-size: 3.5rem;
    }
}
@media all and (min-width: 600px) and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-price__per {
        letter-spacing: 0.05em;
    }
}
.is-renewal .dock-guidance-price__per strong {
    position: relative;
    left: 0.2em;
    margin: 0 0.1em;
    font-weight: 400;
    font-size: 1.5714285714em;
    line-height: 1.5;
    white-space: nowrap;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__per strong {
        top: -8px;
        left: 6px;
        margin: 0;
        font-size: 6.4rem;
        line-height: 1.26;
    }
}
.is-renewal .dock-guidance-price__per strong > span {
    position: relative;
    left: 0.0909090909em;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__per strong > span {
        left: 10px;
    }
}
.is-renewal .dock-guidance-price__per .is-adjust-1 {
    position: relative;
    left: 0.2em;
    font-size: 0.8em;
    white-space: nowrap;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__per .is-adjust-1 {
        top: -6px;
        left: -11px;
        font-size: inherit;
    }
}
.is-renewal .dock-guidance-price__per .is-adjust-2 {
    position: relative;
    top: 0.1em;
    left: 0.2em;
    font-size: 0.5714285714em;
    white-space: nowrap;
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__per .is-adjust-2 {
        top: -6px;
        left: 16px;
        font-size: 2.3rem;
    }
}

.is-renewal .dock-guidance-price__link {
    display: block;
    overflow: hidden;
    position: relative;
    padding: max(calc(20 / 600 * 100vw), 10.6667px);
    background-color: #439fec;
    box-shadow: 5px 5px 8px #aaa;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: max(calc(26 / 600 * 100vw), 1.38667rem);
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-price__link {
        padding: 3.3333333333vw;
        font-size: 4.3333333333vw;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__link {
        bottom: 0;
        padding: 19px;
        transition: bottom 0.1s ease, background-color 0.3s ease, box-shadow 0.1s ease;
        box-shadow: 7px 7px 10px #aaa;
        font-size: 3.1rem;
    }
}
.is-renewal .dock-guidance-price__link::before {
    position: absolute;
    bottom: 7px;
    left: -5px;
    width: max(calc(108 * 1.8 / 600 * 100vw), 103.672px);
    height: max(calc(68 * 1.8 / 600 * 100vw), 65.2656px);
    opacity: 0.2;
    background-image: url(../img/dock/ico_forklift01.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-price__link::before {
        width: 32.4vw;
        height: 20.4vw;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__link::before {
        left: 26px;
        width: 108px;
        height: 68px;
        opacity: 1;
    }
}
.is-renewal .dock-guidance-price__link::after {
    position: absolute;
    top: 0;
    right: -10px;
    width: max(calc(85 * 1.8 / 600 * 100vw), 81.5938px);
    height: max(calc(73 * 1.8 / 600 * 100vw), 70.0781px);
    opacity: 0.2;
    background-image: url(../img/dock/ico_mail01.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
@media all and (-ms-high-contrast: none) {
    .is-renewal .dock-guidance-price__link::after {
        width: 25.5vw;
        height: 21.9vw;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__link::after {
        top: 15px;
        right: 4px;
        width: 85px;
        height: 73px;
        opacity: 1;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__link:hover {
        background-color: #1682dc;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__link:focus {
        background-color: #1682dc;
    }
}
@media all and (min-width: 600px) {
    .is-renewal .dock-guidance-price__link:active {
        bottom: -2px;
        box-shadow: 3.5px 3.5px 5px #aaa;
    }
}



