fs_AboutShippingAndPaymentfs_AboutShippingAndPaymentfs_AboutShippingAndPayment@charset "utf-8";
/* CSS Document */
/*見出し*/
.fs-c-documentColumn__heading {
    color: #333;
    border-color: #333;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 8px;
    padding-left: 16px;
    margin-bottom: 8px;
}
.fs-c-orderedList > li::before {
    counter-increment: number;
    content: counter(number) ".";
    display: inline-block;
    color: #333;
    text-align: right;
    width: 1em;
    padding-right: 1em;
    box-sizing: content-box;
}
.fs-c-list li::before {
    display: inline-block;
    content: "";
    width: 2px;
    height: 2px;
    margin: auto 4px auto -8px;
    border: 4px solid #333;
    border-radius: 50%;
    box-sizing: content-box;
}
/*送料とお支払方法について*/
.fs-c-documentColumn__heading {
    color: #333;
    border-color: #333;
}
/*配送サービスについて
#fs_AboutShippingAndPayment #fs_anchor_deliveryService .fs-c-documentArticle__content section:nth-child(2) .fs-c-documentColumn__content p {
    font-size: 0;
}
#fs_AboutShippingAndPayment #fs_anchor_deliveryService .fs-c-documentArticle__content section:nth-child(2) .fs-c-documentColumn__content p:before {
    white-space: pre;
    content: '【送料】660円（北海道・沖縄を除く）\A配送日の指定がない場合、最短日のお届けとなります。';
    font-size:16px;
    font-color:#333;
    line-height: 1.5em;
}*/
/*送料込み商品を同時にご購入された場合につきまして*/
#fs_AboutShippingAndPayment #fs_anchor_aboutPostage .fs-c-documentArticle__content section:nth-child(2) p:nth-child(3):after,/*送料について*/
#fs_AboutShippingAndPayment #fs_anchor_aboutSubscribePostage .fs-c-documentArticle__content section:nth-child(2) p:nth-child(3):after /*定期商品送料について*/
{
    content: '\A※北海道・沖縄へのお届けは送料無料対象外のため、ご注文確定後【送料990円が加算】されます。';
    font-size:16px;
    font-color:#333;
    line-height: 1.5em;
}

/*-----------------------会社情報入れ子-------------------------*/
#footer-company-wrap {
    display: block;
    flex-wrap: initial;
    justify-content: initial;
}
.footer_tel_inquiry, .footer_mail_guide {
    width: initial;
}
#footer-company-wrap .footer_mail_guide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#footer-company-wrap .footer_mail_guide div {
	width: 47%;
}
