
.purchaser-content-left {
  padding-right: 40px;
  box-sizing: border-box;
}
.purchaser-content-title {
  width: 100%;
  margin-bottom: 30px;
  color: #010101;
  font-size: 18px;
  border-bottom: 1px solid #010101;
}
.confirm-content-title {
  width: 100%;
  height: 42px;
  display: inline;
  margin-right: 15px;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.form-content {
  padding-bottom: 30px;
}

.input {
  width: 100%;
  height: 44px;
  padding: 1px 13px 0;
  color: #404040;
  font-weight: 400;
  line-height: 39px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
}

.input:hover,
.input:focus,
.input:active {
  border-color: #0055a0;
  outline: none;
}

.input:disabled:hover,
.input:disabled:focus,
.input:disabled:active {
  border: 1px solid #c1c1c1;
  outline: none;
}
.input::-webkit-outer-spin-button,
.input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input::-webkit-input-placeholder { color: #999999; }
.input::-moz-placeholder { color: #999999; }
.input:-ms-input-placeholder { color: #999999; }
.input:-moz-placeholder { color: #999999; }
.input::placeholder { color: #999999; }

.select{
  width: 100%;
  height: 44px;
  padding: 0 36px 0 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../image/ic-arrow-select-black-down@2x.png) calc(100% - 12px) 50% no-repeat transparent;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: top;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.select::-ms-expand {display:none;}
.select:required:invalid,
.select option[value=""]{
  color: #999999;
}
.select:focus {
  background: url(../image/ic-arrow-select-black-up@2x.png) calc(100% - 12px) 50% no-repeat transparent;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  border: 1px solid #0055a0;
  outline: none;
  color: #0055a0;
}
.select:focus option,
.select.z_error:focus option,
.select:required:invalid:focus option{
  color: #999999;
}
.form-title {
  color: #404040;
  font-size: 16px;
  line-height: 1;
}
.explain {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 0;
  color: #9c9c9c;
  font-size: 12px;
}
.form-title .explain {
  line-height: 16px;
}
._form-control {
  width: 100%;
}
.input-and-text .input,
.input-and-text .select {
  width: 80px;
  display: inline-block;
}
.input-and-text .input-side-text {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 400;
  line-height: 42px;
}
.input-btn-layout {
  width: 100%;
}
._form-control.button-and-input .input {
  width: calc(100% - 112px);
  float: left;
  margin-right: 6px;
}
._form-control.button-and-input .btn {
  width: 106px;
  height: 42px;
  float: left;
  color: #ffffff;
  background-color: #0055a0;
}
._form-control.button-and-input .btn:focus,
._form-control.button-and-input .btn:hover {
  color: #ffffff;
  background-color: #123f65;
}


.container.confirm-container {
  max-width: 600px;
}

.confirm-container .confirm-submit {
  width: 100%;
  margin-top: 12px;
  color: #ffffff;
  background-color: #0055a0;
}

.confirm-container .confirm-submit {
  width: 100%;
  margin-top: 12px;
  color: #ffffff;
  background-color: #0055a0;
}

.confirm-container .confirm-submit:focus,
.confirm-container .confirm-submit:hover {
  color: #ffffff;
  background-color: #123f65;
}


.radio,
.checkbox {
  height: 24px;
  clear: both;
  overflow: hidden;
}
.radio label,
.checkbox label {
  height: 24px;
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 0!important;
  color: #191919;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.radio label .radio-label,
.checkbox label .checkbox-label {
  display: inline-block;
  float: left;
  margin-left: 32px;
  vertical-align: middle;
  cursor: pointer;
}
.radio label .radio-label .essential,
.checkbox label .checkbox-label .essential {
  color: #0b6bb8;
  margin-right: 4px;
}
.checkbox label input[type=checkbox] {
  width: 24px;
  height: 24px;
  float: left;
  display: inline-block;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background-image: url(../image/form-toggles-chekbox-off@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio label input[type=radio] {
  width: 24px;
  height: 24px;
  float: left;
  display: inline-block;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background-image: url(../image/form-toggles-radiobtn-off@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio label input[type=checkbox]::-ms-check,
.checkbox label input[type=checkbox]::-ms-check {
  display: none;
}
.checkbox label input[type=checkbox]:checked {
  background-image: url(../image/form-toggles-chekbox-on@2x.png);
}
.radio label input[type=radio]:checked {
  background-image: url(../image/form-toggles-radiobtn-on@2x.png);
}
.checkbox label input[type=checkbox]:checked + span .all-check {
  color: #0b6bb8;
}
.radio label input[type=radio]:checked + span .essential,
.checkbox label input[type=checkbox]:checked + span .essential {
  color: #0b6bb8;
  font-weight: bold;
}


.checkbox-text {
  float: left;
  color: #0b6bb8;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
}
.checkbox-text .view-more {
  text-decoration: underline;
  cursor: pointer;
}


.textarea {
  width: calc(100% - 26px);
  width: -webkit-calc(100% - 26px);
  padding: 13px;
  box-sizing: content-box;
  resize: none;
  color: #191919;
@include form-placeholder;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #dddddd;*/
}
.textarea:hover,
.textarea:focus,
.textarea:active {
  border-color: #0055a0;
 outline: none;
 }
.textarea:disabled {
  background-color: #ffffff;
}

.purchaser-content-status {
  clear: both;
}
.purchaser-status-content {
  padding: 30px;
  font-size: 16px;
  line-height: 1.63;
  background-color: #efefef;
}
.purchaser-status-content .select-option-list {
  margin: 0;
}
.purchaser-status-content .select-option-list .option-item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  color: #191919;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1.24;
  text-overflow: ellipsis;
}
.purchaser-status-content .select-option-list .date {
  margin: 4px 0 12px;
  color: #999999;
  font-size: 14px;
}
.purchaser-status-content .select-option-list .price {
  color: #dc3545;
  font-size: 20px;
  font-weight: bold;
}
.purchaser-status-content .go-purchase {
  text-align: right;
}
.purchaser-status-content .go-purchase .btn {
  width: 100%;
}

.description-box {
  width: 100%;
  padding: 24px;
  background-color: #efefef;
  box-sizing: border-box;
}

.description-box ul {
  margin: 0;
}

.description-box ul li {
  position: relative;
  padding-left: 12px;
  padding-bottom: 8px;
}

.description-box ul li:before {
  content: '* ';
  position: absolute;
  left: 0;
}

.description-box ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 990px) {
  .purchaser-status-content .select-option-list .price {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .purchaser-status-content {
    padding: 15px 0;
  }
}
