@charset "UTF-8";
/* CSS Document */

.ico_cap04 {
  color: #ffa15a !important;
  font-size: 120%;
  margin: 0 2px 0 0 !important;
  vertical-align: middle;
}

.ccolor3 {
  background-color: #ffa15a !important;
}

.shipping-schedule-box {
  margin: 20px 0;
  padding: 12px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}

.shipping-schedule-deadline {
  font-size: 12px;
  line-height: 1.5;
  color: #484848;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.shipping-schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shipping-schedule-date {
  font-size: 12px;
  font-weight: bold;
  color: #FB0000;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.shipping-schedule-ship-month-num,
.shipping-schedule-ship-day-num {
  font-size: 16px;
  line-height: 1;
}

.shipping-schedule-ship-label {
  color: #484848;
  font-size: 12px;
  margin-left: 2px;
  letter-spacing: 0;
}

.shipping-schedule-maker-label {
  color: #333;
  /* font-size: 10px; */
  margin-left: -3px;
  letter-spacing: 0;
}

.shipping-schedule-delivery-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: #0693E3;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  position: absolute;
  right: 14px;
  margin: 2px 0 0;
  letter-spacing: -0.03em;
}

.shipping-schedule-delivery-link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0px;
  background: url("https://estore-test58.com/img/blank.svg") no-repeat center / contain;
  vertical-align: -2px;
}

.shipping-schedule-delivery-link:hover {
  text-decoration: underline;
}

.shipping-schedule-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.shipping-schedule-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.shipping-schedule-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10002;
  width: min(670px, calc(100vw - 40px));
  overflow: visible;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.shipping-schedule-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.shipping-schedule-modal-close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #d7282f;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

#delivery-date {
  padding: 45px 58px 50px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  color: #484848;
  box-sizing: border-box;
}

#delivery-date h3 {
  margin: 0 0 28px;
  color: #444;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}

#delivery-date p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#delivery-date p span {
  font-weight: bold;
  font-size: 16px;
}

#delivery-date .sub {
  margin-bottom: 26px;
  font-size: 12px;
  color: #777;
}

#delivery-date table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#delivery-date th,
#delivery-date td {
  border: 1px solid #ddd;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  box-sizing: border-box;
}

#delivery-date th {
  background: #f3f3f3;
  font-weight: normal;
  text-align: center;
}

#delivery-date td {
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .shipping-schedule-box {
    padding: 10px 12px;
    border-radius: 3px;
    margin: 15px 0;
  }

  .shipping-schedule-deadline {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .shipping-schedule-row {
    align-items: flex-start;
    gap: 8px;
  }

  .shipping-schedule-date {
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .shipping-schedule-ship-month-num,
  .shipping-schedule-ship-day-num {
    font-size: 16px;
  }

  .shipping-schedule-ship-label{
    font-size: 12px;
  }

  .shipping-schedule-maker-label {
    font-size: 12px;
  }

  .shipping-schedule-delivery-link {
    font-size: 12px;
    right: 12px;
    margin: 1px 0 0;
    font-weight: bold;
  }

  .shipping-schedule-modal {
    width: calc(100vw - 24px);
  }

  .shipping-schedule-modal-close {
    right: -8px;
    top: -16px;
    width: 34px;
    height: 34px;
    font-size: 26px;
    line-height: 34px;
  }

  #delivery-date {
    padding: 34px 18px 28px;
  }

  #delivery-date h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  #delivery-date p {
    font-size: 12px;
  }
  #delivery-date p span{
    font-size: 15px;
    margin: 0 1px;
  }
  #delivery-date .sub{
    font-size: 11px;
    margin-bottom: 20px;
  }

  #delivery-date p br {
    display: none;
  }

  #delivery-date th,
  #delivery-date td {
    padding: 10px 8px;
    font-size: 12px;
  }
  


  .shipping-schedule-delivery-link:before {
    width: 12px;
    height: 12px;
    vertical-align: -2px;
    margin-right: 1px;
}
}
