.container-recruit {
  color: #666666;
  padding-top: 55px;
  overflow: hidden;
  margin-bottom: -122px;
}
@media only screen and (max-width: 767px) {
  .container-recruit {
    padding-top: 0;
  }
}

.section-recruit-form {
  position: relative;
  width: 100%;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .section-recruit-form {
    width: 100%;
    float: none;
  }
}

.section-title {
  padding-left: 1px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding: 20px 10px 6px 16px;
    margin-bottom: 20px;
  }
}
.section-title .title {
  float: left;
}
@media only screen and (max-width: 767px) {
  .section-title .title .title-input {
    width: 117px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title .title-confirm {
    width: 181px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title .title-complete {
    width: 183px;
    height: 20px;
  }
}
.section-title .back-link {
  float: right;
  padding-top: 4px;
  padding-right: 2px;
  letter-spacing: 0.15em;
  color: #666666;
  font-size: 14px;
  font-size: 1.16667rem;
}
@media only screen and (max-width: 767px) {
  .section-title .back-link {
    font-size: 12px;
    font-size: 1rem;
    letter-spacing: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 28px;
  }
}
.section-title .back-link img {
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .section-title .back-link img {
    padding-top: 0;
    width: 85px;
    height: 13px;
  }
}
.section-title .icon-arrow_left {
  margin-right: 10px;
  top: 2px;
  position: relative;
}

.form-wrap {
  width: 760px;
  margin: 0 0 0 100px;
}
@media only screen and (max-width: 767px) {
  .form-wrap {
    width: auto;
    margin: 0 10px;
  }
}
.form-wrap .description {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .form-wrap .description {
    margin: 0 6px 20px;
  }
}
.form-wrap .attention {
  color: #d22e36;
}
.form-wrap .note {
  color: #d22e36;
  font-weight: normal;
  line-height: 1.4;
}

.input-container {
  border: 1px solid #e7e7e7;
  padding: 35px 60px;
}
@media only screen and (max-width: 767px) {
  .input-container {
    padding: 35px 12px;
  }
}

.recruit-title {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.16667rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 30px;
}
.recruit-title.confirm {
  margin: 0;
  border-bottom: none;
}

.input-list {
  overflow: hidden;
  width: 638px;
  padding: 1px 1px 0 0;
  /*
  input.error {
    background-color: #fae5e5;
    &:focus {
      background-color: #ffffff;
    }
  }
}
*/
}
@media only screen and (max-width: 767px) {
  .input-list {
    margin-bottom: 28px;
    width: auto;
  }
}
.input-list.old {
  margin-bottom: 24px;
}
.input-list.error .input-title {
  position: relative;
  top: 18px;
}
.input-list.error .input-title.confirm {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .input-list.error .input-title {
    top: 0;
  }
}
.input-list input.error {
  background-color: #fae5e5;
}
.input-list input.error:focus {
  background-color: #ffffff;
}

.input-title {
  width: 200px;
  float: left;
  clear: left;
  padding: 14px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .input-title {
    width: auto;
    float: none;
    margin-bottom: 8px;
    padding: 0;
  }
}
.input-title .title {
  font-weight: bold;
}
.input-title.multi-line {
  padding-top: 0;
  line-height: 1.5;
}

.input-area {
  float: left;
  margin-bottom: 17px;
  position: relative;
  width: 438px;
}
@media only screen and (max-width: 767px) {
  .input-area {
    width: auto;
    margin-bottom: 0;
    float: none;
  }
}
.input-area.no-example {
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .input-area.no-example {
    margin-bottom: 0;
  }
}
.input-area.comment {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .input-area.comment {
    margin-bottom: 30px;
  }
}

.harf-box {
  float: left;
}
@media only screen and (max-width: 767px) {
  .harf-box {
    width: 47.5%;
    padding-right: 23px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .harf-box.first {
    margin-right: 5%;
  }
}

.input-area-title {
  float: left;
  padding: 14px 0 0 0;
  margin-right: 11px;
}
@media only screen and (max-width: 767px) {
  .input-area-title {
    float: left;
    margin-right: -23px;
  }
}

.input-area-box {
  float: left;
  position: relative;
}
.input-area-box.first-name {
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 767px) {
  .input-area-box.first-name {
    margin-left: 23px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .input-area-box.last-name {
    margin-left: 23px;
    width: 100%;
  }
}

.input {
  width: 180px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .input {
    width: 100%;
  }
}
.input:focus {
  background-color: #ffffff;
}
.input.name {
  width: 180px;
}
.input.old {
  width: 150px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .input.old {
    width: 100%;
  }
}
.input.postal-code {
  width: 150px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .input.postal-code {
    width: 30%;
  }
}
.input.long {
  width: 327px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .input.long {
    width: 100%;
  }
}
.input.full {
  width: 438px;
}
@media only screen and (max-width: 767px) {
  .input.full {
    width: 100%;
  }
}
.input.no-example {
  margin-bottom: 24px;
}
.input.comment {
  height: 200px;
  width: 438px;
  resize: vertical;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .input.comment {
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

.example {
  display: block;
  line-height: 1.4;
  padding-top: 8px;
}
.example.postal-code {
  float: left;
}
@media only screen and (max-width: 767px) {
  .example.postal-code {
    float: none;
    clear: both;
  }
}

.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .inline-pc {
    display: block;
  }
}

.haihun {
  line-height: 1.4;
  padding: 13px 7px 0;
  float: left;
  box-sizing: border-box;
  width: 27px;
}

.adress-input-list {
  width: 438px;
}
@media only screen and (max-width: 767px) {
  .adress-input-list {
    width: 100%;
  }
}
.adress-input-list .input-area-title {
  width: 111px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .adress-input-list .input-area-title {
    width: 100%;
    margin-bottom: 5px;
  }
}
.adress-input-list .input-area-title.apart {
  line-height: 1.5;
  padding: 0 14px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .adress-input-list .input-area-title.apart {
    line-height: 1;
    padding: 14px 0 0 0;
  }
}
.adress-input-list .input-area {
  margin-bottom: 21px;
  width: 327px;
}
@media only screen and (max-width: 767px) {
  .adress-input-list .input-area {
    width: 100%;
    margin-bottom: 0px;
  }
}

.agreement-title {
  clear: both;
  margin-bottom: 10px;
  font-weight: bold;
}

.agreement-text {
  padding: 20px 30px;
  overflow: auto;
  border: 1px solid #e7e7e7;
  height: 200px;
  box-sizing: border-box;
  background-color: #F9F9F9;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

.agreement-check {
  margin: 38px auto 34px;
  text-align: center;
}
.agreement-check input[type=checkbox] {
  display: none;
}
.agreement-check input[type=checkbox].checked {
  display: none;
}
.agreement-check input[type=checkbox] + label {
  cursor: pointer;
  margin: 0;
  clear: none;
  padding: 8px 17px 4px 40px;
  background: url(../../../../img/company/recruit/apply/btn_checkbox.png) no-repeat;
  color: #333;
  background-position: 0 0px;
  background-size: 27px 52px;
}
.lt_ie9 .agreement-check input[type=checkbox] + label {
  padding: 8px 10px 3px 40px;
  background: url(../../../../img/company/recruit/apply/btn_checkbox_ie8.png) no-repeat;
  background-position: 0 0px;
}
.agreement-check input[type=checkbox]:checked + label {
  background-position: 0 -26px;
}
.lt_ie9 .agreement-check input[type=checkbox]:checked + label {
  background-position: 0 -25px;
}

.btn-submit {
  text-align: center;
}
.btn-submit button {
  cursor: pointer;
  background-color: #555555;
  color: #fff;
  width: 240px;
  height: 50px;
  border: none;
  margin-bottom: 12px;
}
.btn-submit button:focus {
  outline: none;
}
.btn-submit button.disabled {
  background-color: #AEAEAE;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .btn-submit button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn-submit .note {
    text-align: left;
  }
}

.form-error {
  margin-bottom: 30px;
  color: #e30000;
}

.input-error {
  margin-bottom: 8px;
  color: #e30000;
}

.br-only-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .br-only-pc {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .br-only-sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .icon {
    margin-top: -3px;
    top: 50%;
  }
}

.icon-accordion {
  display: none;
  width: 9px;
  height: 6px;
  background: url("/img/common/icon/arrow_under_2x.png") no-repeat;
  background-size: 9px 6px;
}
@media only screen and (max-width: 767px) {
  .icon-accordion {
    position: absolute;
    display: block;
    right: 20px;
  }
}

.icon-link_arrow_right {
  display: none;
}
@media only screen and (max-width: 767px) {
  .icon-link_arrow_right {
    display: block;
    right: 20px;
    position: absolute;
    top: 50%;
  }
}

input,
textarea,
select {
  font-size: 16px;
}

#header {
  height: 88px;
}
@media only screen and (max-width: 767px) {
  #header {
    height: 69px;
  }
}

#contents {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  #contents {
    margin-top: 70px;
  }
}

.input-list-confirm {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 -1px 0;
  overflow: hidden;
  width: 100%;
}
.input-list-confirm dt {
  float: left;
  width: 200px;
  padding: 18px 0 16px 0;
  color: #444444;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .input-list-confirm dt {
    width: 100px;
    margin-right: -100px;
    line-height: 1.8;
    margin-top: -4px;
  }
}
.input-list-confirm dd {
  float: left;
  width: 438px;
  padding: 14px 0 11px 0;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .input-list-confirm dd {
    width: auto;
    margin-left: 100px;
  }
}

.form-wrap-confirm {
  padding: 40px 0 5px;
  text-align: center;
}

.btn-correct {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  width: 120px;
  height: 46px;
  margin-right: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn-correct:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .btn-correct {
    width: 38%;
    margin-right: 10px;
  }
}

.btn-send {
  background-color: #555555;
  width: 240px;
  height: 46px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.btn-send:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .btn-send {
    width: 57%;
  }
}

.section-complete {
  width: 100%;
  margin-bottom: 71px;
}
.section-complete .section-title {
  margin-bottom: 40px;
}
.section-complete .section-massage {
  width: 520px;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  padding: 35px 60px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section-complete .section-massage {
    margin: 0 15px;
    width: auto;
    padding: 35px 10px 0;
  }
  .section-complete .section-massage.error {
    margin-top: 40px;
  }
}
.section-complete .section-massage .message-title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.33333rem;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  margin-bottom: 38px;
}
.section-complete .section-massage .message {
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 1.4;
  margin-bottom: 58px;
}
.section-complete .section-massage .btn-recruit {
  width: 180px;
  height: 44px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding-top: 14px;
  margin: 0 auto 60px;
  display: block;
  padding-left: 56px;
}
@media only screen and (max-width: 767px) {
  .section-complete .section-massage .btn-recruit {
    width: 100%;
    position: relative;
    padding-left: 0;
    text-align: center;
  }
}
.section-complete .section-massage .icon-arrow_right {
  margin-left: 36px;
  background-size: 5px 10px;
  width: 5px;
  height: 10px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .section-complete .section-massage .icon-arrow_right {
    position: absolute;
    top: 32%;
    right: 20px;
  }
}
.section-complete .section-massage .icon-arrow_right.error {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .section-complete .section-massage .icon-arrow_right.error {
    position: relative;
    top: 0;
    right: 0;
  }
}
.section-complete .section-massage .link-wrap {
  text-align: center;
  font-size: 15px;
  font-size: 1.25rem;
  margin-bottom: 58px;
}
