/*Amazonログインのボタンを中央揃えにするCSS*/
.fs-c-anotherLogin--amazon .fs-c-anotherLogin__button {
    margin: 0 auto;
}

.fs-c-linkedServiceLogin__title {
    text-align: center;
}

/*お支払い方法についてのシステムパーツ用CSS*/
#fs_anchor_aboutPostage h2.fs-c-documentArticle__heading {
    background: #f5f5f5;
    padding: 10px 29px;
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 600;
}
#fs_anchor_aboutPostage h3.fs-c-documentColumn__heading {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
#fs_anchor_aboutPostage h3.fs-c-documentColumn__heading::before {
    content: "";
    display: block;
    width: 15px;
    border-top: 1px solid #000;
    position: absolute;
    top: 50%;
    left: -25px;
}
#fs_anchor_aboutPostage #fs_anchor_deliveryService {
    padding-left: 30px;
    margin-bottom: 60px;
}
#fs_anchor_aboutPostage h4.fs-c-documentContent__heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}
#fs_anchor_aboutPostage h4.fs-c-documentContent__heading::before {
    content: "■";
    display: inline-block;
    margin-right: 3px;
}
#fs_anchor_aboutPostage h5.fs-c-shippingCarrierInfo__heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}
#fs_anchor_aboutPostage h5.fs-c-shippingCarrierInfo__heading::before {
    content: "◉";
    display: inline-block;
    margin-right: 3px;
}
#fs_anchor_aboutPostage dl.fs-c-localNavigation {
    margin-top: 20px;
    padding-left: 1.4rem;
    border-left: 4px solid #eee;
}
#fs_anchor_aboutPostage dd.fs-c-localNavigation__content + * {
    margin-top: 20px;
}
#fs_anchor_aboutPostage dt.fs-c-localNavigation__heading {
    font-weight: 600;
    margin-bottom: 10px;
}
#fs_anchor_aboutPostage .fs-c-documentContent {
    margin-bottom: 30px;
}
#fs_anchor_aboutPostage .fs-c-documentContent__content,
#fs_anchor_aboutPostage .fs-c-documentContent__content p {
    font-size: 1.4rem;
}
#fs_anchor_aboutPostage ul.fs-c-localNavigation__list {
    list-style: disc;
    padding-left: 3rem;
}
#fs_anchor_aboutPostage ul.fs-c-localNavigation__list li {
    margin-bottom: 5px;
}
#fs_anchor_aboutPostage ul.fs-c-localNavigation__list li a {
    text-decoration: underline;
}
#fs_anchor_aboutPostage dl.fs-c-postage__list.fs-c-postage__list--prefecture {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 200px;
    margin-top: 10px;
}
#fs_anchor_aboutPostage dl.fs-c-postage__list.fs-c-postage__list--prefecture dt {
    width: 50%;
    border-bottom: 1px solid #bdbdbd;
    padding: 15px;
    position: relative;
    font-weight: 600;
}
#fs_anchor_aboutPostage dl.fs-c-postage__list.fs-c-postage__list--prefecture dt::after {
    content: "";
    display: block;
    border-left: 1px solid #bdbdbd;
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#fs_anchor_aboutPostage dl.fs-c-postage__list.fs-c-postage__list--prefecture dd {
    width: 50%;
    border-bottom: 1px solid #bdbdbd;
    padding: 15px;
}
#fs_anchor_aboutPostage .fs-c-postage {
    margin-bottom: 20px;
}
/*価格表記￥を削除*/
.fs-c-price__currencyMark {
display: none;
}
/*価格表記税込を円に変更*/
.fs-c-productPrice__addon{
display: flex;
}
.fs-c-productPrice {
font-weight: bold;/*円細字→太字*/
display: flex;
letter-spacing: 0.08em;/*プライス字間*/
vertical-align:  bottom;/*プライス下揃え*/
}
.fs-c-productPrice::after {
content: "円";
font-size: 1.2rem;
display: none;
align-items: center;
}