@charset "utf-8";
/* ----------------------------------------
 contents
------------------------------------------- */
#form h3 {
  color: #203763;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
#form h3 a{
  color: #203763;
}
#form h3 span {
  font-size: 6rem;
  margin-left: 10px;
}
#form .mb {
  margin-bottom: 30px;
}
/* ----------------------------------------
 form
------------------------------------------- */
.form table {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.form table th {
  width: 26%;
  position: relative;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  font-weight: normal;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  padding: 30px 10px;
}
.need {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  background-color: #c70024;
  padding: 1px 5px;
  left: 170px;
}
.need2 {
  color: #fff;
  font-size: 1.2rem;
  background-color: #c70024;
  padding: 1px 5px;
}
.form table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  padding: 30px 10px;
}
.form table tr:last-child th, .form table tr:last-child td {
  border-bottom: none;
}
.form table td p {
  padding: 15px 0 0 0;
}
.input01 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input01::placeholder {
  color: #b5b5b5;
}
.input02 {
  width: 80%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input03 {
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.select01 {
  padding: 10px 15px;
}
.submit input {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  background-color: #a11410;
  border: solid 1px #a11410;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.submit input:hover {
  color: #fff;
  background-color: #a11410;
  border: solid 1px #a11410;
  cursor: pointer;
}
.cmn-submit {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  background-color: #a11410;
  border: solid 1px #a11410;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cmn-submit:hover {
  color: #fff;
  background-color: #a11410;
  cursor: pointer;
}
.form input[type="date"] {
  padding: 10px 15px;
}
.form select {
  padding: 10px 15px;
}
/* ----------------------------------------
 privacy
------------------------------------------- */
#privacy .box {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #746455;
  padding: 50px;
}
#privacy .box h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
#privacy .box p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#privacy .box ul {
  margin-left: 30px;
  margin-bottom: 30px;
}
#privacy .box ul li {
  list-style: disc;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1300px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1299px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 899px) {
  /* ----------------------------------------
 contact
------------------------------------------- */
#form h3 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 10px;
  }
#form h3 span {
    font-size: 3.6rem;
    margin-left: 10px;
  }
#form .mb {
    margin-bottom: 20px;
  }
/* ----------------------------------------
form
------------------------------------------- */
  .form table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .form table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px 10px 10px;
  }
  .form table td {
    display: block;
    width: 100%;
    padding: 0 10px 15px 10px;
  }
  .input01 {
    width: 100%;
  }
  .input02 {
    width: 100%;
  }
  .input03 {
    width: 100%;
  }
  .select01 {
    width: 100%;
    box-sizing: border-box;
  }
  .need {
    font-size: 1.1rem;
    left: auto;
    margin-left: 10px;
  }
  /* ----------------------------------------
 privacy
------------------------------------------- */
  #privacy .box {
    height: 200px;
    padding: 30px;
  }
  #privacy .box h3 {
    font-size: 1.6rem;
  }
  #privacy .box p {
  }
  #privacy .box ul li {
    font-size: 1.4rem;
  }
  
  }