@charset "UTF-8";
.form-box .other_form > li .lbx {
  background: #7C8ECC;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.form-box .other_form > li .lbx div {
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.form-box .other_form > li .lbx div .req {
  display: inline-block;
  line-height: 1;
  color: #ff0000;
  font-size: 16px;
  margin-left: 10px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 25px;
}

.form-box .other_form > li .lbx div .optional {
  display: inline-block;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  margin-left: 10px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 25px;
}

.form-box .other_form > li .rbx .inpbx {
  width: 100%;
}

.form-box .other_form > li .rbx .inpbx input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #B2B2B2;
  border-radius: 3px;
  font-size: 20px;
}

.form-box .other_form > li .rbx .inpbx textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #B2B2B2;
  border-radius: 3px;
  font-size: 20px;
}

.form-box .other_form > li .rbx .inpbx_adjacent {
  margin-top: 15px;
}

.form-box .other_form > li .rbx .input_wrap_01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.form-box .other_form > li .rbx .input_wrap_01 .inpbx {
  width: 340px;
}

.form-box .other_form > li .rbx .input_wrap_01 + .input_wrap_01 {
  margin-top: 20px;
}

.form-box .other_form > li .rbx .input_wrap_02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.form-box .other_form > li .rbx .input_wrap_02 .input_wrap_02_txt {
  padding-top: 10px;
}

.form-box .other_form > li .rbx .input_wrap_02 .inpbx {
  width: 135px;
  margin-left: 15px;
}

.mw_wp_form_preview .form-box .other_form > li .rbx .input_wrap_02 .input_wrap_02_txt {
  padding-top: 0;
}

body.js_isMobile .l-page section#contact .form-box .other_form > li .lbx div {
  font-size: 40px;
}

body.js_isMobile .l-page section#contact .form-box .other_form > li .lbx .req {
  font-size: 32px;
}

body.js_isMobile .l-page section#contact .form-box .other_form > li .rbx .inpbx {
  width: 100%;
}

body.js_isMobile .l-page section#contact .form-box .other_form > li .rbx .inpbx input {
  font-size: 40px;
}

body.js_isMobile .l-page section#contact .form-box .other_form > li .rbx .inpbx textarea {
  font-size: 40px;
}

body.js_isMobile .l-page section#contact .form-box .other_form > li .rbx .input_wrap_01 .inpbx {
  width: 460px;
}