.product-drawer {
  display: none;
  padding: .5rem 0 1.5rem;
  font-size: 1.2rem;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.product-drawer-heading {
  margin: .5rem 0;
  font-size: 1.4rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.product-drawer-list {
  margin: .3rem 0 1rem 0;
}

.product-drawer-list-item::before {
  content: "・";
}

.product-drawer-list-item {
  font-size: 1rem;
}

.drawer-form {
  /* float: left; */
  width: 100%;
  height: 28px;
  padding: 5px;
  border: 1px solid #95989a;
  font-size: 14px;
}


.product-form-container {
  width: 90%;
  margin: 0 auto;
  padding: .5rem 0;
  text-align: left;
}

.drawer-label {
  /* float: left;
  width: 30%; */
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.drawer-form-year {
  width: 86%;
  height: 28px;
  padding: .5rem;
  margin-bottom: 10px;
  border: 1px solid #95989a;
  font-size: 14px;
}

.drawer-form-price {
  width: 86%;
  height: 28px;
  padding: .5rem;
  margin-bottom: 10px;
  border: 1px solid #95989a;
  font-size: 14px;
}

.drawer-form-radio {
  display: none;
  width: 70%;
  padding-top: .5rem;
}

.align-left {
  text-align: left;
}

.search-word-container {
  /* margin-right: 3rem; */
}

.drawer-form-text {
  width: 82%;
  margin: 0 auto;
}

.drawer-radio-container {
}

.drawer-form-label {
  display: block;
  padding: 10px 0;
  line-height: 0;
  font-size: 12px;
}

.drawer-form-reset,
.drawer-form-submit {
  width: 8rem;
  height: 2.4rem;
  border-radius: 3px;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  color: #fff;
}

.drawer-button-container {
  padding: 10px 0;
  text-align: center;
  background: #e9e9e9;
}

.drawer-form-reset {
  margin-right: 1.5rem;
  background: #aaa;
}

.drawer-form-submit {
  background: #583240;
}

.drawer-button {
  position: relative;
}

.drawer-button-arrow {
  position: absolute;
  top: 13px;
  right: 5%;
}

.drawer-form-submit-btn {
  color: #fff;
  background: #033199;
  border-radius: 5px;
  padding: 10px 96px;
  font-size: 14px;
}
