@charset "UTF-8";
/*=====================================================
  search
=====================================================*/
.search {
  border: 1px solid #3EC1D5;
  box-sizing: border-box;
  padding: 20px 10px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .search {
    border: 5px solid #3EC1D5;
    padding: 25px;
  }
}

.search__title {
  background: url(/images/kosodate/bdr_01.png) repeat-x 0 bottom;
  padding-bottom: 18px;
  font-size: 1.57143rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/*=====================================================
  serach__box
=====================================================*/
.serach__box {
  border: 5px solid #6ab6d2;
  padding: 25px;
  margin-bottom: 40px;
}

/*=====================================================
  search__area
=====================================================*/
.search__area {
  overflow: hidden;
  *zoom: 1;
}

.search__listArea {
  float: right;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .search__listArea dl {
    width: 46%;
  }
  .search__listArea dl.search__listArea01 {
    float: left;
  }
  .search__listArea dl.search__listArea02 {
    float: right;
  }
}
.search__listArea dl input[type=checkbox] {
  margin-right: 10px;
}
.search__listArea dl dt {
  color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .search__listArea dl dt {
    display: inline-block;
    width: 100%;
  }
}
.search__listArea dl dd {
  width: 100%;
  margin-bottom: 10px;
}
.search__listArea dl dd label {
  display: inline-block;
  margin-bottom: 10px;
  width: 48%;
}
.search__listArea .search__sagaChubu {
  background: #5CC2D1;
}
.search__listArea .search__karatsu {
  background: #CAA613;
}
.search__listArea .search__tosu {
  background: #88BD60;
}
.search__listArea .search__imari {
  background: #F7B142;
}
.search__listArea .search__kito {
  background: #E18B6A;
}

/*=====================================================
  search__btnSubmit
=====================================================*/
.search__btnSubmit {
  position: relative;
  font-size: 1.2rem;
  display: block;
  /* display: inline-block; */
  /* padding: 0.25em 0.5em; */
  height: 50px;
  /* text-decoration: none; */
  color: #FFF;
  width: 200px;
  background: #6ab6d2;
  /*濶ｲ*/
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: none;
  border-left: 1px solid #9c9c9c;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  cursor: pointer;
}
.search__btnSubmit :active,
.search__btnSubmit :focus {
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}

.search__option {
  cursor: pointer;
}

.search__title {
  background: url(/images/work/icon_squere_s_01.gif) no-repeat 0 3px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #6ab6d2;
}

.search__name {
  border: 1px solid #ccc;
  max-width: 100%;
}
.search__name input {
  width: 98%;
  height: 30px;
  padding: 0 1% 0;
  border: none;
}

.industryList {
  margin-bottom: 40px;
}
.industryList li {
  display: inline-block;
  margin-right: 10px;
}
