@charset "utf-8";
/*------------------------------------------------------------------------------
Date: 2017-01-13
Copyright (C) Tresure Factory Co.,LTD. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

ショッピングカート

---------------------------------------- */
* {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

button, .modal-body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*h1 {
  border-bottom: 2px solid #dcdcdc;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-left: 40px;
  padding-bottom: 5px;
  margin: 20px 0;
}

h1.cart-title {
  background: url(/image/icon/icon_11.png) no-repeat;
  background-size: 35px;
  background-position: 0 -4px;
}*/
/* 商品なし */

.cart-empty {
  display: none;
  margin: 50px 0;
  text-align: center;
}

.cart-empty>global-button-plain {
  width: 200px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 30px;
  margin: 10px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.cart-empty .cart-topbutton {
  margin: 30px 0;
  padding: 10px 0;
  width: 20%;
}

.cart-main-content {
  display: flex;
  /* justify-content: space-between; */
  margin: 50px 0;
}

.cart-bold {
  font-weight: bold;
  font-size: 1.25em;
}

/* 商品情報部分 */

#cart-itemarea {
  width: 75%;
}

.bill {
  width: 20%;
}
#cart-pricearea {
  width: 25%;
  height: fit-content;
}

#cart-pricearea[data-type="cart"] {
  width: 100%;
}

#cart-pricearea-login-user {
  height: fit-content;
}

.cart-center {
  justify-content: center;
  width: 100%;
}

.cart-flex {
  display: flex;
}

.cart-pricearea dl {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

/* 合計金額部分 */
#cart-itemarea-count {
  margin: 0 0 20px 0;
}

#cart-soldout {
  color: #ca0000;
  display: none;
  margin: 0 0 20px 0;
}

#cart-itemarea-itemlist {
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  width: 100%;
}

#cart-itemarea-itemlist th,
#cart-itemarea-itemlist td {
  border: 1px solid #dcdcdc;
}

#cart-itemarea-itemlist th {
  background-color: #e7f1fa;
  font-weight: normal;
  padding: 10px 0;
}

.cart-itemarea-info {
  width: 55%;
  padding: 20px;
}

.cart-itemarea-info ul {
  display: table;
  width: 100%;
}

.cart-itemarea-info li {
  display: table-cell;
  vertical-align: top;
  word-break: break-all;
}

.cart-itemarea-info-image {
  width: 40%;
}

.cart-itemarea-info-image img {
  border: 1px solid #dcdcdc;
  transition: all .2s ease;
  width: 150px;
}

.cart-itemarea-info-image img:hover {
  opacity: 0.8;
}

.cart-itemarea-image-wrapper {
  height: 155px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.cart-itemarea-info-sale {
  display: block;
  color: #e30000;
  font-weight: bold;
  padding: 2px 5px 0;
  margin-bottom: 5px;
  width: 40px;
  text-align: center;
  height: fit-content;
  align-self: flex-end;
}

.cart-itemarea-info-removelink {
  text-align: center;
  width: 15%;
}

/* 売り切れ表示 */

.cart-itemarea-info-soldout {
  background-color: #e6e6e6;
}

.cart-itemarea-soldout-box {
  position: relative;
  width: 250px;
  height: 250px;
}

.cart-itemarea-soldout-innerbox {
  background-color: #000000;
  border: transparent 1px solid;
  opacity: 0.8;
  position: absolute;
  left: 0;
  text-align: center;
  top: 40%;
  width: 99%;
}

.cart-itemarea-soldout-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.cart-itemarea-button {
  text-align: center;
  width: 100%;
}

.cart-itemarea-button a {
  text-decoration: none;
}

.cart-itemarea-button::after {
  clear: both;
}

.cart-itemarea-button>.cart-confirmbutton,
.cart-itemarea-button>.cart-confirmbutton-nomember
{
  font-size: 24px;
  font-weight: normal;
  margin: 10px 5px 5px;
  width: 45%;
}

.cart-confirmbutton,
#cart-delivery-modal-setbutton {
  background-image: url(../../image/arrow_white.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 10px center;
}

.cart-confirmbutton-nomember {
    background: #FFF;
    border: 2px solid #ef7800;
    color: #ef7800;
    background-image: url(../../image/arrow_orange.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 10px center;
}

.cart-confirmbutton.bg-size,
.cart-confirmbutton-nomember.bg-size {
  background-size: 18px;
}

.cart-itemarea-button .cart-topbutton,
.cart-pricearea-button .cart-topbutton,
.cart-pricearea-button .cart-backbutton,
.cart-itemarea-button .cart-backbutton,
.cart-empty .cart-topbutton {
  background-image: url(../../image/arrow-black.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 10px center;
}

.global-button-plain.cart-topbutton a:hover {
  text-decoration: none;
}

.cart-itemarea-button>.cart-backbutton {
  display: block;
  line-height: 1;
  margin: 45px auto 5px;
  padding: 15px 5px;
  width: 30%;
}

.cart-itemarea-button .cart-topbutton {
  display: block;
  line-height: 1;
  margin: 20px auto 5px;
  padding: 15px 5px;
  width: 30%;
}

/* 商品合計 */
.cart-pricearea-info dt {
  margin: 0 auto 0 4%;
}

dt.cart-pricearea-top {
  border: 0;
}

.cart-pricearea-info dd {
  margin: 0 4% 0 auto;
  display: flex;
  align-items: center;
}

.cart-pricearea-shippingcharge {
  color: #999999;
  font-size: 13px;
}

.cart-pricearea-total {
  color: #ca0000;
  font-size: 20px;
  font-weight: bold;
}

.cart-pricearea-info .point{
  text-align: end;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.cart-pricearea-button {
  background-color: #F2F2F2;
  text-align: center;
  width: 100%;
}

.cart-pricearea-button>.cart-confirmbutton,
.cart-pricearea-button>.cart-confirmbutton-nomember
{
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  padding: 15px;
  width: 92%;
  margin: 20px 0;
}

.cart-pricearea-button>.cart-confirmbutton-nomember {
    margin: 15px 0 0 0;
}

.cart-pricearea-button>.cart-backbutton {
  display: block;
  margin: 5px auto;
  padding: 10px 5px;
  width: 100%;
}

.cart-pricearea-button button.global-button-plain {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
}

.cart-pricearea-overweightfee {
  border-top: solid 1px #ccc;
  display: none;
  font-size:13px;
  margin-top: 5px;
  padding-top: 5px;
  text-align:left;
}

.cart-pricearea-overweightfee-total {
  color:red;
  font-weight: bold;
}

button.global-button-plain img {
  width: 7px;
  float: right;
  padding-right: 7px;
}

.cart-notice {
  font-size: 12px;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
}

.cart-notice ul {
  list-style-type: disc;
  margin-left: 1em;
}

.cart-overweight-notice .red {
  color: #f00;
}

.cart-overweight-notice .bold {
  font-weight: bold;
}

.cart-stock {
  color:#90ADDD;
  font-weight:bold;
}

/* ----------------------------------------

お支払方法の変更

---------------------------------------- */

.pay-change-gds-image {
  text-align: center;
}

.pay-change-button {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 10px 5px 5px;
  width: 60%;
}

.pay-change-cart-img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

/* ----------------------------------------

ご注文情報確認

---------------------------------------- */

h1.cart-order-title {
  background: url(/image/icon/icon_09.png) no-repeat;
  background-size: 35px;
  background-position: 0 -3px;
}

.cart-order-nav-login-card {
  background: url(../../image/pc/cart/nav_member_card_01.gif) no-repeat;
  height: 50px;
}

.cart-order-nav-login-bank {
  background: url(../../image/pc/cart/nav_member_bank_01.gif) no-repeat;
  height: 50px;
}

.cart-order-nav-nologin-card {
  background: url(../../image/pc/cart/nav_other_card_01.gif) no-repeat;
  height: 50px;
}

.cart-order-nav-nologin-bank {
  background: url(../../image/pc/cart/nav_other_bank_01.gif) no-repeat;
  height: 50px;
}

/* エラーメッセージ */

#cart-order-error-title {
  color: #ff0000;
  display: none;
  padding: 10px 0;
}

.cart-order-error {
  background-color: #fae7e7;
  color: #ba5858;
  display: none;
  padding: 10px 10px;
  border-radius: 5px;
}

.cart-order-section {
  border: 1px solid #dcdcdc;
  margin: 30px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#cart-order-form {
  width: 75%
}

#cart-order-form:first-child .cart-order-section {
  margin-top: 0px;
}

.cart-section-title {
  background-color: #e7f1fa;
  border-right: 1px solid #dcdcdc;
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  width: 15%;
}

/* お届け先 */

#cart-order-deliveryaddress>ul,
#cart-order-deliveryaddress-new>ul {
  display: table;
  width: 100%;
}

#cart-order-deliveryaddress>ul>li,
#cart-order-deliveryaddress-new>ul>li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.cart-order-deliveryaddress-button {
  text-align: right;
  padding-left: 10px;
}

.cart-order-deliveryaddress-button>button {
  float: right;
  margin-right: 2em;
  font-weight: normal;
}

/* お支払方法 */

.cart-order-payment-method input[type="radio"]:disabled,
.cart-order-payment-method input[type="radio"]:disabled+label {
  opacity: 0.7;
}

.cart-order-payment-notice {
  background-color: #f2f2f2;
  display: none;
  list-style-type: disc;
  padding: 10px 0 10px 20px;
  border-radius: 5px;
}

.cart-order-payment-notice li {
  margin-top: 5px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.cart-order-payment-bankaccount-link {
  display: block;
  font-size: 1.1em;
  margin-top: 11px;
  text-decoration: underline;
}

input[name="cvs_type"]+label {
  text-align: left;
  line-height: 1.5;
  display: block;
}

input[name="cvs_type"]+label::before {
  background-color: #fff;
}

#cart-order-error-cvstype {
  width: 90%;
}

.cart-section-itemlist {
  padding: 0;
}

#cart-order-itemlist>li {
  border-top: 1px solid #dcdcdc;
  padding: 10px;
}

#cart-order-itemlist>li:first-child {
  border: 0;
}

.cart-order-item {
  display: table;
  width: 100%;
}

.cart-order-item li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

li.cart-order-item-image {
  width: 125px;
}

.cart-order-item-image img {
  display: table;
  width: 125px;
  border: 1px solid #dcdcdc;
  transition: all .2s ease;
}

.cart-order-item-image img:hover {
  opacity: 0.8;
}

.cart-order-item .cart-itemarea-image-wrapper {
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

li.cart-order-item-name {
  width: 200px;
  word-break: break-all;
}

li.cart-order-price {
  text-align: center;
  width: 115px;
}

li.cart-order-removebutton {
  width: 65px;
}

/* お届け予定日 */

.cart-order-deliverydate-notice {
  background-color: #f2f2f2;
  display: none;
  padding: 10px 0 10px 20px;
}

.cart-order-deliverydate-notice dt {
  background: url(../../image/sp/cart/cart_icon_05.png) no-repeat;
  background-size: 27px;
  font-size: 14px;
  line-height: 27px;
  padding-left: 30px;
}

.cart-order-deliverydate-notice dd {
  display: list-item;
  list-style: disc;
  margin: 5px 0 0 25px;
}

.cart-order-deliveryspecified-yes-inner {
  margin-left: 0.8em;
  display: flex;
  /* padding: 24px 0 24px 0; */
}

.cart-order-deliveryspecified-yes-inner-select {
  margin-right: 1.5em;
}

.cart-order-deliveryspecified-yes-inner select {
  margin-left: 0.6em;
  width: 15em;
  height: 3em;
  border: 1px solid #E5E5E5;
  appearance: none;
}

.cart-order-deliveryspecified-yes-inner-select::after {
  position: relative;
  right: 35px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  content: "";
  z-index: 10;
  pointer-events: none;
  margin: auto;
  bottom: -0.9em;
}

.cart-deliverydate-notice {
  display: none;
  margin: 0 10px;
}

.cart-deliverydate-notice ul li {
  display: list-item;
  list-style: disc;
  margin: 5px 0 5px 2em;
}

ul.cart-delivery-attention {
  margin: 5px 10px 0;
}

ul.cart-delivery-attention li {
  line-height: 2.2;
}

/* クーポン */
#cart-order-coupon {
  margin-left: 0;
  width: 230px;
}
#cart-order-coupon::placeholder {
    color: #acacac;
}

#cart-order-coupon-status {
  color: #ca0000;
  font-size: 0.9em;
}

#cart-order-coupon-button {
  font-size: 12px;
  padding: 3px 10px;
}

.cart-order-point-select {
  width:44%;
  display: inline-block;
}

#cart-order-point-input {
  margin: 0;
  width: 55%;
}

.cart-order-point-section {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  margin-top: 5px; 
}

.cart-order-point {
  margin-left: 45%;
  font-weight: bold;
  font-size: 20px;
}

/** セレクトボックス **/

.cart-order-deliverydate-select select {
  font-size: inherit;
}
/** ラジオボタン **/

.cart-order-deliverydate-select input[type="radio"]+label {
  padding-right: 0;
}

.cart-order-deliverydate-select input:disabled,
.cart-order-deliverydate-select select:disabled,
.cart-order-deliverydate-select input[type="radio"]:disabled+label {
  opacity: 0.7;
}

/** 廃家電回収 **/

.cart-recycle-notice {
  margin: 5px 10px 0;
}

.cart-recycle-notice p {
  margin-top: 0.8em;
}

.cart-recycle-notice a {
  color: #00F;
  text-decoration: underline;
}

.cart-recycle-notice .recycle-item-maker{
  width:7em
}
.cart-recycle-notice .recycle-item-size{
  width:4em
}
.cart-recycle-notice .recycle-item-unit{
  font-size:.9em
}
#cart-section-recycle-confirm {
  text-align: center;
  margin: 1.5em 0 1.0em;
}

#cart-section-recycle-confirm input[type="checkbox"] {
  display: none;
}

#cart-section-recycle-confirm input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  line-height: 32px;
}

#cart-section-recycle-confirm input[type="checkbox"] + label:before,
#cart-section-recycle-confirm input[type="checkbox"] + label:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

#cart-section-recycle-confirm input[type="checkbox"] + label:before{
  background: #fafafa;
  border: 1px solid #666666;
  border-radius: 3px;
}

#cart-section-recycle-confirm input[type="checkbox"]:checked + label:after{
  top: -2px;
  height: 20px;
  left: 0;
  width:35px;
  border-left: 3px solid #ef7800;
  border-bottom: 3px solid #ef7800;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

#cart-section-recycle-disable p {
  text-indent: -1em;
  color: #F00;
  margin-left: 1em;
}

.cart-confirm-disable {
  pointer-events: none;
  background-color: #999999;
}
.parts-recycle-disable {
  font-weight: bold;
  color: #F00;
  margin-top: 1em;
}

/*********************************************

モーダル

*********************************************/

.cart-delivery-modal-body {
  margin: 0 auto;
}

.cart-delivery-modal-body th {
  vertical-align: top;
}

.cart-delivery-modal-body tr {
  border-collapse: collapse;
  border-bottom: 2px dotted #dcdcdc;
}

.cart-delivery-modal-body tr:last-child {
  border: 0;
}

.cart-delivery-modal-body th,
.cart-delivery-modal-body td {
  padding: 15px 0;
}

/* 新しいお届け先 */

#cart-delivery-modal-title {
  font-size: 20px;
}

/* エラーメッセージ */

#cart-modal-error-title {
  color: #ff0000;
  display: none;
  padding: 10px 0;
}

.cart-modal-error {
  width: 360px;
  background-color: #fae7e7;
  color: #ba5858;
  line-height: 1.3;
  display: none;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 5px;
}

.cart-delivery-modal-form-notice {
  display: none;
  background-color: #f2f2f2;
  list-style-type: disc;
  padding: 10px 0 10px 0;
  margin: 5px 0 5px 5px;
}

.cart-delivery-modal-form-notice ul {
  list-style-type: disc;
  margin-left: 30px;
}

.cart-delivery-modal-form-table tr {
  border-bottom: 1px solid #F2F2F2;
}

.cart-delivery-modal-form-table th {
  width: 20%;
}

.cart-delivery-modal-form-required {
  background-color: #fae7e7;
  color: #ca0000;
  padding: 2px 10px;
  margin: 0 15px;
  float: right;
}

#cart-delete-modal-label {
  width: 30%;
}

.cart-delivery-modal-agreement {
  margin-bottom: 20px;
}

.cart-delivery-modal-footer {
  padding: 40px 0;
  text-align: center;
}

#cart-delivery-modal-inputbutton {
  display: block;
  margin: 20px auto;
  width: 40%;
}

/* 入力フォーム・入力欄 */

.cart-delivery-modal-form-table td {
  padding: 50px 0;
  align-items: center;
}

/* お名前 */

#cart-delivery-modal-lname,
#cart-delivery-modal-fname {

}

/* お電話番号 */

#cart-delivery-modal-tel1,
#cart-delivery-modal-tel2,
#cart-delivery-modal-tel3 {
  width: 100px;
}

/* 郵便番号 */

#cart-delivery-modal-zip1 {
  width: 20%;
}

#cart-delivery-modal-zip2 {
  width: 20%;
}

/* ご住所 */

#cart-delivery-modal-address1 {
  background-color: #fff;
  border: none;
}

#cart-delivery-modal-address2,
#cart-delivery-modal-address3,
#cart-delivery-modal-address4 {
  width: 100%;
}

/* 住所検索 */

/* #cart-delivery-modal-zipcode-search { */
  /* background: url(../../image/pc/cart/icn_01.png) no-repeat;
  background-position: right;
  color: #0066c0;
  padding-right: 15px;
  text-decoration: underline;
} */

/* 住所 */

.cart-delivery-modal-address {
  margin: 0;
}

.cart-delivery-modal-address dt {
  clear: left;
  float: left;
  font-weight: normal;
  line-height: 40px;
  width: 20%;
}

.cart-delivery-modal-address dd {
  float: left;
  line-height: 40px;
  width: 80%;
}

/* メールアドレス */

#cart-delivery-modal-email1,
#cart-delivery-modal-email2 {
  width: 50%;
}

/* 設定する */

#cart-delivery-modal-setbutton {
  width: 25%;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 3px;
}

#cart-dialog-modal-backbutton {
  display: block;
  width: 25%;
}

/* その他の住所を設定する */

#cart-delivery-modal-form>fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.cart-delivery-modal-checkbox-disabled {
  opacity: 0.7;
}

input[type="checkbox"]+label:before,
input[type="checkbox"]+label:after {
  margin-top: 2px;
}

/** アイテム削除確認 **/

.cart-item-delete-modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px 10px;
}

.cart-item-delete-modal-body {
  font-size: 16px;
  margin: 20px 150px;
}

.cart-item-delete-modal-footer {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 20px 50px;
}

.cart-delivery-modal-footer a {
  text-decoration: none;
  color: #0066c0;
}

.cart-item-delete-modal-body ul {
  display: table;
  margin: 20px;
}

.cart-item-delete-modal-body li {
  display: table-cell;
  vertical-align: middle;
}

#cart-item-delete-modal-image img {
  border: 1px solid #dcdcdc;
  width: 150px;
}

#cart-item-delete-modal-name {
  width: 40%
}

#cart-item-delete-modal-price {
  text-align: center;
  width: 30%
}

#cart-item-delete-modal-deletebutton {
  display: block;
  height: 55px;
  margin: 0 auto;
  width: 40%;
}

#cart-item-delete-modal-backbutton {
  display: block;
  height: 45px;
  margin: 20px auto 0;
  width: 30%;
}

/* ----------------------------------------

PayPal

---------------------------------------- */
#cart-pricearea-paypal-button div[id^="zoid-paypal-button-"] .zoid-outlet {
  width: 210px !important;
}

/* ----------------------------------------

ベリトランス

---------------------------------------- */
.cart-order-card-input .cart-section-title {
  vertical-align: middle;
  width: 10em;
}

.card-number-small-font {
  font-size: 0.8em;
}

.cart-order-card-input .card-number input {
  margin-left: 0;
  width: 90%;
  height: 3.5em;
}

.cart-order-card-input .expiration-date input {
  margin-left: 0;
  width: 6em;
}

.cart-order-card-input .security-code input {
  margin-left: 0;
  width: 5em;
}

.cart-order-card-input .numberofpayment select {
  cursor: pointer;
  margin-left: 0;
  padding-left: 12px;
}

#payment-installment+label  {
  padding: 0 20px;
}

.numberofpayment label {
  margin-bottom: 0;
}

#payment-number:disabled {
  opacity: 0.7;
}

/* ----------------------------------------

ご注文完了

---------------------------------------- */

h1.cart-thanks-title {
  background: url(/image/icon/icon_26.png) no-repeat;
  background-size: 35px;
  background-position: 0 -2px;
}

.cart-thanks-thanksmessage {
  color: #ef7800;
  font-size: 28px;
  letter-spacing: 2px;
  margin: 50px 0;
  text-align: center;
}

.cart-thanks-inquiry {
  font-size: 14px;
  margin: 50px 0;
  text-align: center;
}

.cart-thanks-cvs p {
  margin: 1em 0;
}

.cart-thanks-cvs a {
  text-decoration: underline;
  word-break: break-all;
}

.cart-thanks-cvs-payment-info {
  border: 1px solid #ccc;
  margin: 1em auto;
  padding: 1.5em 0;
  width: 70%;
}

.cart-thanks-cvs dl {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.cart-thanks-cvs dl dd {
  margin-bottom: 1em;
  margin-left: 1em;
}

.cart-thanks-cvs dl dd:last-child {
  margin-bottom: 0;
}

p.cart-thanks-cvs-attention {
  color: #f00;
  margin: 0;
}

.cart-thanks-cvs-payment-info img {
  height: 0.9em;
  margin-left: 0.3em;
  width: 1em;
}

.cart-thanks-button {
  text-align: center;
  margin-bottom: 50px;
}

#cart-thanks-button-topbutton {
  margin: 0 auto;
  padding: 10px 15px;
  width: 25%;
  background-image: url(../../image/arrow-black.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 7px;
}

.cart-thanks-nav-login-card {
  background: url(../../image/pc/cart/nav_member_card_02.gif) no-repeat;
  height: 50px;
}

.cart-thanks-nav-login-bank {
  background: url(../../image/pc/cart/nav_member_bank_02.gif) no-repeat;
  height: 50px;
}

.cart-thanks-nav-nologin-card {
  background: url(../../image/pc/cart/nav_other_card_02.gif) no-repeat;
  height: 50px;
}

.cart-thanks-nav-nologin-bank {
  background: url(../../image/pc/cart/nav_other_bank_02.gif) no-repeat;
  height: 50px;
}

.cart-thanks-kaitoriBtn a {
  text-align: center;
  display: block;
  margin: 0.5em auto;
  transition: all .2s ease;
  width: 750px;
}
.cart-thanks-kaitoriBtn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/******************************************/

/* Bootstrapで適用されるスタイルを調整      */

/******************************************/

.breadcrumb>li+li:before {
  content: "";
}

.breadcrumb {
  background-color: inherit;
}

input[type="radio"]+label:before {
  height: 24px;
  width: 24px;
}

label {
  font-weight: inherit;
}

dd,
dt {
  line-height: inherit;
}

dt {
  font-weight: normal;
}

p {
  margin: 0;
  font-size: 1.5rem;
}

.cart-itemarea-button .orange1{
  font-size:18px;
  font-weight:400;
  margin:10px 5px 5px;
  
  height:58px;
  line-height:1;
  vertical-align:bottom;
  background-size:18px
}
.cart-itemarea-button .orange1 span{
  font-size:12px
}
.cart-itemarea-button .gray1{
  font-size:18px;
  font-weight:400;
  margin:10px 5px 5px;
  width:45%;
  height:58px;
  line-height:1;
  vertical-align:bottom;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAYCAYAAAAh8HdUAAAAsUlEQVQ4jbXUwQYCURSA4VklJSWSVJJ6gdyXr6QkidEyScoYbXqLmf9wYrRozhlafMMsfq57z71RCGGBDbqILOSzQ4YzOtaoh4uGMdqWSPRx1fBUFhZ/BrhpeETLEokh7hoe0LREYoSHhns0LJEY46nh9jv8tUsTJBqui2HZmUyRarhE3RKJGV4arlAzjQ3meH/O8W+Re3nujXBvuftw3WPkHlj31XBfwkrXvdLD4n7CcssJ+O/eOZN4AAAAAElFTkSuQmCC);
  background-size:9px;
  border:1px solid #ccc;
  color:#333
}
.cart-itemarea-button .gray1:hover{
  background-color:#e2f1ff
}
.cart-pricearea-button .orange2{
  margin:15px 0;
  padding:12px;
  width:92%;
  min-height:48px
}
.cart-pricearea-button .orange2 span{
  font-size:11px
}
.cart-pricearea-button .gray2{
  width:92%;
  min-height:48px;
  margin-top:0;
}
.cart-pricearea-button .gray2:hover{
  background-color:#e2f1ff
}

a:link[class="cart-toplink"], a:visited[class="cart-toplink"] {
  color: #0042D8;
  text-decoration: none;
  font-size: 1.4rem;
}

.cart_item_price{
  margin-top: 0.5em;
}

.cart_item_price span{
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.3px;
}

.cart-icon-image {
  gap: 0 20px;
}

.cart-icon-image-list {
  height: 50px;
  width: 50px;
}

.cart-icon-image-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-icon-image,
.cart-inner-list {
  padding: 16px;
}

.cart-section-inner-content select {
  width: 10em;
  height: 3.5em;
  border: 1px solid #E5E5E5;
  appearance: none;
}

.cart-section-inner-content input {
  width: 100%;
  height: 3.5em;
  margin: 0;
  border: 1px solid #E5E5E5;
  padding: 3px 10px;
}

.cart-section-inner-content {
  font-weight: bold;
  margin-left: 6em;
  font-size: 18px;
  width: 78%;
}

#cart-order-expiration-month,
#cart-order-expiration-year {
  margin-right: 0.5em;
}

.cart_order_main input[type="radio"]:checked+label:before,
#cart-delivery-modal .cart-delivery-modal-body input[type="radio"]:checked+label:before {
  background-color: #0042D8;
  border: 1px solid #0042D8;
}

.cart_order_main input[type="radio"]:checked+label:after,
#cart-delivery-modal .cart-delivery-modal-body input[type="radio"]:checked+label:after {
  background-color: #FFFFFF;
}

.cart-section-inner-content input {
  font-weight: 400;
}

#cart-delivery-modal .cart-delivery-modal-body input[type="radio"]+label:before {
  margin-top: -8px;
  left: -4px;
}

#cart-delivery-modal .cart-delivery-modal-body input[type="radio"]:checked+label:before {
  margin-top: -8px;
}

#cart-delivery-modal .cart-delivery-modal-body input[type="radio"]:checked+label:after {
  margin-top: 0px;
  left: 4px;
}
