/* =========================== */
/* 全体設定 */
/* =========================== */

@media print,
screen and (min-width: 980px) {
    .img_kessai {
        width: 325px;
        display: block;
    }

    .img_syukka {
        max-width: 800px !important;
        display: block;
        margin: 0 auto;
    }
}


.use_shinki {
    font-size: 1.8rem;
    border-radius: 4px;
    background-color: #169FC3;
    border: 2px solid #169FC3;
    width: 100%;
    display: block;
    margin: auto;
    padding: 10px 15px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    transition: all 0.3s;
    margin-top: 40px;
    text-decoration: none !important;
    max-width: 524px;
}

.icon_zaiko_box {
    background: #169FC3;
    border: 1px solid #169FC3;
    width: 74px;
    margin-bottom: 20px;
    text-align: center;
}

.icon_zaiko {
    font-size: 1.3rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff !important;
    font-weight: bold;
}

.icon_maker_box {
    background: #4EA883;
    border: 1px solid #4EA883;
    width: 101px;
    margin-bottom: 20px;
    text-align: center;
}

.icon_maker {
    font-size: 1.3rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff !important;
    font-weight: bold;
}

.use_icon_list li {
    margin: 20px 0;
}

.postage_list {
    margin-left: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.postage_list::after {
    position: absolute;
    content: '・';
    top: 0;
    left: -21px;
}


/*会員ランク・会員ポイントについて*/
.fs-p-aboutPoints .fs-c-documentColumn>section {
    margin-top: 40px;
}

@media print,
screen and (min-width: 980px) {
    .fs-p-aboutPoints .fs-c-documentColumn>section {
        margin-top: 80px;
    }
}

@media print,
screen and (min-width: 980px) {
    .fs-p-aboutPoints .example {
        font-size: 18px
    }
}

.fs-p-aboutPoints .example {
    margin: 20px 0 30px;
    padding: 10px 20px;
    background: #F6F6F6;
    font-weight: bold;
}

.fs-p-aboutPoints .fs-c-documentTable {
    width: 100%;
}

.fs-p-aboutPoints .fs-c-documentTable th,
.fs-p-aboutPoints .fs-c-documentTable td {
    text-align: center;
    font-weight: bold;
}

.fs-p-aboutPoints .fs-c-documentTable th {
    padding: 10px;
    background: #F6F6F6;
}

.fs-p-aboutPoints .fs-c-documentTable td {
    padding: 15px;
    border-bottom: 1px solid #B2BBBA;
}

.fs-p-aboutPoints .fs-c-documentImage {
    margin: 20px auto;
}

@media print,
screen and (max-width: 979px) {
    .fs-p-aboutPoints .fs-c-documentImage {
        overflow-x: scroll;
        text-align: center;
    }

    .fs-p-aboutPoints .fs-c-documentImage .x-scroll {
        width: 932px;
    }
}


@media print,
screen and (min-width: 980px) {
    .fs-p-aboutPoints .fs-c-documentImage {
        margin: 50px auto;
        width: 80%;
        text-align: center;
    }
}

.fs-p-aboutPoints .fs-c-documentImage img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.fs-c-documentImage p {
    margin-bottom: 20px;
    text-align: left;
}


.p-color01 {
    color: #FA0015;
    font-weight: bold;
}

.fs-p-aboutPoints dl {
    margin-top: 30px;
}

.fs-p-aboutPoints dt {
    font-weight: bold;
}

.fs-p-aboutPoints .faq dt,
.fs-p-aboutPoints .faq dd {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.fs-p-aboutPoints .faq dt {
    margin-bottom: 10px;
    font-size: clamp(16px, 3vw, 18px);
    border-bottom: 1px solid #B2BBBA;
}

.fs-p-aboutPoints .faq dt .tl,
.fs-p-aboutPoints .faq dd .tl {
    width: 30px;
    font-size: 22px;
    color: #169FC3;
    font-weight: bold;
}

.fs-p-aboutPoints .faq span+span {
    width: 90%;
}

.c-list {}

.c-list li {
    position: relative;
    padding-left: 1em;
}

.c-list li+li {
    margin-top: 15px;
}

.c-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 30px;
}