@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2016-08-05
Copyright (C) NISSO NET ALL Right Reserved
------------------------------------------------------------------------------*/

#main {
  padding-bottom: 10px;
}

.areaSec {
  width: 1000px;
  margin: 0 auto 0;
  padding: 25px 0 0;
}
.areaSec h1 {
  line-height: 1.2;
  font-weight: 700;
  font-size: 228.6%;
}
.areaSec h1 span {
  color: #569fe8;
  font-size: 150%;
}
.areaSec .count {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 142.9%;
}
.areaSec .count span {
  color: #569fe8;
  font-size: 150%;
}
.leadBox {
  padding: 25px 30px;
  border: 1px solid #bcd7eb;
  border-radius: 5px;
}
.leadBox h2 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 142.9%;
}
.leadBox p {
  font-size: 85.8%;
}
.leadBox img {
  float: right;
  margin: 0 0 10px 20px;
}

.areaBox {
  padding: 25px 30px;
  border: 1px solid #bcd7eb;
  border-radius: 5px;
}

.areaBox h2 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 142.9%;
}

.areaBox li {
  display: inline-block;
  margin: 0 4px 2px;
  font-size: 13px;
}

.areaBox li a {
  color: #432306;
}

.requireSec {
  width: 1000px;
  margin: 0 auto 30px;
  padding: 25px 0 0;
}
.requireSec h1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #569fe8;
  font-weight: 700;
  font-size: 146.7%;
}
.requireSec h1 span {
  vertical-align: bottom;
}
.requireSec h1 span:first-child {
  display: inline-block;
  max-width: 60% ; /* IE8以下とAndroid4.3以下用フォールバック */
  max-width: -webkit-calc(100% - 4.5em);
  max-width:         calc(100% - 4.5em);
  max-width: 86%\9; /* for IE9 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 136.4%;
  white-space: nowrap;
  word-wrap: normal; /* for IE */
}
.requireSec span:last-child {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-left: 5px;
}
.requireSec h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 142.9%;
}

/*SrchTermTit*/
.SrchTermTit {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #569fe8;
  font-weight: 700;
  font-size: 146.7%;
}
.SrchTermTit span {
  vertical-align: bottom;
}
.SrchTermTit span:first-child {
  display: inline-block;
  max-width: 60% ; /* IE8以下とAndroid4.3以下用フォールバック */
  max-width: -webkit-calc(100% - 4.5em);
  max-width:         calc(100% - 4.5em);
  max-width: 86%\9; /* for IE9 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 136.4%;
  white-space: nowrap;
  word-wrap: normal; /* for IE */
}



@media screen and (max-width:767px) {
  .areaBox {
    display: none;
  }
  .SrchTermTit {
    width: auto;
    overflow: hidden;
    font-size: 19px;
  }
  .SrchTermTit span:first-child {
    width: 100%;
    max-width: inherit;
    overflow: hidden;
    padding-right: 95px;
    box-sizing: border-box;
    font-size: 24px;
  }
}



.searchTbl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ded5c7;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
}
.searchTbl th,
.searchTbl td {
  vertical-align: top;
  overflow: hidden;
  padding: 9px 15px;
  border-bottom: 1px solid #ded5c7;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchTbl th {
  width: 6.5em;
  border-right: 1px solid #ded5c7;
  background-color: #fcfbf5;
}
.searchTbl {
  border-radius: 5px 5px 5px 5px;
}
.searchTbl tr:last-child th,
.searchTbl tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width:767px) {
  .areaSec {
    width: 94%;
    margin: 0 0 20px;
    padding: 20px 3% 0;
  }
  .leadBox {
    padding: 15px 20px;
  }
  .leadBox img {
    float: right;
    max-width: 50%;
    margin: 0 0 10px 10px;
  }

  .requireSec {
    width: 94%;
    margin: 0 0 20px;
    padding: 20px 3% 0;
  }
  .requireSec h1 {
    width: auto;
    overflow: hidden;
    font-size: 19px;
  }
  .requireSec h1 span:first-child {
    width: 100%;
    max-width: inherit;
    overflow: hidden;
    padding-right: 95px;
    box-sizing: border-box;
    font-size: 24px;
  }
  .requireSec h3 {
    font-size: 19px;
  }
  .searchTbl {
    margin-bottom: 3%;
  }
}
@media screen and (max-width:480px) {
  .leadBox img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
}

.resultSec {
  padding: 15px 0 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #f2f2f2;
}
.resultSec .inSec {
  width: 1000px;
  margin: 0 auto 30px;
}
.resInfo {
  margin-bottom: 10px;
  text-align: right;
}
.resInfo span {
  color: #f73232;
  font-size: 114.3%;
}

.addInfo {
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}
.addInfo li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 4px;
}
.addInfo li:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border: solid transparent;
  border-width: 5px;
  border-top-color: #f73232;
  content: " ";
  pointer-events: none;
}
.addInfo li.add01 {
  background: #f73232;
}
.addInfo li.add01:after {
  border-top-color: #f73232;
}
.addInfo li.add02 {
  background: #f17a97;
}
.addInfo li.add02:after {
  border-top-color: #f17a97;
}

.resUnit01 {
  margin-bottom: 30px;
}
.resTitle {
  display: table;
  width: 100%;
  background: #fff;
}
.resTitle ul,
.resTitle div {
  display: table-cell;
  line-height: 1.2;
  vertical-align: middle;
  box-sizing: border-box;
}
.resTitle ul {
  width: 300px;
  border-radius: 5px 0 0 0;
  background: #97c5f3;
}
.resTitle ul li {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  padding: 0 20px;
  font-weight: 700;
  text-align: center;
}
.resTitle ul li:first-child {
  border-right: 1px solid #fff;
}
.resTitle div {
  position: relative;
  height: 60px;
  padding: 0 20px;
  border: 4px solid #97c5f3;
  border-left: none;
  border-radius: 0 5px 0 0;
  font-size: 20px;
}
.resTitle div h2 {
  font-weight: 700;
}
.resTitle div .favCheck {
  position: absolute;
  top: 11px;
  right: 14px;
  width: 28px;
}

@media screen and (max-width:767px) {
  .resUnit01 {
    margin-bottom: 20px;
  }
  .resultSec .inSec {
    width: 94%;
    margin: 0 0 0;
    padding: 0 3% 0;
  }
  .resTitle ul {
    display: table;
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .resTitle ul li {
    height: 40px;
    padding: 0 10px;
  }
  .resTitle div {
    display: table;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 3px solid #97c5f3;
    border-top: none;
    border-radius: 0;
  }
  .resTitle div h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
  }
  .resTitle div .favCheck img {
    width: 24px;
  }
}


.resBox {
  padding: 10px 0;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  background: #fff;
}
.resBox .imgSec {
  float: left;
  width: 250px;
  margin-left: 10px;
}
.resBox .imgSec li {
  margin-bottom: 1px;
}
.resBox .imgSec li img:hover {
  opacity: 0.80;
  -ms-filter: "alpha(opacity=80)";
}
.resBox .imgSec li:last-child {
  margin-bottom: 0;
}
.resBox h3 {
  display: block;
  margin: 5px 30px 15px 290px;
  font-weight: 700;
  font-size: 142.9%;
}
.resBox h3 a {
  color: #f47900;
  text-decoration: underline;
}
.resBox h3 a:hover {
  color: #f47900;
  text-decoration: none;
}
.resBox div {
  display: block;
  overflow: hidden;
  margin: 0 30px 0 290px;
  zoom: 1;
}
.resBox table {
  width: 100%;
  margin-bottom: 20px;
}
.resBox table th,
.resBox table td {
  line-height: 1.4;
  padding: 8px 15px 10px;
  border: 1px solid #ddd;
}
.resBox table th {
  width: 22%;
  background: #f6f6f6;
}
.resBox table td ul li {
  display: inline-block;
  line-height: 1.2;
  margin: 3px 5px 2px 0;
  padding: 5px 10px;
  border-radius: 3px;
  background:#7fc9f1;
  font-size: 92.9%;
}
.resBox table td ul li.off {
  opacity: 0.50;
  -ms-filter: "alpha(opacity=50)";
}
.resBox table td .openBtn {
  display: none;
}

.resBnr {
  margin: -5px 0 30px;
}

@media screen and (max-width:767px) {
  .resBox .imgSec {
    width: 35%;
    margin-bottom: 3%;
  }
  .resBox .imgSec li:nth-child(n+2) {
    display: none;
  }
  .resBox h3 {
    display: block;
    margin: 0 3% 0 41%;
    font-size: 18px;
  }
  .resBox div {
    display: block;
    width: 100%;
    margin: 0;
  }
  .resBox div .btnUnit01 {
    margin: 0 3%;
  }
  .resBox table {
    margin-bottom: 10px;
  }
  .resBox table th {
    width: 4em!important;
    border-left: none;
  }
  .resBox table th,
  .resBox table td {
    border-right: none;
  }
  .resBox table td ul li {
    margin: 2px 3px 1px 0;
  }
  .resBox table td ul {
    display: inline-block;
  }
  .resBox table td .openBtn {
    display: inline-block;
    float: right;
    line-height: 1.2;
    margin: 2px 0 0;
    padding: 5px 15px;
    border-radius: 4px;
    background: #dadada;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
  }
  .resBnr {
    margin: -7px 0 20px;
  }
  .resBnr img {
    width: 100%;
  }
}


/* pager
------------------------------- */

.pagerUnit {
  margin-top: 30px;
  text-align: center;
}

.pager li {
  display: inline-block;
}

.pager li {
  width: 50px;
  height: 50px;
  margin: 0 3px;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: #dadada;
}

.pager li.active {
  background-color: #bcd7eb;
}

.pager li a:hover,
.pager li span:hover {
  color: #fff;
}

.pager li a,
.pager li span {
  display: block;
  padding: 13px 0;
  text-align: center;
}

@media screen and (max-width:767px) {
  .pager li {
    width: 40px;
    height: 40px;
    margin: 0 3px;
    border-radius: 25px;
    box-sizing: border-box;
    background-color: #dadada;
  }

  .pager li a,
  .pager li span {
    padding: 10px 0 10px;
  }
}


/* detail
------------------------------- */

.titSec {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.detailBox {
  width: 1000px;
  margin: 0 auto 30px;
  padding: 20px 0 0;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  background: #fff;
}

.detailBox-bdrT {
  border-top: 1px solid #ddd;
  border-radius: 5px;
}

.detailBox .inSec {
  margin: 0 50px;
}

@media screen and (max-width:767px) {
  .titSec {
    width: 96%;
    margin-top: 20px;
    padding: 0;
  }
  .titSec .resTitle ul {
    border-radius: 0;
  }
  .detailBox {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .detailBox .inSec {
    width: 94%;
    margin: 0;
    padding: 0 3%;
    border: none;
  }
}

.detailBox h1 {
  margin-bottom: 5px;
  color: #4997e5;
  font-weight: 700;
  font-size: 214.3%;
}
.detailBox p.jobNum {
  margin-bottom: 5px;
  text-align: right;
}
.pickyList {
  width: 900px;
  margin: 0 0 50px;
}
.pickyList li {
  display: inline-block;
  width: 121px;
  line-height: 1.2;
  margin: 3px 4px 2px 0;
  padding: 3px 2px;
  border-radius: 3px;
  background: #7fc9f1;
  font-size: 92.9%;
  text-align: center;
}
.pickyList li:nth-child(7n) {
  width: 120px;
  margin: 3px 0 2px 0;
}
.pickyList li.gray {
  opacity: 0.40;
  -ms-filter: "alpha(opacity=50)";
}
.detailBox .inSec h3 {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 4px solid #97c5f3;
  font-weight: 700;
  font-size: 128.6%;
}
.detailBox .inSec h3.featureTit {
  border-bottom: 3px solid #97c5f3;
}
.detailBox .inSec h3 span {
  display: block;
  padding: 6px 15px 5px;
  background: #97c5f3;
}

@media screen and (max-width:767px) {
  .detailBox h1 {
    margin-top: 10px;
    font-size: 22px;
  }
  .pickyList {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .pickyList li,
  .pickyList li:nth-child(7n) {
    width: 23.7%;
    margin: 3px 0.3% 2px;
  }
  .pickyList li.off {
    display: none;
  }
  .detailBox .inSec h3 {
    width: 106.38%;
    margin: 0 -3.19% 15px;
    font-size: 18px;
    text-align: center;
  }
  .detailBox .inSec h3.featureTit {
    width: 100%;
    margin: 0 -0 15px;
    text-align: left;
  }
}
@media screen and (max-width:640px) {
  .pickyList li,
  .pickyList li:nth-child(7n) {
    width: 31.75%;
    margin: 3px 0.35% 2px;
  }
}
@media screen and (max-width:414px) {
  .pickyList li,
  .pickyList li:nth-child(7n) {
    width: 30.7%;
    margin: 3px 0.6% 2px;
  }

  .pickyList li {
    display: inline-block;
    width: 30.7%;
    margin: 3px 0.6% 2px;
    font-size: 11px;
  }
}

@media screen and (max-width:490px) {
  .pickyList li,
  .pickyList li:nth-child(7n) {
    width: 31%;
    margin: 3px 0.4% 2px;
  }
}
#mainSlider {
  display: block;
  width: 998px;
  overflow: hidden;
  margin: 0 auto 30px;
}

@media screen and (min-width:767px) {
  /*PCのみ*/
  #mainSlider {
    display: block;
    width: 80%!important;
    width: 998px;
    overflow: inherit;
    margin: 0 auto 30px!important;
  }

  .sp-previous-arrow:before {
    left: -130%!important;
  }

  .sp-next-arrow:before {
    right: -130%!important;
  }
}

@media screen and (max-width:767px) {
  .sp-previous-arrow:before {
    left: 20%!important;
  }

  .sp-next-arrow:before {
    right: 20%!important;
  }
}
.sp-slide {
  opacity: 0.5;
}

.sp-selected {
  opacity: 1;
}

.sp-horizontal .sp-next-arrow {
  right: 0!important;
}

.sp-horizontal .sp-previous-arrow {
  left: 0!important;;
}



.questHead {
  float: right;
  width: 730px;
  font-size: 107.7%;
}

.questHead .questHead_txt {
  margin-bottom: 10px;
}


.questList,
.questList02 {
  line-height: 1.5;
}
.questList dt,
.questList02 dt {
  margin-bottom: 5px;
  font-weight: 700;
}
.questList dt span,
.questList02 dt span {
  margin-right: 0.5em;
  color: #4997e5;
}
.questList dd,
.questList02 dd {
  margin-bottom: 10px;
}
.questImg {
  float: left;
  width: 140px;
  text-align: center;
}
.questImg p {
  font-weight: 700;
  font-size: 85.8%!important;
}
.questList02 {
  float: right;
  width: 740px;
}
#quest01 dt {
  color: #4997e5;
  font-weight: 700;
  font-size: 114.3%;
}
#quest02 dt {
  color: #4997e5;
  font-size: 114.3%;
}


.contactSec {
  margin: 0 0 25px;
  padding: 20px 0;
  background: #ffead0;
}
.contactSec ul {
  width: 918px;
  margin: 0 auto;
}
.contactSec ul li {
  float: left;
  margin: 0 10px;
}
@media screen and (max-width:767px) {
  .contactSec {
    margin: 0 0 25px;
    padding: 4% 0 1%;
  }
  .contactSec ul {
    width: 94%;
    margin: 0 3%;
  }
  .contactSec ul li {
    float: none;
    margin: 0 0 3%;
    text-align: center;
  }
  .questList02 {
    float: right;
    width: 78%;
    max-width: calc(100% - 150px);
  }
  .sp-horizontal .sp-arrows {
    display: block;
  }
  .questHead {
    float: none;
    width: auto;
  }

  .jinzaiSec #quest01 {
    padding-left: 0;
  }
}
@media screen and (max-width:414px) {
  .questImg {
    width: 140px;
    min-width: 120px;
    margin: 0 5px 5px 0;
  }
  .questList02 {
    float: right;
    width: auto;
  }

  .sp-buttons {
    display: block;
  }
}

.jobInfo {
  margin-bottom: 30px;
}
.jobInfo dt {
  display: block;
  float: left;
  width: 9em;
  margin-bottom: 3px;
  color: #4997e5;
  font-weight: 700;
  font-size: 16px;
}
.jobInfo dd {
  display: block;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 15px;
  padding-left: 14em;
  background: url(/files/img/common/line_dotted_01.png) 0 bottom repeat-x;
  min-height: 1.67em;
}
.jobInfo dd ul {
  display: table;
  margin: 0 0 5px -5px;
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.jobInfo dd ul li {
  display: table-cell;
  width: 3em;
  height: 3em;
  line-height: 1.2;
  vertical-align: middle;
  margin: 3px 5px 2px 0;
  border-radius: 3px;
  background: #7fc9f1;
  font-size: 92.9%;
  text-align: center;
}
.jobInfo dd ul.week li {
  width: 2em;
  height: 2em;
}
.jobInfo dd ul li.off {
  opacity: 0.50;
  -ms-filter: "alpha(opacity=50)";
}
.scdlTbl {
  width: 464px;
}
.scdlTbl table {
  width: 100%;
  margin: 5px 0;
}
.scdlTbl th,
.scdlTbl td {
  width: 20%;
  padding: 8px;
  border: 1px solid #ded5c7;
  text-align: center;
}
.scdlTbl td {
  padding: 4px;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3",Verdana,"YuGothic","游ゴシック体","Yu Gothic","游ゴシック", "メイリオ", Meiryo,"Helvetica","Arial",sans-serif;
  font-size: 24px;
}
.scdlTbl p {
  /*	text-align: right;*/
}
.scdlTbl span {
  color: #2abfbf;
}
.scdlTbl span.tr {
  color: #2abfbf;
}
.scdlTbl span.trSmall {
  color: #2abfbf;
  font-size: 20px;
}
.scdlTbl span.ok {
  color: #fdbd02;
  font-size: 24px;
}
.scdlTbl span.okSmall {
  color: #fdbd02;
  font-size: 20px;
}
.timeTable {
  display: table;
}
.timeTable dt {
  display: inline-block;
  float: left;
  width: 3.5em;
  vertical-align: top;
  margin-right: 10px;
  font-weight: 700;
  text-align: right;
}
.timeTable dd {
  display: block;
  margin-bottom: 4px;
  padding-left: 4.5em;
}
@media screen and (max-width:767px) {
  .jobInfo dt {
    display: block;
    float: none;
    width: 100%;
  }
  .jobInfo dd {
    display: block;
    width: 100%;
    padding-left: 0;
    min-height: inherit;
  }
  .scdlTbl {
    width: 100%;
  }
  .scdlTbl p {
    text-align: right;
  }
}


.reviewSec {
  margin-bottom: 40px;
  padding: 20px 50px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #f2f2f2;
}
.reviewSec h3 {
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 26px;
  background: url(/files/img/search/ico_review_01.png) 0 center no-repeat;
  font-weight: 700;
  font-size: 142.9%;
}
.reviewSec div {
  position: relative;
}
.reviewSec div a {
  position: absolute;
  top: calc(50% - 47px);
  left: calc((100% + 8em) / 2 - 230px) ;
}
.reviewSec div table {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  border-collapse: separate;
}
.reviewSec div th {
  width: 10em;
  height: 60px;
  vertical-align: middle;
  padding: 0 1em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.reviewSec div tr:last-child th {
  border-bottom: none;
}
.reviewSec div td {
  padding: 0;
  background: url(/files/img/search/bg_review_blur.png) 0 0 no-repeat;
}
.reviewSec div td:last-child {
  width: 15px;
  border-radius: 0 6px 0 0;
  background: none;
  background: #fdfdfd;
}
.reviewSec div tr:nth-child(2) td {
  background-position: 0 -240px;
}
.reviewSec div tr:nth-child(4) td {
  border-radius: 0 0 6px 0;
  background-position: 0 -240px;
}
@media screen and (max-width:767px) {
  .reviewSec {
    margin-bottom: 20px;
    padding: 4% 3%;
  }
  .reviewSec h3 {
    padding-left: 24px;
    background-size: 20px;
    font-size: 18px;
  }
  .reviewSec div th {
    width: 6em;
    padding: 0 0.7em;
  }
  .reviewSec div a {
    top: 50%;
    left: 25%;
    margin-top: -50px;
    margin-left: 105px;
  }
  .reviewSec div a img {
    width: 240px;
  }
}
@media screen and (max-width:414px) {
  .reviewSec div a {
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -45px;
  }
  .reviewSec div a img {
    width: 190px;
  }
}


/* complianceSec
------------------------------- */
.complianceSec {
  margin: 13px 0 0;
  line-height: 1.5;
}
.complianceSec_tit {
  font-weight: 700;
  margin-bottom: 4px;
  color: #70c11d;
}
@media screen and (max-width:767px){
  .complianceSec {
    margin-top: 10px;
  }
}


.featureList {
  margin: 20px 0 30px;
}
.featureList li {
  float: left;
  width: 258px;
  padding: 15px 20px 20px;
  border-right: 1px solid #cbd4c2;
  text-align: center;
}
.featureList li:last-child {
  border: none;
}
.featureList li img {
  margin-bottom: 10px;
}
.featureList li h4 {
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 114.3%;
}
@media screen and (max-width:767px) {
  .featureList {
    margin: 0 0 10px;
  }
  .featureList li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border: none;
    border-bottom: 1px solid #ded5c7;
    text-align: left;
  }
  .featureList li:last-child {
    border-bottom: 1px solid #ded5c7;
  }
  .featureList li img {
    float: left;
    width: 80px;
    margin: 0 15px 0 0;
  }
  .featureList li:last-child img {
    margin: 5px 15px 0 0;
  }
  .featureList li h4 {
    margin-bottom: 5px;
  }
  .featureList li p {
    overflow: hidden;
    margin-right: 1em;
  }
}
@media screen and (max-width:414px) {
  .featureList li h4 {
    margin-right: -0.5em;
  }
  .featureList li p {
    margin-right: 0;
  }
}



.mailSec {
  margin: 0 50px;
  padding: 20px 0 70px;
}
.mailSec h3 {
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid #97c5f3;
  font-weight: 700;
  font-size: 128.6%;
}
.mailSec ul {
  width: 800px;
  margin: 0 auto;
}
.mailSec li {
  float: none;
  width: 320px;
  margin: 0 auto;
  font-weight: 700;
}

.mailSec li:nth-child(2) {
  display: none;
}
.mailSec li a {
  display: block;
  padding: 15px 10px;
  border: 1px solid #cbd4c2;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.mailSec li a span {
  display: inline-block;
  line-height: 22px;
  padding-left: 30px;
  background: url(/files/img/search/ico_mail_01.png) 0 center no-repeat;
  background-size: 22px;
}
.mailSec li:last-child a span {
  background: url(/files/img/search/ico_line_01.png) 0 center no-repeat;
  background-size: 20px;
}
@media screen and (max-width:767px) {
  .mailSec {
    margin: 0 3%;
    padding: 0 0 30px;
  }
  .mailSec ul {
    width: 100%;
  }
  .mailSec li {
    float: left;
    width: 49%;
    margin: 0 2% 0 0;
  }
  .mailSec li:last-child {
    margin: 0;
  }
  .mailSec li:nth-child(2) {
    display: block;
  }
}

#jobSec01,
#jobSec02 {
  margin-bottom: 50px;
}
#jobSec01 h2,
#jobSec02 h2 {
  margin: 0 50px 25px;
  padding: 9px 15px;
  border-left: 6px solid #569fe8;
  background: #e3f2fc;
  font-weight: 700;
  font-size: 114.3%;
}
#jobSec02 h2 br {
  display: none;
}
.jobSlider .slide {
  border-radius: 4px;
}
.jobSlider .slide a {
  display: block;
  background: url(/files/img/search/bg_jobslider_01.png) right bottom no-repeat;
  text-decoration: none;
}
.jobSlider .slide img {
  border-radius: 4px 4px 0 0;
}
.jobSlider dl {
  padding: 15px 20px 20px;
}
.jobSlider dt,
.jobSlider dd,
.jobSlider ul {
  display: block;
}
.jobSlider dt {
  float: left;
  font-weight: 700;
}
.jobSlider dt.jobSlider_tit {
  width: 100%;
  min-height: 46px;
}
.jobSlider dt.time {
  padding-top: 2px;
}
.jobSlider li {
  display: inline-block;
  line-height: 1.2;
  margin: 3px 5px 2px 0;
  padding: 4px 9px;
  border-radius: 3px;
  background: #fbddaa;
  font-size: 92.9%;
}
.jobSlider li:last-child {
  margin: 3px 0 2px 0;
}
.jobSlider li.off {
  opacity: 0.30;
  -ms-filter: "alpha(opacity=30)";
}
@media screen and (max-width:767px) {
  #jobSec01 {
    margin-bottom: 30px;
  }
  #jobSec02 {
    margin-bottom: 10px;
  }
  #jobSec01 h2,
  #jobSec02 h2 {
    margin: 0 3% 10px;
  }
  .jobSlider {
    margin: 0 0 0 3%;
  }
  .jobSlider dt.time {
    padding-top: 4px;
  }
  .slide:last-child {
    padding-right: 20px;
  }
  .jobSlider .slide {
    max-width: 194px !important;
    margin: 0 auto;
  }
  .slide:first-child:last-child {
    margin-left: 0.4% !important;
  }
}
@media screen and (max-width:440px) {
  #jobSec02 h2 br {
    display: block;
  }
  .jobSlider {
    padding-right: 1px;
  }
  .jobSlider dl {
    padding: 10px 10px 20px;
  }
  .jobSlider li {
    padding: 4px 7px;
  }
}


@media screen and (min-width:768px) {
  .bigLink.bl-hover {
    text-decoration: underline;
  }
  .detailBox a img:hover,
  .bigLink.bl-hover img,
  .mailSec li a:hover,
  .jobSlider .slide:hover {
    opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
  }

  .bx-wrapper {
    min-width: 789px;
  }
}

@media screen and (max-width:767px) {
  .inSec.mgb30 {
    margin-bottom: 15px !important;
  }
  .inSec.mgb40 {
    margin-bottom: 20px !important;
  }
  .bx-wrapper {
    margin: 0px !important;
  }
}







/* ----------------------------------------

main_detailPickup

---------------------------------------- */


#main_detailPickup {
  margin-top: 45px;
}


.detailPickup_img img {
  display: block;
  width: 460px;
  margin: 0 auto 20px;
}

.detailPickup_num {
  text-align: right;
}

@media screen and (max-width:767px) {
  #main_detailPickup {
    margin-top: 20px;
  }


  .detailPickup_num {
    font-size: 12px;
  }
}


/* detailPickup_mv
------------------------------- */

.detailPickup_mv {
  width: 700px;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: 45px;
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  border: 1px solid #d7d2ce;
  padding: 30px 30px 20px 130px;
}

.detailPickup_mv:after {
  content: "";
  width: 80px;
  height: 85px;
  background: url(/files/img/search/ico_detail_pickup.png) no-repeat;
  position: absolute;
   top: 27px;
   left: 30px;
}

.detailPickup_mv_tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  width: 478px;
}

.detailPickup_mv .detailPickup_mv_detail .txtClrGl {
  color: #d7d2ce;
}

.detailPickup_mv .detailPickup_mv_detail {
  width: 478px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 18px;
}

.detailPickup_mv p.favCheck {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 5%;
}

@media screen and (max-width:767px) {
  .detailPickup_mv {
    position: relative;
    width: auto;
    margin: 0 3% 15px 3%;
    padding: 60px 10px 10px;
  }

  .detailPickup_mv:after {
    top: -26px;
    left: -1px;
    width: 108px;
    height: 100%;
    background: url(/files/img/search/ico_picup_02.png) no-repeat;
    background-size: 105px;
    content: "";
  }

  .detailPickup_mv .detailPickup_mv_tit {
    width: auto;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .detailPickup_mv p.favCheck {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
  }

  .detailPickup_mv .detailPickup_mv_detail {
    position: absolute;
    top: 10px;
    width: auto;
    font-size: 14px;
  }

  .detailPickup_mv .detailPickup_mv_detail .txtSizeBig {
    font-size: 14px;
  }
}

@media screen and (max-width:420px) {
  .detailPickup_mv {
    width: auto;
  }
}

/* detailPickup_txt
------------------------------- */

.detailPickup_txt .detailPickup_Q {
  font-weight: 700;
}

.detailPickup_txt .detailPickup_Q-pink {
  color: #f17a97;
}

.detailPickup_txt .detailPickup_Q:before {
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-right: 4px;
  margin-bottom: 5px;
  background-color: #432306;
  content: "";
}

.detailPickup_txt .detailPickup_A {
  margin-bottom: 10px;
}


/* detailPickup_dl
------------------------------- */

.detailPickup_dl dt {
  position: relative;
  color: #f17a97;
  font-weight: 700;
}

.detailPickup_dl dt:before {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 4px;
  color: #f17a97;
  font-size: 10px;
  content: "◆";
}

.detailPickup_dl {
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {
  .detailPickup_dl dt:before {
    top: -3px;
  }

  .detailPickup_dl {
    line-height: 1.8;
    font-size: 16px;
  }
}


/* detailPickup_quest
------------------------------- */

.detailPickup_quest {
  font-size: 114.286%;
}

.detailPickup_quest .detailPickup_Q {
  color: #f17a97;
  font-weight: 700;
}

.detailPickup_quest p:nth-child(3) {
  clear: both;
}

.detailPickup_quest .detailPickup_Q-pink {
  color: #f17a97;
}

.detailPickup_quest02 {
  float: right;
  width: 560px;
  font-size: 114.286%;
}

.detailPickup_quest .detailPickup_A {
  margin-bottom: 10px;
}

.detailPickup_quest_img {
  float: left;
  margin: 0 20px 15px 0;
}

.detailPickup_quest_img img {
  width: 140px;
  height: auto;
}

.detailPickup_quest_img p {
  line-height: 1.3;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .detailPickup_quest p:nth-child(3) {
    clear: none;
  }

  .detailPickup_quest_img {
    margin: 0 20px 0 0;
  }

  .detailPickup_quest_img img {
    width: 120px;
    height: auto;
  }

  .detailPickup_quest_img p {
    max-width: 120px;
    margin-top: 5px;
    font-size: 10px!important;
  }

  .detailPickup_quest02 {
    float: none;
    width: auto;
  }
}


.detailPickup {
  width: 700px;
  margin: 0 auto 40px;
}
.detailPickup h3 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 2px solid #569fe8;
  font-weight: 700;
  font-size: 128.8%;
}
.detailPickup.ctg01 h3 {
  border-bottom: 2px solid #f17a97;
}
.detailPickup.ctg02 h3 {
  border-bottom: 2px solid #4cb13d;
}
.detailPickup.ctg03 h3 {
  border-bottom: 2px solid #6d9bcd;
}
.detailPickup.ctg04 h3 {
  border-bottom: 2px solid #c27ede;
}
.detailPickup .detailPickup_txt {
  margin-bottom: 20px;
}
.detailPickup .imgL {
  float: left;
  width: 48%;
  margin: 0 15px 5px 0;
}

.detailPickup .imgR {
  float: right;
  width: 48%;
  margin: 0 0 5px 15px;
}
.detailPickup .imgC {
  margin-bottom: 10px;
  text-align: center;
}

.detailPickup .imgSec img {
  display: inline;
  float: left;
  width: 48%;
  margin: 0 2% 10px 0;
}
.detailPickup .imgSec img:last-child {
  margin: 0 0 10px 2%;
}

@media screen and (max-width:767px) {
  .detailPickup {
    width: 94%;
    margin: 0 3% 20px;
  }
  .detailPickup h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
  }
  .detailPickup p {
    line-height: 1.8;
    font-size: 16px;
  }
}
@media screen and (max-width:480px) {
  .detailPickup .imgL,
  .detailPickup .imgR {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .detailPickup .imgSec img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .detailPickup .imgSec img:last-child {
    margin: 0 0 10px;
  }
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.resBox:after,
.contactSec ul:after,
.featureList:after,
.mailSec ul:after,
.jobSlider dd:after,
.snsBnr:after,
.detailPickup .imgSec:after,
.detailPickup:after,
.leadBox:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}
/* Legacy IE
------------------------------- */
.resBox,
.contactSec ul,
.featureList,
.mailSec ul,
.jobSlider dd,
.snsBnr,
.detailPickup .imgSec,
.detailPickupt,
.leadBox {
  *zoom: 1;
}

@media screen and (max-width:767px) {
  /* Modern Browsers
	------------------------------- */
  .featureList li:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
  }
  /* Legacy IE
	------------------------------- */
  .featureList li {
    *zoom: 1;
  }
}



/* detail_end 
------------------------------- */


.disconSec01 {
  text-align: center;
}


.disconSec01,
.disconSec02 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}
.tit404 {
  margin-bottom: 15px;
  text-align: center;
}
.tit404 span {
  display: inline-block;
  min-height: 30px;
  font-weight: 700;
  font-size: 171.5%;
}

.tit404 span img {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 0;
  margin-right: 5px;
}

.box404 {
  margin: 20px 0 30px;
  border: 3px solid #fdcb02;
  box-sizing: border-box;
}
.box404 h2 {
  padding: 12px 20px 15px;
  background: #fdcb02;
  font-weight: 700;
  font-size: 18px;
}
.box404 h3 {
  padding: 15px 20px 5px;
  font-weight: 700;
}
.box404 p {
  padding: 0 20px 20px;
}
p.disconMsg {
  width: 1000px;
  margin: 0 auto;
  color: #fd3000;
  font-weight: 700;
  font-size: 128.6%;
}
@media screen and (max-width:767px) {
  .disconSec01 {
    width: 94%;
    margin: 0 3%;
    text-align: left;
  }
  .disconSec02 {
    width: 100%;
    margin: 0;
  }
  p.disconMsg {
    width: 94%;
    margin: 0 3% 20px;
  }
}

@media screen and (max-width:480px) {
  .tit404 {
    margin-bottom: 10px;
  }
  .tit404 span {
    position: relative;
    width: 220px;
    margin: 0 auto;
    font-size: 20px;
    text-align: left;
  }
  .tit404 span img {
    position: absolute;
    top: 4px;
    left: -25px;
    width: 22px;
  }
  .box404 h2 {
    font-size: 18px;
    text-align: center;
  }
}

.topBtn404 {
  margin-bottom: 40px;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: center;
}
.topBtn404 a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 17px;
  margin-top: -7px;
  background: url(/files/img/lp/use/ico_arrow_04.png) 0 0 no-repeat;
          background-size: 11px auto;
  content: "";

  -webkit-background-size: 10px auto;
}
.topBtn404 a {
  display: inline-block;
  position: relative;
  padding: 16px 60px 15px 40px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  background: #ff740f;
  font-weight: 700;
  font-size: 22px;
  font-size: 16px;
  text-decoration: none;
}
.topBtn404 a:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .topBtn404 {
    margin: 10px 10px 30px 10px;
    padding-top: 14px;
  }
  .topBtn404 a {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}

.contactSec02 .innerCol {
  float: left;
  width: 480px;
}
.contactSec02 .innerCol:last-child {
  float: right;
  width: 500px;
}
.contactSec02 .topContact a p {
  font-weight: 700;
}
.contactSec02 .topContact a p:nth-child(1) {
  margin-bottom: 5px;
  font-size: 114.3%;
}
.contactSec02 #consultBox {
  padding: 13px 20px 12px;
  border: 3px solid #4cb13d;
          border-radius: 5px;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
}
.contactSec02 #consultBox h3 {
  min-height: 35px;
  margin-bottom: 10px;
  padding-left: 44px;
  background: url(/files/img/top/ico_consult_01.png) 0 0 no-repeat;
  font-weight: 700;
  font-size: 128.6%;
}
.contactSec02 .imgCol {
  float: left;
  width: 262px;
  margin-left: -20px;
}
.contactSec02 .imgCol img {
  margin-bottom: 20px;
}
.contactSec02 .imgCol p {
  margin-left: 20px;
  color: #f54508;
  font-weight: 700;
}
.contactSec02 .inputCol {
  float: right;
  width: 194px;
}
.contactSec02 .inputCol input.txt {
  width: 172px;
  line-height: 22px;
  padding: 5px 10px 8px;
  padding: 8px 10px 11px\9; /* for IE */
}
.is-top-require {
  background-color: #fdf3e2 !important;
}
.is-top-default {
  background-color: #fff !important;
}

.contactSec02 .consultBox_comp_tit {
  margin-top: -10px;
  font-weight: 700;
  font-size: 130.8%;
  text-align: center;
}

.contactSec02 .compTxt {
  text-align: center;
}

.contactSec02 .compTxt.compTxt_name {
  font-weight: 700;
  font-size: 169.3%;
}

.contactSec02 .compTxt_area {
  margin-bottom: 10px;
  text-align: center;
}

.contactSec02 .compTxt.compTxt_name span {
  border-bottom: 2px #333 solid;
}

.contactSec02 .compTxt.compTxt_thx {
  margin-bottom: 30px;
  margin-left: 10px;
  font-size: 114.3%;
}

.contactSec02 .compTxt.compTxt_cmnt {
  margin-bottom: 10px;
  font-size: 92.9%;
}

.contactSec02 .compTxt.compTxt_ssr {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 92.9%;
}

.contactSec02 .compTxt.compTxt_ssr span {
  padding-left: 2em;
}


@media all and (-ms-high-contrast:none) {
  .contactSec02 .inputCol input.txt {
    padding: 8px 10px 11px;
  }
}
.contactSec02 .inputCol input.tipped {
  color: #a2947d;
  font-weight: 700;
  font-size: 92.9%;
}

.contactSec02 .inputCol select {
  width: 80px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  padding: 0 25px 0 8px;
          border-radius: 4px;
  text-overflow: "";
  color: #a2947d;
  background: #fdf3e2 url(/files/img/common/ico_arw_05.png) calc(100% - 8px) center no-repeat;
  font-weight: 700;
  font-size: 92.9%;
  text-indent: 0.01px;
  cursor: pointer;

  -webkit-appearance: button;
     -moz-appearance: none;
          appearance: button;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.contactSec02 .inputCol select.last {
  width: 104px;
  margin-right: 0;
}
.contactSec02 .inputCol p {
  margin-bottom: 4px;
  font-size: 78.6%;
}
.contactSec02 .inputCol p.note01 {
  margin-bottom: 10px;
  color: #8e857c;
}
.contactSec02 a:hover img {
  opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:767px) {
  .contactSec02 .innerCol {
    float: none;
    width: 100%;
  }
  .contactSec02 .innerCol a img,
  .contactSec02 .innerCol ul {
    width: 100%;
  }
  .contactSec02 .innerCol ul {
    width: 100.4%;
    margin: 3% -3.19% 0;
    padding: 3% 3% 0;
    background: #e5fbe1;
  }
  .contactSec02 .innerCol ul li {
    margin-bottom: 3%;
  }
}


/* Modern Browsers
------------------------------- */
.contactSec02:after,
.contactSec02 #consultBox:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}


/* Legacy IE
------------------------------- */
.contactSec02,
.contactSec02 #consultBox {
  *zoom: 1;
}


/*------------------------------------------------------------------------------

以下、詳細指示のためオーバーライド

------------------------------------------------------------------------------*/

/* 一覧クリック範囲変更関連 160801 */
.resBox a h3 {
  color: #4997e5;
  text-decoration: underline;
}
.resBox a h3:hover {
  color: #4997e5;
  text-decoration: none;
}
.resBox {
  padding: 10px 0 20px;
}
@media screen and (max-width:767px) {
  .resBox {
    padding: 10px 0 10px;
  }
  .resTitle div h2 {
    padding-right: 20px;
    text-align: center;
  }
}


.resBox table td ul.kodawariList li {
  width: 55px;
  text-align: center;
}

/* SP時求人一覧の夜勤アイコン改行対策 160801 */
@media screen and (max-width:400px) {
  .resBox table td ul li {
    padding: 5px 7px;
  }
  .resBox table td ul.kodawariList li {
    width: auto;
    min-width: 52px;
  }
}

/* エリアと職種変更関連 160801 */
.resTitle ul {
  width: 420px;
}
.resTitle ul li {
  width: 190px;
  padding: 0 10px;
  font-size: 114.3%;
  text-align: center;
}
@media screen and (max-width:767px) {
  .resTitle ul {
    width: 100%;
  }
  .resTitle ul li {
    width: auto;
    font-size: 14px;
  }
}

/* 検索条件テーブル項目幅を広げる 160801 */
.searchTbl th {
  width: 8em;
  padding-left: 30px;
}
@media screen and (max-width:767px) {
  .searchTbl th {
    width: 6.5em;
    padding-left: 15px;
  }
}


/* SP表示時のみ画像までリンクにするテスト（不要な場合は削除する） 160806 */
.resBox div.spLink {
  display: inline;
  overflow: auto;
  margin: 0;
  zoom: 1;
}

@media screen and (max-width:767px) {
  .resBox div.spLink {
    display: block;
  }
  .spLink.bl-hover {
    color: #569fe8;
    text-decoration: underline;
  }
}


/*------------------------------------------------------------------------------

newEmp

------------------------------------------------------------------------------*/

.newEmp {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 2px solid #bcd7eb;
  border-radius: 5px;
  background-color: #fff;
}

.newEmp_img {
  margin-bottom: 20px;
}

.newEmp_bnr {
  margin-top: -20px;
}

@media screen and (max-width:767px) {
  .newEmp {
    width: 94%;
    margin: 0 0 20px;
    padding: 15px 3% 15px;
  }

  .newEmp_img {
    margin-bottom: 15px;
  }


  .newEmp_txt {
    margin-bottom: 10px;
  }


  .newEmp_bnr {
    margin-top: 0;
  }
}
