@charset "utf-8";

.line {
  margin-top: 1rem;
}

.cont-list-info span {
  font-size: 1.5rem;
}

.pt-remain span {
  font-size: 1.62rem;
}

.cont-list-info div {
  display: flex;
  justify-content: space-between;
}

.txt-comp {
  margin-top: 3rem;
}

.txt-comp p {
  font-weight: bold;
  font-size: 1rem;
}

.counter {
  margin-top: 2rem;
}

#btn-point:disabled {
  background-color: #666;
  /* 非活性時の背景色 */
  color: white;
  /* 文字色 */
  cursor: not-allowed;
  /* カーソルを変更 */
}

.counter p {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.total-pt {
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: auto;
}


.field input {
  height: 40px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #666;
  margin: 0 1rem;
  color: #333;
  font-weight: bold;
}

.field .button {
  background: black;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  color: #fff;
}

.content-info-wrap li span {
  font-weight: bold;
}

.point-item {
  gap: 1rem;
}

.amount {
  align-items: center;
  display: flex;
  gap: 0.2rem;
}

.amount img {
  width: 24px;
}

.pointimg-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pointimg-ttl img {
  width: 40px;
  height: auto;
}

.rectangle {
  width: 0.7rem;
  height: 2.5rem;
  background-color: black;
  margin-right: 12px;
}

.reset {
  display: flex;
  align-items: center;
}

.time-limit {
  display: flex;
}

.day {
  margin-left: 20px;
  font-weight: bold;
}

.num {
  display: flex;
  align-items: center;
  margin-top: 12px;
  border: #F57A09 solid 1px;
  padding: 3px 10px 3px 3px;
  border-radius: 25px;
}

.num-ttl {
  color: #fff;
  background-color: #F57A09;
  padding: 1.5px 26px;
  border-radius: 12px;
  font-size: 0.8rem;
  margin-right: 20px;
  white-space: nowrap;
}

.denom {
  font-weight: normal;
  font-size: 0.8rem;
  margin-bottom: 2px;
}

.item-txt .txt-residue {
  font-size: 0.8rem;
  font-weight: bold;
  white-space: nowrap;
}

.txt-residue {
  display: flex;
  align-items: center;
}

.num-pt {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}

.num-pt .red {
  margin-left: 0.8rem;
  margin-right: 0.2rem;
  font-size: 1rem;
}

.item-txt {
  align-self: center;
}

.btn-point {
  text-align: center;
}

.btn-point button {
  color: #fff;
  background: #950001;
  height: 3rem;
  width: 160px;
  font-size: 1.0rem;
  font-weight: bold;
  border-radius: 3px;
  padding: 0 1rem;
}

.btn-point ::before {
  content: "";
  position: absolute;
  background: url(../img/img_login.png);
  background-size: cover;
  width: 16px;
  height: 38px;
  left: 4px;
  top: 5px;
}

.btn-point ::after {
  content: "";
  position: absolute;
  background: url(../img/img_login.png);
  background-size: cover;
  width: 16px;
  height: 38px;
  right: 4px;
  top: 5px;
  transform: scale(-1.0);
}

.btn-point button img {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

.item-cont {
  display: flex;
}

.point-item {
  display: flex;
  align-items: center;
}

.point-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.cont-list-order.point-large {
  padding: 120px 0px;
}

.sub-ttl h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

.sub-ttl p {
  font-size: 1rem;
  text-align: center;
}

.reset-cont p{
  font-size: 1rem;
}

.banner img{
  width: 100%;
  height: auto;
}

.point-link {
  font-size: 0.8rem;
  font-weight: bold;
  color: #2066BC;
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 20px;
}

@media screen and (max-width:768px) {
  .btn-point {
    margin-left: auto;
  }

  .btn-point button {
    width: 100%;
  }

  .num-ttl {
    padding: 1.5px 12px;
    margin-right: 12px;
  }

}

@media screen and (max-width:640px) {
  .btn-point ::after {
    width: 11px;
    height: 27px;
  }

  .btn-point ::before {
    width: 11px;
    height: 27px;
  }

  .field input {
    font-size: 16px;
  }
}

@media screen and (max-width:600px) {

  .point-info {
    display: inline-block;
    width: 100%;
  }

  .point-item {
    margin-bottom: 0.5rem;
  }

}

@media screen and (max-width:400px) {

  .field input {
    width: 80px;
    margin: 0 0.5rem;
  }

}

@media screen and (max-width:374px) {

  .num {
    flex-direction: column;
    border-radius: 3px;
  }

  .cont-list-info span {
    font-size: 18px;
  }

  .pt-remain {
    font-size: 20px;
  }

}

.product-disabled {
  opacity: 0.8;
  pointer-events: none;
  filter: grayscale(100%);
}

.p-font-size {
  font-size: 1.5rem;
  font-weight: bold;
}
