﻿.item_code {
  font-size: 14px;
  margin-bottom: 10px;
}
.item_name {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
  clear: both;
  padding-top: 8px;
  text-align: left;
}
.item_name span {
  white-space: break-spaces;
}
.item-watched {
  font-size: 1rem;
  font-weight: normal;
  flex-flow: column nowrap;
  border-bottom: 1px solid #dddddd;
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-left: none;
  border-right: none;
  display: flex;
  flex-direction: column;
}
.item-watched .pdb-1 {
  padding-bottom: 1rem;
}
.item-Favorablerice {
  padding: 15px 0;
}
.item-Favorablerice .price {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1;
}
.item-Favorablerice .price s {
  margin-bottom: 13px;
  display: block;
  font-size: 16px;
  color: #333;
}
.item-Favorablerice .timesale {
  color: #e8383d;
}
.item-box {
  font-size: 16px;
}
.addCart {
  background: #d66b7d;
  transition: 0.3s ease;
  border-radius: 2px;
  margin: 15px 0;
}
.addCart .dummy_cart_btn {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 18px 40px 18px 70px;
  border: none;
  font-size: 15px;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  width: 100%;
  background-image: url(../image/icon_cart_wh.png);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: bottom 12px left 65px;
}
.addCart .dummy_cart_btn:disabled {
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ddd;
}
.item_detail_attention p {
  font-size: 12px;
}
.item_detail_attention .item_detail_attention_payment,
.item_detail_attention .item_detail_attention_soryo {
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
}
.item_detail_attention .item_detail_attention_payment:before {
  display: block;
  content: '';
  width: 36px;
  height: 30px;
  background: url(../image/icon_payment.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  background-size: contain;
}
.item_detail_attention .item_detail_attention_soryo:before {
  display: block;
  content: '';
  width: 32px;
  height: 30px;
  background: url(../image/icon_car.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  background-size: contain;
}
.product-single__description {
  margin-top: 30px;
}
.product-single__description p {
  font-size: 16px;
  line-height: 2;
}
.product-single__description p strong {
  font-size: 16px;
  font-weight: 700;
}
.product-single__description p span {
  font-size: 16px;
}
.item-options .item_infotext {
  background: #fcfaf4;
  text-align: center;
  line-height: 2;
  font-size: 15px;
  padding: 10px;
}
.item-options .item_infotext .t-title {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: normal;
}
.item-options .item_infotext .optins-form {
  width: 100%;
  margin: 15px 0;
}
.item-options .item_infotext .optins-form .op-title {
  padding: 0px;
  width: 100%;
  border: none !important;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.item-options .item_infotext .optins-form .op-vbox {
  padding: 0px;
  width: 100%;
  border: none !important;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.item-options .item_infotext .optins-form .op-vbox > select {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 10px 10px 10px 20px;
  border: 1px solid #000;
  background-color: none;
}
.item-options .item_infotext .optins-form .op-vbox .lflex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-options .item_infotext .optins-form .op-vbox .lflex > label {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .item_name {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 24px;
    padding-top: 0;
  }
  .item-Favorablerice .price {
    font-size: 20px;
  }
  .item-Favorablerice .price s {
    font-size: 18px;
  }
  .item_detail_attention p {
    font-size: 14px;
  }
}
