@charset "utf-8";
/* モーダル コンテンツエリア */

.tenishokuModal {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: absolute;/*fixed*/
  z-index: 9999;
  font-size: 0;
  display: none;
}

/* モーダル 背景エリア */

.tenishokuModalCover {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9998;
  /*overflow-y: auto;*/
}

.tenishokuModal .modalHeader {
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 30px 0 15px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  min-height: 66px;
}

.tenishokuModal .modalHeader h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0f3160;
  margin-left: 15px;
}

.tenishokuModal .modalHeader a.closeModal {
  position: absolute;
  top: 26px;
  right: 15px;
  font-size: 14px;
  text-decoration: none;
  width: 24px;
  height: 29px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/btn_close_sp.png);
  background-repeat: no-repeat;
  background-size: contain;/*24px auto;*/
}

.tenishokuModal .modalHeader a.closeModal span {
  color: #0f3160;
  font-weight: bold;
  font-size: 120%;
}

.tenishokuModal h3 {
  background: #0f3260;
  color: #fff;
  padding: 0.5em;
  margin: 0;
  font-size: 14px;
  display: none;
}

.tenishokuModal .modalFooter {
  padding: 20px 0 20px;
  text-align: center;
}

.tenishokuModal .reset {
  box-sizing: border-box;
  background: #d8d8d8;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  width: 50%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 50px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 1px solid #d8d8d8;
  display: none;
}

.tenishokuModal .submit {
  box-sizing: border-box;
  background: #de0002;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 60%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 1px solid #de0002;
}

.tenishokuModal .reset:hover {
  color: #888;
  border-color: #888;
  background: #fff;
}

.tenishokuModal .submit:hover {
  color: #de0002;
  background: #fff;
}

/* 勤務地 */

.tenishokuModal .workplaces .step1 {
  display: none;
}

.tenishokuModal .workplaces .scrollBlock {
  overflow: auto;
  /**/
  max-height: 500px;
  /**/
}

.tenishokuModal .workplaces .step2 {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
}

.tenishokuModal .workplaces .step2 dl {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.tenishokuModal .workplaces .step2 dl dt {
  background: #ebebeb;
  border-top: 1px solid #dcdcdc;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.tenishokuModal .workplaces .step2 dl dt label {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  padding: 1em 2em 1em 1em;
}

.tenishokuModal .workplaces .step2 dl dt label input {
  margin-right: 0.3em;
  display: none;
}

.tenishokuModal .workplaces .step2 dl dt span {
  background: #13304c;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 50px;
  top: calc(50% - 12px);
  padding: 5px 15px;
  border-radius: 20px;
  display: none;
}

.tenishokuModal .workplaces .step2 dl dt.hasSelection span {
  display: inline-block;
}

.tenishokuModal .workplaces .step2 dl dt a.toggleCategory {
  box-sizing: border-box;
  color: #666;
  width: 32px;
  height: 32px;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: calc(50% - 18px);
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.tenishokuModal .workplaces .step2 dl dd {
  display: none;
}

.tenishokuModal .workplaces .step2 dl dd ul {}

.tenishokuModal .workplaces .step2 dl dd ul li {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.tenishokuModal .workplaces .step2 dl dd ul li:last-of-type {
  border-bottom: none;
}

.tenishokuModal .workplaces .step2 dl dd ul li label {
  position: relative;
  padding: 1em 1em 1em 1em;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  cursor: pointer;
}

.tenishokuModal .workplaces .step2 dl dd ul li label input {
  margin-right: 1em;
}

/* 職種 */

.tenishokuModal .occupations .step1 {
  display: none;
}

.tenishokuModal .occupations .scrollBlock {
  overflow: auto;
  /**/
  max-height: 500px;
  /**/
}

.tenishokuModal .occupations .step2 {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
}

.tenishokuModal .occupations .step2 dl {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.tenishokuModal .occupations .step2 dl dt {
  background: #112c55;
  color: #fff;
  margin: 0;
  padding: 0.65em 1em;
  font-weight: bold;
  font-size: 16px;
  display: none;
  line-height: 1.2;
}

.tenishokuModal .occupations .step2 dl dt.topCategory {
  background: #ebebeb;
  border-top: 1px solid #dcdcdc;
  color: #000;
  font-size: 18px;
  position: relative;
  padding: 1em 2em 1em 1em;
  display: block;
  cursor: pointer;
}

.tenishokuModal .occupations .step2 dl dt.topCategory span {
  background: #13304c;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 50px;
  top: calc(50% - 12px);
  padding: 5px 15px;
  border-radius: 20px;
  display: none;
}

.tenishokuModal .occupations .step2 dl dt.topCategory.hasSelection span {
  display: inline-block;
}

dt.topCategory br {
  display: none;
}

dt.topCategory.hasSelection br {
  display: inherit;
}

.tenishokuModal .occupations .step2 dl dt.topCategory a.toggleCategory {
  box-sizing: border-box;
  color: #666;
  width: 32px;
  height: 32px;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: calc(50% - 20px);
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.tenishokuModal .occupations .step2 dl dd {
  display: none;
}

.tenishokuModal .occupations .step2 dl dd ul {}

.tenishokuModal .occupations .step2 dl dd ul li {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.tenishokuModal .occupations .step2 dl dd ul li label {
  position: relative;
  text-indent: -2em;
  padding: 1em 1em 1em 3em;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  cursor: pointer;
}

.tenishokuModal .occupations .step2 dl dd ul li label input {
  margin-right: 1em;
}
