@charset "UTF-8";
.form-bg {
  background: #eaf5ff;
}
.form {
  padding: 80px 0 100px;
}
.form_laed {
  font-size: 16px;
  margin-bottom: 50px;
}
.form_laed a {
  display: inline-block;
}
.mailform {
  padding: 80px 50px;
  background: #fff;
}
.input_note {
  margin-top: 8px;
  font-size: 12px;
}
.tel {
  font-size: 30px;
}
.form_kumagayaWrap {
  border: 4px solid #763333;
  max-width: 630px;
  margin: 0 auto 80px;
  padding: 20px 40px;
  width: 100%;
}
.form_kumagaya {
  color: #763333;
  font-size: 15px;
  margin-bottom: 5px;
}
.form_tel {
  width: 300px;
  margin-bottom: 10px;
}
.form_time {
  font-size: 13px;
}
.form_attention {
  color: #949494;
  font-size: 12px;
  line-height: 1.7;
}
.form_attention__mt {
  margin-top: 10px;
}

table {
  font-size: 14px;
  border-spacing: 1px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #999;
}
table tr {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}
table th {
  width: 230px;
  vertical-align: middle;
  padding: 3%;
  text-align: left;
  background: #f8f8f8;
}
table td {
  padding: 3%;
  text-align: left;
  vertical-align: middle;
}

table .must::after {
  content: "必須";
  font-size: 10px;
  background-color: #fff;
  color: #e40421;
  border: 1px solid #e40421;
  padding: 1px 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  margin-bottom: 3px;
}
form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: none;
}
.nameList {
  float: left;
  max-width: 180px;
  width: 100%;
  font-size: 12px;
}
.nameList + .nameList {
  margin-left: 20px;
}
.input_nameList {
  width: 100%;
  height: 30px;
  font-size: 12px;
}
.input_mail {
  height: 30px;
  max-width: 500px;
  width: 100%;
  font-size: 12px;
}
.input_tel {
  height: 30px;
  max-width: 500px;
  width: 100%;
  font-size: 12px;
}
.input_check {
  font-size: 12px;
}
.buttonsArea li {
  text-align: center;
}
.buttonsArea button {
  overflow: visible;
  padding: 10px 0;
  background: #a1cb39;
  border: 2px solid #a1cb39;
  color: #fff;
  transition-property: all;
  transition: 0.7s linear;
  font-size: 15px;
  width: 250px;
  margin-top: 40px;
  text-shadow: none;
}
.buttonsArea button:hover {
  background-color: #fff;
  color: #3f7827;
}
.input_textarea {
  max-width: 600px;
  width: 100% !important;
  min-height: 100px;
}
.since700,
.since900 {
  display: none;
}
.mfp_not_checked {
  word-break: break-all;
}
.privacy {
  text-align: center;
  margin: 50px 0 0;
}
@media only screen and (max-width: 900px) {
  .since900 {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .since700 {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  table,
  table tbody,
  table tr,
  table th,
  table td,
  table td input[type="text"],
  input[type="email"] {
    display: block;
    width: 100% !important;
    /* margin: 0 auto; */
  }
  .mailform {
    padding: 30px 0;
    margin: 0 -5.5%;
  }
  .padding {
    margin: 10% 0 20%;
  }
  .form_laed {
    font-size: 12px;
    margin-bottom: 10%;
  }
  .tel {
    font-size: 30px;
  }
  .form_kumagayaWrap {
    border: 2px solid #763333;
    margin: 0 auto 10%;
    padding: 10% 7%;
  }
  .form_kumagaya {
    font-size: 14px;
    margin-bottom: 3%;
  }
  .form_tel {
    width: 100%;
    margin-bottom: 7%;
  }
  .form_time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .form_attention {
    font-size: 11px;
  }

  table {
    font-size: 14px;
    border-spacing: 1px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #999;
  }
  table tr {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #999;
  }
  table th {
    padding: 3% 5%;
  }
  table td {
    padding: 3% 5% 10%;
  }

  table .must::after {
    content: "必須";
    font-size: 10px;
    background-color: #fff;
    color: #e40421;
    border: 1px solid #e40421;
    padding: 1px 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
    margin-bottom: 3px;
  }
  form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border: none;
  }
  .nameList {
    max-width: 100%;
  }
  .nameList + .nameList {
    margin-left: 0;
    margin-top: 4%;
  }
  .input_nameList {
    width: 100%;
    height: 30px;
    font-size: 12px;
  }
  .input_mail {
    height: 30px;
    max-width: 500px;
    width: 100%;
    font-size: 12px;
  }
  .input_tel {
    height: 30px;
    max-width: 500px;
    width: 100%;
    font-size: 12px;
  }
  .input_check {
    font-size: 12px;
  }
  .buttonsArea li {
    text-align: center;
  }
  .buttonsArea button {
    margin-top: 15%;
  }
}

/* ------------------------------
- thanks
------------------------------ */
.thanks {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}
.thanks_heading {
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.thanks_text {
  margin-bottom: 60px;
}
.thanks_button {
  border: 1px solid #a1cb39;
  background: #a1cb39;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  width: 20%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .thanks {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
  }
  .thanks_heading {
    font-size: 24px;
    margin-bottom: 10%;
  }
  .thanks_text {
    margin-bottom: 15%;
    text-align: left;
  }
  .thanks_button {
    border: 1px solid #a1cb39;
    background: #a1cb39;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    width: 80%;
    margin: 0 auto;
  }
}

.form__wrap {
  display: flex;
  flex-wrap: wrap;
}

.static_text {
  padding: 8px 0;
  font-size: 14px;
}

.form_section + .form_section {
  margin-top: 80px;
}
.form_section_title {
  font-size: 28px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.input_text {
  height: 30px;
  max-width: 500px;
  width: 100%;
  font-size: 12px;
}
.form_num {
  display: flex;
  align-items: baseline;
}
.form_num .input_text {
  max-width: 200px;
  margin-right: 8px;
}

.date_input_wrap {
  display: flex;
  align-items: center;
}
.input_ymd {
  width: 70px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  margin: 0 10px;
}
.date_input_wrap .input_ymd:first-child {
  margin-left: 0;
}

.form_instruction {
  font-size: 14px;
  margin-bottom: 8px;
}
.form_instruction__mt {
  margin-top: 8px;
}

.account_info_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.account_info_group:last-of-type {
  margin-bottom: 0;
}
.account_info_group .input_text {
  flex-grow: 1;
  max-width: 250px;
}

.form_label {
  min-width: 140px;
  font-size: 14px;
  margin-right: 10px;
}

.inline_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.inline_group .input_text {
  flex-grow: 1;
  min-width: 250px;
}

.terms_box {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  max-height: 300px;
  overflow-y: auto;
}
.terms_box__ttl {
  font-size: 14px;
  margin-bottom: 20px;
}
.terms_box li {
  margin-bottom: 1em;
}
.terms_box span {
  display: flex;
}
.terms_box span::before {
  content: "・";
}

.account-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
  margin-bottom: 15px;
}

.account-line .input_text {
  width: 100%;
  max-width: 350px;
}

hr.form_divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}

.input_date_with_icon {
  padding: 0 35px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_calendar.svg") right 10px center/16px 18px
    no-repeat;
}

.input_date_with_icon::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 640px) {
  .form_section + .form_section {
    margin-top: 40px;
  }
  .form_section_title {
    font-size: 18px;
    margin: 0 5% 20px;
    padding: 0;
    border: none;
  }
  .input_ymd {
    width: 25%;
    margin: 0 5px;
  }
  .account_info_group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mfp_ok {
  display: none !important;
}
.ui-datepicker table {
  display: table !important;
}
.ui-datepicker table tbody {
  display: table-row-group !important;
}
.ui-datepicker table tr {
  display: table-row !important;
}
.ui-datepicker table th,
.ui-datepicker table td {
  display: table-cell !important;
}
