
/* NAV */
/* ============================================ */

.nav-guide {
    position: fixed;
    top: 270px;
    left: 30px;
    z-index: 1;
}

.nav-guide li {
    margin: 15px auto;
}

.nav-guide li a {
    display: flex;
    align-items: center;
}

.nav-guide li span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(139, 128, 120, 0.1);
}

@media (max-width: 1680px) and (min-width: 897px) {
    #page-guide #sec-guide {
        margin-left: 200px;
    }
}

@media (max-width: 896px) {
    .nav-guide {
        display: none;
    }
}

/* MV */
/* ============================================ */

.box-mv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    height: 120px;
    background: url("../img/guide/mv.jpg") no-repeat 50% 30% / cover;
}

.box-mv .ttl {
    color: #fff;
    font-size: 30px;
}

@media (max-width: 896px) {
    .box-mv {
        margin-top: 60px;
        height: 60px;
    }

    .box-mv .ttl {
        font-weight: bold;
        font-size: 20px;
    }
}

/* BOX */
/* ============================================ */

.box-guide {
    position: relative;
    margin: 120px auto 0;
    padding: 0 40px;
    max-width: 1280px;
}

.box-guide a {
    text-decoration: underline;
}

.box-guide a:hover {
    color: #ef6f66;
    text-decoration: none;
}

.box-guide .anchor {
    position: absolute;
    top: -120px;
}

.box-guide .box-ttl .ttl {
    display: flex;
    align-items: center;
    padding: 0;
    background: rgba(139, 128, 120, 0.1);
    font-weight: bold;
}

.box-guide .box-ttl .ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.box-guide .txt {
    margin: 30px 60px 0 60px;
    line-height: 2;
}

@media (max-width: 896px) {
    .box-guide {
        margin: 0 auto 60px;
        padding: 0;
    }

    .box-guide .txt {
        margin: 20px 20px 0;
    }
}

/* STEP */
/* ============================================ */

.box-guide .li-step {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.box-guide .li-step li {
    max-width: 275px;
    width: 24%;
}

.box-guide .li-step .ttl {
    position: relative;
    z-index: 1;
}

.box-guide .li-step .img {
    position: relative;
    top: -5px;
}

.box-guide .li-step .img img {
    width: 100%;
    height: auto;
}

.box-guide .li-step .txt {
    margin: 10px 0 0 0;
    line-height: 2;
}

.box-guide .li-step .txt span {
    display: block;
    margin: 10px 0 0 0;
    color: red;
    font-size: 11px;
}

@media (max-width: 896px) {
    .box-guide .li-step {
        display: block;
        margin: 0 20px;
    }

    .box-guide .li-step li {
        margin: 30px 0 0 0;
        max-width: inherit;
        width: auto;
    }
}

/* DELIVERY */
/* ============================================ */

.box-guide .li-delivery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    line-height: 1.5;
}

.box-guide .li-delivery dt {
    margin: 15px 0 0 0;
    padding: 20px 30px;
    width: 200px;
    background: rgba(139, 128, 120, 0.7);
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.box-guide .li-delivery dd {
    margin: 15px 0 0 0;
    padding: 20px 30px;
    width: calc(100% - 200px);
}

@media (max-width: 896px) {
    .box-guide .li-delivery {
        display: block;
        margin: 0 auto;
    }

    .box-guide .li-delivery dt {
        margin: 0;
        padding: 10px 20px;
        width: auto;
        text-align: left;
    }

    .box-guide .li-delivery dd {
        margin: 0;
        padding: 20px;
        width: auto;
    }
}

/* POSTAGE */
/* ============================================ */

.box-guide .table-postage {
    margin: 30px 0 0;
    border-collapse: collapse;
    line-height: 1.5;
}

.box-guide .table-postage th,
.box-guide .table-postage td {
    padding: 10px;
    width: 10%;
    border: 1px solid rgba(139, 128, 120, 0.5);
    vertical-align: middle;
    text-align: center;
}

.box-guide .table-postage th {
    background: rgba(139, 128, 120, 0.1);
    font-weight: normal;
}

.box-guide .table-postage .font-S {
    font-size: 12px;
}
@media (max-width: 896px) {
    .box-guide .box-postage {
        overflow-x: scroll;
        margin: 0 auto;
        width: 100%;
    }

    .box-guide .table-postage {
        margin: 20px;
    }

    .box-guide .table-postage td {
        white-space: nowrap;
    }
}

/* QA */
/* ============================================ */

.box-guide .box-qa {
    display: flex;
    margin-top: 30px;
}

.box-guide .box-qa .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    width: 200px;
    background: rgba(139, 128, 120, 0.1);
}

.box-guide .box-qa .li-qa {
    line-height: 2;
}

.box-guide .box-qa .li-qa dt {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.box-guide .box-qa .li-qa dd {
    display: flex;
    align-items: center;
    margin: 10px 0 30px;
}

.box-guide .box-qa .li-qa dt::before {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(139, 128, 120, 0.7);
    color: #fff;
    content: "Q";
}

.box-guide .box-qa .li-qa dd::before {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ef6f66;
    color: #fff;
    content: "A";
}

@media (max-width: 896px) {
    .box-guide .box-qa {
        display: block;
        margin: 0;
    }

    .box-guide .box-qa .ttl {
        display: block;
        margin: 0 auto;
        padding: 10px 20px;
        width: auto;
        background: rgba(139, 128, 120, 0.7);
        color: #fff;
        text-align: left;
    }

    .box-guide .box-qa .li-qa {
        margin: 0 20px;
    }

    .box-guide .box-qa .li-qa dt {
        position: relative;
        align-items: flex-start;
        padding: 0 0 0 45px;
    }

    .box-guide .box-qa .li-qa dd {
        position: relative;
        align-items: flex-start;
        padding: 0 0 0 45px;
    }

    .box-guide .box-qa .li-qa dt::before {
        position: absolute;
        left: 0;
    }

    .box-guide .box-qa .li-qa dd::before {
        position: absolute;
        left: 0;
    }
}

/* ACT */
/* ============================================ */

.box-guide .table-act {
    margin: 15px 0 0 0;
    border-collapse: collapse;
    line-height: 2;
}

.box-guide .table-act th {
    padding: 20px 30px;
    background: rgba(139, 128, 120, 0.7);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
}

.box-guide .table-act td {
    padding: 20px 30px;
    vertical-align: middle;
}

.box-guide .table-act tr {
    border-top: 15px solid #fff;
}

@media (max-width: 896px) {
    .box-guide .table-act {
        margin: 0;
    }

    .box-guide .table-act th {
        display: block;
        padding: 10px 20px;
        text-align: left;
        line-height: normal;
    }

    .box-guide .table-act td {
        display: block;
        padding: 20px;
    }

    .box-guide .table-act tr {
        border-top: none;
    }
}
