@charset "UTF-8";
.fs-c-button--standard {
        background: #ff5252;
        border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        padding: 0.8em 1.6em 0.6em;
        box-shadow: 0 0 2px #b2b2b2;
}

.fs-c-checkout-destination__address {
  font-size: 14px;
}
.fs-c-checkout-destination__tel {
  font-size: 14px;
}
.fs-c-checkout-paymentMethodList li {
  font-size: 14px;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 15px;
}
.fs-deliveryInfo-container {
  font-size: 14px;
}
.fs-c-checkout-communicationInfo__info {
  font-size: 13px;
}

.fs-c-orderTotalTable {
  width: 100%;
}
.amazonpay-button-view1 {
  width: 250px;
}

@media screen and (max-width: 768px) {
.fs-c-inputTable tr {
display: flex;
flex-direction: column;
}
.fs-c-inputTable__headerCell {
text-align: left!important;
}

.fs-c-button__label {
  display: block;
}
}
