.sec_contact-top .ttl_underbar {
  margin-top: -15px;
}
.sec_contact-top .border_box {
  padding: 3% 4.4% 3%;
}
.sec_contact-top .camp_bnr_box {
  padding: 40px 0 0;
}

.sec_form {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.form_table {
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
}
.form_table::after {
  content: "";
  background: url(../img/contact/txt_contact.png) no-repeat top left;
  background-size: contain;
  width: 250px;
  width: min(17vw, 250px);
  height: 80px;
  position: absolute;
  left: 86%;
  bottom: -4.6%;
}
.form_table .hissu, .form_table .any {
  font-size: 15px;
  padding: 3px 14px 4px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 35px;
}
.form_table .hissu {
  color: var(--site-keycolor);
}
.form_table .any {
  color: #6a6a6a;
}
.form_table th {
  font-size: min(1.8vw, 20px);
  font-weight: bold;
  color: #fff;
  width: 350px;
  width: 31.25%;
  background: #4c99d4;
  border-bottom: 1px solid #ccc;
  padding: 30px 30px 20px;
  vertical-align: text-top;
  position: relative;
}
.form_table td {
  background: #fff;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.form_table input, .form_table select, .form_table textarea {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 0 20px;
  height: 60px;
  border-radius: 0;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
}
.form_table input::-moz-placeholder {
  color: #999;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
}
.form_table input::placeholder {
  color: #999;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
}
.form_table textarea {
  padding: 10px 12px;
  height: 215px;
  display: block;
  margin-bottom: 10px;
}
.form_table button {
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
}
.form_table .zip-box input, .form_table .pref-select select {
  width: 310px;
  margin-bottom: 10px;
  height: 50px;
}
.form_table .zip-box input {
  margin-left: 14px;
}
.form_table .pref-select {
  margin-left: 36px;
}
.form_table .pref-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*background: #f5f5f5 url(../img/common/icon_arrow_down_gray.svg) no-repeat right 20px center;
  background-size: 12px 7px;*/
  color: #333;
}
.form_table .addr-box {
  margin-left: 32px;
}
.form_table .addr-box input {
  height: 50px;
}
.form_table .uploads {
  justify-content: space-between;
}
.form_table .uploads li {
  width: 49.3%;
}
.form_table .upload_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background: #f5f5f5;
  padding: 12px 20px;
  position: relative;
  margin-top: 5px;
}
.form_table .upload_box [type=file] {
  display: none !important;
}
.form_table .upload_box label {
  font-size: 14px;
  color: #333;
  border: 1px solid #767676;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  padding: 0 5px 2px;
}
.form_table .upload_box .js-upload-filename-1, .form_table .upload_box .js-upload-filename-2 {
  font-size: 15px;
  color: #999;
}
.form_table .upload_box .fileclear {
  display: none;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.form_table .upload_box .mwform-file-delete {
  display: none;
}
.form_table .media .annotation_txt {
  text-indent: 0;
  padding-left: 0;
  margin-top: 15px;
}

.form_txt {
  margin: 40px 0 0;
  text-align: center;
}
.form_txt a {
  color: var(--site-primary);
  border-bottom: 1px solid var(--site-primary);
  padding-bottom: 3px;
}

#form_btn {
  width: 500px;
  position: relative;
  margin: 10px auto 0;
  z-index: 1;
}
#form_btn input {
  height: initial;
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  border: none;
  color: #fff;
  background: #fe5d26;
  padding: 20px 0 22px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
#form_btn input:hover {
  background: #fe7546;
}
#form_btn input[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}
#form_btn::after {
  content: "";
  background: url(../img/common/icon_arrow-right-white.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 10px;
  top: 50%;
  right: 30px;
  transform: translate(0px, -50%);
}
#form_btn .wpcf7-spinner {
  background: var(--site-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.form_table .addr-box{
  margin: 0 0 10px 36px ;
  display: flex;
  gap: 10px;
}
.form_table .addr-box #city{
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .form_table .hissu, .form_table .any {
    font-size: 12px;
    padding: 2px 8px 3px;
    right: 12px;
    top: 16px;
  }
  .form_table th {
    font-size: 16px;
    width: 30%;
    padding: 15px 2vw;
  }
  .form_table td {
    padding: 15px 2vw;
  }
  .form_table input, .form_table select {
    height: 50px;
  }
  .form_table .upload_box {
    padding: 10px 15px;
  }
  .form_table .upload_box .js-upload-filename-1, .form_table .upload_box .js-upload-filename-2 {
    font-size: 13px;
    margin-top: 5px;
  }
  .form_txt {
    margin: 26px 0 0;
  }
  .form_table .addr-box{
    margin: 0 0 10px 36px ;
    flex-direction: column;
    gap: 10px;
  }
  .form_table .addr-box #city{
    margin-right: 0;
    width: 310px;
  }
}
@media only screen and (max-width: 568px) {
  .sec_contact-top .inner {
    margin: 0 auto;
  }
  .sec_contact-top .ttl_underbar {
    margin-top: -10px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .sec_contact-top .ttl_underbar::after {
    bottom: -7px;
  }
  .sec_contact-top .border_box {
    padding: 15px 20px;
  }
  .sec_contact-top .camp_bnr_box {
    padding: 30px 0 0;
  }
  .sec_form .ttl_underbar {
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .sec_form .ttl_underbar::after {
    bottom: -7px;
  }
  .sec_form form {
    margin: 0 -5.3vw;
  }
  .form_table {
    border: none;
  }
  .form_table::after {
    content: none;
  }
  .form_table .hissu, .form_table .any {
    padding: 0px 8px 1px;
    right: 5.3vw;
    top: 10px;
  }
  .form_table th {
    width: 100%;
    display: block;
    font-size: 17px;
    padding: 7px 5.3vw 9px;
  }
  .form_table td {
    width: 100%;
    display: block;
    padding: 15px 5.3vw 20px;
  }
  .form_table input, .form_table select {
    height: 40px;
    padding: 0 15px;
  }
  .form_table textarea {
    height: 140px;
  }
  .form_table .zip-box input {
    width: 178px;
    height: 40px;
    margin-left: 2px;
  }
  .form_table .pref-select {
    margin-left: 0;
  }
  .form_table .pref-select select {
    width: 200px;
    height: 40px;
  }
  .form_table .addr-box {
    margin: 0;
  }
  .form_table .addr-box input {
    height: 40px;
  }
  .form_table .uploads {
    flex-direction: column;
    gap: 15px 0;
    margin-top: -5px;
  }
  .form_table .uploads li {
    width: 100%;
  }
  .form_table .upload_box {
    padding: 8px 15px;
  }
  .form_table .upload_box .js-upload-filename-1, .form_table .upload_box .js-upload-filename-2 {
    margin-top: 0;
  }
  .form_table .upload_box label {
    font-size: 12px;
    padding: 2px 12px 4px;
  }
  .form_table .media .annotation_txt {
    margin-top: 7px;
  }
  .form_txt {
    margin: 23px 0 0;
  }
  #form_btn {
    width: 74.6vw;
    margin-top: 10px;
  }
  #form_btn input {
    font-size: 17px;
    padding: 12px 0 14px;
  }
  #form_btn::after {
    right: 15px;
  }
  #form_btn .wpcf7-spinner {
    left: -60px;
  }
  .form_table .addr-box {
    margin: 0 0 7px 0;
  }
  .form_table .addr-box #city{
    width: 100%;
  }
}
#autozip {
  display: none !important;
}

/*===============================================
 *	メールマガジン チェックボックス
===============================================*/
.form_table .magazine p {
  text-align: center;
}
.form_table .magazine input[type=checkbox] {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-right: 12px;
}
.form_table .magazine label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 10px;
  background: #f5f5f5;
  padding: 15px 0;
}
.form_table .magazine .wpcf7-list-item {
  display: block;
  margin: 0;
}
@media only screen and (max-width: 568px) {
  .form_table .magazine p {
    text-align: left;
  }
  .form_table .magazine input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 10px;
  }
}
/*===============================================
 *	プライバシーポリシーのスクロールボックス
===============================================*/
.policy_top {
  margin: 50px 0 20px;
}
.policy_top input[type=checkbox] {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-right: 12px;
}
.policy_top label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.policy_box {
  height: 185px;
  background: #fff;
  border: 1px solid #ccc;
  overflow-y: scroll;
  padding: 25px 30px;
  margin: 0 auto;
}
.policy_box dt {
  margin-top: 20px;
}
.policy_box dd {
  margin-bottom: 20px;
}
.policy_box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.policy_box p {
  font-size: 15px;
}
.policy_box a {
  word-break: break-word;
}
@media only screen and (max-width: 960px) {
  .policy_box p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 568px) {
  .policy_top {
    margin: 30px 0 20px;
  }
  .policy_top input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 10px;
  }
  .policy_box {
    margin: 0 5.3vw;
    padding: 15px 20px;
  }
  .policy_box h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}