@charset "UTF-8";
/* CSS Document */
.application {
  margin-top: 9.0277777778vw;
  padding-top: 45px;
}
.application .fvttleng {
  font-size: 3rem;
  font-weight: 600;
  color: #002043;
  position: relative;
  top: 0;
  letter-spacing: 0.3rem;
  margin: 50px auto 30px;
}
.application .fvttleng span {
  font-size: 139%;
  font-weight: 500;
  color: #c99739;
}
.application .fvttleng span.nocolor {
  color: #002043;
}
.application .fvttl {
  font-weight: 500;
  font-size: 1.02rem;
  letter-spacing: 0.03rem;
  margin: 13px auto 40px;
  position: relative;
  padding-bottom: 16px;
}

.formflow {
  display: flex;
  justify-content: space-between;
  margin: 94px auto 110px;
  width: 100%;
  align-items: center;
}
.formflow li:nth-child(odd) {
  border: 1px solid #002043;
  padding: 10px 0;
  width: 27%;
  text-align: center;
  position: relative;
  background: #a0a8b1;
  color: #686868;
}
.formflow li span {
  position: absolute;
  left: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #686868;
}
.formflow li:nth-child(even) {
  width: 9.5%;
  text-align: center;
}
.formflow li:first-child {
  background: #FFF;
  color: #000;
}

.appli01 .formflow li:first-child span {
  color: #001833;
}

.form .ntext {
  font-size: 0.95rem;
  letter-spacing: 0.09rem;
  padding-left: 60px;
}
.form .ntext .hissu {
  color: #c99739;
  font-size: 0.7rem;
  padding: 0 0 0 12px;
}
.form .ntext .stext {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1rem;
  padding-left: 40px;
  position: relative;
  top: 5px;
}

form {
  margin-bottom: 100px;
}
form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 53px auto;
  width: 72%;
  align-items: center;
}
form ul li:nth-child(odd) {
  width: 23%;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  padding-top: 8px;
}
form ul li:nth-child(even) {
  width: 77%;
  margin: 17px 0 14px;
}
form ul li.hi:before {
  content: "※";
  color: #c99739;
  position: absolute;
  right: 15px;
  font-size: 0.8rem;
  top: 6px;
}
form ul li:nth-child(17) span {
  position: absolute;
  top: -40px;
}
form ul li:nth-child(19) span {
  position: absolute;
  top: -50px;
}
form ul li:nth-child(19).hi:before {
  top: -51px;
}
form ul.application li:first-child {
  width: 35%;
  padding: 0;
}
form ul.application li:nth-child(2) {
  width: 65%;
  text-align: right;
  position: relative;
  margin-bottom: 32px;
}
form ul.application li:nth-child(2) select {
  font-size: 1rem;
  padding: 11px 10px;
  width: 52%;
  border: 1px solid #002043;
  margin-right: 1%;
  z-index: 5;
  position: relative;
}
form ul.application li:nth-child(2):before {
  background: url("../img/common/menuhead.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  left: 20px;
  top: 16px;
}
form ul.application li:nth-child(2):after {
  content: "";
  left: 36px;
  top: 24px;
  width: 188px;
  height: 1px;
  background: #002043;
  position: absolute;
}
form ul ul {
  margin: 0;
  width: 100%;
}
form ul ul li:nth-child(2):after,
form ul ul li:nth-child(2):before {
  display: none;
}
form ul ul li:first-child,
form ul ul li,
form ul ul li:nth-child(odd) {
  width: 46%;
  margin: 0;
  text-align: left;
  font-size: 0.8rem;
}
form ul ul li:nth-child(2),
form ul ul li:last-child {
  width: 40%;
  margin: 0;
  position: relative;
  text-align: left;
}
form ul ul li:first-child,
form ul ul li {
  padding: 13px 0 16px 0;
}
form ul ul li:before,
form ul ul li:nth-child(2):before {
  content: "※";
  color: #c99739;
  position: absolute;
  left: -30px;
  font-size: 0.8rem;
  top: 10px;
  display: inline-block;
  background: none;
}

input[type=text],
input[type=email] {
  width: 97%;
  padding: 12px 1%;
  font-size: 1.3rem;
  font-weight: normal;
  border: 1px solid #002043;
}

input[type=radio] {
  margin: 9px 0;
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  accent-color: #002043;
  cursor: pointer;
}

label {
  margin: 0 57px 0 0;
  cursor: pointer;
  padding-left: 10px;
}

input[type=date],
input[type=time] {
  position: absolute;
  right: 0;
  padding: 14px;
  width: 55%;
  top: 0;
}

input[type=time] {
  width: 63%;
}

textarea {
  width: 97%;
  padding: 12px 1%;
  font-size: 1.3rem;
  font-weight: normal;
  border: 1px solid #002043;
  height: 107px;
}

.submitBtn {
  width: 100%;
  max-width: 382px;
  margin: auto;
  box-shadow: 0px 17px 24px 0px rgba(7, 0, 2, 0.31);
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 3px;
  text-align: center;
  background: #d3d3d3;
}
.submitBtn input[type=submit] {
  border: 1px solid #c99739;
  display: block;
  width: 100%;
  padding: 28px 0;
  line-height: 1;
  background: #001833;
  color: #fff;
  transition: 0.6s;
}

.center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #fv .wrap {
    padding: 30px 0 0;
  }
  #fv .wrap .fvtextbox {
    width: 90%;
    margin: 0 auto;
  }
  .application .fvttleng {
    font-size: 2rem;
    letter-spacing: 0rem;
  }
  .application .fvttl {
    margin: 0 auto 10px;
  }
  .formflow {
    margin: 40px auto;
    width: 90%;
    display: block;
  }
  .formflow li:nth-child(odd),
.formflow li:nth-child(even) {
    width: 100%;
  }
  .formflow li:nth-child(even) img {
    transform: rotate(90deg);
  }
  .form .ntext {
    padding: 0;
    width: 90%;
    line-height: 1.2rem;
  }
  .form .ntext .stext {
    padding: 0;
  }
  form ul {
    display: block;
    width: 90%;
  }
  form ul li:first-child,
form ul li:nth-child(odd),
form ul li:nth-child(2),
form ul li:nth-child(even) {
    width: 100%;
  }
  form ul li:nth-child(even) {
    margin: 0 auto 20px;
  }
  form ul li:nth-child(19).hi:before {
    top: 6px;
  }
  form ul form ul li:nth-child(17) span,
form ul li:nth-child(19) span {
    position: unset;
  }
  label {
    margin: 0 25px 0 0;
  }
  form ul ul {
    display: flex;
  }
  input[type=date],
input[type=time] {
    position: relative;
    width: 98%;
    padding: 14px 1%;
  }
  form ul ul li:before,
form ul ul li:nth-child(2):before {
    left: auto;
    right: 0;
  }
}