@charset "utf-8";
/* CSS Document */
.inquiry_form {
  border-bottom: 1px dashed #bbb;
}
.inquiry_seg {
  border-top: 1px dashed #bbb;
  overflow: hidden;
}
.inquiry_cell_L {
  color: #72ab2f;
}
.required {
  display: inline-block;
  background-color: #e03f2f;
  color: #fff;
  text-align: center;
}
.inquiry_cell_R input[type="text"], .inquiry_cell_R textarea {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.inquiry_cell_R input[type="text"] {
  line-height: 1.1;
}
.inquiry_cell_R .mwform-zip-field input[type="text"] {
  width: 33%;
}
.inquiry_cell_R .inquiry_cell_L {
  color: #666;
}
.select_custom select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff url(/common/img/arrow_select.png) 95% center no-repeat;
  -webkit-appearance: none;
}
.form_submit input[type="submit"] {
  display: block;
  border: 1px solid #84c636;
  margin: auto;
  width: 100%;
  background-color: #fff;
  font-weight: bold;
  color: #72ab2f;
  -webkit-appearance: none;
}
.form_submit input[name="submitBack"] {
  border-color: #bbb;
  color: #777;
}
.inquiry_form .error {
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  #main:not(.level2) > article {
    padding-top: 0;
  }
  .btn_more__inquiry {
    width: 230px;
  }
  .inquiry_form {
    margin-bottom: 50px;
  }
  .inquiry_seg {
    padding: 50px 0 30px;
  }
  .inquiry_cell_L {
    float: left;
    width: 235px;
    padding-top: 20px;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 26px;
  }
  .required {
    float: right;
    width: 50px;
    font-size: 14px;
    line-height: 26px;
  }
  .inquiry_cell_R {
    padding: 26px 0 26px 255px;
    margin-bottom: 0;
  }
  .inquiry_cell_R.select_custom {
    margin-bottom: 20px;
  }
  .inquiry_cell_R input[type="text"], .inquiry_cell_R textarea {
    margin: -26px 0 0;
    font-size: 16px;
  }
  .inquiry_cell_R input[type="text"] {
    height: 70px;
    padding: 26px 20px;
  }
  .inquiry_cell_R textarea {
    height: 250px;
    padding: 20px;
  }
  .inquiry_cell_R .inquiry_cell_L {
    width: 150px;
    font-size: 17px;
  }
  .inquiry_cell_R .inquiry_cell_R {
    padding-left: 150px;
  }
  .address_width select {
    max-width: 300px;
    margin: -26px 0;
  }
  .select_custom select {
    border-radius: 7px;
    height: 70px;
    padding: 0 0 0 15px;
    font-size: 16px;
  }
  .form_submit {
    max-width: 600px;
    margin: auto;
    overflow: hidden;
  }
  .form_submit input[type="submit"] {
    max-width: 498px;
    height: 68px;
    font-size: 18px;
    cursor: pointer;
  }
  .form_submit input[name="submitBack"] {
    float: left;
    width: 47%;
    max-width: 280px;
  }
  .form_submit input[name="submitBack"] + input[name="submit"] {
    float: right;
    width: 47%;
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more__inquiry {
    width: 100%;
  }
  .inquiry_form {
    margin-bottom: 2.5rem;
  }
  .inquiry_seg {
    padding: 2rem 0;
  }
  .inquiry_cell_L {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .required {
    width: 5rem;
    margin-left: 1rem;
    font-size: 1.2rem;
    line-height: 1.85;
    vertical-align: middle;
  }
  .inquiry_cell_R input[type="text"], .inquiry_cell_R textarea {
    font-size: 1.6rem;
    padding: 1em;
  }
  .inquiry_cell_R textarea {
    height: 10em;
  }
  .inquiry_cell_R .inquiry_cell_L {
    font-size: 1.4rem;
  }
  .select_custom select {
    border-radius: 3px;
    padding: 1em;
    font-size: 1.6rem;
    background-size: 0.5rem;
  }
  .inquiry_cell_R + .inquiry_cell_L {
    margin-top: 1em;
  }
  .form_submit {
    margin-bottom: 2.5rem;
  }
  .form_submit input[type="submit"] {
    height: 3em;
    font-size: 1.8rem;
  }
  .form_submit input[name="submitBack"] {
    margin-bottom: 1.5rem;
  }
}
.inquiryWrap.en .required {
  width: 6rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.85;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .inquiryWrap.en .required {
    float: right;
    width: 60px;
    font-size: 12px;
    line-height: 26px;
  }
  .inquiryWrap.en .inquiry_cell_L {
    float: left;
    width: 275px;
    padding-top: 20px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 26px;
  }
  .inquiryWrap.en .inquiry_cell_R {
    padding: 26px 0 26px 295px;
    margin-bottom: 20px;
  }
}
.mwform-checkbox-field, .mwform-radio-field {
  margin: 1rem 0;
}
.mwform-checkbox-field:first-child, .mwform-radio-field:first-child {
  margin-top: 0;
}
.mwform-checkbox-field:last-child, .mwform-radio-field:last-child {
  margin-bottom: 0;
}