/* 共通 */
.p_mypage{
  max-width: 600px;
  margin: 40px auto 100px;
  padding: 0 10px;
  font-size: 14px;
}
.p_mypage h2{
  margin-bottom: 20px;
  color: #666666;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
}
.p_mypage .fs-c-textLink{
  color: #F08118;
  text-decoration: underline;
}
.p_mypage .fs-c-inputTable{
  width: 100%;
}
.p_mypage .fs-c-buttonContainer a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 2;
  padding: 0 10px;
  background: #444;
  color: #fff;
  text-align: center;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark{
  border-color: #F08118;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before{
  background: #F08118;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark{
  background: #F08118;
  border-color: #F08118;
}

.fs-c-otherServiceLogin .fs-c-anotherLogin__button{
  text-align: center;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__button img{
  width: auto;
  max-width: 100%;
}
.fs-c-buttonContainer--memberRegister a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 2;
  padding: 0 10px;
  background: #444;
  color: #fff;
  text-align: center;
}

.p_mypage button.fs-c-button--confirmDelete{
  background: #e34040 !important;
}
.p_mypage .fs-c-button--cancel{
  background: #e34040 !important;
  margin-bottom: 100px;
}


/* マイページお気に入りリスト　モーダル */
.fs-c-modal__inner{
  padding: 30px;
  max-width: 800px;
}
.fs-c-modal__inner .fs-c-modal__header{
  align-items: center;
  margin-bottom: 20px;
}
.fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close::before{
  font-size: 30px;
}
.fs-c-modal__inner .fs-c-modal__contents{
  padding: 0;
}
.fs-c-modal__inner .fs-c-modal__contents .fs-c-stockNotificationsProduct{
  margin-bottom: 20px;
  font-weight: bold;
}
.fs-c-modal__inner .fs-c-modal__contents table{
  width: 100%;
  margin: 20px 0;
}
.fs-c-modal__inner .fs-c-modal__contents tr{
  padding: 0;
}
.fs-c-modal__inner .fs-c-modal__contents th{
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.fs-c-modal__inner .fs-c-modal__contents th .fs-c-requiredMark::before {
  color: #e34040;
}
.fs-c-modal__inner .fs-c-modal__contents td{
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.fs-c-modal__inner .fs-c-modal__contents li{
  font-size: 14px;
}
.fs-c-modal__inner .fs-c-modal__contents input[type="text"]{
  line-height: 30px;
}
.fs-c-button--subscribeToArrivalNotice {
  width: 100%;
  line-height: 50px;
  margin: 10px 0 30px;
  padding: 0 10px;
  background: #444;
  color: #fff;
  border: none;
}

.fs-c-modal__inner .fs-c-buttonContainer{
  display: flex;
  justify-content: center;
}
.fs-c-modal__inner .fs-c-buttonContainer button{
  width: 100px;
  margin: 5px;
  line-height: 30px;
}
.fs-c-modal__inner .fs-c-buttonContainer button.fs-c-button--settings{
  background: #444;
}
.fs-c-modal__inner .fs-c-buttonContainer button.fs-c-button--cancel{
  background: #e34040;
}

.fs-c-modal__inner button.fs-c-button--subscribeToArrivalNotice{
  width: auto;
}

.fs-c-modal__inner .fs-c-stockNotificationsProduct__productImage img{
  width: auto;
}
.fs-c-modal__inner .fs-c-modal__title{
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .fs-c-modal__inner{
    padding: 15px;
  }
  .fs-c-modal__inner .fs-c-dropdown::after{
    font-size: 20px;
  }
}
/* マイページお気に入りリスト　モーダル */
/* 共通 */



/* 
新規登録 
*/
.p_mypage .fs-c-inputInformation__message p{
  margin-bottom: 20px;
  color: #666666;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
}

.p_mypage label {
  font-weight: normal;
  display: block;
  color: #666;
}
.p_mypage tr {
  margin-bottom: 15px;
}
.p_mypage th {
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}
.p_mypage td {
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}
.p_mypage .fs-c-requiredMark::before{
  color: #e34040;
}

.p_mypage input[type="text"],
.p_mypage input[type="password"],
.p_mypage input[type="tel"],
.p_mypage select{
  line-height: 30px;
  max-width: inherit;
  flex-basis: auto;
  margin: 0;
}

.p_mypage .fs-c-inputDate .fs-c-dropdown{
  width: 30%;
}
.p_mypage .fs-c-dropdown::after{
  width: 15px;
  font-size: 30px;
}

.p_mypage .fs-c-radio__label{
  display: flex;
}
.p_mypage .fs-c-checkbox__label{
  display: flex;
}
.p_mypage .fs-c-checkbox__label a{
  color: #F08118;
  text-decoration: underline;
}

.p_mypage button[type="submit"]{
  width: 100%;
  line-height: 50px;
  margin: 30px 0;
  padding: 0 10px;
  background: #444;
  color: #fff;
  border: none;
}
@media screen and (max-width: 750px) {
  
}

/* カート　お客様情報登録 */
.p_customer-details .fs-c-agreementConfirmation__checkbox{
  margin: 20px 0 0 0;
}
.p_customer-details .fs-c-agreementConfirmation__password{
  margin: 20px 0 0 0;
}
/* カート　お客様情報登録 */
/* 
新規登録 
*/



/* 会員登録完了 */
.fs-c-registerSuccessMessage{
  margin-bottom: 40px;
}
.fs-c-registerSuccessMessage p{
  margin-bottom: 20px;
}
.p_register-success{
  margin: 30px auto 120px;
}
/* 会員登録完了 */



/* ログイン */

.p_login button[type="submit"]{
  margin: 30px 0 10px;
}
.fs-c-anotherLogin__message{
  margin-bottom: 20px;
}
.fs-c-newUsers{
  margin: 60px 0 100px;
}
.fs-c-newUsers__message{
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
}
/* ログイン */



/* パスワード再設定 */
.p_mypage_password button.fs-c-button--change{
  background: #e34040;
}
.p_forgot-password .fs-c-orderedList{
  margin: 0 0 30px;
}
/* パスワード再設定 */



/* マイページトップ */
.p_mypage-top .fs-c-accountService{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p_mypage-top .fs-c-accountService li{
  width: 23%;
  margin: 0 1% 10px 1%;
}
.p_mypage-top .fs-c-accountService li a{
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 3px;
  color: #3c3c3c;
  text-align: center;
  text-decoration: none;
}
.p_mypage-top .fs-c-accountService__pageLink__label::before{
  font-family: 'fs-icon' !important;
  display: block;
  color: #3c3c3c;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
}

.p_mypage-top .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before{
  content: "\e901";
}
.p_mypage-top .fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before{
  content: "\e902";
}
.p_mypage-top .fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before{
  content: "\e903";
}
.p_mypage-top .fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before{
  content: "\e906";
}
.p_mypage-top .fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before{
  content: "\e908";
}
.p_mypage-top .fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before{
  content: "\e909";
}
.p_mypage-top .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before{
  content: "\e911";
}

.p_mypage-top .fs-c-wishlistProduct{
  display: none;
}


@media screen and (max-width: 750px) {
  .p_mypage-top .fs-c-accountService{
    justify-content: space-between;
  }
  .p_mypage-top .fs-c-accountService li{
    width: 48%;
  }
}
/* マイページトップ */



/* マイページ　お気に入りリスト */
.p_my_wishlist{
  max-width: 900px;
}
.p_my_wishlist .fs-c-wishList{
  margin-bottom: 30px;
}
.p_my_wishlist .fs-c-productList__list__item {
  width: 22%;
  margin: 0 1.5% 45px;
}
.p_my_wishlist .fs-c-productList__list__item .fs-c-productName{
  text-align: left;
  font-size: 14px;
}
.p_my_wishlist .fs-c-productList__list__item .fs-c-productListItem__control{
  display: block;
  margin-top: 10px;
}
.p_my_wishlist .fs-c-productList__list__item .fs-c-button--addToCart--list{
  display: none;
}
.p_my_wishlist .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon,
.p_my_wishlist .fs-c-productList__list__item .fs-c-button--addToWishList--icon{
  display: block;
  width: 100%;
  padding: 5px;
  background: #444;
}
.p_my_wishlist .fs-c-productList__list__item .fs-c-button--subscribeToArrivalNotice--list{
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  background: #dcdcdc;
  color: #666;
}

.p_my_wishlist .fs-c-buttonContainer a{
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .p_my_wishlist .fs-c-productList__list__item {
    width: 46%;
  }
}
/* マイページ　お気に入りリスト */
/* お気に入り　ログイン */
.p_wishlist_login .fs-c-button--login{
  margin: 30px 0 10px !important;
}
/* お気に入り　ログイン */



/* マイページ　注文履歴 */
.p_mypage_ordered .fs-c-history__info{
  background: #F5F5F5;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.p_mypage_ordered .fs-c-history__info .fs-c-history__termCtrl{
  margin-bottom: 20px;
}
.p_mypage_ordered .fs-c-history__info .fs-c-history__term{
  margin-bottom: 20px;
  font-weight: bold;
  color: #141414;
  border-bottom: 1px solid #ccc;
}
.p_mypage_ordered .fs-c-history__info .fs-c-history__total dt{
  margin-bottom: 10px;
  font-weight: bold;
  color: #141414;
}
.p_mypage_ordered .fs-c-history__info .fs-c-history__total dd{
  text-align: right;
}

.p_mypage_ordered .fs-c-history__listContainer{
  background: #F5F5F5;
  padding: 30px 15px;
  margin-bottom: 30px;
  text-align: center;
}

.fs-c-orderHistoryItem__body{
  display: flex;
  flex-wrap: wrap;
}
.fs-c-orderHistoryItem__product{
  width: 46%;
  margin: 20px auto;
}
.fs-c-orderHistoryItem__product img{
  margin: 0 auto 20px;
  width: auto;
}


.p_mypage_order_history .fs-c-button--back{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 2;
  padding: 0 10px;
  background: #444;
  color: #fff;
  text-align: center;
}
.p_mypage_order_history .fs-c-orderPerAddressee__addressee,
.p_mypage_order_history .fs-c-orderDetail__addresseeInfo,
.p_mypage_order_history .fs-c-orderDetail__orderInfo {
  margin-bottom: 30px;
}

.p_mypage_order_history table .fs-c-cartTable__headerCell,
.p_mypage_order_history table .fs-c-cartTable__dataCell {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.p_mypage_order_history .fs-c-orderTotalTable th,
.p_mypage_order_history .fs-c-orderTotalTable td{
  display: table-cell;
  padding: 5px 10px;
}

.p_mypage_order_history .fs-c-orderDetailInfo__orderTotal{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 750px) {

  .p_mypage_order_history .fs-c-cartTable__row{
    border: 1px solid #ccc;
  }
  .p_mypage_order_history .fs-c-cartTable__row td{
    border: none;
  }
  .p_mypage_order_history .fs-c-cartTable__dataCell--point::before,
  .p_mypage_order_history .fs-c-cartTable__dataCell--quantity::before,
  .p_mypage_order_history .fs-c-cartTable__dataCell--subtotal::before,
  .p_mypage_order_history .fs-c-listedProductName__variation {
    font-size: inherit;
  }
  .p_mypage_order_history .fs-c-price__currencyMark,
  .p_mypage_order_history .fs-c-price__value{
    font-size: 18px;
  }
}
/* マイページ　注文履歴 */



/* マイページ　ポイント */
.p_mypage_point .fs-c-history__message{
  background: #F5F5F5;
  padding: 30px 15px;
  margin-bottom: 30px;
  text-align: center;
}
.p_mypage_point .fs-c-pointSummary{
  display: grid;
  grid-template-columns: auto 1fr 20%;
  padding: 20px;
  margin: 0 0 60px;
  background: #F5F5F5;
}
.p_mypage_point .fs-c-pointSummary__label--availablePoint {
  grid-column: 1;
  grid-row: 1;
}
.p_mypage_point .fs-c-pointSummary__value--availablePoint {
  grid-column: 2 / 4;
  grid-row: 1;
}
.p_mypage_point .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #F08118;
  font-size: 2.2rem;
}
.p_mypage_point .fs-c-pointSummary > dd {
  margin-left: 0;
  text-align: right;
}
.p_mypage_point .fs-c-pointSummary__label--limitedPoint {
  grid-column: 1 / 3;
  grid-row: 2;
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p_mypage_point .fs-c-pointSummary__value--limitedPoint {
  grid-column: 3;
  grid-row: 2;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px
}
.p_mypage_point .fs-c-pointSummary__label--waitingPoint{
  grid-column: 1;
  grid-row: 3;
}
.p_mypage_point .fs-c-pointSummary__value--waitingPoint{
  grid-column: 2 / 4;
}

.p_mypage_point .fs-c-pointSummary__label--purchasePointTotal{
  grid-column: 1;
}
.p_mypage_point .fs-c-pointSummary__value--purchasePointTotal{
  grid-column: 2 / 4;
}

.p_mypage_point .fs-c-pointListTable{
  display: flex;
}
.p_mypage_point .fs-c-pointListTable tr{
  display: block;
}
.p_mypage_point .fs-c-pointListTable thead{
  flex: 1;
}
.p_mypage_point .fs-c-pointListTable thead th{
  margin-bottom: 10px;
}
.p_mypage_point .fs-c-pointListTable tbody{
  flex: 2;
}
.p_mypage_point .fs-c-pointListTable tbody td{
  margin-bottom: 10px;
  text-align: right;
  font-size: 14px;
}
.p_mypage_point .fs-c-pointListTable tbody td .fs-c-pointListTable__pointType{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p_mypage_point .fs-c-pointListTable tbody td .fs-c-pointListTable__pointType .fs-c-pointListTable__dataDetail{
  margin: 0;
}
.p_mypage_point .fs-c-pointListTable tbody td dl{
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .p_mypage_point .fs-c-pointSummary{
    grid-template-columns: auto 1fr 30%;
  }
  .p_mypage_point .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: .5rem;
  }

  .p_mypage_point .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before{
    text-align: left;
    font-size: 14px;
  }
  .p_mypage_point .fs-c-pointListTable tbody td .fs-c-pointListTable__pointType {
    display: block;
  }
  .p_mypage_point .fs-c-pointListTable tbody td{
    text-align: left;
  }
}
/* マイページ　ポイント */



/* お届け先リスト */
.p_mypage_address .fs-c-addressBookList__addButton {
  max-width: 220px;
}
.p_mypage_address .fs-c-addressBookList__count {
  text-align: right;
}
.p_mypage_address .fs-c-addressBookList__list {
  width: 100%;
  margin: 10px 0 40px;
}
.p_mypage_address .fs-c-addressBookList__list tr{
  display: grid;
  grid-template-columns: 25% 60% 15%;
  margin: 0 0 -1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p_mypage_address .fs-c-addressBookList__list rt{
  display: none;
}
.p_mypage_address .fs-c-addressBookList__list td{
  display: table-cell;
  border-right: 1px solid #ccc;
  margin: 0;
  padding: 10px;
}
.p_mypage_address .fs-c-addressBookList__list td:last-child{
  border-right: none;
}
.p_mypage_address .fs-c-addressBookList__list .fs-c-button--changeInfomation{
  height: 30px;
  margin-bottom: 10px;
}
.p_mypage_address .fs-c-addressBookList__list .fs-c-button--delete{
  display: block;
  height: 30px;
  width: 100%;
  background: #e34040;
}

@media screen and (max-width: 750px) {
  .p_mypage_address .fs-c-addressBookList__addButton{
    margin-bottom: 20px;
  }
  .p_mypage_address .fs-c-addressBookList__list tr{
    grid-template-columns: none;
    padding: 10px;
  }
  .p_mypage_address .fs-c-addressBookList__list td{
    border-right: none;
  }
}
/* お届け先リスト */

/* マイページ　会員情報 */
.p_mypage_setting td{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.p_mypage_setting a.fs-c-button--change{
  margin: 20px 0;
  background: #e34040;
}
/* マイページ　会員情報 */

/* マイページ退会する */
.p_mypage_delete button.fs-c-button--confirmLeave{
  background: #e34040;
  margin: 30px 0 5px;
}
.p_mypage_delete a.fs-c-button--cancel{
  display: block;
  margin: 0 0 30px;
  background: transparent !important;
  font-size: 16px;
  text-align: center;
  color: #e34040;
  text-decoration: underline;
}
/* マイページ退会する */



/* メルマガ */
.p_mailmag .fs-c-documentContent{
  margin-bottom: 30px;
}
/* メルマガ */


















/*
カート
*/
.p_cart{
  max-width: 800px;
  margin: 30px auto 60px;
  padding: 0 10px;
  font-size: 14px;
}
.p_cart .fs-c-cartTable__headerCell{
  min-width: 80px;
}

.p_cart .fs-c-cartTable td{
  vertical-align: middle;
}
.p_cart table tr th:last-child{
  border-right: 1px solid #ccc;
}
.p_cart .fs-c-cartTable .fs-c-button--cancel--cart{
  margin-bottom: 5px;
  padding: 5px 0;
  background-color: #e34040;
}
.p_cart .fs-c-cartTable .fs-c-button--buyItLater{
  padding: 5px 0;
  background-color: #444;
}
.p_cart .fs-c-cartTable .fs-c-cartTable__dataCell--product{
  vertical-align: baseline;
}
.p_cart .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo{
  flex: 1;
}

.p_cart .fs-c-orderTotalTable{
  min-width: 40%;
  margin: 10px 0 10px auto;
}
.p_cart .fs-c-orderTotalTable th{
  padding: 5px 10px;
  text-align: left;
}
.p_cart .fs-c-orderTotalTable td{
  padding: 5px 10px;
  text-align: right;
}
.p_cart .fs-c-purchaseHere__message{
  margin-bottom: 10px;
  text-align: right;
}
.p_cart .fs-c-purchaseHere .fs-c-cartPayment__button {
  margin: 0 0 60px auto;
  width: 40%;
  background-color: #444;
  text-align: center;
}
.p_cart .fs-c-purchaseHere .fs-c-cartPayment__button a{
  line-height: 40px;
  color: #fff;
}

.p_cart .fs-c-wishlistProduct{
  display: none;
}

.p_cart #fs-checkout-amazon-container{
  width: 40%;
  margin: 0 0 60px auto;
}
.p_cart .fs-c-payWithAmazon__button{
  text-align: center;
}
.p_cart #fs-checkout-amazon-container img{
  width: auto;
}
.p_cart #fs-checkout-amazon-container .fs-c-payWithAmazon__message{
  margin-bottom: 20px;
}

.p_cart .fs-c-continueShopping {
  margin: 0 auto 100px;
  width: 40%;
  background: #444;
  text-align: center;
}
.p_cart .fs-c-continueShopping a{
  line-height: 40px;
  color: #fff;
}

.p_cart .fs-c-noResultMessage__title{
  margin-bottom: 60px;
  text-align: center;
}



@media screen and (max-width: 750px) {
  .p_cart .fs-c-listedProductName__variation{
    font-size: 14px;
  }
  .p_cart .fs-c-cartTable td{
    border: none;
  }
  .p_cart .fs-c-cartTable thead{
    display: none;
  }
  .p_cart .fs-c-cartTable tr{
    display: block;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
  }

  .p_cart .fs-c-cartTable__dataCell--point,
  .p_cart .fs-c-cartTable__dataCell--quantity,
  .p_cart .fs-c-cartTable__dataCell--subtotal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .p_cart .fs-c-cartTable__dataCell--point::before,
  .p_cart .fs-c-cartTable__dataCell--quantity::before,
  .p_cart .fs-c-cartTable__dataCell--subtotal::before {
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 14px;
    margin-right: 8px;
    min-width: 2em;
  }

  .p_cart .fs-c-cartTable__dataCell--action{
    display: block;
  }
  .p_cart .fs-c-cartTable__actionButton{
    display: flex;
    justify-content: flex-end;
  }
  .p_cart .fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container{
    margin: 0 5px;
    min-width: 100px;
  }

  .p_cart .fs-c-orderTotalTable{
    width: 100%;
  }
  .p_cart .fs-c-purchaseHere__message {
    text-align: left;
  }
  .p_cart .fs-c-purchaseHere .fs-c-cartPayment__button{
    width: 100%;
  }
  .p_cart #fs-checkout-amazon-container{
    width: 100%;
  }
  .p_cart .fs-c-continueShopping{
    width: 100%;
  }
}
/*
カート
*/

/* ご注文手続き */
.p_checkout .fs-c-checkout-preview{
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  background: #ffffff;
}
.p_checkout .fs-c-checkout-preview h2{
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0 0 10px;
  text-align: left;
  color: #141414;
}
.p_checkout .fs-c-checkout-preview li{
  font-size: 14px;
}
.p_checkout .fs-c-checkout-preview .fs-c-buttonContainer{
  text-align: right;
}
.p_checkout .fs-c-checkout-preview button{
  text-align: center;
  background: #444;
  line-height: 30px;
  min-width: 100px;
  padding: 0 10px;
}
.p_checkout .fs-c-creditCardIcons__icon img{
  width: auto;
}
.p_checkout #fs-orderContents-container {
  margin-bottom: 40px;
}
.p_checkout .fs-c-returnedSpecialContract__link {
  margin-bottom: 10px;
}
.p_checkout .fs-c-returnedSpecialContract__link a{
  color: #F08118;
  text-decoration: underline;
}
.p_checkout .fs-c-orderTotalTable td{
  font-size: 14px;
}

.p_checkout button.fs-c-button--confirmOrder{
  width: 100%;
  line-height: 45px;
  margin: 30px 0 0;
}
.p_checkout button.fs-c-button--change--small{
  background-color: #e34040;
}


.fs-c-modal__inner .fs-c-checkout-deliveryMethodList .fs-c-checkout-deliveryMethod__option__message{
  margin-bottom: 20px;
}
.fs-c-modal__inner .fs-c-checkout-deliveryMethodList dl dd{
  margin-bottom: 20px;
}

/* モーダル　お届け先リスト */
.fs-c-modal--addressList .fs-c-modal__inner{
  min-width: 600px;
}
.fs-c-modal--addressList .fs-c-modal__inner li{
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fs-c-modal--addressList .fs-c-modal__inner button{
  min-width: 100px;
  width: auto;
  padding: 0 10px;
  font-size: 14px;
  background: #444;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-checkout-addressee__control{
  justify-content: flex-end;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-buttonContainer{
  margin: 40px 0 0;
}

.fs-c-modal--addressList .fs-c-modal__inner .fs-c-checkout-addressee__control{
  justify-content: flex-end;
}
.fs-c-modal--addressList .fs-c-modal__inner .fs-c-checkout-addressee__control .fs-c-button--edit{
  background-color: #e34040;
}
/* モーダル　お届け先リスト */



/* モーダル　クレジット */
.fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons__image{
  width: auto;
}
.fs-c-modal--checkout-creditCard-add .fs-c-dropdown::after{
  font-size: 18px;
}
ul.fs-c-creditCardIcons{
  display: flex;
  justify-content: center;
}
ul.fs-c-creditCardIcons .fs-c-creditCardIcons__icon{
  margin: 0 5px;
}
/* モーダル　クレジット */

/* 注文完了 */
.fs-c-checkoutSuccess{
  margin: 80px 0 120px;
  border: 1px solid #ccc;
  padding: 30px;
}
/* 注文完了 */








@media screen and (max-width: 750px) {
  .p_checkout .fs-c-checkout-preview{
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    background: #ffffff;
  }


/* モーダル　お届け先リスト */
.fs-c-modal--addressList .fs-c-modal__inner {
  min-width: inherit;
}
.fs-c-modal--addressList .fs-c-checkout-addressee__data__name__home{
  font-size: 14px;
}
.fs-c-modal--addressList .fs-c-modal__inner li{
  display: block;
}
/* モーダル　お届け先リスト */

}
/* ご注文手続き */