/* 求人検索 */
.job_search #mv {
  margin: 0 0 80px;
}
.job_search main {
  margin: 43px 0 0;
}
.job_search section {
  margin: 0 auto 100px;
}
.job_search .inner {
  margin: 0 auto;
  max-width: 800px;
}
.job_search .content_header {
  margin: 0 auto 40px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job_search .content_header .post_title {
  font-size: 2.063em;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .job_search .content_header .post_title {
    font-size: 1.625em;
  }
}
.job_search .content_header .breadcrumb .item {
  display: inline-block;
  font-size: 14px;
}
.job_search .content_header .breadcrumb .item a {
  display: inline-block;
}
.job_search .content_header .breadcrumb .item + .item::before {
  content: '';
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.job_search .style3 {
  line-height: 1;
  font-size: 14px;
  color: #222;
  width: 100%;
  padding: 0.2%;
  word-break: break-all;
}
.job_search .style3 span,
.job_search .style3 div.po-value {
  line-height: 1.8em;
  letter-spacing: 1px;
}
.job_search .style3 span.po-count {
  font-size: 0.8em;
  color: #222;
}
.job_search .style3 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.job_search .style3 button {
  width: 60%;
  display: block;
  border: 3px #222 solid;
  padding: 10px;
  margin: 10px auto;
  letter-spacing: 5px;
  font-weight: bold;
  color: #222;
  font-size: 1em;
  z-index: 11;
  /*エントリーボタン*/
}
@media screen and (max-width: 1080px) {
  .job_search .style3 button {
    width: 90%;
  }
}
.job_search .style3 button.po-button-apply,
.job_search .style3 button.po-button-send,
.job_search .style3 button.po-button-register {
  background: #222!important;
  color: #eee!important;
}
.job_search .style3 button.po-button-register:hover,
.job_search .style3 button.po-button-apply:hover,
.job_search .style3 button.po-button-send:hover {
  border: #555 solid 3px;
  background: #555!important;
}
.job_search .style3 button,
.job_search .style3 input[type="checkbox"],
.job_search .style3 input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.job_search .style3 div.po-header {
  width: 99%;
  clear: both;
  height: 50px;
  padding-bottom: 10px;
  display: block;
  font-size: 1.2em;
  color: #222;
  font-weight: bold;
  letter-spacing: 3px;
  border-bottom: 3px #333 solid;
}
@media screen and (max-width: 1080px) {
  .job_search .style3 div.po-header {
    height: inherit;
  }
}
.job_search .style3 div.po-header-left {
  float: left;
  display: block;
  width: 20%;
  padding-top: 25px;
  padding-left: 10px;
}
.job_search .style3 div.po-header-right button {
  margin: inherit;
  margin-right: 1%;
  float: right;
  font-size: 0.8em;
}
.job_search .style3 div.po-header-right button:last-child {
  margin-left: 1%;
  margin-right: 0;
}
.job_search .style3 div.po-header-right button.po-button-register {
  width: 49%;
  float: right;
}
.job_search .style3 div.po-job-separator {
  width: 98%;
  margin: auto;
  display: inline-block;
  border-bottom: 1px #333 solid;
}
.job_search .style3 div.po-job-footer {
  padding: 15px 0;
}
@media screen and (max-width: 1080px) {
  .job_search .style3 div.po-job-footer {
    padding: 0;
  }
}
.job_search .style3 div.po-job-footer button.po-button-seedetail {
  border: 3px solid #222;
}
.job_search .style3 div.po-job-footer button.po-button-seedetail::after {
  content: "\f30f";
  font-family: "IonIcons";
  font-size: 1.3em;
  float: right;
}
.job_search .style3 div.po-job-footer button.po-button-seedetail:hover {
  border-color: #1c2a55;
  background: #1c2a55;
  color: #fff;
}
.job_search .style3 table {
  border-collapse: separate;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.job_search .style3 tr {
  display: table;
  margin: 15px auto;
  width: 100%;
  vertical-align: text-top;
}
.job_search .style3 tr.po-single th {
  width: 20%;
}
@media screen and (max-width: 1080px) {
  .job_search .style3 tr.po-single th {
    width: auto;
  }
}
.job_search .style3 tr.po-single td {
  display: table-cell;
  width: 90%;
  border-left: 3px #222 solid;
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .job_search .style3 tr.po-single td {
    border-left: none;
    padding-left: 0;
  }
}
.job_search .style3 tr.po-double th {
  width: 20%;
}
.job_search .style3 tr.po-double td {
  display: table-cell;
  width: 45%;
  border-left: 3px #222 solid;
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .job_search .style3 tr.po-double td {
    border-left: none;
    padding-left: 0;
  }
}
.job_search .style3 th.po-label {
  color: #222;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  padding-right: 1%;
  text-align: right;
  vertical-align: top;
}
@media screen and (max-width: 1080px) {
  .job_search .style3 th.po-label {
    text-align: left;
  }
}
.job_search .style3.po-webparts-modal-container tr.po-double td {
  width: 30%;
}
/*# sourceMappingURL=job_search.css.map */