@charset "UTF-8";
/* 採用エントリーフォーム */
/* PC */

/*--------------------
    containts
--------------------*/

.subBbreadcrumbs{
  width: 100%;
  padding: 25px 0 22px 0;
  background-color: #e9eaf1;
}
.subBbreadcrumbs ol{
  width: 980px;
  margin: auto;
}
.subBbreadcrumbs li{
  position: relative;
  display: inline;
  margin: 0 40px 0 0;
  line-height: 23px;
  font-size: 13px;
  white-space: nowrap;
}
.subBbreadcrumbs li::after{
  position: absolute;
  top: 8px;
  right: -28px;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #bfc0c5;
}
.subBbreadcrumbs li:last-child{
  margin-right: 0;
  white-space: normal;
}
.subBbreadcrumbs li:last-child::after{
  display: none;
}
.subBbreadcrumbs a{
  cursor: default;
  text-decoration: none;
  color: #004eba;
}
.subBbreadcrumbs li:last-child a:link,
.subBbreadcrumbs li:last-child a:visited,
.subBbreadcrumbs li:last-child a:hover,
.subBbreadcrumbs li:last-child a:active {
  color: black;
  text-decoration: none;
}

.subBbreadcrumbs a:link,
.subBbreadcrumbs a:visited,
.subBbreadcrumbs a:hover,
.subBbreadcrumbs a:active {
  cursor: pointer;
  color: #004eba;
  text-decoration: none;
}
.heading01{
  width: 100%;
  height: 300px;
  padding: 115px 0 0;
  background: url(/recruit/entry/images/bg_index01.jpg) no-repeat center top;
  background-size: cover;
}
.heading01 img{
  margin: auto;
}
.contentsArea{
  width: 1200px;
  margin: -50px auto 150px;
  background-color: #fff;
}
.formArea{
    width: 780px;
    margin: 0 auto 0;
    padding: 60px 0 0;
}
.formArea p{
  line-height: 26px;
  color: #000;
  font-size: 14px;
}
.required{
  line-height: 26px;
  color: #e60012;
  font-size: 14px;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tblList02 {
  margin-top: 13px;
  border-top: 1px solid #d4d4d4;
}
.tblList02 dl{
  display: table;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  line-height: 30px;
  color: #000;
  font-size: 15px;
}
.tblList02 dl:nth-child(odd){
  background-color: #f4f4f8;
}
.tblList02 dt{
  display: table-cell;
  width: 250px;
  padding:20px 0 20px 20px;
}
.tblList02 dd{
  display: table-cell;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}
.tblList02 dd.addP{
  padding: 10px 10px 10px 0;
}
.select-wrap[for="year"],.select-wrap[for="month"],.select-wrap[for="day"]{
  width: 7em;
}

.select-wrap #year,
.select-wrap #month,
.select-wrap #day {
  position:relative;
  z-index:1;
  display: inline-block;
  width: 7em;
  padding:11px 35px 11px 11px;
  font-size:16px;
  line-height:1.5;
  overflow:hidden;
  background:#ffffff url(/recruit/entry/images/icon_arb.png) no-repeat 96% center;
  background-size: 10px 6px;
  border:1px solid #ccc;
  color:#000;
  box-sizing: border-box;
}

label + label{
  margin: 0 0 0 5px;
}
.select-wrap #job01{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  padding:11px 35px 11px 11px;
  font-size:16px;
  line-height:1.5;
  overflow:hidden;
  background:#ffffff url(/recruit/entry/images/icon_arb.png) no-repeat 99% center;
  background-size: 10px 6px;
  border:1px solid #ccc;
  color:#000;
  box-sizing: border-box;
}

input,textarea{
  width: 100%;
  padding:11px 35px 11px 11px;
  background-color:#ffffff;
  border:1px solid #ccc;
  line-height:1.5;
  color:#000;
  font-size:16px;
}
input.add{
  width: 7em;
  margin: 0 0 15px 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 30px;
  margin: 0 30px 0 0;
  cursor: pointer;
}
input[type="radio"] + label::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 23px;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  border: 7px solid #252e73;
  border-radius: 100%;
}
textarea{
  height: 120px;
}
.tblList02 ul{
  margin-top: 35px;
}
.tblList02 li{
  line-height: 22px;
  font-size: 12px;
}
.tblList02 li a{
  color: #0063d6;
}
.btnArea{
  margin: 45px auto 0;
}
input[type="button"],
input[type="submit"]{
  display: block;
  width: 476px;
  height: 96px;
  margin: 0 auto;
  padding: 11px;
  background: url(/recruit/entry/images/icon_arr.png) no-repeat 97% center;
  background-size: 7px 12px;
  border: 2px solid #252e73;
  color: #252e73;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover{
  opacity: .7;
}
.finishArea {
  padding-bottom: 120px;
  text-align: center;
}
.figure{
  width: 48px;
  margin: auto;
}
.figure img{
  width: 100%;
}
.eyeCatch p > strong{
  margin: 20px 0 0;
  line-height: 60px;
  color: #252e73;
  font-weight: bold;
  font-size: 31px;
}
.finishArea .ledeTxt{
  margin: 47px 0 0;
}
.finishArea .btnArea{
  margin: 98px auto 0;
}
.finishArea .btnArea a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  justify-content: center;
  -webkit-align-items:center;
  align-items: center;
  width: 282px;
  height: 100px;
  margin: 0 auto ;
  padding: 11px;
  background: url(/recruit/entry/images/icon_arl.png) no-repeat 3% center;
  background-size: 7px 12px;
  border: 2px solid #898989;
  text-decoration: none;
  color: #898989;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.finishArea .btnArea a:hover{
  opacity: .7;
}

label.error {
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
}
input.error,textarea.error {
  background: #ffcccc;
}

.select-wrap #job01.error{
  background:#ffcccc url(/recruit/entry/images/icon_arb.png) no-repeat 99% center;
  background-size: 10px 6px;
}

/*--------------------
      footer
  --------------------*/
.footerWrap .txtLinkArea{display: none;}
.footerWrap .txtLinkArea02 {
  display: table;
  margin: 0 auto 0;
}
.footerWrap .txtLinkArea02 > ul {
  display: inline-block;
  font-size: 0;
}
.footerWrap .txtLinkArea02 li {
  display: inline-block;
}
.footerWrap .txtLinkArea02 a {
  margin-right: 2em;
  font-size: 13px;
}
.footerWrap .txtLinkAre02a02 a:hover {text-decoration: underline;}


/* SP */
@media only screen and (max-width: 767px) {
  .subBbreadcrumbs{
    display: none;
  }
  .heading01{
    height: auto;
    padding: 0;
    background: none;
  }
  .heading01 img{
    width: 100%;
    margin: auto;
  }
  .contentsArea{
    width: 100%;
    margin: 15px auto 50px;
    padding: 0;
  }
  .formArea {
      width: 100%;
      margin: 0 auto;
      padding: 0;
  }
  .formArea p{
    padding: 0 5.333%;
  }
  .tblList02 {
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
  }
  .tblList02 dl{
    display: block;
    padding: 5px 5.333% 10px;
  }
  .tblList02 dt{
    display: block;
    width: 100%;
    padding: 0;
    font-weight: bold;
 }
  .tblList02 dt>*{
    font-weight: bold;
 }
  .tblList02 dd{
    display: block;
   padding: 0;
  }
  .tblList02 dt > p,.tblList02 dd > p{
    padding: 0;
  }
  .select-wrap select{
    width: 100%;
  }

.select-wrap #year,
.select-wrap #month,
.select-wrap #day {
    width: 100%;
}
  .tblList02 dd.addP{
    padding: 0;
  }
  .tblList02 dd.addP02{
    padding: 0;
  }
  .tblList02 dd.col3{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tblList02 dd.col3 label{
    width: calc((100% - 20px) / 3);
  }
  .tblList02 ul {
    margin-top: 15px;
    padding: 0 5.333%;
  }
  .btnArea {
      margin: 30px auto 0;
  }
  input[type="button"],
  input[type="submit"]{
    width: 71.8%;
    height: auto;
    padding: 1em 0;
    font-size: 20px;
  }

  .finishArea {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .figure{
    width: 33px;
  }
  .eyeCatch p > strong{
    line-height: 42px;
    font-weight: bold;
    font-size: 21px;
  }
  .finishArea .ledeTxt{
    margin: 25px 0 0;
  }
  .finishArea .btnArea{
    margin: 98px auto 0;
  }
  .finishArea .btnArea a{
    width: 71.8%;
    height: auto;
	padding: 1em 0;
    font-size: 20px;
  }
  /*--------------------
        footer
    --------------------*/
  .footerWrap .txtLinkArea{display: table;width: 100%;}
  .footerWrap .txtLinkArea02{display: none;}


}
@media only screen and (max-device-width: 320px) {
  .select-wrap select{
    padding: 11px 25px 11px 5px;
  }
  .select-wrap select + select{
    padding: 11px 35px 11px 11px;
  }
}
