@charset "utf-8";
/* ====================
order.css
==================== */

.seller + .seller {
  margin-top: 40px;
}

.seller-name {
  background: #6f6f6f;
  color: #fff;
  padding: 3px 24px;
}
@media (max-width: 400px) {
  .seller-name {
    padding: 3px 15px;
  }
}

.cart {
  background: #fff;
  border: 1px solid #ccc;
}

.item {
  padding: 24px 28px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}
@media (max-width: 400px) {
  .item {
    padding: 20px 15px;
  }
}
.atode .item:last-child {
  border: 0;
}

.item-img {
  float: left;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  background: #eee;
  text-align: center;
}

.item-img a {
  display: table-cell;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
}

.item-img img {
  max-width: 70px;
  max-height: 70px;
}

.item-img a:hover img {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .item-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .item-img a {
    width: 100px;
    height: 100px;
  }
  .item-img img {
    max-width: 100px;
    max-height: 100px;
  }
}

.item-name {
  padding-bottom: 22px;
  font-size: 16px;
  margin-left: 85px;
}
@media (min-width: 768px) {
  .item-name {
    margin-left: 120px;
  }
}
@media (max-width: 480px) {
  .item-name {
    font-size: 14px;
  }
}

.box-item-price {
}

.box-option {
  padding: 24px 28px 0;
}
.ttl-option {
  font-weight: bold;
  font-size: 16px;
}
.list-option {
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.list-option li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 6px;
}
.list-option label {
  position: relative;
  padding-left: 22px;
  line-height: 1.3;
}
.list-option input[type="checkbox"] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.list-option label > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 20%;
  background: #fff;
}
.list-option input:focus-visible + span::before {
  outline: auto;
}
.list-option input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 6px;
  height: 11px;
  border-right: 4px solid #00a0e9;
  border-bottom: 4px solid #00a0e9;
  transform: rotate(45deg);
}
.txt-btn {
  text-align: center;
  padding-top: 1em;
  margin-bottom: -.8em;
}
.seller-btn + .seller-btn {
  border-top: 1px solid #ccc;
}
button + p.note {
  font-size: 13px;
  margin-top: 1em;
}

.item-price {
  text-align: right;
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 18px;
  overflow: hidden;
}

.box-item-price .item-price {
  position: relative;
  bottom: auto;
  right: auto;
}

@media (max-width: 400px) {
  .item-name {
    padding-bottom: 0;
  }
  .item-price {
    right: 15px;
    clear: left;
    position: static;
    bottom: auto;
    padding-top: 10px;
  }
}

.item-price span {
  padding: 2px 10px;
  margin-left: 14px;
  font-size: 13px;
  float: right;
}
@media (max-width: 400px) {
  .item-price span {
    margin-left: 10px;
  }
}

.item-delete {
  text-align: right;
  font-size: 14px;
  margin-top: 12px;
  color: #1614a3;
}
.item-delete a {
  margin: 0 8px;
}
.item-delete a:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .item-delete {
    font-size: 13px;
  }
}

.point-use {
  overflow: hidden;
  padding: 24px 28px;
  border-bottom: 1px solid #ccc;
  line-height: 22px;
}
.point-use span {
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.total {
  padding: 24px 28px 0;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
}

.total + .col-3 {
  margin-top: 24px;
}

.total span {
  float: right;
}

.seller-btn {
  padding: 0 28px 35px;
}
.seller-btn .btn {
  margin-top: 20px;
}
@media (max-width: 400px) {
  .seller-btn {
    padding: 0 15px 25px;
  }
}

.box-link-continue {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.col-3 {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
}

.col-3 > div {
  display: table-cell;
}

.col-3 .col-head {
  width: 120px;
  padding: 24px;
}

.col-3 .col-data {
  padding: 24px 0;
  line-height: 1.6;
}

.col-3 .col-edit {
  width: 130px;
  padding: 24px;
  text-align: right;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .col-3 {
    display: block;
  }
  .col-3 > div {
    display: block;
  }
  .col-3 .col-head {
    width: auto;
    padding-bottom: 0;
  }
  .col-3 .col-data {
    padding: 20px 24px 0;
  }
  .col-3 .col-edit {
    width: auto;
    padding: 10px 24px 24px;
  }
}

.col-2 + .col-2 {
  border-top: 1px solid #ccc;
}

.col-2 > div {
  height: auto;
}

.col-2 .col-head {
  width: 120px;
  padding: 24px;
}

.col-2 .col-data {
  padding: 24px 24px 24px 0;
  line-height: 1.6;
}
@media (max-width: 639px) {
  .col-2 .col-head {
    padding: 24px 24px 0;
    width: 100%;
  }
  .col-2 .col-data {
    padding: 0 24px 24px;
    height: auto;
  }
}
@media (min-width: 640px) {
  .col-2 {
    display: table;
    width: 100%;
  }
  .col-2 > div {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
  }
  .col-2 .col-head {
    width: 120px;
    margin-bottom: 0;
  }
}

.point {
  padding: 24px;
}

.point-status {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.point .buy {
  text-align: right;
}

.point + .total {
  padding-top: 10px;
}

/* point-charge */
.point-charge {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.point-charge > div {
  display: table-cell;
  padding: 24px;
  vertical-align: middle;
  line-height: 21px;
}

.point-charge p {
  background: #31c557;
  color: #fff;
  padding: 2px 10px;
  border-radius: 8px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.point-charge p::before {
  content: '▲';
  position: absolute;
  top: 5px;
  left: -15px;
  width: 16px;
  height: 16px;
  color: #31c557;
  font-size: 16px;
  transform: rotate(-90deg);
}

.point-charge .buy {
  padding-left: 0;
  width: 120px;
  text-align: right;
}

.point-charge .buy i {
  margin-left: 5px;
}

.sp-break {
  display: none;
}
@media (max-width: 330px) {
  .radio-list {
    margin: 0 -2px;
  }
  .radio-list label {
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .radio-list {
    width: 100%;
  }
  .radio-list span span {
    /*
    line-height: 1.8;
    */
    margin-left: 0;
  }
  .sp-break {
    display: inline;
  }
  /*order ポイント利用のカッコ用*/
  .radio-list .sp-break + span {
    line-height: 1.8;
    margin-left: 20px;
  }
}
.radio-list span span::before {
  content: none;
}

@media (max-width: 640px) {
  .point-charge {
    display: block;
  }
  .point-charge > div {
    display: block;
    text-align: center;
  }
  .point-charge span {
    display: block;
  }
  .point-charge p {
    margin-left: 0;
    margin-top: 12px;
  }
  .point-charge p::before {
    top: -15px;
    left: 45%;
    transform: rotate(0deg);
  }
  .point-charge > .buy {
    padding-top: 0;
    width: auto;
  }
}

.tbl-order-point {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  margin-top: 5px;
}

.tbl-order-point th,
.tbl-order-point td {
  border: 1px solid #ccc;
  padding: 16px;
}

.tbl-order-point th {
  text-align: left;
  background: #fbead9;
}

.tbl-order-point td {
  text-align: right;
  background: #fff;
  font-size: 22px;
}

.note-order-point {
  margin-top: 12px;
}

.input-wrap-point {
  position: relative;
  font-size: 22px;
}

.input-wrap-point::after {
  content: 'pt';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -11px;
  right: 10px;
}

.input-wrap-point input {
  text-align: right;
  padding-right: 45px;
  font-size: 22px;
}

.ttl-addlist {
  margin-top: 30px;
  text-align: center;
}
.ttl-addlist a:hover {
  text-decoration: underline;
}

.box-addcard {
  margin-top: 30px;
}
.box-addcard .list-msg li {
  line-height: 1.3;
}

/* order-payment */
.radio-list {
  display: inline-block;
  text-align: left;
}
.list-card li {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.list-address li {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.list-card li:first-child,
.list-address li:first-child {
  border-top: 0;
  padding-top: 0;
}
.list-card li:last-child,
.list-address li:last-child {
  padding-bottom: 0;
}
.list-card label,
.list-address label {
  position: relative;
  display: block;
}
.list-card input[type='radio'],
.list-address input[type='radio'] {
  display: none;
}
.list-card div,
.list-address div {
  padding-left: 50px;
  overflow: hidden;
}
.list-card div::before {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.list-address div::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  margin-top: -9px;
}
.list-card input:checked + div::before,
.list-address input:checked + div::before {
  border: 2px solid #00a0e9;
}
.list-card input:checked + div::after {
  content: '';
  display: block;
  position: absolute;
  top: 37px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #00a0e9;
  border-radius: 50%;
}
.list-address input:checked + div::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #00a0e9;
  border-radius: 50%;
  margin-top: -4px;
}
.list-card .card-number,
.list-card .card-meigi,
.list-card .card-expiration,
.list-card .card-del,
.list-address .no,
.list-address .name {
  line-height: 25px;
}
.list-card .card-meigi {
  display: flex;
  flex-wrap: wrap;
}
.list-card .card-meigi dt {
  width: 10%;
  margin: auto;
}
.list-card .card-meigi dd {
  width: 90%;
}
.list-address p + p {
  margin-top: 0.2em;
}
.list-card .card-number,
.list-card .card-meigi,
.list-card .card-expiration,
.list-card .card-del {
  margin: 3px auto;
}
.list-card .card-number .img-card {
  vertical-align: middle;
}
@media (min-width: 360px) {
}
@media (min-width: 375px) {
}
@media (min-width: 414px) {
}
@media (min-width: 480px) {
}
@media (min-width: 568px) {
  /* .list-card .card-number,
  .list-card .card-meigi, */
  .list-card .card-expiration,
  .list-card .card-del {
    float: left;
  }
  .list-card .card-number,
  .list-card .card-expiration {
    margin-right: 30px;
  }
  .list-card div::before {
    top: 17px;
  }
  .list-card input:checked + div::after {
    top: 22px;
  }
}
@media (min-width: 576px) {
}
@media (min-width: 640px) {
  .list-card div {
    padding-left: 90px;
  }
  .list-card div::before {
    top: 17px;
    left: 30px;
  }
  .list-card input:checked + div::after {
    top: 22px;
    left: 35px;
  }
}
@media (min-width: 667px) {
}
@media (min-width: 736px) {
}
@media (min-width: 768px) {
}
@media (min-width: 835px) {
}
@media (min-width: 968px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1024px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1220px) {
}

.kakko {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 12px;
}

/* 商品が入っていません */
.box-cart-noresult {
  text-align: center;
  padding: 30px 30px;
}
.box-cart-noresult .txt-noresult {
  font-size: 22px;
}
@media (min-width: 768px) {
  .box-cart-noresult {
    padding: 50px 30px;
  }
  .box-cart-noresult .txt-noresult {
    font-size: 30px;
  }
}
