.cont {
  padding: 70px 17px;
}
@media screen and (max-width: 768px) {
  .cont {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cont_inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cont_inner-picture {
    margin-bottom: 50px;
  }
}

.request {
  position: relative;
  padding-top: 123px;
  padding-bottom: 85px;
  background-color: #fff8dd;
}
@media screen and (max-width: 768px) {
  .request {
    padding-top: 74px;
    padding-bottom: 10px;
  }
}
.request_title {
  position: absolute;
  top: -166px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.request_title-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 3.24px;
  position: relative;
}
.request_title-inner::after {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 750px;
  height: 204px;
  background-image: url(../images/contact_bubble.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.request_title-em {
  font-size: 3.5rem;
}
.request_title-em.orange {
  color: #f28e00;
}
.request_note {
  text-align: center;
}
.request_note-mail {
  display: inline;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 768px) {
  .request_note-mail {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
  }
}
.request_note-supp {
  display: inline;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .request_note-supp {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .request_title-sp {
    max-width: 350px;
    width: 100%;
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.request_panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 900px;
  padding: 30px 60px 50px;
  margin: 34px auto 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(172, 169, 159, 0.25);
  box-shadow: 0px 10px 20px 0 rgba(172, 169, 159, 0.25);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .request_panel {
    padding: 22px 12px 24px;
    padding: 15px 2px 24px;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
}
.request_appeal {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 22px;
  margin: 0 auto;
  background-color: #016bb9;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 1.5px;
  padding: 6px 20px 7px;
}
@media screen and (max-width: 768px) {
  .request_appeal {
    padding: 5px 12px 5px;
    font-size: 1.7rem;
    letter-spacing: 1.28px;
    border-radius: 37px;
  }
}
.request_appeal-em {
  font-size: 3rem;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .request_appeal-em {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
}
.request_require-note {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: -16px;
}
@media screen and (max-width: 768px) {
  .request_require-note {
    margin-top: 19px;
    font-size: 1.3rem;
    letter-spacing: 0.33px;
  }
}
.request_form {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .request_form {
    margin-top: 4px;
  }
}

.form .form-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 58px;
  padding: 20px;
  background-color: #f6f6f6;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 2.6px 3.1px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: inset 2.6px 3.1px 5px 0 rgba(0, 0, 0, 0.11);
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form .form-text {
    height: 46px;
    padding: 15px;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 0.88;
    -webkit-box-shadow: inset 1.3px 1.5px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 1.3px 1.5px 2px 0 rgba(0, 0, 0, 0.3);
  }
}
.form .form-text::-webkit-input-placeholder {
  color: #acacac;
}
.form .form-text::-moz-placeholder {
  color: #acacac;
}
.form .form-text:-ms-input-placeholder {
  color: #acacac;
}
.form .form-text::-ms-input-placeholder {
  color: #acacac;
}
.form .form-text::placeholder {
  color: #acacac;
}
.form .form-text:not(:-moz-placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-text:not(:-ms-input-placeholder) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-text:not(:placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 14px 20px;
  background-color: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.45px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #016bb9;

  border: solid 2px #016bb9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form .form-select {
    height: 46px;
    padding: 10px 15px;
    font-size: 1.6rem;
    line-height: 0.88;
  }
}
.form .form-select--initial {
  background-color: #fff;
  color: #393939;
}
.form .form-zip-btn {
  padding: 13px 24px;
  background: none;
  border: 2px solid #016bb9;
  border-radius: 56px;
  color: #016bb9;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.45px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form-zip-btn {
    padding: 10px 15px;
    border-width: 2px;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
  }
}
.form .wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--has-btn .wpcf7-form-control-wrap {
    margin-top: 0;
  }
}

.form .form_item--optional .wpcf7-form-control-wrap {
  text-align: center;
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
/* @media screen and (max-width: 768px) { */
.form_item {
  display: block;
}
/* } */
.form_item:not(:first-child) {
  margin-top: 23px;
}
.form_item--short .wpcf7-form-control-wrap {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .form_item--short .wpcf7-form-control-wrap {
    max-width: 166.5px;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn .form_title {
    width: 100%;
  }
}
.form_item--has-btn .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form_item--has-btn .form-zip-btn {
    margin-top: 10px;
    margin-left: 20px;
  }
}
.form_item--left {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form_item--left {
    float: none;
    width: auto;
  }
}
.form_item--right {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form_item--right {
    float: none;
    width: auto;
  }
}
.form_title {
  display: block;
  width: 130px;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form_title {
    width: auto;
    text-align: left;
    font-size: 1.7rem;
  }
}
.form_title--long {
  letter-spacing: -0.1em;
}
.form_required {
  color: #da0000;
}
.form_control {
  display: block;
  width: 100%;
}
.form .form_item--select .wpcf7-form-control-wrap {
  position: relative;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .form .form_item--select .wpcf7-form-control-wrap {
    max-width: 235px;
  }
}
.form .form_item--select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 15px;
  width: 14px;
  height: 10px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.form .form_item--radio > p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form .form_item--radio .wpcf7-radio {
  margin-top: -12px;
  margin-left: -20px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-radio {
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }
}
.form .form_item--radio .wpcf7-radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label {
  cursor: auto;
}
.form
  .form_item--radio
  .wpcf7-radio
  input:checked
  + .wpcf7-list-item-label::before {
  cursor: auto;
  border: 2px solid #016bb9;
}
.form
  .form_item--radio
  .wpcf7-radio
  input:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
  cursor: auto;
}
.form .form_item--radio .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}
.form .form_item--radio .wpcf7-list-item:not(:first-child) {
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item:not(:first-child) {
    margin-left: 17px;
  }
}
.form .form_item--radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
}
.form .form_item--radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #c6c6c6;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
.form .form_item--radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #016bb9;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item-label::after {
    left: 4px;
    width: 10px;
    height: 10px;
  }
}
.form .form_item--checkbox .wpcf7-checkbox {
  margin-top: -12px;
  margin-left: -19px;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-checkbox {
    margin-top: 0;
    margin-left: 0;
  }
}
.form .form_item--checkbox .wpcf7-checkbox input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.form
  .form_item--checkbox
  .wpcf7-checkbox
  input:checked
  + .wpcf7-list-item-label::before {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form
  .form_item--checkbox
  .wpcf7-checkbox
  input:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form .form_item--checkbox .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item {
    display: block;
    margin-top: 12px;
    margin-left: 0;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.7857142857;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label {
    padding-left: 27px;
    font-size: 1.2em;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #016bb9;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::before {
    width: 19px;
    height: 19px;
  }
}
.form .form_item--checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-60%) rotate(-45deg);
  transform: translateY(-60%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #016bb9;
  border-left: 2px solid #016bb9;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::after {
    left: 4px;
    -webkit-transform: translateY(-70%) rotate(-45deg);
    transform: translateY(-70%) rotate(-45deg);
    width: 9px;
    height: 4px;
  }
}
.form .form_item--optional:not(._) {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.form .form_item--optional:not(._) .wpcf7-list-item-label {
  color: #000;
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item-label {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.38px;
  }
}
.form .invalid {
  background-color: #ffa4a4;
  color: #fff;
}
.form .invalid::-webkit-input-placeholder {
  color: #fff;
}
.form .invalid::-moz-placeholder {
  color: #fff;
}
.form .invalid:-ms-input-placeholder {
  color: #fff;
}
.form .invalid::-ms-input-placeholder {
  color: #fff;
}
.form .invalid::placeholder {
  color: #fff;
}
.form .wpcf7-not-valid-tip {
  margin-top: 4px;
}
.form_note {
  margin-top: 8px;
  margin-left: 126px;
  color: #5e544e;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .form_note {
    margin-left: 0;
    text-align: left;
  }
}
.form_privacy-policy-wrap {
  margin-top: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_privacy-policy-wrap {
    margin-top: 26px;
  }
}
.form_privacy-policy {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .form_privacy-policy {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.form_privacy-policy a {
  color: #016bb9;
}
.form_submit-wrap {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_submit-wrap {
    margin-top: 12px;
  }
}
.form_submit {
  position: relative;
  width: 412px;
  padding-top: 16px;
  padding-bottom: 16px;
  outline: none;
  border: none;
  border-radius: 64px;
  background-color: #016bb9;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0px 6px 0 0 #005492;
}
@media screen and (max-width: 768px) {
  .form_submit {
    width: 284px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 52px;
    font-size: 1.9rem;
    box-shadow: 0px 4px 0 0 #005492;
    letter-spacing: normal;
  }
}
.form_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
  transform: translateY(-50%);
}
