@charset "UTF-8";
.error_messe {
  color: #FF0000;
}

.-small {
  font-size: 80%;
}

.cf::after {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.b_contact_nav ul {
  margin: 0px;
  padding: 0px 0px 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 769px) {
  .b_contact_nav ul {
    padding: 0px 0px 13px 0px;
  }
}
.b_contact_nav ul li {
  list-style-type: none;
  border: 2px solid #C4A656;
  padding: 10px 0px;
  margin: 0px 4px;
  width: 32%;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .b_contact_nav ul li {
    margin: 0px 7px;
    padding: 10px 72px;
    width: auto;
  }
}
.b_contact_nav ul li.is_current {
  background-color: #C4A656;
  color: #FFFFFF;
}

.b_contact_form {
  padding: 20px 0px;
}

.form_dl {
  margin: 0px;
  padding: 0px;
}
.form_dl dt {
  border-top: 1px dashed #DCD8D9;
  width: 100%;
  padding: 13px 5px 0px 0px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .form_dl dt {
    clear: left;
    float: left;
    width: 415px;
    padding: 30px 20px 30px 100px;
    margin: 0px;
    border: none;
  }
}
.form_dl dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_dl dt label span {
  display: inline-block;
}
.form_dl dt label .form_req {
  border: 1px solid #E04477;
  background-color: #E04477;
  padding: 4px 10px;
  font-size: 80%;
  color: #FFFFFF;
}
.form_dl dt label .form_opt {
  border: 1px solid #E04477;
  padding: 4px 10px;
  font-size: 80%;
  color: #E04477;
}
@media only screen and (min-width: 769px) {
  .form_dl dt label .form_req, .form_dl dt label .form_opt {
    padding: 10px;
  }
}
.form_dl dd {
  padding: 14px 5px 13px 0px;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .form_dl dd {
    border-top: 1px dashed #DCD8D9;
    padding: 30px 100px 30px 420px;
    margin: 0px;
    min-height: 100px;
  }
}

input, textarea {
  border: 1px solid #333333;
  background-color: #FFFFFF;
  padding: 7px 10px;
  font-size: 16px;
}

.form_text {
  width: 100%;
}

.form_textarea {
  width: 100%;
  height: 220px;
}
@media only screen and (min-width: 769px) {
  .form_textarea {
    height: 270px;
  }
}

.form_text:focus, .form_textarea:focus {
  border: 1px solid #E04477;
}

.form_select {
  position: relative;
  display: inline-block;
  background-color: #F2F2F2;
  border: 1px solid #333333;
  z-index: 0;
  margin-top: 5px;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #523A41;
  border-right: 2px solid #523A41;
  top: calc(50% - 10px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .form_select:after {
    right: 10px;
  }
}
.form_select select {
  padding: 8px 40px 8px 10px;
  background: transparent;
  width: 290px;
}
@media only screen and (min-width: 769px) {
  .form_select select {
    width: 320px;
  }
}

.mwform-radio-field label {
  cursor: pointer;
  position: relative;
  margin-right: 25px;
  overflow: hidden;
  padding: 2px 0px 2px 30px;
  display: inline-block;
}

.mwform-radio-field label:before {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #333333;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 3;
}

.mwform-radio-field label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 7px;
  top: 7px;
  background-color: #005496;
  z-index: 1;
}

.mwform-radio-field input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  left: -24px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 24px -1px #FBF8F1;
          box-shadow: 24px -1px #FBF8F1;
}

.mwform-radio-field input[type=radio]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mwform-radio-field input[type=radio]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 24px -1px #FFF;
          box-shadow: 24px -1px #FFF;
}

.mwform-checkbox-field input[type=checkbox] {
  display: none;
}

.form_checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0px 10px 30px;
  position: relative;
}

.form_checkbox::before {
  background: #fff;
  border: 1px solid #333333;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.form_checkbox::after {
  border-right: 3px solid #005496;
  border-bottom: 3px solid #005496;
  content: "";
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -13px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

input[type=checkbox]:checked + .form_checkbox::after {
  opacity: 1;
}

.b_form_bottom {
  border-top: 1px dashed #DCD8D9;
}
@media only screen and (max-width: 768px) {
  .b_form_bottom {
    border: none;
  }
  .b_form_bottom .b_submit_text {
    margin-top: 0px;
  }
}

.b_submit {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
}
@media only screen and (min-width: 769px) {
  .b_submit {
    padding: 25px 0px;
  }
}
.b_submit input[type=submit],
.b_submit input[type=button] {
  display: inline-block;
  border: 2px solid #005496;
  padding: 0;
  margin: 0px 5px !important;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  height: 50px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.b_submit input[type=submit].f_btn_submit,
.b_submit input[type=button].f_btn_submit {
  max-width: 320px;
  width: 66%;
  background-color: #005496;
  color: #FFFFFF;
}
.b_submit input[type=submit].f_btn_submit:hover,
.b_submit input[type=button].f_btn_submit:hover {
  background-color: #FFFFFF;
  color: #005496;
}
.b_submit input[type=submit].f_btn_return,
.b_submit input[type=button].f_btn_return {
  max-width: 160px;
  width: 25%;
  background-color: #FFFFFF;
  color: #005496;
  margin: 0 5px;
}
.b_submit input[type=submit].f_btn_return:hover,
.b_submit input[type=button].f_btn_return:hover {
  background-color: #005496;
  color: #FFFFFF;
}

.input-size-zip {
  max-width: 100px;
  width: 25%;
}

.list_form-items {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.list_form-items .horizontal-item {
  list-style-type: none;
  text-align: left;
  margin-top: 10px;
}
.list_form-items .horizontal-item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .list_form-items .horizontal-item {
    float: left;
    width: 50%;
    line-height: 1.7;
    margin: 0 !important;
  }
}

/*確認*/
.mw_wp_form_confirm .-hide {
  display: none;
}
.mw_wp_form_confirm .cf::after {
  display: none;
}
.mw_wp_form_confirm .form_select {
  background-color: transparent;
  border: none;
  display: inline;
}
.mw_wp_form_confirm .form_select::after, .mw_wp_form_confirm .form_select::before {
  display: none;
}

.-toppage {
  margin-top: 10px;
}

.b_rules {
  padding: 30px;
  border: 2px solid #EEE5CB;
}

.b_rules-heading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.b_rules-heading.fc {
  margin-top: 0;
}

.b_rules p {
  margin-top: 10px;
}

.b_agree {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .b_agree {
    font-size: 18px;
  }
}
.b_agree .b_agree-link {
  color: #005496;
  text-decoration: underline;
}

.b_agree .b_agree-link:hover {
  opacity: 0.5;
  text-decoration: none;
}

.b_agree .form_req {
  border: 1px solid #E04477;
  background-color: #E04477;
  padding: 4px 10px;
  font-size: 80%;
  color: #FFFFFF;
  margin-left: 10px;
}

.text-primary {
  color: #E04477;
}

.bg-primary {
  background-color: #E04477;
}

.border-primary {
  border-color: #E04477;
}

.agreement-text {
  margin-left: 8px;
}