@charset "utf-8";

/* guide-wrapper
---------------------------------------------------*/
.guide-wrapper {
    background-color: #fcf9f7;
}
.guide-wrapper .inner {
    padding: 100px 0;
}
.guide-wrapper .page-heading {
    text-align: center;
}

#guide_wrap dl.list-guide {
    max-width: 860px;
    line-height: 2em;
    letter-spacing: 0.1em;
    margin: 0 auto 60px;
}
#guide_wrap dl.list-guide:last-of-type {
    margin-bottom: 0;
}
#guide_wrap dl.list-guide dt {
    color: #c67089;
    font-weight: 500;
    margin-bottom: 0.5em;
}
#guide_wrap dl.list-guide dd p {
    margin-bottom: 1.5em;
}
#guide_wrap dl.list-guide dd p:last-of-type {
    margin-bottom: 0;
}
#guide_wrap dl.list-guide dd p.title {
    margin-bottom: 0;
}

/* UL */
#guide_wrap dl.list-guide dd ul + p {
    margin-top: 1.5em;
}
#guide_wrap dl.list-guide dd ul > li {
    margin-bottom: 1.5em;
}
#guide_wrap dl.list-guide dd ul > li:last-of-type {
    margin-bottom: 0;
}

#guide_wrap dl.list-guide dd ul.disc > li {
    list-style: disc;
    margin-left: 1.5em;
}
#guide_wrap dl.list-guide dd ul.times {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#guide_wrap dl.list-guide dd ul.times > li {
    margin-right: 1em;
    margin-bottom: 0;
}
#guide_wrap dl.list-guide dd ul.times > li:last-of-type {
    margin-right: 0;
}

/* TABLE */
.table-block {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}
.tbl-delivery {
    width: 100%;
    border: solid 1px #000;
    border-collapse: collapse;
    margin: 1.5em auto 0;
    white-space: nowrap;
}
.tbl-delivery tr th.bg,
.tbl-delivery tr td.bg {
    background-color: #eee;
}
.tbl-delivery th,
.tbl-delivery td {
    width: 66px;
    line-height: 1.6em;
    text-align: center;
    font-weight: normal;
    border: solid 1px #000;
    padding: 1.5em 0;
}
.tbl-delivery tr th:first-of-type,
.tbl-delivery tr td:first-of-type {
    width: auto;
}
.tbl-delivery th {
    font-size: 14px;
}
.tbl-delivery th .fw {
    display: inline-block;
    -webkit-transform: scale(0.9, 1.0);
    transform: scale(0.9, 1.0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: calc(100% / 0.9);
}
.tbl-delivery td {
    font-size: 12px;
}
.tbl-delivery tr.area td {
    vertical-align: top;
}

/* < 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
    .guide-wrapper .inner {
        padding: 16.66vw 0 20.83vw;
    }
    #guide_wrap dl.list-guide {
        line-height: 1.7em;
        letter-spacing: 0.075em;
        margin-bottom: 13.88vw;
    }

    /* TABLE */
    .tbl-delivery {
        width: 245.83vw;
    }
    .tbl-delivery th,
    .tbl-delivery td {
        width: 19.44vw;
    }
    .tbl-delivery th {
        font-size: 3.88vw;
    }
    .tbl-delivery td {
        font-size: 3.47vw;
    }
}
