@charset 'utf-8';

.boxCsnkFormTop {
  margin-bottom: 3.7em;
}
@media all and (max-width: 750px){
  .boxCsnkFormTop {
    margin-bottom: 1.5em;
  }
}

.boxCsnkFormTop .ulCsnkFormTop > li {
  position: relative;
  margin-bottom: 0.35em;
  padding-left: 1.3em;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxCsnkFormTop .ulCsnkFormTop > li {
    font-size: 0.9rem;
  }
}

.boxCsnkFormTop .ulCsnkFormTop > li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #ec78a5;
}
body.pageRecruitGroup .boxCsnkFormTop .ulCsnkFormTop > li:before {
  background-color: #f1990f;
}

.csnkForm .dlForm,
.csnkForm.modeConfirm .dlForm {
  border-bottom: 1px #d2d1d1 dotted;
}

@media all and (max-width: 750px){
  .csnkForm.modeConfirm .dlForm {
    padding: 1.0em 0;
  }
}

.csnkForm .dlForm.dlMyName {
  border-top: 1px #d2d1d1 dotted;
}

.csnkForm .dlForm.dlCont {
  border-bottom: 0;
}
.csnkForm.modeConfirm .dlForm.dlCont {
  border-bottom: 1px #d2d1d1 dotted;
}

.csnkForm .dlForm > dt {
  padding-left: 3.3em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.csnkForm.modeConfirm .dlForm > dt {
  width: 32%;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dt {
    background-color: transparent;
  }
  .csnkForm.modeConfirm .dlForm > dt {
    width: 100%;
    margin-bottom: 0.3em;
  }
}

.csnkForm .dlForm > dt .markRequired,
.csnkForm .dlForm > dt .markNotRequired {
  left: 0;
  right: auto;
  width: 3.6em;
  height: 1.7em;
  font-weight: 400;
}

.csnkForm .dlForm > dt .markRequired {
  background-color: #ee8187;
}
body.pageRecruitGroup .csnkForm .dlForm > dt .markRequired {
  background-color: #f1990f;
}

.csnkForm .dlForm > dt .markNotRequired {
  background-color: #b0b0b0;
  color: #fff;
}

.csnkForm .dlForm > dd {
  font-size: 1.1rem;
}
.csnkForm.modeConfirm .dlForm > dd {
  width: 68%;
}
@media all and (max-width: 750px){
  .csnkForm.modeConfirm .dlForm > dd {
    width: 100%;
  }
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxInput {
    display: block;
  }
}

@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxBirthDay {
    padding-left: 0;
  }
}

@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxBirthDay .txtBirthYear {
    width: 8em;
  }
  .csnkForm .dlForm > dd .boxInputWrap .boxBirthDay .txtBirthMonth,
  .csnkForm .dlForm > dd .boxInputWrap .boxBirthDay .txtBirthDay {
    width: 6em;
  }
}

@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .boxBirthDay .txtBirthYear input {
    width: 6em;
  }
  .csnkForm .dlForm > dd .boxInputWrap .boxBirthDay .txtBirthMonth input,
  .csnkForm .dlForm > dd .boxInputWrap .boxBirthDay .txtBirthDay input {
    width: 4em;
  }
}

@media all and (max-width: 750px){
  .csnkForm .dlForm > dd .boxInputWrap .txtCaution {
    margin-top: 0.5em;
    text-align: left;
    font-size: 0.8rem;
  }
}

.csnkForm .dlForm > dd .txtZipcodeMark {
  margin-right: 0.5em;
}

.csnkForm label {
  vertical-align: middle;
  line-height: 1.0;
}

@media all and (max-width: 750px){
  .csnkForm .boxRadioWrap {
    padding-top: 0;
  }
}

.csnkForm .ulRadio {
  padding-left: 10px;
}

.csnkForm .ulRadio > li {
  margin: 0.5em 2.5em 0.5em 0.5em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .csnkForm .ulRadio > li {
    margin: 0 0.5em 0.5em 0.5em;
  }
}

.csnkForm .ulCheckbox {
  padding-left: 10px;
}
@media all and (max-width: 750px){
  .csnkForm .ulCheckbox {
    padding-left: 0.5em;
  }
}

.csnkForm .ulCheckbox > li {
  margin: 0.5em 2.5em 0.5em 0.5em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .csnkForm .ulCheckbox > li {
    margin: 0 0.5em 0.5em 0.5em;
  }
}

.boxFormPrivacy {
  margin-top: 1.2em;
  padding: 0.8em 0;
  background-color: #eedcdc;
}
body.pageRecruitGroup .boxFormPrivacy {
  background-color: #fdebcf;
}

.csnkForm .boxFormSubmit {
  padding-top: 4.5em;
}
@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit {
    padding-top: 2.5em;
  }
}

@media all and (max-width: 750px){
  .modeConfirm .boxFormSubmit {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.boxFormSubmit .btnSubmit {
  width: 600px;
  border-radius: 70px;
  background-color: #ec78a5;
  background-image: url('./../../images/base/base-icn-csnk-form-arrow01-r.png'), -moz-linear-gradient(left, #ec78a5 0%, #ed858c 100%);
  background-image: url('./../../images/base/base-icn-csnk-form-arrow01-r.png'), -webkit-linear-gradient(left, #ec78a5 0%, #ed858c 100%);
  background-image: url('./../../images/base/base-icn-csnk-form-arrow01-r.png'), linear-gradient(to right, #ec78a5 0%, #ed858c 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 88% center, left top;
  background-size: auto auto, auto auto;
  letter-spacing: 0.14em;
  font-size: 1.8rem;
}
body.pageRecruitGroup .boxFormSubmit .btnSubmit {
  background-image: url('./../../images/base/base-icn-csnk-form-arrow01-r.png'), linear-gradient(to right, #f1990f 0%, #f56d24 100%);
}
@media all and (max-width: 750px){
  .boxFormSubmit .btnSubmit {
    width: 100%;
    height: 14vw;
    border-radius: 14vw;
    background-position: 88% center, left top;
    background-size: 3vw auto, auto auto;
    font-size: 1.3rem;
  }
}


@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitBack,
  .csnkForm .boxFormSubmit .btnSubmitSend {
    background-size: 2vw auto, auto auto;
    letter-spacing: 0.07em;
    font-size: 0.9rem;
  }
}

.csnkForm .boxFormSubmit .btnSubmitBack {
  width: 47%;
  margin: 0 1.5%;
  background-image: url('./../../images/base/base-icn-csnk-form-arrow01-l.png'), -moz-linear-gradient(left, #ec78a5 0%, #ed858c 100%);
  background-image: url('./../../images/base/base-icn-csnk-form-arrow01-l.png'), -webkit-linear-gradient(left, #ec78a5 0%, #ed858c 100%);
  background-image: url('./../../images/base/base-icn-csnk-form-arrow01-l.png'), linear-gradient(to right, #ec78a5 0%, #ed858c 100%);
  background-position: 12% center, left top;
}
@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitBack {
    background-position: 5% center, left top;
  }
  .csnkForm.modeConfirm .boxFormSubmit .btnSubmitBack {
    margin: 0;
  }
}

.csnkForm .boxFormSubmit .btnSubmitSend {
  width: 47%;
  margin: 0 1.5%;
}
@media all and (max-width: 750px){
  .csnkForm .boxFormSubmit .btnSubmitSend {
    background-position: 95% center, left top;
  }
  .csnkForm.modeConfirm .boxFormSubmit .btnSubmitSend {
    margin: 0;
  }
}

.csnkForm input[type="text"],
.csnkForm input[type="email"],
.csnkForm input[type="number"],
.csnkForm select {
  width: 354px;
  height: 50px;
  padding: 0.7em 1.5em;
  border: 1px #cdcdcd solid;
  border-radius: 50px;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .csnkForm input[type="text"],
  .csnkForm input[type="email"],
  .csnkForm input[type="number"],
  .csnkForm select {
    width: 100%;
    height: 12vw;
    padding: 0.6em 1.5em;
    border-radius: 12vw;
  }
}

@media all and (max-width: 750px){
  .csnkForm .boxSelect {
    position: relative;
    /*display: inline-block;*/
  }
  .csnkForm .boxSelect:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 90%;
    width: 0.4em;
    height: 0.4em;
    margin-top: auto;
    margin-bottom:  auto;
    border-right: 1px #999 solid;
    border-bottom: 1px #999 solid;
    transform: rotate(45deg);
  }
}

@media all and (max-width: 750px){
  .csnkForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('./../../images/base/base-csnkform-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 1.0em) center;
    background-size: 2.5vw auto;
    padding: 0 1.5em;
  }
}

.csnkForm textarea {
  width: 100%;
  height: 180px;
  padding: 0.7em 1.5em;
  border-radius: 30px;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .csnkForm textarea {
    height: 10em;
    border-radius: 5vw;
  }
}

.csnkForm input[name="company_name"] {
  width: 550px;
}
@media all and (max-width: 750px){
  .csnkForm input[name="company_name"] {
    width: 100%;
  }
}

.csnkForm input[name="zipcode"] {
  width: 170px;
}
@media all and (max-width: 750px){
  .csnkForm input[name="zipcode"] {
    width: 50vw;
  }
}

.csnkForm select[name="pref"] {
  width: 180px;
}
@media all and (max-width: 750px){
  .csnkForm select[name="pref"] {
    width: 100%;
  }
}

.csnkForm input[name="address"] {
  width: 100%;
}

.csnkForm select[name="cont_select"] {
  width: 243px;
}
@media all and (max-width: 750px){
  .csnkForm select[name="cont_select"] {
    width: 100%;
  }
}

@media all and (max-width: 750px){
  .boxCsnkFormThanksIn > p {
    font-size: 0.9rem;
  }
}