/*============================
Contact page css
============================*/
/*********************
Forms
*********************/
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea,
.field {
  display: block;
  padding: 8px;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 12px;
  vertical-align: middle;
  color: #444;
  border: solid 1px #3e3a39;
  outline: none; 
  background-color: #fff;
  box-shadow: 0 0 3px #eee inset;
}

select {
  display: block;
  padding: 4px 8px;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 12px;
  vertical-align: middle;
  color: #444;
  border: solid 1px #3e3a39;
  outline: none; 
  background-color: #fff;
  box-shadow: 0 0 3px #eee inset;
  height: 28px;
}

.text_14kuro {
  line-height: 1.5;
}

input[type='search'] {
  width: 93%;
}

#toggle_example_01 {
  display: block;
  margin-top: 6px;
}

.form-container {
  font-size: 14px;
}

.form-container textarea {
  height: 125px !important;
  text-align: left;
}

.form-header {
  padding: 14px 24px;
  text-align: left;
  background: #E0E1E1;

  border-right: 1px solid #3e3a39;
  border-left: 1px solid #3e3a39;
}

.form-header:first-child {
  border-top: 1px solid #3e3a39;
}

.form-content {
  padding: 20px 24px;
  border-bottom: dotted 1px  #3e3a39;
  border-right: 1px solid #3e3a39;
  border-left: 1px solid #3e3a39;
  text-align: left;
}

.form-content.last {
  border-bottom: solid 1px #3e3a39;
}

.product-col {
  margin-bottom: 12px;
}

.product-col:last-child {
  margin-bottom: 0;
}

.product-col label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.category-select {
  border-radius: 0;
}

.checkbox-wrap {
  margin-bottom: 8px;
}

select {
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  border-right: 0;
  background-position: right center;
  -webkit-appearance: none;
}

.inquiry_title {
  padding-bottom: 1em; 
  border-bottom: 1px solid #bbb;
}

.inquiry_title span {
  margin-left: 1em; 
  font-size: 12px;
  font-weight: normal;
  color: #888;
}

.inquiry_form {
  margin-bottom: 28px;
  width: 100%;
  border-bottom: solid 1px  #3e3a39;
}

.inquiry_form th,
.inquiry_form td {
  padding: 16px; 
  text-align: left;
  border-right: 1px solid #3e3a39;
  border-bottom: dotted 1px  #3e3a39;
  border-left: 1px solid #3e3a39;
}

.inquiry_form th {
  width: 184px;
  font-weight: normal;
  vertical-align: middle; 
  background: #E0E1E1;
  line-height: 1.6;
  font-size: 14px;
  padding-right: 0;
}

.inquiry_form td {
  line-height: 2;
}

.inquiry_form td label {
  margin-right: 1em;
}

.inquiry_form td select {
  margin-bottom: 10px;
  width: 30% !important;
  border-radius: 0;
}

#mfp_phase_confirm_label, #mfp_phase_stat {
  display: none;
}

.submit-btn-container {
  text-align: center;
}

.submit-btn {
  width: 180px;
  height: 34px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: url(../img/contact/submit_btn.png) left top no-repeat;
}
.submit-btn:hover {
  opacity: .7;
}

.zip-container span {
  display: inline-block;
  font-size: 14px;
}

.zip-container .short {
  width: 125px;
}

.zip-container .short input {
  height: 28px;
}

.zip-submit {
  cursor: pointer;
  width: 80px;
  height: 28px;
  background: #CACBCB;
  text-align: center;
  color: #3D3A39;
  font-size: 12px;
}

.hosoku {
  margin-bottom: 10px;
  margin-left: 64px;
  color: #3D3A39;
  font-size: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 7px 0px;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 12px;
  vertical-align: middle;
  color: #444;
  border: solid 1px #3e3a39;
  outline: none; 
  background-color: #fff;
  box-shadow: 0 0 3px #eee inset;
  height: 28px;

  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  border-right: 0;
  background-position: right center;
  -webkit-appearance: none;
}

.select2-container--default .select2-results__option .select2-results__option {
  font-size: 12px;
}

.select2-search__field {
  padding: 10px !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__group {
  margin-top: 14px;
  font-size: 14px;
  color: #555;
  font-weight: bold;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

.select2-container--open .select2-dropdown--below {
  border
}