@charset "UTF-8";

/*------------------------------------------------------------
  index
------------------------------------------------------------*/
.mainImg {
  padding: 58px 0 0;
  position: static;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #F56553;
  background: linear-gradient(to bottom, #fff 40%, #EBEBEB);
}
#free-space-test-top-sp {
  background-color: #FFFFFF;
  padding-bottom: 41px;
}
#free-space-test-login-top-sp {
  background-color: #FFFFFF;
  padding-bottom: 21px;
}
.headLine01 {
  margin: -20px 26px;
}
.txt {
  margin: 12px 30px 0 30px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.bgBox {
  margin-top: -20px;
  padding: 44px 26px 36px;
  background-color: #e7eff4;
}
.formBox {
  margin: 0 auto;
  width: 100%;
}
.formList li {
  display: flex;
  justify-content: space-between;
}
.formList .inner {
  width: calc(50% - 4px);
  white-space: nowrap;
}
.register-tensyokuryoku-shindan-form input[type="email"], .register-tensyokuryoku-shindan-form input[type="tel"], .register-tensyokuryoku-shindan-form input[type="text"], .register-tensyokuryoku-shindan-form input[type="password"], .register-tensyokuryoku-shindan-form select {
  font-size: 1.5rem;
}
.register-tensyokuryoku-shindan-form input[name="lastName"],
.register-tensyokuryoku-shindan-form input[name="firstName"] {
  width: 100%;
}
.register-tensyokuryoku-shindan-form input[name="firstName"] {
  margin-left: auto;
}
.register-tensyokuryoku-shindan-form select[name="birthYear"] {
  margin-right: 7px;
  width: calc(110% - 36px);
  padding-left: 4px;
  text-align: center;
}
.year-text {
  margin-left: -17px;
}
.register-tensyokuryoku-shindan-form select[name="birthMonth"],
.register-tensyokuryoku-shindan-form select[name="birthDay"] {
  width: calc(50% - 21px);
  padding-left: 4px;
  text-align: center;
}
.register-tensyokuryoku-shindan-form .sex span {
  padding: 12px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #666;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #B3B3B3;
}
.register-tensyokuryoku-shindan-form .sex input[type="radio"]:checked + span {
  color: #1A1A1A;
  border: 2px solid #1796C2 !important;
}
.register-tensyokuryoku-shindan-form input[type="radio"] {
  display: none;
}
.register-tensyokuryoku-shindan-form .formList li {
  margin-bottom: 13px;
  font-size: 1.4rem;
  color: #1A1A1A;
}
.register-tensyokuryoku-shindan-form li:last-child {
  margin-bottom: 0;
}
.submit {
  margin: 19px 0 31px;
}
.submit button {
  font-size: 1.9rem;
  background-position: right 4px center;
}
.submit button small {
  font-size: 0.95rem;
}
.formList {
  margin-bottom: 32px;
}
.link {
  text-align: center;
}
.link a {
  display: inline-block;
  color: #181878;
  font-size: 1.4rem;
  text-decoration: underline;
}
.link span {
  color: #181878;
}
.link .special {
  margin-top: 31px;
  display: inline-block;
  font-size: 1.6rem;
}
.finish {
  padding: 15px 0 40px;
}
.finish .ttl {
  margin-bottom: 45px;
  text-align: center;
  font-size: 3rem;
}
.finish .btn {
  margin: 0 auto;
  width: 252px;
  height: 52px;
  position: relative;
}
.finish .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
.link_here {
  color: #06c !important;
  text-decoration: underline !important;
}
.modal.regist .modal-wrap{
  background-color: #fff;
  width: 60%;
  border-radius: 5px;
  color: #000;
  text-align: center;
  margin-top: 140px;
}
.modal.regist .modal-wrap img {
  width: 52px;
  margin: 0 auto;
}
.modal.regist .modal-wrap h2{
  font-size: 1.5rem;
  font-weight: bold;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt25 {
  margin-top: 25px !important;
}
#send-authorization-code-button.inactive,
#verify-authorization-code-button.inactive {
  background-color: #b5b5b6;
  cursor: default;
  opacity: 50%;
}
#send-authorization-code-button,
#verify-authorization-code-button {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: inset 0 0 1px rgba(5, 0, 1, .4);
  background-color:#1c9be3;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border: 0px solid #000;
}
.send-authorization-code-button-area,
.verify-authorization-code-button-area {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.required-item-email,
.required-item-authorization-code {
  margin-bottom: 30px;
}
.display-none {
  display: none !important;
}
.register-tensyokuryoku-shindan-form input[name="primaryJobExperienceName"],
.register-tensyokuryoku-shindan-form select[name="prefectureId"] {
  width: 230px;
}
.register-tensyokuryoku-shindan-form select[name="experienceYears"] {
  width: 105px;
}
.password-annotation-text {
  color: #808080;
  font-size: 13px;
  margin-left: 10px;
}
#password-area {
    margin-bottom: 5px;
}
.email-title {
  font-size: 15px;
}
.email-text {
  margin-right: 65px;
}

