@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 定期便 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-button--viewSubscriptionDetail.fs-c-button--plain {
  border-radius: 9999px;
  padding: 15px 25px;
  background: white;
  color: black;
  border: 2px solid black;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
}
.fs-c-button--viewSubscriptionDetail.fs-c-button--plain:hover {
  text-decoration: none;
  background: black;
  color: white;
}

.fs-c-button--subscriptionCancelConfirm {
  border-radius: 9999px;
  padding: 15px 25px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
}
.fs-c-button--subscriptionCancelConfirm:hover {
  text-decoration: none;
  background: #ffe100;
  color: #000 !important;
}

.fs-c-button--skipNext.fs-c-button--standard, .fs-c-button--changeNextDelivery.fs-c-button--standard, .fs-c-button--changeDeliveryCycle.fs-c-button--standard, .fs-c-button--changeCreditCard.fs-c-button--standard, .fs-c-button--back.fs-c-button--standard {
  border-radius: 9999px;
  padding: 15px 25px;
  background: white;
  color: black;
  border: 2px solid black;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  box-shadow: none;
  transition: 0.3s ease;
}
.fs-c-button--skipNext.fs-c-button--standard:hover, .fs-c-button--changeNextDelivery.fs-c-button--standard:hover, .fs-c-button--changeDeliveryCycle.fs-c-button--standard:hover, .fs-c-button--changeCreditCard.fs-c-button--standard:hover, .fs-c-button--back.fs-c-button--standard:hover {
  text-decoration: none;
  background: black;
  color: white;
}

#fs_MySubscriptionChangeDelivery .fs-c-button--changeNextDelivery.fs-c-button--standard, .fs-c-button--previewDeliverySchedule.fs-c-button--standard {
  border-radius: 9999px;
  padding: 15px 25px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  box-shadow: none;
  transition: 0.3s ease;
  height: 60px;
  width: 230px;
  border: none;
}
#fs_MySubscriptionChangeDelivery .fs-c-button--changeNextDelivery.fs-c-button--standard:hover, .fs-c-button--previewDeliverySchedule.fs-c-button--standard:hover {
  text-decoration: none;
  background: #ffe100;
  color: #000 !important;
}

/* 定期便詳細履歴 */
.fs-c-orderHistory .fs-c-orderHistoryItem {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-c-orderHistory .fs-c-orderHistoryItem {
    padding: 15px 5px;
  }
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
  border: none;
  background: none;
  gap: 8px;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dt {
  font-size: 14px;
  line-height: 1.5;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dd {
  font-size: 18px;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 32px;
  padding: 16px 0 24px;
}
@media screen and (max-width: 768px) {
  .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 16px 0 8px;
  }
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery .fs-c-orderHistoryItem__schedule .fs-c-orderHistoryItem__schedule__heading {
  font-size: 14px;
  line-height: 1.5;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery .fs-c-orderHistoryItem__cycleInfo {
  margin-top: 4px;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery .fs-c-orderHistoryItem__cycleInfo .fs-c-orderHistoryItem__cycleInfo__cycle {
  background: #ffe100;
  padding: 4px 8px;
  font-weight: 600;
  border-radius: 4px;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery .fs-c-orderHistoryItem__orderSummary {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-content: start;
  margin-top: 0;
  display: grid;
  grid-template-columns: auto;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery .fs-c-orderHistoryItem__orderSummary {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__nextDelivery .fs-c-orderHistoryItem__orderSummary .fs-c-orderHistoryItem__orderSummary__label {
  line-height: 1.5;
  font-size: 14px;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
  padding: 24px 0;
}
.fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-priceDisplay {
  font-weight: 600;
}

.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a, .fs-c-buttonContainer.fs-c-buttonContainer--back a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  background: #fff;
  border: solid 2px #000;
  width: 230px;
  margin: 0 auto;
}
.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a:hover, .fs-c-buttonContainer.fs-c-buttonContainer--back a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.fs-c-noResultMessage {
  margin-bottom: 50px;
}

/* 定期便詳細履歴詳細 */
.fs-c-subscriptionDeliveryInfo__message {
  background: none;
  padding: 0;
}

.fs-body-my-subscription-details .fs-c-orderDetail__data, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionNextDelivery, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionDeliveryInfo, .fs-body-my-subscription-details .fs-c-orderDetail__orderInfo, .fs-body-my-subscription-details .fs-c-orderDetail__cancellation {
  margin-bottom: 56px;
}

.fs-c-button--subscriptionCancelConfirm {
  color: white !important;
}

.fs-c-buttonContainer.fs-c-buttonContainer--subscriptionCancelConfirm a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  color: white;
  width: 230px;
  margin: 0 auto;
}

.fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--back, .fs-c-buttonContainer--backToRegister {
  margin-top: 0;
}

.fs-c-orderDetailInfo__orderTotal {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px;
  border: none;
  margin-top: 30px;
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
  border-top: none;
}

.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border: none;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #b2b2b2;
}

.fs-c-subscriptionDetail .fs-c-subscriptionDetail__label {
  font-size: 1.6rem;
}

.fs-c-subscriptionNextDelivery__schedule {
  border: none;
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__title {
  background: none;
  border: none;
  padding: 0;
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__title span {
  font-size: 1.5em;
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__date {
  padding: 0;
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__ctrl {
  margin: 0;
  border-radius: 10px;
  padding: 10px 20px;
  background: #F7F7F7;
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item {
  justify-content: space-between;
  /*
  .fs-c-subscriptionNextDelivery__ctrl__date{
      span{
          color: transparent;
          position: relative;
          display: inline-block;
          width: 280px;
          &::before{
              content: 'まで次回お届けをスキップ可能です。';
              color: initial;
              position: absolute;
          }
      }
  }
  */
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button {
  /*
  .fs-c-button__label{
      color: transparent;
      position: relative;
      width: 156px;
      display: block;
      &::before{
          content: 'お届けをスキップする';
          color: white;
          position: absolute;
          width: 100%;
          display: flex;
          justify-content: center;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button {
    width: 100%;
    display: grid;
    justify-content: center;
  }
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button :hover .fs-c-button__label::before {
  color: black !important;
}
.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button form {
  justify-content: center;
}

.fs-c-subscriptionNextDelivery__skipInfo {
  margin-top: 5px;
  border-radius: 10px;
  padding: 10px 20px;
  background: #F7F7F7;
  border: none;
  /* display: grid; */
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fs-c-subscriptionNextDelivery__skipInfo {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1080px) {
  .fs-c-subscriptionNextDelivery__skipInfo {
    grid-template-columns: 1fr;
  }
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__skipInfo__label {
  padding: 0;
  background: none;
  border: none;
  font-weight: 700;
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__skipInfo__date {
  padding: 0;
  /*
  @media screen and (max-width:1080px) {
      justify-content: center;
  }
  */
  /*
  &::after{
      content: 'のお届けをスキップしました。';
  }
  */
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__skipInfo__date .fs-c-subscriptionNextDelivery__skipInfo__date__time::before {
  content: "(";
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__skipInfo__date .fs-c-subscriptionNextDelivery__skipInfo__date__time::after {
  content: ")";
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__skipInfo__date {
  padding: 0;
  font-weight: 700;
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
  justify-content: space-between;
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item {
  justify-content: space-between;
  background: #eee;
  border-radius: 10px;
  padding: 10px;
  /*
  .fs-c-subscriptionNextDelivery__ctrl__date{
      span{
          color: transparent;
          position: relative;
          display: inline-block;
          width: 230px;
          &::before{
              content: 'までスキップを取消可能です。';
              color: initial;
              position: absolute;
          }
      }
  }
  */
}
@media screen and (max-width: 1080px) {
  .fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item {
    flex-direction: column;
    align-items: center;
  }
  .fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__date {
    width: 100%;
  }
  .fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button {
    display: grid;
    justify-content: end;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button {
    width: 100%;
    display: grid;
  }
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button .fs-c-button--cancelSkipNext.fs-c-button--standard {
  border-radius: 9999px;
  padding: 15px 25px;
  background: white;
  color: black;
  border: 2px solid black;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  box-shadow: none;
  transition: 0.3s ease;
  /*
  .fs-c-button__label{
      color: transparent;
      position: relative;
      width: 140px;
      display: block;
      &::before{
          content: 'スキップを取り消す';
          color: white;
          position: absolute;
          width: 100%;
          display: flex;
          justify-content: center;
      }
  }
  */
}
.fs-c-subscriptionNextDelivery__skipInfo .fs-c-subscriptionNextDelivery__ctrl .fs-c-subscriptionNextDelivery__ctrl__item .fs-c-subscriptionNextDelivery__ctrl__button .fs-c-button--cancelSkipNext.fs-c-button--standard:hover {
  text-decoration: none;
  background: black;
  color: white !important;
}

.fs-c-orderDetail__subscriptionDeliveryInfo th {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .fs-c-orderDetail__subscriptionDeliveryInfo th {
    width: 80px;
    padding: 12px;
    white-space: nowrap;
  }
}
.fs-c-orderDetail__subscriptionDeliveryInfo .fs-c-subscriptionDeliveryInfo__cycleInfo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  background: none;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

#fs_MySubscriptionDetails .fs-c-deliveryScheduleTable__dataCell.fs-c-deliveryScheduleTable__status {
  white-space: nowrap;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__subscriptionDeliveryInfo th {
  border: solid 2px #FFE100;
  background: #FFFBEB;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__subscriptionDeliveryInfo td {
  border: solid 2px #FFE100;
  background: #fff;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__data {
  border: solid 1px #FFE100;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__data .fs-c-orderDetailList {
  border: none;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__data .fs-c-orderDetailList .fs-c-orderDetailList__date, #fs_MySubscriptionDetails .fs-c-orderDetail__data .fs-c-orderDetailList .fs-c-orderDetailList__date + dd {
  color: black;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__data .fs-c-orderDetailList dt {
  border: solid 1px #FFE100;
  background: #FFFBEB;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  margin: 0;
  width: 130px;
}
@media screen and (max-width: 600px) {
  #fs_MySubscriptionDetails .fs-c-orderDetail__data .fs-c-orderDetailList dt {
    width: 100%;
  }
}
#fs_MySubscriptionDetails .fs-c-orderDetail__data .fs-c-orderDetailList dd {
  border: solid 1px #FFE100;
  background: #fff;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__subscriptionDeliveryInfo .fs-c-subscriptionDetail {
  border: solid 1px #FFE100;
  padding: 0;
}
#fs_MySubscriptionDetails .fs-c-orderDetail__subscriptionDeliveryInfo dt {
  border: solid 1px #FFE100;
  background: #FFFBEB;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  margin: 0;
  width: 130px;
}
@media screen and (max-width: 600px) {
  #fs_MySubscriptionDetails .fs-c-orderDetail__subscriptionDeliveryInfo dt {
    width: 100%;
  }
}
#fs_MySubscriptionDetails .fs-c-orderDetail__subscriptionDeliveryInfo dd {
  border: solid 1px #FFE100;
  background: #fff;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

#fs_MySubscriptionDetails .fs-c-orderDetailInfo__heading.fs-c-heading.fs-c-heading--section {
  margin-bottom: 16px;
}
#fs_MySubscriptionDetails .fs-c-cartTable__row {
  border: none !important;
  border-bottom: 2px solid #FFE100 !important;
  margin-bottom: 0;
  padding: 15px 0;
}
#fs_MySubscriptionDetails .fs-c-cartTable__headerCell, #fs_MySubscriptionDetails #fs_MySubscriptionDetails .fs-c-cartTable__dataCell {
  text-align: center;
}
#fs_MySubscriptionDetails .fs-c-cartTable__headerCell, #fs_MySubscriptionDetails #fs_MySubscriptionDetails .fs-c-cartTable__dataCell {
  border: none !important;
}
#fs_MySubscriptionDetails .fs-c-cartTable__row:first-child {
  border-top: 2px solid #FFE100 !important;
}
#fs_MySubscriptionDetails .fs-c-cartTable__headerCell, #fs_MySubscriptionDetails #fs_MySubscriptionDetails .fs-c-cartTable__dataCell {
  padding: 16px;
}
#fs_MySubscriptionDetails .fs-c-address__address {
  justify-content: center;
}
#fs_MySubscriptionDetails .fs-c-orderDetailInfo {
  gap: 0 16px;
}
#fs_MySubscriptionDetails .fs-c-heading--section {
  margin-bottom: 16px;
}

/* 解約画面 */
#fs_MySubscriptionCancel .fs-l-pageMain {
  padding-bottom: 50px;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px;
  margin: 0 5%;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-inputInformation__field__lead {
  display: none;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-inputInformation__notificationMessage {
  padding: 0;
  margin: 0 0 16px;
  background: none;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-inputInformation__notificationMessage p {
  font-size: 1.4rem;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-cancelSubscriptionDetail__body {
  border: solid 2px #FFE100;
  background: #FFFBEB;
  margin-bottom: 8px;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-checkbox__checkMark {
  border: 2px solid black;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-checkbox__checkMark::before {
  font-size: 1.05em;
  top: 0.01em;
  left: -0.03em;
  color: white;
  font-weight: 900;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #000000;
  border-color: #000000;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-checkbox__labelText {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-dropdown select {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background: #ffffff;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  padding: 12px 15px;
  line-height: 1;
  border: 1px solid #ddd;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-dropdown::after {
  display: none;
}
#fs_MySubscriptionCancel .fs-l-pageMain .fs-c-inputInformation__field .fs-c-dropdown::before {
  background: none;
  content: url(https://dogtree.itembox.design/item/icon/common/arrow.svg);
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* お届けサイクル変更・お届け日変更画面 */
#fs_MySubscriptionChangeCycle .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: black;
}
#fs_MySubscriptionChangeCycle .fs-c-checkbox__checkMark::before {
  color: white;
}
#fs_MySubscriptionChangeCycle .fs-c-dropdown {
  width: 120px;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain {
  padding-bottom: 50px;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-inputInformation form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5%;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-changeDeliveryCycleList {
  border-radius: 8px;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-changeDeliveryCycleList .fs-c-changeDeliveryCycle {
  border-radius: 12px;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-changeDeliveryCycleList .fs-c-changeDeliveryCycle .fs-c-changeDeliveryCycle__title {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-changeDeliveryCycleList .fs-c-changeDeliveryCycle.is-active .fs-c-changeDeliveryCycle__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  border: none;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-inputInformation__field {
  padding: 16px;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-inputInformation__field .fs-c-inputTable__currentValueCell {
  font-size: 1.4rem;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-inputInformation__field .fs-c-dropdown select {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background: #ffffff;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  padding: 12px 15px;
  line-height: 1;
  border: 1px solid #ddd;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-inputInformation__field .fs-c-dropdown::after {
  display: none;
}
#fs_MySubscriptionChangeCycle .fs-l-pageMain .fs-c-inputInformation__field .fs-c-dropdown::before {
  background: none;
  content: url(https://dogtree.itembox.design/item/icon/common/arrow.svg);
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* お届け日変更確認 */
#fs_MySubscriptionChangeDeliveryConfirm .fs-l-pageMain {
  padding-bottom: 50px;
}
#fs_MySubscriptionChangeDeliveryConfirm .fs-l-pageMain .fs-c-confirmNextDeliveryField th {
  border: solid 2px #FFE100;
  background: #FFFBEB;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}
#fs_MySubscriptionChangeDeliveryConfirm .fs-l-pageMain .fs-c-confirmNextDeliveryField td {
  border: solid 2px #FFE100;
  background: #fff;
  padding: 12px 18px;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

/* カート */
.fs-c-moveToAnotherCart__button.fs-c-buttonContainer.fs-c-buttonContainer--moveToSubscriptionCart a {
  background: #fff;
  color: #000;
  border-color: #000;
  min-width: 100%;
  font-weight: 600;
  padding: 25px 15px;
  border-radius: 33px;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 2px #b2b2b2;
  border-width: 2px;
}

.fs-c-moveToAnotherCart__button.fs-c-buttonContainer.fs-c-buttonContainer--moveToSubscriptionCart a:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.fs-c-moveToAnotherCart {
  padding: 0;
}

.fs-c-moveToAnotherCart__message {
  margin-bottom: 5px;
  font-weight: 500;
}

.fs-c-returnedSpecialContract {
  display: none;
}

/* 定期申し込みカート */
.fs-body-checkout-subscribe .fs-c-checkout-paymentInfo__message {
  display: none;
}
.fs-body-checkout-subscribe .fs-p-estimatedTotalPriceComment p {
  visibility: hidden;
  overflow: hidden;
  margin-bottom: -54px;
}
@media screen and (max-width: 959px) {
  .fs-body-checkout-subscribe .fs-p-estimatedTotalPriceComment p {
    margin-bottom: -28px;
  }
}
@media screen and (max-width: 486px) {
  .fs-body-checkout-subscribe .fs-p-estimatedTotalPriceComment p {
    margin-bottom: -54px;
  }
}
.fs-body-checkout-subscribe .fs-p-estimatedTotalPriceComment p b {
  visibility: initial;
}

/*　お届けサイクル変更確認　*/
#fs_MySubscriptionChangeCycleConfirm .fs-l-pageMain {
  padding-bottom: 120px;
}/*# sourceMappingURL=system_new.css.map */