@charset "UTF-8";
.intro_content .ttl_underbar_set .main_txt::before {
  content: none;
}
.intro_content .border_box {
  padding: 30px 50px 30px;
}
.intro_content .camp_bnr {
  margin-top: 50px;
}

.sec_form {
  background: #f2f2f2;
}
.sec_form .ttl_underbar_set .main_txt::before {
  content: none;
}

.form_table {
  border: 4px solid var(--site-palecolor);
  background: #fff;
  width: 100%;
}

.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: #fff;
  background: var(--site-keycolor);
}

.form_table .any {
  color: #6a6a6a;
}

.form_table th {
  font-size: min(1.8vw, 20px);
  font-weight: 500;
  color: var(--site-primary);
  width: 31.25%;
  background: var(--site-palecolor);
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
  padding: 30px 30px 20px;
  vertical-align: text-top;
  position: relative;
}

.form_table td {
  background: #fff;
  padding: 20px 30px;
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}

.form_table tr:last-child th, .form_table tr:last-child td {
  border-bottom: none;
}

.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: "M Plus 1p";
  letter-spacing: 0.05em;
}

.form_table input::-moz-placeholder {
  color: #999;
  font-family: "M Plus 1p";
  letter-spacing: 0.05em;
}

.form_table input::placeholder {
  color: #999;
  font-family: "M Plus 1p";
  letter-spacing: 0.05em;
}

.form_table textarea {
  padding: 10px 12px;
  height: 215px;
  display: block;
  margin-bottom: 10px;
}

.form_table button {
  font-family: "M Plus 1p";
  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: 32px;
}

.form_table .pref-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5 url(../img/common/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;
}

.form_txt a {
  color: var(--site-primary);
  border-bottom: 1px solid var(--site-primary);
  padding-bottom: 3px;
}

#form_btn {
  width: 500px;
  position: relative;
  margin: 0 auto 0;
  z-index: 1;
}

#form_btn input {
  height: initial;
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: bold;
  font-family: "M Plus 1p";
  border: none;
  color: #fff;
  background: #56cd49;
  border-radius: 50px;
  box-shadow: 0px 6px 0px 0px rgba(33, 122, 9, 0.75);
  padding: 20px 0 22px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form_btn input:hover {
  background: #58bf4d;
}

#form_btn input[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

#form_btn::after {
  content: "";
  background: url(../img/common/arrow_right_white.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 22px;
  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;
}

.sec_form .form_txt {
  font-size: 14px;
  text-align: center;
  color: #999;
  margin: 30px 0 15px;
}

.sec_form .form_txt a {
  color: #999;
  border-bottom: 1px solid #999;
  padding-bottom: 3px;
}

@media only screen and (max-width: 960px) {
  .intro_content .border_box {
    padding: 3.5vw 4vw;
  }
  .intro_content .camp_bnr {
    margin-top: 5vw;
  }
  .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 32px;
  }
}
@media only screen and (max-width: 568px) {
  .intro_content .border_box {
    padding: 16px 18px 18px;
  }
  .intro_content .camp_bnr {
    margin-top: 20px;
  }
  .sec_form form {
    margin: 0 -5.3vw;
  }
  .form_table {
    border: none;
  }
  .form_table .hissu, .form_table .any {
    padding: 4px 8px;
    right: 5.3vw;
    top: 10px;
  }
  .form_table th {
    width: 100%;
    display: block;
    font-size: 17px;
    padding: 10px 5.3vw;
  }
  .form_table td {
    width: 100%;
    display: block;
    padding: 15px 5.3vw 20px;
    border-bottom: none;
  }
  .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_btn {
    width: 74.6vw;
    margin-top: 0;
  }
  #form_btn input {
    font-size: 17px;
    padding: 12px 0 14px;
  }
  #form_btn::after {
    right: 15px;
  }
  #form_btn .wpcf7-spinner {
    left: -60px;
  }
  .sec_form .form_txt {
    margin: 15px 0 15px;
  }
}
/*===============================================
 *	[ハイフンなしで入力！]を非表示
===============================================*/
#autozip {
  display: none !important;
}/*# sourceMappingURL=contact.css.map */