/* 採用エントリーフォームcss */
li {
  margin-top: 20px;
  list-style: none;
}

.individualHeader {
  height: 95px;
}

.pageTitle {
  text-align: center;
  margin-top: 75px;
  color: #808080;
  font-size: 3em;
}

/************************
エントリーフォームスタイル str
**************************/
.allHalfway {
  text-align: center;
  margin: 0 140px;
}

.subMessage {
  height: 80px;
  text-align: center;
  padding-top: 30px;
}

.beforMessge::before {
  content: "必須";
  background-color: #FF0000;
  color: #ffffff;
  border-radius: 6px;
  padding: 0 7px;
}

.afterMessge::after {
  content: "必須";
  background-color: #FF0000;
  color: #ffffff;
  border-radius: 6px;
  padding: 0 7px;
  font-size: 14px;
  float: right;
}

.anyMessge::after {
  content: "任意";
  background-color: #bbbbbb;
  color: #ffffff;
  border-radius: 6px;
  padding: 0 7px;
  font-size: 14px;
  float: right;
}

.errorMessage {
  color: #FF0000;
  text-align: left;
  padding: 10px 0 0 240px;
  line-height: 15px
}

.outerMessage {
  width: 297px;
  text-align: center;
  margin: 0 auto;
}

.error {
  background-color: #FFDEAD;
  opacity: 0.8;
}

.allEntoryItem {
  display: inline-block;
}

.entoryContRow {
  margin: 20px 0;
  text-align: left;
}

.consentRow {
  text-align: left;
  /* display: inline-block;
  margin-left: 260px; */
}

.entoryContLabel {
  width: 210px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}

.smallItem {
  width: 128px;
}

/* .middleItem {
  width: 270px;
} */

.longItem {
  width: 470px;
}

input[type="text"] {
  height: 50px;
  border-radius: 10px;
  border: solid 1px #808080;
  margin-left: 20px;
  text-indent: 1em;
}

select {
  height: 50px;
  font-size: 15px;
  border-radius: 10px;
  margin-left: 20px;
  text-indent: 1em;
}

select[name="month"],
select[name="day"]  {
  margin-left: 0;
}

textarea {
  height: 170px;
  border-radius: 10px;
  margin-left: 20px;
  padding-top: 15px;
  padding-left: 13px;
}

textarea::placeholder,
input::placeholder {
  color: #c0c0c0;
}

.birthdayLabel {
  margin: 0 2px;
}

.noteText {
  display: block;
  font-size: 12px;
}

.outerConsent {
  margin: 10px 65px 10px 0;
  font-weight: bold;
  font-size: 15px;
}

.buttonArea {
  width: 656px;
  text-align: center;
  margin-top: 30px
}

.consent {
  display: inline-block;
}

.backButton,
#confirmButtom {
  width: 264px;
  height: 55px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px;
  border-radius: 10px;
  transition: .4s;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  background-color: #FFE4C4;
  /* margin-left: 105px; */
  letter-spacing: 3px;
  outline: none;
}

#confirmButtom {
  background-color: #FFAD90;;
}

.backButton:hover,
#confirmButtom:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #67c5ff;
}

.backButton {
  margin-right: 45px;
  background-color: #777777;
}

input[type="text"]:disabled,
textarea:disabled,
.disableStyle {
  background-color: #DDDDDD;
}

.addresSearchButton,
.clearButton {
  height: 46px;
  width: 176px;
  border-radius: 5px;
  background-color: #FF9966;
  border: 1px solid #c0c0c0;
  font-size: 13px;
  margin-left: 10px;
  color: #ffffff;
  outline: none;
}

.addresSearchButton:hover,
.clearButton:hover {
  cursor: pointer;
  color: #f2f2f2;
}

.clearButton {
  height: 35px;
  width: 80px;
  background-color: #a9a9a9;
}

.postalCodeText,
.interviewText {
  width: 180px;
}
/***********************
エントリフォームスタイル end
************************/
/***********************
エントリ完了スタイル end
************************/
.complete {
  height: 434px;
}

.completeMessge {
  text-align: center;
  font-size: 40px;
  margin-top: 30px;
}

.subCompleteMessge {
  text-align: center;
  line-height: 90px;
}

.topButtonArea {
  text-align: center;
}

.topButton {
  width: 310px;
  height: 55px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px;
  border-radius: 10px;
  transition: .4s;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  background-color: #FFE4C4;
  letter-spacing: 3px;
  padding: 10px;
  outline: none;
}

.agree {
  margin-left: 10px;
}
/***********************
エントリ完了スタイル end
************************/
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {
  .allHalfway {
    margin: 0 20px;
  }

  .pageTitle {
    font-size: 1.2em;
    text-align: left;
  }

  .subMessage {
    text-align: left;
  }

  .entoryContLabel {
    width: 100%;
    height: 35px;
    padding-top: 6px;
    background-color: #FFEEFF;
  }

  .allEntoryItem {
    padding: 0;
  }

  .middleItem {
    width: 225px;
  }

  input[type="text"] {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }

  .longItem {
    width: 225px;
  }

  .longItem,
  .smallItem {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-left: 0;
  }

  .spSmallItem {
    width: 80%;
    display: inline-block;
  }

  .consentRow {
    margin-left: 0;
    display: block;
    text-align: left;
  }

  .noteText {
    width: 100%;
  }

  .outerConsent {
    margin: 10px 0px 10px 0;
  }

  .buttonArea {
    width: 272px;
  }

  #confirmButtom {
    margin-left: 0;
  }

  .backButton {
    width: 115px;
  }

  .afterMessge::after,
  .anyMessge::after {
    float: none;
    margin-left: 20px;
  }

  .errorMessage {
    padding: 10px 0 0 0px;
  }

  .completeMessge {
    font-size: 25px;
    margin-top: 30px;
  }

  .subCompleteMessge {
    line-height: 42px;
    font-size: 11px;
  }

  .topButtonArea {
    margin-top: 20px;
  }

  .addresSearchButton,
  .clearButton {
    width: 153px;
    margin-left: 0;
    display: inline-block;
    margin-top: 10px;
  }

  .clearButton {
    width: 100px;
  }

  .postalCodeText,
  .interviewText {
    width: 167px !important;
    display: inline-block !important;
  }
}
/***********************
スマホ用 end
************************/
