@charset "utf-8";
/* ----------------------------------------
form
------------------------------------------- */
#inquiry .phone {
  color: var(--color01);
  font-size: 2rem;
  font-weight: 700;
}
#inquiry .phone span {
  color: var(--color02);
  font-family: var(--font02);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin-right: 10px;
}
#inquiry .phone strong {
  font-size: 120%;
  font-weight: 700;
}
.form table {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.form table th, .form table td {
  position: relative;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  font-weight: normal;
  box-sizing: border-box;
  border-bottom: 1px dotted #353535;
  padding: 30px 10px;
}
.form table th {
  width: 26%;
}
.form table tr:last-child th, .form table tr:last-child td {
  border-bottom: none;
}
.need, .need2 {
  color: #c70024;
  font-weight: bold;
}
.need {
  margin-left: 10px;
}
.input01, .input02, .input03 {
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #323232;
  padding: 20px;
}
.input01::placeholder, .input02::placeholder, .input03::placeholder {
  color: #353535;
}
.input01 {
  width: 100%;
}
.input02 {
  width: 80%;
}
.select01 {
  padding: 10px 15px;
}
.submit input, .cmn-submit {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 320px;
  background-color: var(--color02);
  border: solid 1px var(--color02);
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  transition: 0.4s ease-in-out;
}
.submit input:hover, .cmn-submit:hover {
  color: var(--color02);
  background-color: #fff;
}

span.wpcf7-list-item {
    display: block;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1000px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:999px) {
  /* ----------------------------------------

------------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  #inquiry .phone {
    font-size: 1.8rem;
    text-align: center;
  }
  #inquiry .phone span {
    display: block;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #inquiry .phone strong {
    font-size: 120%;
  }
  /* ----------------------------------------
form
------------------------------------------- */
  .form table {
    margin-bottom: 30px;
  }
  .form table th {
    display: block;
    width: 100%;
    font-weight: 700;
    border-bottom: none;
    padding: 15px 10px 10px 10px;
  }
  .form table td {
    display: block;
    width: 100%;
    padding: 0 10px 15px 10px;
  }
  .input01, .input02, .input03 {
    padding: 15px;
  }
  .input01 {
    width: 100%;
  }
  .input02 {
    width: 100%;
  }
  .input03 {
    width: 100%;
  }
  .need {
    font-size: 1.1rem;
    font-weight: 400;
    top: 17px;
    right: 10px;
  }
}