@charset "utf-8";
#form.recruit {
  background: #fff;
  padding: 0 0 150px;
}
#form {
  padding: 90px 0 150px;
}
#form h2,#thanks h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #00AFAF;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}
#form .l_continar, #form p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#form p {
  line-height: 35px;
  margin-bottom: 50px;
  text-align: center;
}
#form .form_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#form .main_ttl {
  margin-bottom: 30px;
}
#form .flow {
  padding-bottom: 20px;
}
#form table {
  width: 100%;
  table-layout: fixed;
}
#form table tbody {
  border: 1px solid #D5D8D8;
}
#form table th {
  width: 24.74%;
  color: #000000;
  align-content: center;
  text-align: left;
  position: relative;
  font-weight: bold;
  text-indent: 0em;
  padding: 10px 5% 10px 2%;
  background: #F7FCFC;
  border-right: 1px solid #D5D8D8;
  border-bottom: 1px solid #D5D8D8;
}
#form table th span.must {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 5px;
  font-weight: normal;
  line-height: 20px;
  background: #C4000F;
  color: #fff;
  position: absolute;
  top: 28%;
  right: 4%;
}
#form table tr:last-child th span.must {
  top: 41%;
}
#form table th span.kome {
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
  display: block;
}
#form table.business th {
  width: 30%;
}
#form table th .hissu {
  font-size: 12px;
  color: #fff;
  background-color: #DE0000;
  display: inline-block;
  width: 40px;
  padding: 2px 0;
  text-align: center;
  position: absolute;
  right: 45px;
  top: 24px;
}
#form table dd.mfp {
  margin-top: 15px;
}
#form table.business th .hissu {
  right: 14px;
}
#form table tr {
  display: flex;
}
#form table td {
  width: 75.26%;
  vertical-align: middle;
  padding: 8px 15px;
  border-bottom: 1px solid #D5D8D8;
  align-content: center;
}
#form table tr:last-child th, #form table tr:last-child td {
  border-bottom: none;
}
#form table td input, #form table td textarea {
  border: 1px solid #BCBCBC;
  font-size: 16px;
  color: #000000;
}
#form table td input {
  padding: 14px 20px;
  width: 100%;
}
#form table td input[type="radio"] {
  display: inline-block !important;
  width: auto !important;
}
#form table tr:nth-child(5) td input {
  width: 40%;
}
#form table tr:nth-child(6) ol li, #form.recruit table tr:nth-child(7) ol li {
  display: inline-block;
  width: auto;
  margin-right: 35px;
}
#form table tr:nth-child(6) ol li:last-child, #form.recruit table tr:nth-child(7) ol li:last-child {
  margin-right: 0;
}
#form table td input.name {
  width: 330px !important;
}
#form table td input.kana {
  width: 440px !important;
}
#form table td input.mail, #form table td input.tel {
  width: 330px !important;
}
#form table td input.year {
  width: 175px !important;
}
#form table td input.month, #form table td input.day {
  width: 60px;
}
#form table td input.zip {
  width: 275px !important;
}
#form table td input.add {
  width: calc(100% - 21px) !important;
  margin-top: 10px;
}
#form table td input[type="checkbox"],#form table td input[type="radio"] {
  display: inline-block;
  width: auto;
	padding: 0;
	margin: 0;
}
#form table td span {
  display: inline-block;
  padding: 0 10px;
}
#form table td label.select{
	    padding: 0;
    margin-right: 15px;
	display: inline-block;
}
#form table td textarea {
  padding: 14px 20px;
  resize: none;
  height: 135px !important;
  width: 100% !important;
}
#form table td ol li select {
  padding: 14px 20px;
  width: 40%;
  font-size: 16px;
}
#formtable td ol li:last-child {
  padding-right: 0;
}
#form .mfp_buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 35px;
}
#form .mfp_buttons button + button {
  margin-left: 40px;
}
#form .mfp_buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 190px;
  color: #fff;
  background-color: #00AFAF;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
#form .mfp_buttons button[type="reset"] {
  background-color: #E9E9E9;
  color: #989898;
}
#form .mfp_buttons button[type="reset"]:hover {
  color: #7D7D7D;
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
#form .mfp_buttons button:hover {
  color: #00AFAF;
  background-color: #fff;
  border: 1px solid #00AFAF;
}
#form table td select.todofuken {
  width: 35%;
  padding: 10px 0;
}
#tel, #line {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1080px) {
  #tel_area .l_continar, #form .l_continar, #form p {
    padding-right: 15px;
    padding-left: 15px;
  }
  h3.ttl {
    width: 60.64%;
  }
}
@media screen and (max-width: 875px) {
  #form {
    padding: 60px 0 100px;
  }
  #form h2,#thanks h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  #form p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 29px;
    text-align: left;
  }
  #form table tr {
    display: block;
  }
  #form.recruit {
    margin-top: 70px;
  }
  #form.recruit h3 {
    margin-bottom: 10px;
  }
  #form .main_ttl {
    margin-bottom: 20px;
  }
  form#mailformpro {
    padding: 0;
  }
  #form table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
  #form table td input {
    padding: 10px 15px;
  }
  #form table td input .name {
    width: 100% !important;
  }
  #form table td input .kana {
    width: 100% !important;
  }
  #form table td input .mail, #form table td input .tel {
    width: 100% !important;
  }
  #form table td input .year {
    width: 90px !important;
  }
  #form table td input .month, #form table td input .day {
    width: 45px;
  }
  #form table td input .zip {
    width: 100px !important;
  }
  #form table td span {
    display: block;
    padding: 0;
  }
  #form able td textarea {
    padding: 10px 15px;
    resize: none;
    height: 150px !important;
    width: 100% !important;
  }
  #form table td ol li select {
    padding: 10px 5px;
    font-size: 16px;
    width: 100%;
  }
  #form table tr:nth-child(5) td input {
    width: 100%;
  }
  #form .mfp_buttons {
    padding-top: 35px;
  }
  #form .mfp_buttons button + button {
    margin-left: 10px;
  }
  #form table td select.todofuken {
    width: 100%;
    padding: 10px 0;
  }
  #form table th span.must {
    top: 25%;
    right: 3%;
    left: auto;
  }
  #form table th {
    width: 100%;
    display: block;
    padding: 10px 11% 10px 2%;
  }
}