@charset "UTF-8";


/* confirmList
------------------------------------------------------------------------------------*/
.product_confirmList_wrap {
  border-bottom: #ddd solid 1px;
  padding: 16px 8px 12px;
}

.product_confirmList_tit {
  font-size: 1.4rem;
  line-height: 1.96rem;
  display: grid;
  align-items: center;
  white-space: pre-wrap;
}
.product_confirmList_tit:nth-of-type(n + 2) { margin-top: 12px; }

.product_confirmList_value {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 8px;
}

.product_confirmList_select { 
  width: 100%;
  height: 34px;
  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;
  position: relative;
  z-index: 1;
  margin: 4px 0;
  padding: 0 34px 0 12px;
  -webkit-appearance: none;
}

.product_confirmList_select_alert {
  background-color: #fdf5f8;
  border: #f85993 solid 1px;
}