@charset "utf-8";

/* 共通候補 */
th,
td {
    padding: .5em 1em;
}

.item_title {
    font-weight: bold;
    margin-bottom: .5em;
}

.nav_guide_link {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav_guide_link li {
    width: 75%;
    font-size: 1.5rem;
    text-align: center;
}

.nav_guide_link li,
.nav_guide_link>li+li {
    margin: 0 auto 8px;
}

.nav_guide_link li a {
    position: relative;
    display: block;
    padding: 1em;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background-color: #955b91;
}

.nav_guide_link li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: 3px solid transparent;
    border-left-color: #fff;
}


@media screen and (min-width: 768px) {
    .nav_guide_link {
        margin-top: 110px;
    }

    .nav_guide_link li {
        width: 48%;
    }

    .nav_guide_link li,
    .nav_guide_link>li+li {
        margin-right: 0;
        margin-left: 0;
    }

    .nav_guide_link li a::after {
        border-width: 5px;
    }
}

@media screen and (min-width: 960px) {
    .nav_guide_link li {
        width: 32%;
    }
}

@media screen and (min-width: 1280px) {}




/* 共通候補 */
.fs-c-documentArticle {
    padding: 0 0 40px;
    margin: 0;
}

.fs-c-documentArticle+.fs-c-documentArticle {
    margin-top: 0;
}

.fs-c-documentArticle__content {
    padding: 0 4%;
}

.fs-c-documentColumn {
    margin-bottom: 25px;
}

*+.fs-c-documentColumn {
    margin-top: 0;
}

.fs-c-documentColumn__content {
    padding: 0;
}

.fs-c-documentColumn__heading {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    border-color: #955B91;
    padding: .5em .8em;
    margin-bottom: 1em;
}

.fs-c-documentArticle__heading {
    padding: .5em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(../images/bg_pattern_pale_purple.png) center top;
    background-size: 2em auto;
    color: #333;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, sans-serif;
    border-top: 1px solid #d3bdd2;
}

.fs-c-documentColumn__content p {
    margin-bottom: 1em;
}



.fs-c-documentArticle__content em,
.fs-c-documentColumn__content em {
    color: #d60;
    font-weight: bold;
}

.fs-c-documentArticle__content .emph {
    margin-bottom: 1em;
    padding: 1.5em;
    border: 2px solid #d60;
}

.fs-c-documentColumn__content a {
    text-decoration: underline;
}

.fs-c-explainList dd:not(:last-child) {
    margin-bottom: 1em;
}

.fs-c-list li {
    display: flex;
    padding: 0;
    margin: 0 0 .3em;
}

.fs-c-list li::before {
    border: none;
    flex: 0 0 .6em;
    height: .6em;
    background-color: #955B91;
    margin: .45em .2em;
}


@media (min-width: 600px) {
    .fs-c-explainList {
        display: block;
    }
}

@media (min-width: 768px) {
    .fs-c-documentArticle__heading {
        padding: 0.5em 0;
        font-size: 2rem;
    }
}

@media (min-width: 960px) {
    .fs-c-explainList {
        display: grid;
    }

    .fs-c-documentColumn {
        margin-bottom: 35px;
    }
}

@media (min-width: 1280px) {
    .fs-c-documentArticle__content {
        font-size: 1.5rem;
    }
}



/* 特定商取引法に基づく表示 */
.fs-p-aboutTerms {
    max-width: 1000px;
    margin: 0 auto;
}


@media screen and (min-width: 768px) {}

@media screen and (min-width: 960px) {}

@media screen and (min-width: 1280px) {}


/* 送料・配送・お支払いについて */
.fs-body-about-shippingPayment .fs-l-pageMain p {
    margin-bottom: 1em;
}

.fs-c-documentArticle {
    max-width: 1000px;
    margin: 0 auto;
}

.fs-c-documentColumn__content {
    padding: 0 4%;
}

.delivey_time_table {
    text-align: center;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.delivey_time_table th,
.delivey_time_table td {
    border: 1px solid #333;
}

.delivey_time_table th {
    background-color: #955B91;
    color: #FFF;
}

.delivery_area_wrap {
    margin-bottom: 30px;
}

p.delivery_area_name {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .5em;
}

.delivery_area_name:before {
    content: "\25a0";
}

.delivery_days_table {
    width: 100%;
    margin-bottom: 10px;
}

.delivery_days_table thead,
.delivery_days_table tbody,
.delivery_days_table tr,
.delivery_days_table th,
.delivery_days_table td {
    display: block;
}

.delivery_days_table thead th {
    background-color: #955B91;
    color: #FFF;
    margin-bottom: 1em;
}

.delivery_days_table tbody {
    margin-left: 5px;
}

.delivery_days_table tbody th {
    background-color: #F4EEF4;
}

.delivery_days_table tbody td {
    padding-bottom: 1em;
}

.postage_table {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.postage_table th,
.postage_table td {
    border: 1px solid #333;
    padding: .8em .5em;
}

.postage_table th {
    background-color: #955B91;
    color: #FFF;
    text-align: center;
}

.postage_table tbody th {
    width: 20%;
    text-align: left;
}

.postage_table .area {
    width: 30%;
}

.postage_table .price {
    width: 25%;
}

.postage_table .dib {
    margin: 0 .5em;
}

.simplified_table {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.simplified_table th,
.simplified_table td {
    border: 1px solid #333;
    padding: .8em .5em;
}

.simplified_table thead th {
    background-color: #955B91;
    color: #FFF;
    text-align: center;
}

.simplified_table thead th:nth-child(1) {
    width: 28%;
}

.simplified_table thead th:nth-child(2) {
    width: 28%;
}

@media screen and (min-width: 480px) {
    .postage_table {
        font-size: 1.3rem;
    }

    .simplified_table {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) {
    .delivery_days_table thead {
        display: table-header-group;
    }

    .delivery_days_table tbody {
        display: table-row-group;
    }

    .delivery_days_table tr {
        display: table-row;
    }

    .delivery_days_table th,
    .delivery_days_table td {
        display: table-cell;
        border: 1px solid #333;
        padding: .5em 1em;
    }

    .delivery_area_wrap {
        margin-bottom: 30px;
    }

    p.delivery_area_name {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: .5em;
    }

    .delivery_area_name:before {
        content: "\25a0";
    }

    .delivery_days_table {
        width: 100%;
        margin-bottom: 10px;
    }

    .delivery_days_table thead th {
        background-color: #955B91;
        color: #FFF;
    }

    .delivery_days_table tbody td {
        width: 50%;
        padding-bottom: .5em;
    }

    .delivery_days_table tbody th {
        background-color: #F4EEF4;
    }
}

@media screen and (min-width: 960px) {}

@media screen and (min-width: 1280px) {}




/* お支払い方法について */
.fs-c-documentColumn__content .card_list.flex {
    justify-content: flex-start;
}

.fs-c-documentColumn__content .card_list li:not(:last-of-type) {
    margin-right: 10px;
}

.fs-c-documentColumn__content .card_list .img,
.fs-c-documentColumn__content .card_list .text {
    margin-bottom: 0;
}

.fs-c-documentColumn__content .card_list .img {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
}

.fs-c-documentColumn__content .card_list .text {
    text-align: center;
}
