@charset "UTF-8";


/* specialSelectList
------------------------------------------------------------------------------------*/
.product_specialSelectList_tit_none,
.product_specialSelectList_value_none {
  display: none;
}

.product_specialSelectList_tit {
  width: 108px;
  font-size: 1.4rem;
  display: grid;
  align-items: center;
  padding: 4px 0 4px;
}

.product_specialSelectList_value {
  --width: 108px;
  width: calc(100% - var(--width));
  font-size: 1.4rem;
  padding: 4px 0 4px;
}

.product_specialSelectList_select { 
  width: 100%;
  height: 36px;
  background: url(/images/pc/common/pulldown_arrow_pc.svg) #fff right 12px center no-repeat;
  background-size: 11px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #3c3c3c;
  font-size: 1.4rem;
  padding: 0 32px 0 12px;
  -webkit-appearance: none;
}

.product_specialSelectList_selectDisabled {
  height: auto;
  min-height: 36px;
  background: none;
  border: none;
  line-height: 1.8rem;
  position: relative;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
  text-wrap: wrap;
}

.product_specialSelectList_alert {
  background-color: #fae6ed;
  border: #f59bc3 solid 1px;
}