/* LESS Document */
@media screen and (max-width: 767px) {
  .headTitle hgroup h1 {
    font-size: 17vw;
  }
}
ol.formFlow {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.6rem;
}
ol.formFlow li {
  display: inline-block;
}
ol.formFlow li:not(:last-child)::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.4rem;
  margin: 0 5px 0 8px;
  vertical-align: 1px;
}
ol.formFlow li.current,
ol.formFlow li.current::after {
  color: #3B8B8B;
  font-weight: bold;
}
.contactArea {
  margin: 80px auto 40px;
  padding: 40px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(129, 129, 129, 0.25);
}
@media screen and (max-width: 767px) {
  .contactArea {
    padding: 20px 10px;
  }
}
.contactArea h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 3.2rem;
  color: #3B8B8B;
}
@media screen and (max-width: 767px) {
  .contactArea h2 {
    font-size: 6.4vw;
  }
}
.contactArea .btn {
  max-width: 288px;
  min-height: 55px;
  border-radius: 8px;
}
form em {
  display: inline-block;
  width: 58px;
  padding: 4px 0;
  line-height: 1;
  background: #F36E36;
  border-radius: 2px;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  form em {
    order: -1;
    font-size: 3.2vw;
  }
}
form em.notReq {
  background: #707070;
}
form .dlList_01 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 767px) {
  form .dlList_01 {
    flex-direction: column;
    gap: 5px;
  }
}
form .dlList_01.confirm dt {
  align-self: flex-start;
}
form .dlList_01.confirm dd {
  align-self: center;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  form .dlList_01.confirm dd {
    padding-top: 7px;
  }
}
form .dlList_01.confirm dd::before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: #3B8B8B;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: -3px;
}
@media screen and (max-width: 767px) {
  form .dlList_01.confirm dd::before {
    width: 100%;
    height: 2px;
  }
}
form .dlList_01 dt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 305px;
}
@media screen and (max-width: 767px) {
  form .dlList_01 dt {
    width: 100%;
    justify-content: flex-start;
  }
}
form .dlList_01 dd {
  width: calc(100% - 320px);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  form .dlList_01 dd {
    width: 100%;
    margin: 0 0 20px;
    font-size: 3.2vw;
  }
}
form .iBlock li {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  form .iBlock li {
    margin-right: 15px;
  }
}
input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  input {
    font-size: 3.2vw;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 2px 6px;
  border: #A8A8A8 1px solid;
  border-radius: 3px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  max-width: 287px;
  min-width: 55px;
  padding: 2px 5px;
  background: #3B8B8B;
  border-radius: 8px;
  border: none;
}
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  padding: 2px 5px;
  border: #A8A8A8 1px solid;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 3.2vw;
  }
}
select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  padding: 2px 5px;
  border: #A8A8A8 1px solid;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 3.2vw;
  }
}
label {
  display: inline-block;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  button {
    font-size: 3.2vw;
  }
}
::-webkit-input-placeholder {
  color: #DDD;
}
::-moz-placeholder {
  color: #DDD;
}
::placeholder {
  color: #DDD;
}
.inputL {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .inputL {
    width: 100%;
  }
}
.inputM {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .inputM {
    width: 80%;
  }
}
.inputS {
  width: 100px;
}
.inputSS {
  width: 60px;
}
.help {
  color: #666;
  font-size: 92.8%;
  vertical-align: middle;
}
.submit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .submit {
    flex-direction: column;
    align-items: center;
  }
}
.submit .btnBack {
  background: #666;
  order: -1;
}
@media screen and (max-width: 767px) {
  .submit .btnBack {
    order: 1;
  }
}
