@charset "UTF-8";


/* specialSelectList
------------------------------------------------------------------------------------*/
.product_specialSelectList_tit_none,
.product_specialSelectList_value_none {
  display: none;
}

.product_specialSelectList_tit {
  width: 104px;
  font-size: 1.6rem;
  display: grid;
  align-items: center;
}

.product_specialSelectList_value {
  --width: 104px;
  width: calc(100% - var(--width));
  font-size: 1.6rem;
}

.product_specialSelectList_select { 
  width: 100%;
  height: 34px;
  background: url(/images/pc/common/pulldown_arrow_pc.svg) #fff right center no-repeat;
  background-size: 34px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #353535;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  margin: 4px 0;
  padding: 0 34px 0 12px;
  -webkit-appearance: none;
}

.product_specialSelectList_selectDisabled {
  height: auto;
  min-height: 34px;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  pointer-events: none;
  top: -1px;
  padding-left: 0;
  padding-right: 0;
  text-wrap: wrap;
}

.product_specialSelectList_alert {
  background-color: #fae6ed;
  border: #d5155b solid 1px;
}