/*====================================================
     
====================================================*/
main .cart_title {
    margin: 20px 0 40px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    main .cart_title {
        font-size: 2.0em;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    main .cart_title {
        font-size: 2.8rem;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}



/*====================================================
     //class .fs-l-cart__contentsArea カートエリア
====================================================*/
.fs-l-cart__contentsArea {
    position: relative;
}

.fs-c-checkout-orderInfo {
    max-width: 700px;
    margin: 100px auto 30px;
}
.fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-productPrice {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 600px) {
    .fs-l-cart__contentsArea > .flexBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 601px) {
/*
    .fs-l-cart__contentsArea > .flexBox {
        align-items: flex-end;
    }
*/

    .fs-l-cart__contentsArea {
        padding-bottom: 20px;
    }
    .fs-l-cart__contentsArea > .flexBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .fs-l-cart__contentsArea .fs-l-cart__mainColumn {
        width: 100%;
    }
    .fs-l-cart__contentsArea .fs-c-totalAndActions {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

}

/* ////////// tablet ////////// */
@media screen and (min-width:601px) and (max-width:1100px) {
}

@media screen and (min-width:1200px) {
    .fs-l-cart__contentsArea .fs-l-cart__mainColumn {
        width: calc(100% - 300px);
    }
    .fs-l-cart__contentsArea .fs-c-totalAndActions {
        width: 300px;
        padding-left: 20px;
    }
}


/*====================================================
    //id .fs-c-cartTable カートの中
====================================================*/
.fs-l-cart__contentsArea {
}
.fs-c-noResultMessage {
    padding: 60px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.fs-c-noResultMessage__title {
    display: inline-block;
    text-align: left;
}
.fs-c-cartTable .fs-c-cartTable__headerCell {
    text-align: center;
}
.fs-c-cartTable thead {
    border-bottom: solid 2px;
    border-color: #d3d3d3
}
.fs-c-cartTable .fs-c-cartTable__row {
    border-bottom: solid 1px;
    border-color: #d3d3d3;
}
.fs-c-cartTable__product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
}
.fs-c-cartTable__productImage {
    height: 70px;
    width: 78px;
}
.fs-c-cartTable__productInfo {
    width: calc(100% - 78px);
}
.fs-c-cartTable__productName__name {
    margin-bottom: 3px;
}
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
    font-size: 1.2rem;
    margin-bottom: 3px;
}
.fs-c-listedProductName__variation::before, .fs-c-listedProductName__selection::before ,
.fs-c-listedProductName__variation::after, .fs-c-listedProductName__selection::after {
    content: none;
}

.fs-c-cartTable__quantity {
    width: 3.5em;
    margin: auto;
    position: relative;
    border: solid 1px;
    border-color: #d3d3d3;
    display: block;
    text-align: left;
}
span.fs-c-cartTable__quantity {
    padding-left: .4em;
}
.fs-c-cartTable__quantity:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-top-color: #d3d3d3;
    border-top-width: 6px;
    border-bottom-width: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs-c-cartTable__quantity .fs-c-quantity__select {
    padding: 0 5px;
    cursor: pointer;
}


.fs-c-cartTable__dataCell--action {
    padding-left: 20px;
    width: 60px;
}
.fs-c-cartTable__actionButton__container--buyItLater:hover ,
.fs-c-cartTable__dataCell--action .fs-c-button--cancel--cart:hover {
    opacity: .6;
    -webkit-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}
.fs-c-cartTable__dataCell--action .fs-c-button__label {
    font-size: 1.0rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 600px) {
    .fs-l-cart__mainColumn {
        margin-bottom: 20px;
    }
    .fs-c-cartTable .fs-c-cartTable__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .fs-c-cartTable__dataCell--product {
        width: 100%;
    }
    .fs-c-cartTable__productImage {
/*        width: 25%;*/
    }
    .fs-c-cartTable__productName__name {
        font-size: 1.5rem;
    }
    .fs-c-cartTable__dataCell--quantity {
        padding-left: 40px;
        position: relative;
        width: 40%;
    }
    .fs-c-cartTable__dataCell--subtotal {
        padding-left: 40px;
/*        margin-right: 8px;*/
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.6rem;
    }
    .fs-c-cartTable__dataCell--quantity:before ,
    .fs-c-cartTable__dataCell--subtotal:before {
        position: absolute;
        height: 1em;
        left: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 1;
/*        font-size: 1.0rem;*/
/*        font-weight: normal;*/
    }
    .fs-c-cartTable__dataCell--action {
        width: 100%;
        padding-top: 0;
    }
    .fs-c-cartTable__actionButton {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .fs-c-cartTable__actionButton .fs-c-button--plain {
        margin: 0 5px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 601px) {
    .fs-l-cart__contentsArea {
        padding-bottom: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .cart_title {
        width: 100%;
    }
    .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
        border: none;
    }
    .fs-c-cartTable__productName__name {
        font-size: 1.4rem;
    }
    .fs-c-cartTable__dataCell--subtotal {
        width: 80px;
        font-size: 1.6rem;
    }
    .fs-c-cartTable__actionButton__container--cancel--cart {
        width: 30px;
        margin: auto;
        text-align: center;
    }
    .fs-c-cartTable__dataCell--action .fs-c-button--cancel--cart {
        width: 100%;
        height: 30px;
        background: url(https://pawsliving.itembox.design/item/img/common/trush.svg) no-repeat top center;
        background-size: auto 19px;
        position: relative;
        padding-top: 15px;
    }
    .fs-c-cartTable__actionButton__container--buyItLater {
        margin-top: 10px;
        line-height: 1.0;
    }
    .fs-c-noResultMessage {
        margin-bottom: -150px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .fs-c-orderTotalTable 合計テーブル
====================================================*/
#fs-cartTotals-container {
    position: relative;
    padding-top: 30px;
}
#fs-cartTotals-container:before {
    position: absolute;
    content: 'Total';
    font-family: 'le-monde-livre-classic-byol', 'hypatia-sans-pro',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.fs-c-orderTotalTable {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr > td {
    vertical-align: middle;
    padding: 5px 10px;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    font-size: 2.2rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 600px) {
    .fs-c-orderTotalTable td {
        font-size: 2.2rem;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 601px) {
    .fs-c-orderTotalTable td {
        font-size: 2.2rem;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:601px) and (max-width:959px) {
    .fs-c-orderTotalTable {
        max-width: 300px;
        margin: auto;
    }
}


/*====================================================
     //id #fs-checkout-payHere-container 購入へ進む
====================================================*/
.fs-c-purchaseHere__message {
    text-align: center;
}
.fs-c-button--login,
.fs-c-button--next,
.fs-c-button--registerAndContinue,
.fs-c-cartPayment__button a {
    font-size: 1.5rem;
    border: none;
    border-radius: 0;
    width: 90%;
    max-width: 280px;
    position: relative;
    background: #000;
    background: #000;
    -webkit-transition: 0.4s ease-in-out;  
            transition: 0.4s ease-in-out;  
    color: #fff;
    line-height: 1.3;
    padding: .5em;
    display: block;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
}
.fs-c-button--login:hover,
.fs-c-button--next:hover,
.fs-c-button--registerAndContinue:hover,
.fs-c-cartPayment__button a:hover {
    color: #000;
}
.fs-c-button--login:before ,
.fs-c-button--next:before,
.fs-c-button--registerAndContinue:before,
.fs-c-cartPayment__button a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffd700;
    direction: rtl;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fs-c-button--login:hover:before ,
.fs-c-button--next:hover:before,
.fs-c-button--registerAndContinue:hover:before,
.fs-c-cartPayment__button a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
.fs-c-button__label {
    position: relative;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 600px) {
    #fs-checkout-payHere-container {
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .fs-c-purchaseHere__message {
        font-size: 1.5rem;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 601px) {
    #fs-checkout-payHere-container {
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 60px;
    }
    .fs-c-purchaseHere {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fs-c-purchaseHere__message {
        width: 100%;
        font-size: 1.7rem;
    }
    .fs-c-cartPayment__button {
        width: 50%;
        max-width: 300px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:601px) and (max-width:959px) {
    #fs-checkout-payHere-container {
        position: relative;
    }
}


/*====================================================
     //class .fs-c-continueShopping 買い物を続ける
====================================================*/
.fs-c-continueShopping {
    margin-bottom: 60px;
    text-align: center;
}
.fs-c-inputInformation__link a ,
/*.fs-c-buttonContainer a,*/
.fs-c-continueShopping .fs-c-button__label,
.fs-c-wishlistProduct__viewAllProducts {
    position: relative;
/*    padding-left: 1.2em;*/
    display: inline-block;
}
.fs-c-inputInformation__link a:before ,
/*.fs-c-buttonContainer a:before,*/
/*
.fs-c-continueShopping .fs-c-button__label:before,
.fs-c-wishlistProduct__viewAllProducts:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto;
    border: solid .5em transparent;
    border-top: solid .3em transparent;
    border-bottom : solid .3em transparent;
    border-left-color: #483d8b;
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}
*/
.fs-c-inputInformation__link a:hover:before ,
.fs-c-buttonContainer a:hover:before ,
.fs-c-continueShopping a:hover .fs-c-button__label:before,
.fs-c-wishlistProduct__viewAllProducts:hover:before {
    border-left-color: #c0c0c0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .fs-c-featuredProduct お気に入り・おすすめ商品
====================================================*/
.fs-c-featuredProduct, .fs-c-wishlistProduct {
    margin-top: 80px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__header h2 ,
.fs-c-featuredProduct .fs-c-featuredProduct__header h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.fs-c-productListCarousel {
/*    display: none;*/
    width: calc(100% + 30px);
    margin-left: -15px;
}
.fs-c-productListCarousel__list__item {
    position: relative;
}

.fs-c-wishlistProduct .fs-c-productListItem__productName ,
.fs-c-featuredProduct .fs-c-productListItem__productName {
    font-size: 1.3rem;
    font-family: 'hypatia-sans-pro',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align: left;
}
.fs-c-wishlistProduct .fs-c-productName__copy ,
.fs-c-featuredProduct .fs-c-productName__copy {
    font-size: 1.1rem;
    display: block;
    font-weight: normal;
    margin: 5px 0;
}
.fs-c-productListItem__productName .fs-c-productName__variation {
    display: block;
    font-size: 1.0rem;
}
.fs-c-productListItem__productName .fs-c-productName__variation span:before {
    content: '/\a0'
}
.fs-c-productListItem__productName .fs-c-productName__variation span:first-child:before {
    display: none;
}
.fs-c-wishlistProduct .fs-c-productPrice--listed {
    display: none;
}
.fs-c-wishlistProduct .fs-c-productPrice {
    width: 100%;
    text-align: right;
}
.fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productPrice__main__price {
    display: inline-block;
}
.fs-c-button--addToWishList--icon ,
.fs-c-button--removeFromWishList--icon {
    width: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.fs-c-productListItem__control {
    display: none;
}
.fs-c-productListCarousel__ctrl {
    -ms-flex-preferred-size: 15px;
    flex-basis: 15px;
    min-width: 15px;
}
.fs-c-button--carousel {
    width: 15px;
    height: 15px;
    z-index: 1;
    display: block;
/*    border: solid 1px #000;*/
    position: relative;
    cursor: pointer;
}
.fs-c-productListCarousel__ctrl.slick-disabled {
    cursor: default;
}
.fs-c-button--carousel:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid 1px transparent;
    -webkit-transition: 0.2s all;  
            transition: 0.2s all;
    z-index: 5;
    pointer-events: none;
}
.fs-c-button--carousel--prev:before {
    right: -55%;
    border-top-color: #000;
    border-left-color: #000;
}
.fs-c-button--carousel--next:before {
    left: -55%;
    border-bottom-color: #000;
    border-right-color: #000;
}
.fs-c-wishlistProduct__footer {
    text-align: center;
    margin-top: 20px;
}
.fs-c-wishlistProduct__viewAllProducts {
    padding-left: 1.2em;
}

.fs-c-button--carousel .fs-c-button__label {
    display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .fs-c-featuredProduct {
    }
    .fs-c-wishlistProduct__list ,
    .fs-c-featuredProduct__list {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .fs-c-slick .slick-slide {
        width: calc(85vw / 2);
    }
    .fs-c-productListCarousel__list__item {
        padding: 0 10px;
    }
    
}

@media screen and (min-width:480px) and (max-width:768px) {
    .fs-c-slick .slick-slide {
        width: calc(85vw / 3);
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .fs-c-slick .slick-slide {
        width: calc(80vw / 5);
    }
    .fs-c-productListCarousel__list__item {
        padding: 0 10px;
    }
    .fs-c-productListItem__image__image {
        width: 160px;
    }
    .fs-c-button--carousel--prev:hover:before {
        right: 0px;
    }
    .fs-c-button--carousel--next:hover:before {
        left: 0px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    .fs-c-slick .slick-slide {
        width: calc(80vw / 4);
    }
}

@media screen and (min-width:1200px) {
    .fs-c-slick .slick-slide {
        width: calc((80vw - 160px) / 5);
    }
}

@media screen and (min-width:1515px) {
    .fs-c-slick .slick-slide {
        width: calc(1030px / 5);
    }
}



/*--  --*/

/*====================================================
     //class お客様情報入力
====================================================*/
p.copy {
    font-size: 1.5rem;
    margin: 20px 10px;
}
.fs-c-inputTable {
    width: 100%;
    height: auto;
    max-width: 550px;
    margin: 0px auto 60px;
    position: relative;
}
.fs-c-inputTable:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: solid 1px #ccc;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.fs-c-inputTable .fs-c-requiredMark::before {
     color: #d30000;
}
.fs-c-inputTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-c-dropdown__menu {
    border: 1px solid #ccc;
    cursor: pointer;
}
..fs-c-agreementConfirmationArea {
    margin: 0;
}
.fs-c-agreementConfirmationArea__message {
    margin: 40px 0 0;
    font-size: 1.5rem;
}
.fs-c-agreementConfirmation__message--registrationUnchecked {
    padding: 10px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    max-width: 500px;
    margin: 10px auto;
}
.fs-c-agreementConfirmation__message--registrationUnchecked h5 {
    font-size: 1.6rem;
    color: #483d8b;
    display: inline-block;
    position: relative;
}
.fs-c-agreementConfirmation__message--registrationUnchecked h5:before ,
.fs-c-agreementConfirmation__message--registrationUnchecked h5:after {
    position: absolute;
    content: '';
    display: block;
    width: 1em;
    height: 0;
    border-top: solid 1px;
    border-color: #483d8b;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs-c-agreementConfirmation__message--registrationUnchecked h5:before {
    left: -1.5em;
}
.fs-c-agreementConfirmation__message--registrationUnchecked h5:after {
    right: -1.5em;
}
.fs-p-listWithCheckmark {
    display: inline-block;
    text-align: left;
    margin: 10px auto;
}
.fs-c-checkbox__label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 350px;
}
.fs-c-checkbox__checkMark {
    margin-top: .3em;
    margin-right: .5em;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    margin-top: .3em;
    margin-right: .5em;
    background: #483d8b;
    border-color: #483d8b;
    color: #ffffff;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.fs-c-checkbox {
    margin: 10px auto;
}
.fs-c-agreementConfirmation__addon {
    margin: 0;
}
.fs-c-agreementConfirmation__password {
    max-width: 350px;
    margin: auto;
    text-align: left;
    padding-left: 20px;
}
.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline{
    margin: 5px auto;
}
.fs-c-agreementConfirmation {
    max-width: 550px;
    margin: 0px auto;
    padding: 30px 10px; 
    border-bottom: solid 1px #ccc;
}
.fs-c-inputInformation__button {
    margin-top: 30px;
}
.fs-c-privacyPolicyAgreeField .fs-c-inputField__field {
    max-width: 550px;
    margin: 0px auto;
    padding: 10px; 
}
.fs-c-agreementConfirmation__message {
    text-align: center;
}

.fs-c-agreementConfirmation:last-child { /*メルマガ部分*/
    display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .fs-c-inputTable tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 10px;
        border-bottom: dotted 1px #ccc;
    }
    .fs-c-inputTable tr:last-child {
        border-bottom: none;
    }
    .fs-c-inputTable th {
        width: 100%;
        float: none;
        text-align: left;
        padding: 0;
        margin-bottom: .5em;
    }
    .fs-c-inputTable td {
        padding: 0;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .fs-c-inputTable th {
        padding-left: 10px;
        width: 170px;
    }
    .fs-c-inputTable td {
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .fs-c-additionalCheckField {
        text-align: center;
    }
    .fs-c-additionalCheckField label {
        text-align: left;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class 支払い方法
====================================================*/
.fs-c-checkout-preview__title {
    font-size: 2.0rem;
    margin: 15px;
}
.fs-c-checkout-paymentMethod__option__title {
    font-size: 1.8rem;
    margin: 15px;
}
.fs-c-checkout-buyerInfo,
.fs-c-checkout-destination,
.fs-c-checkout-deliveryInfo,
.fs-c-checkout-paymentInfo,
.fs-c-checkout-communicationInfo {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 1px 10px 30px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}
/*
ruby {
    display: inline;
    position: relative;
    border: solid thin;
}
ruby rt {
    background: #ccc;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
}

.fs-c-checkout-customerInfo__name ruby rb {
    position: relative;
    display: inline-block;
}
*/
/*
.fs-c-checkout-customerInfo__name ruby rb:before {
    position: absolute;
    content: '\69D8';
    bottom: 0;
    right: -1.5em;
    font-size: .8em;
}
*/
.fs-c-checkout-destination__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.fs-c-checkout-destination__name__home {
    font-size: 1.3rem;
    margin-left: 1em;
}
.fs-c-checkout-preview__button {
    margin-top: 10px;
}
.fs-c-checkout-destination__control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
}
.fs-l-checkout__mainColumn .fs-c-buttonContainer {
    text-align: left;
}
.fs-c-checkout-destination__button {
    margin: 0 10px 0 0;
}
.fs-c-radio__label {
    max-width: 200px;
    font-size: 1.5rem;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #483d8b;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #483d8b;
}

.fs-c-creditCardIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.fs-c-creditCardIcons li {
    margin: 5px;
}
.fs-c-creditCardIcons__image {
    max-height: 40px;
}
.fs-c-creditCardIcons__image[alt="AMERICAN EXPRESS"] {
    max-height: 47px;
}
#fs_Checkout .fs-c-inputTable:before {
    display: none;
}

table.fs-c-commissionTable tr:nth-child(even) {
    background: rgba(72, 61, 139, 0.1);
}
table.fs-c-commissionTable thead th {
    background: rgba(72, 61, 139, 0.6);
    color: #fff;
    text-align: center;
    border: solid 1px;
    border-color: #483d8b;
    padding: .5em;
}
table.fs-c-commissionTable td {
    padding: .5em;
    border: solid 1px;
    border-color: #483d8b;
}
table.fs-c-commissionTable .price_table td {
    text-align: right;
}
table.fs-c-commissionTable .price_table td:first-child{
    text-align: left;
}
table.fs-c-commissionTable td.txt-center {
    text-align: center;
}


.fs-c-modal__inner {
    min-width: 50vw;
}
.fs-c-checkout-checkoutMethod {
    margin: 20px 0;
}

.fs-c-checkout-delivery__method .fs-c-checkout-delivery__method__title {
    font-size: 1.6rem;
    margin-bottom: 7px;
}
.fs-c-pairList > dt::after {
    display: none;
}
.fs-c-checkout-delivery__method__deliveryDateTime {
    margin-top: 15px;
}
.fs-c-checkout-delivery__method__deliveryDateTime dt {
    background: #eef3f8;
    padding: .4em .8em;
    font-size: 12px;
    line-height: 12px;
}
.fs-c-modal--medium .fs-c-modal__inner {
    width: 90vw;
    max-width: 700px;
}
.fs-c-modal__inner .fs-c-modal__title {
    margin: 20px 0 10px;
    text-align: center;
    width: 100%;
    font-size: 2.6rem;
}
.fs-c-modal__close::before {
    font-size: 3.5rem;
}
.fs-c-modal__inner .fs-c-checkout-deliveryMethod__option__title {
    margin: 20px 0 10px;
    font-size: 2.2rem;
}
.fs-c-checkout-deliveryMethod__option__setting dt {
    margin-top: .8em;
    font-size: 1.5rem;
    font-weight: bold;
}
.fs-c-checkout-deliveryMethod__option__setting .fs-c-dropdown {
    max-width: 200px;
}

.fs-c-checkout-confirmationContent {
    margin: 1em 0;
    border: solid 1px;
    border-color: #ccc;
    padding: .8em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .fs-c-checkout-destination__control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .fs-c-inputTable--inModal > tbody > tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .fs-c-checkout-paymentMethod__setting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fs-c-checkout-paymentMethod__creditCardRegistration {
        width: 100%;
    }
    .fs-c-checkout-paymentMethod__option {
        width: 49%;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     //class .fs-c-checkoutSuccess.fs-c-subSection 注文完了
====================================================*/
.fs-c-checkoutSuccess.fs-c-subSection {
    text-align: center;
}
.fs-c-checkoutSuccess.fs-c-subSection h2 {
    display: none;
}
.fs-c-checkoutSuccess.fs-c-subSection p {
    display: inline-block;
    text-align: left;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

