@charset "UTF-8";
/*------------------------------------------------------------
	非公開求人とは
------------------------------------------------------------*/
#main {
  font-size: 1.5em;
}

#main #conts .about .catch {
  margin-bottom: 60px;
  text-align: center;
}

#main #conts .about .bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 571px;
  padding: 40px 40px 0 500px;
  background: url(/img/closed/bg_about.jpg) no-repeat;
}

#main #conts .about .bg .what {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  width: 420px;
  background: #FFF;
}

#main #conts .about .bg .what .ttl {
  margin-bottom: 20px;
  font-size: 1.4666em;  
}

#main #conts .about .bg .what .min {
  font-size: 0.93333em;
  font-weight: bold;  
}

#main #conts .about .bg .what .min span {
  color: #8C0000;
}

#main #conts .about .bg .what .txt {
  margin-top: 34px;
  padding-top: 36px;
  border-top: 1px solid #111;
}

#main #conts .about .bg .what .txt p {
  margin-top: 25px;
  font-size: 0.933em;
}

#main #conts .about .bg .what .txt p:first-child {
  margin-top: 0;
}

#main #conts .closed .ttl01 {
  font-size: 1.7333em;  
}

#main #conts .closed .box {
  margin-top: -1px;
  padding: 50px 60px 60px 60px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  position: relative;
}

#main #conts .closed .box .ttl {
  margin-bottom: 30px;
}

#main #conts .closed .box .num {
  position: absolute;
  top: 0;
  left: 15px;
}

#main #conts .closed .box .image {
  margin-left: 40px;
  float: right;
}

#main #conts .closed .box .txt p {
  margin-top: 30px;
}

#main #conts .closed .box .txt p:first-child {
  margin-top: 0;
}

#main #conts .closed .box .check {
  margin-top: 30px;
  width: 480px;
}

#main #conts .closed .box .check li {
  font-size: 1em;
}

#main #conts .closed .support {
  text-align: center;
}

#main #conts .closed .support .catch {
  margin: 60px 0;
}




/*------------------------------------------------------------
   エントリーフォーム
------------------------------------------------------------*/
#conts section p.errorTxt {
  margin-bottom: 30px;
  color: #8C0000;
  text-align: center;
  font-size: 115%;
}

#conts .inner form {
  color: #111;
}

#conts .inner form table.table01 {
  width: 100%;
}

#conts .inner form table.table01 th,
#conts .inner form table.table01 td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #111;
  vertical-align: middle;
  line-height: 1.75;
}

#conts .inner form table.table01 th {
  padding-left: 30px;
  padding-right: 40px;
  width: 273px;
  position: relative;
}

#conts .inner form table.table01 td {
  text-align: left;
}

#conts .inner form table.table01 th .must,
#conts .inner form table.table01 th .any {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -11px;
  width: 44px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  text-align: center;
  font-size: 12px;
}

#conts .inner form table.table01 th .must {
  background: #8C0000;
  color: #FFF;
  vertical-align: top;
}

#conts .inner form table.table01 th .any {
  border: 1px solid #234723;
  color: #234723;
  font-weight: bold;
}

#conts .inner form table.table01 td input {
  padding: 10px 14px 8px;
}

#conts .inner form table.table01 td .notes {
  margin-top: 15px;
}

#conts .inner form table.table01 td ul {
  line-height: 1;
}

#conts .inner form table.table01 td .pulldown > select {
  width: 150% !important;
  height: 35px;
}

#conts .inner form table.table01 td #fName,
#conts .inner form table.table01 td #fEstablishment {
  width: 310px;
}

#conts .inner form table.table01 td.nameBox li,
#conts .inner form table.table01 td.kanaBox li,
#conts .inner form table.table01 td.birth li {
  display: inline-block;
}

#conts .inner form table.table01 td.nameBox li span,
#conts .inner form table.table01 td.kanaBox li span {
  padding: 0 25px 0 0;
}

#conts .inner form table.table01 td.birth li span {
  padding: 0 10px;
}

#conts .inner form table.table01 td.birth li .pulldown,
#conts .inner form table.table01 td.birth li span {
  display: table-cell;
  vertical-align: middle;
}

#conts .inner form table.table01 td.nameBox li input,
#conts .inner form table.table01 td.kanaBox li input {
  width: 150px;
}

#conts .inner form table.table01 td.birth .year select {
  width: 180px;
}

#conts .inner form table.table01 td #fEmail,
#conts .inner form table.table01 td #fConfirmation {
  width: 570px;
}

#conts .inner form table.table01 td #fConfirmation {
  margin-top: 15px;
}

#conts .inner form table.table01 td #fTel {
  margin-bottom: 13px;
  width: 310px;
}

#conts .inner form table.table01 td .location li {
  display: inline-block;
  margin-left: 17px;
}

#conts .inner form table.table01 td .location li:first-child {
  margin-left: 0;
}

#conts .inner form table.table01 td .location li.all {
  margin-top: 15px;
  margin-left: 0;
}

#conts .inner form table.table01 td .location li .pulldown {
  width: 180px;
}

#conts .inner form table.table01 td .national {
  margin-top: 20px;
}

#conts .inner form table.table01 td #fComp {
  width: 500px;
}

#conts .inner form table.table01 td .experience .pulldown {
  width: 180px;
}

#conts .inner form table.table01 td .experience dl {
  margin-top: 18px;
}

#conts .inner form table.table01 td .experience dl:first-child {
  margin-top: 0;
}

#conts .inner form table.table01 td .experience dl dt, #conts .inner form table.table01 td .experience dl dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}

#conts .inner form table.table01 td .experience dl dt {
  width: 78px;
}

#conts .inner form table.table01 td .experience .register dt {
  padding-bottom: 30px;
}

#conts .inner form table.table01 td .experience .register dd .pulldown,
#conts .inner form table.table01 td .experience .register dd span {
  display: table-cell;
  vertical-align: middle;
}

#conts .inner form table.table01 td .experience .register dd span {
  padding: 0 10px;
}

#conts .inner form table.table01 td .experience .register dd p {
  margin-top: 20px;
}

#conts .inner form table.table01 td textarea {
  padding: 10px;
  width: 600px;
  min-height: 140px;
}

#conts .inner form table.table01 td.error input,
#conts .inner form table.table01 td.error select,
#conts .inner form table.table01 td.error textarea {
  background: #FFF7F7;
}

#conts .inner form table.table01 td.error input[type="radio"],
#conts .inner form table.table01 td.error input[type="checkbox"] {
  background: none;
}

#conts .inner form table.table01 td.error .errorTxt {
  margin-top: 0;
  margin-bottom: 13px;
  color: #8C0000;
  text-align: left;
  font-size: 100%;
}

#conts .inner form table.table01 td.error .experience .errorTxt {
  margin: 15px 0 -10px;
  padding-left: 5em;
}

#conts .inner form table.table01 td.error .experience .errorTxt:first-child {
  margin-top: 0;
}

#conts .inner form .submitBtn {
  margin: 60px auto 0;
  width: 478px;
  position: relative;
}

#conts .inner form .submitBtn.fromOffer {
  width: 372px;
}

#conts .inner form .submitBtn .txt {
  position: absolute;
  margin-top: -0.85em;
  top: 50%;
  left: -11em;
  font-size: 1.1428em;
}

#conts .inner form .submitBtn .button {
  margin: -15px 0 0 -15px;
}

#conts .inner form .submitBtn.fromOffer .button {
  margin: -15px 0 0 -4px;
}

#conts .inner form .submitBtn .txt a {
  text-decoration: none;
}

#conts .inner form .submitBtn .txt a:hover {
  text-decoration: underline;
}

#conts .inner form .submitBtn .orangeBtn button {
  display: block;
  width: 342px;
  height: 70px;
}

#conts .inner form .submitBtn .button input[type="image"] {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

#conts .inner form .submitBtn .button input[type="image"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(/img/recruit/detail/recruit_bn01_bg.png) no-repeat 0 0;
}

#conts .inner form .submitBtn .warrant {
  width: 205px;
  height: 70px;
  position: absolute;
  /*top: 0;*/
  top: 10px;
  right: -236px;
}

#conts .inner form .submitBtn .warrant li {
  padding-top: 8px;
  float: right;
}

#conts .inner form .submitBtn .warrant li:first-child {
  padding-top: 0;
  float: left;
}

#conts section .formSec .ttl01 {
  padding-top: 40px;
}

#conts section .formSec .ttl01:before {
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
}

#conts .closed .inner .supportBtn a {
  display: inline-block;
  width: 488px;
  height: 88px;
}

#conts .closed .inner .supportBtn a img {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

#conts .closed .inner .supportBtn a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(/img/recruit/detail/recruit_bn01_bg.png) no-repeat 0 0;
}
