@charset "utf-8";

.dlForm dt{
  margin-bottom: 16px;
  font-weight: 700;
}
.labelReq{
  color: var(--bl300);
  font-weight: 700;
}
.dlForm .txtSm{
  color: #7e7e7e;
  font-weight: 700;
}
.dlForm dd{
  margin-bottom: 56px;
}
.dlForm_name, .dlForm_tel{
  display: flex;
  align-items: center;
}
.mw_wp_form_input .dlForm_name > div{
  width: calc(50% - 8px);
}
.dlForm_name div:first-child{
  margin-right: 16px;
}
.mw_wp_form_input .dlForm_tel > div:nth-child(1), .mw_wp_form_input .dlForm_tel > div:nth-child(3), .mw_wp_form_input .dlForm_tel > div:nth-child(5){
  width: calc(33.3333% - 24px);
}
.dlForm_tel div:nth-child(2), .dlForm_tel div:nth-child(4){
  width: 36px;
  text-align: center;
}
input[type="text"], input[type="email"],
input[type="tel"], textarea, select{
  width: 100%;
  display: inline-block;
  padding: 16px 24px;
  background: var(--wh);
  border: 1px solid rgba(126, 126, 126, 0.5);
  font-size: 1.6rem;
  border-radius: 8px;
}
select{
  max-width: 350px;
  background-image: url("../img/recruit/ico_down.png");
  background-position: calc(100% - 24px) 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
select:not(:first-child){
  margin-left: 10px;
}
::placeholder {
  color: var(--gy400);
}
.btnFile label{
  display: block;
  position: relative;
  max-width: 350px;
  padding: 16px 24px;
  background: var(--wh) url("../img/recruit/ico_file.png") no-repeat calc(100% - 24px) 50%;
  background-size: 16px 16px;
  border: 1px solid rgba(126, 126, 126, 0.5);
  color: var(--bl300);
  font-size: 1.6rem;
  border-radius: 8px;
  overflow: hidden;
}
.btnFile input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.btnFile_name{
  margin-top: 8px;
}
button.btn{
  padding-top: 0;
  color: var(--wh);
  background: var(--bl300);
}
button.btn::after{
  display: none !important;
}
.blockBtn{
  margin-top: 80px;
}
.blockBtn-entry .btn{
  padding-top: 0;
}
.blockBtn-entry .btn{
  padding-top: 0;
}
.mw_wp_form_input .btn-entry-comfirm{
  display: none;
}

@media screen and (min-width:950px){
  button.btn:hover{
    background: var(--bl300);
    opacity: 0.7;
  }
}
@media screen and (max-width:949px){
  .dlForm dd{
    margin-bottom: 40px;
  }
  .mw_wp_form_input .dlForm_tel > div:nth-child(1), .mw_wp_form_input .dlForm_tel > div:nth-child(3), .mw_wp_form_input .dlForm_tel > div:nth-child(5){
    width: calc(33.3333% - 20px);
  }
  .dlForm_tel div:nth-child(2), .dlForm_tel div:nth-child(4){
    width: 30px;
  }
  input[type="text"], input[type="email"],
  input[type="tel"], textarea, select{
    font-size: 1.4rem;
  }
  select, .btnFile label{
    width: 100%;
  }
  .blockBtn{
    margin-top: 40px;
  }
}
