body#recruit .pagetitle {
  background: url("../images/recruit/pagetitle_bg.png") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body#recruit .localnav {
  width: 70%;
  margin: -2em auto 2em;
}
body#recruit .localnav ul:after {
  content: '';
  clear: both;
  display: block;
}
body#recruit .localnav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 30%;
}
body#recruit .localnav ul li + li {
  margin-left: 5%;
}
body#recruit .localnav ul li a {
  display: block;
  padding: 1em 0;
  border: solid 1px #1ab4a2;
  color: #ffffff;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  background-color: #1ab4a2;
}
body#recruit .localnav ul li a p {
  margin-bottom: 0.3125em;
}
body#recruit .localnav ul li a:hover {
  color: #1ab4a2;
  background-color: #ffffff;
}
body#recruit .localnav ul li a:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  border-right: solid 4px #1d9586;
  border-bottom: solid 4px #1d9586;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#recruit #anc01, body#recruit #anc02, body#recruit #anc03 {
  margin-top: -110px;
  padding-top: 110px;
}
body#recruit .section .subject {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 75%;
}
body#recruit .section .subject h3 {
  margin-bottom: 0.5em;
  color: #1ab4a2;
  text-align: center;
  line-height: 1.6;
}
body#recruit .section .main h4 {
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.2;
}
body#recruit .section .main h5 {
  margin-bottom: 0.5em;
  color: #1ab4a2;
  font-weight: bold;
  line-height: 1.2;
}
body#recruit .section .main p {
  line-height: 1.8;
}
body#recruit .section .main .boxset {
  margin-top: 2em;
}
body#recruit .section .main .boxset:after {
  content: '';
  clear: both;
  display: block;
}
body#recruit .section .main .boxset.twocolumn .box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 2%;
}
body#recruit .section .main .boxset.threecolumn .box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 2%;
}
body#recruit .section .main .boxset .ph {
  margin-bottom: 1em;
}
body#recruit .section .main .voice:after {
  content: '';
  clear: both;
  display: block;
}
body#recruit .section .main .voice .ph {
  float: left;
  width: 50%;
}
body#recruit .section .main .voice .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 2%;
}
body#recruit .section .main .voice .txt h4 {
  color: #000000;
}
body#recruit .section .main .voice .txt h5 {
  padding: 0.4em 0.625em;
  border: solid 1px #1ab4a2;
  color: #000000;
}
body#recruit .section .main .voice .txt h5 strong {
  margin-right: 0.625em;
  color: #1ab4a2;
}
body#recruit .section .main .voice .txt p {
  margin-bottom: 2em;
}
body#recruit .section.even {
  background-color: #e8f7f6;
}
body#recruit .section .message {
  padding: 2em 0;
  background-color: #1ab4a2;
}
body#recruit .section .message .ph {
  float: left;
  width: 40%;
}
body#recruit .section .message .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 60%;
  padding-left: 2%;
}
body#recruit .section .message .txt h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.3125em;
  border-bottom: solid 1px #ffffff;
  color: #ffe33f;
  font-weight: bold;
}
body#recruit .section .message .txt p {
  color: #ffffff;
  line-height: 1.8;
}
body#recruit .section .contactnav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto;
  padding: 1.25em;
  background-color: #1ab4a2;
}
body#recruit .section .contactnav ul:after {
  content: '';
  clear: both;
  display: block;
}
body#recruit .section .contactnav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 2%;
}
body#recruit .section .contactnav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 1em 2em;
  border: solid 1px #ffffff;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}
body#recruit .section .contactnav ul li a:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  content: '';
  width: 1.4em;
  height: 1.4em;
  margin-bottom: -0.3em;
  margin-right: 0.625em;
}
body#recruit .section .contactnav ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body#recruit .section .contactnav ul li.tel a:before {
  background: url("../images/recruit/icon_tel.png") no-repeat 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body#recruit .section .contactnav ul li.mail a:before {
  background: url("../images/recruit/icon_mail.png") no-repeat 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

body#recruit01 .pagetitle {
  background: url("../images/recruit/pagetitle_bg01.png") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

body.recruit .section {
  background-color: #e8f7f6;
}
body.recruit .section .main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto;
  padding: 2.5em;
  background-color: #ffffff;
}
body.recruit .section .main table.step {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #000000;
  font-size: 140%;
}
body.recruit .section .main table.step tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 34%;
  padding: 1.6em 2% 1.6em 0;
  text-align: center;
  background: url("../images/recruit/step_bg.png") no-repeat right center;
}
body.recruit .section .main table.step tbody tr td.current {
  color: #ffffff;
  background-color: #1ab4a2;
}
body.recruit .section .main table.step tbody tr td.prev {
  background: url("../images/recruit/step_prev_bg.png") no-repeat right center;
}
body.recruit .section .main table.step tbody tr td.last {
  width: 32%;
  background-image: none;
}
body.recruit .section .main p {
  margin-bottom: 2em;
  line-height: 1.8;
}
body.recruit .section .main table.contact {
  width: 100%;
}
body.recruit .section .main table.contact tbody tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 1.5em 1em 0;
  vertical-align: top;
}
body.recruit .section .main table.contact tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding: 1em 0;
  line-height: 1.8;
}
body.recruit .section .main table.contact tbody tr td label {
  margin-right: 1em;
}
body.recruit .section .main .required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.125em 0.3125em;
  color: #ffffff;
  font-size: 87.5%;
  background-color: #ff0000;
}
body.recruit .section .main .long, body.recruit .section .main .middle, body.recruit .section .main .short {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  border: solid 1px #000000;
  font-size: 120%;
}
body.recruit .section .main .long {
  width: 100%;
}
body.recruit .section .main .middle {
  width: 50%;
}
body.recruit .section .main .short {
  width: 22%;
}
body.recruit .section .main fieldset {
  text-align: center;
}
body.recruit .section .main fieldset .btn {
  display: inline-block;
  padding: 1em 2em;
  border: solid 1px #000000;
  color: #ffffff;
  background-color: #000000;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
body.recruit .section .main fieldset .btn:hover {
  cursor: pointer;
  color: #000000;
  background-color: #ffffff;
}
body.recruit .section .main .error {
  color: #ff0000;
}
body.recruit .section .main .error h3 {
  margin-bottom: 0.5em;
}
body.recruit .section .main .error ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
  line-height: 1.2;
}
body.recruit .section .main .error ul li {
  padding: 0.3125em 0;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body.recruit .section .main {
    width: 100%;
  }
}
@media only screen and (max-width: 758px) {
  body#recruit .pagetitle h2 {
    font-size: 180%;
  }
  body#recruit .localnav {
    width: 100%;
    font-size: 60%;
  }
  body#recruit #anc01, body#recruit #anc02, body#recruit #anc03 {
    margin-top: 0;
    padding-top: 0;
  }
  body#recruit .section .main .boxset.twocolumn .box, body#recruit .section .main .boxset.threecolumn .box {
    float: none;
    width: 100%;
  }
  body#recruit .section .main .boxset.twocolumn .box + .box, body#recruit .section .main .boxset.threecolumn .box + .box {
    margin-top: 1.5em;
  }
  body#recruit .section .main .voice .ph {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  body#recruit .section .main .voice .txt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  body#recruit .section .main .voice .txt p {
    margin-bottom: 1em;
  }
  body#recruit .section .message {
    padding: 1.25em 0;
  }
  body#recruit .section .message .ph {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  body#recruit .section .message .txt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  body#recruit .section .contactnav {
    width: 100%;
    padding: 0.625em;
  }
  body#recruit .section .contactnav ul li {
    float: none;
    width: 100%;
    margin-bottom: 0.3125em;
    font-size: 90%;
  }
  body#recruit .section .contactnav ul li a {
    padding: 0.625em 1em;
  }

  body.recruit .section .main {
    padding: 0.625em;
  }
  body.recruit .section .main table.step {
    font-size: 75%;
  }
  body.recruit .section .main table.contact tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 0.5em 0;
  }
  body.recruit .section .main table.contact tbody tr td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  body.recruit .section .main fieldset .btn {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
}
