#bfs {
    background: #c6b198;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: auto;
}

#bfs h3 {
    padding: 0 0.4em 0.2em;
    font-size: 1.75em;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

#bfs h3::after {
    content: '';
    border-bottom: 0.1em solid;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#bfs h4 {
    padding: 0.4em 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 1.5em;
    font-weight: bold;
}

#bfs h5 {
    padding: 10px;
    background: #c6b198;
    color: #000;
    font-weight: bold;
    flex-basis: calc(10em + 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}

#bfs .link_l {
    margin-top: 1em!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

#bfs .link_l a {
    color: #000;
}

#bfs .link_l a::before {
    background: #c6b198;
}

#bfs_intro {
    padding-bottom: 40px;
    background: linear-gradient(135deg, #666, #000 75%);
}

#bfs_intro h2 {
    margin: 0;
    padding: 40px 0;
    background: #000;
    height: 250px;
}

#bfs_intro h2 img {
    width: auto;
    height: 100%;
}

#bfs_intro p {
    margin: 2em auto 0;
    color: #fff;
    font-size: 1.1em;
    text-align: justify;
    width: 680px;
}

#bfs_intro #bfs_intro_freeshipping {
    margin-top: 40px;
    width: 860px;
}

#bfs_intro #bfs_intro_term {
    margin-top: 20px;
    width: 640px;
}

.bfs_detail ol {
    display: flex;
    gap: 160px;
    justify-content: center;
    counter-reset: count;
}

.bfs_detail ol li {
    text-align: center;
    flex-basis: 240px;
    list-style-type: none;
}

.bfs_detail h4 strong {
    font-size: 0.8em;
    font-weight: inherit;
}

.bfs_detail_img {
    margin-top: 20px;
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 240px;
}

.bfs_detail_img img {
    border-radius: 50%;
}

.bfs_detail_desc {
    margin-top: 20px;
}

.bfs_detail_desc small {
    font-size: 0.7em;
}

#bfs_howto {
    margin-top: 80px;
}

#bfs_howto li {
    margin-top: 40p;
}

#bfs_howto li::before {
    font-size: 1.5em;
    display: block;
    content: 'STEP' counter(count);
    counter-increment: count 1;
}

#bfs_item ol {
    display: block;
}

#bfs_item li {
    margin: 40px auto 0;
    width: 640px
}

#bfs_item .bfs_detail_img {
    background: none;
    border-radius: 0;
    height: auto;
}

#bfs_item .bfs_detail_img img {
    border-radius: 0;
}

#bfs_item_desc {
    margin-top: 40px;
}

#bfs_item_desc small {
    margin-top: 0.5em;
    display: inline-block;
}

#bfs_qa div {
    margin: 0 auto;
    text-align: justify;
    width: 1120px;
}

#bfs_qa dt {
    margin-top: 4em;
    padding-left: 2.75em;
    position: relative;
}

#bfs_qa dt::before, #bfs_qa dd:nth-of-type(1)::before {
    background: #fff;
    border-radius: 50%;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bfs_qa dt::before {
    content: 'Q';
    font-size: 1.5em;
    position: absolute;
    top: -0.25em;
    left: 0;
}

#bfs_qa dd {
    padding-left: 2.75em;
}

#bfs_qa dd:nth-of-type(1) {
    margin-top: 1em;
    position: relative;
}

#bfs_qa dd:nth-of-type(1)::before {
    content: 'A';
    color: #c6b198;
    font-size: 1.5em;
    position: absolute;
    top: -0.25em;
    left: 0;
}

@media screen and (max-width: 768px) {
    .pane-footer{
        margin: 0;
    }

    #bfs {
        padding-bottom: 60px;
        overflow: hidden;
    }

    #bfs_intro h2 {
        padding: 9vw 0;
        background: #000;
        height: 40vw;
    }

    #bfs_intro p {
        margin: 2em 10vw 0;
        font-size: 0.9em;
        width: auto;
    }

    #bfs_intro #bfs_intro_freeshipping {
        margin: 8vw 2vw 0;
        width: auto;
    }

    #bfs_intro #bfs_intro_term {
        margin: 4vw auto 0;
        width: 75vw;
    }

    .freepage.low_density .bfs_detail {
        margin-left: 4vw;
        margin-right: 4vw;
    }

    .bfs_detail ol {
        margin: 0;
        display: block;
    }

    .bfs_detail li {
        margin: 40px 0 0;
    }

    .bfs_detail_img {
        margin: 10px auto 0;
        width: 60vw;
        height: 60vw;
    }

    .bfs_detail_desc {
        font-size: 0.9em;
    }

    #bfs_item li {
        width: auto;
    }

    #bfs_item .bfs_detail_img {
        margin: 10px auto 0;
        width: 60vw;
    }

    #bfs_howto {
        margin-top: 40px;
    }

    #bfs_qa div {
        width: 100%;
    }

    #bfs_qa dt {
        margin-top: 30px;
    }
    
    #bfs_qa .link_l {
        padding: 0;
        text-align: center;
    }

    #bfs_qa .img {
        margin-top: 10px;
    }

    #bfs_qa .img img {
        width: 100%;
        border-width: 0.3vw;
        border-radius: 0.7vw;
    }

    #bfs_qa .img .sp {
        display: inline-block;
    }

    #bfs_qa .img .pc {
        display: none;
    }
}