.wrap {
  padding-top: 30px;
}
#main-search {
}
.head {
  position: relative;
  margin-bottom: 15px;
  width: 1172px;
  margin-right: auto;
  margin-left: auto;
}
.head .ttl-search {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.head .count {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(/_img/search/icon_search.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left 17px;
  padding-left: 27px;
}
.head .count .val {
  font-size: 28px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
.search-box {
  width: 1172px;
  margin-right: auto;
  margin-left: auto;
}
.search-box .input-line {
  background-color: #f8f5f1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
  margin-bottom: 30px;
}
.search-box .input-line p {
  float: left;
}
.search-box .input-line .ttl {
  background-image: url(/_img/search/icon_pc.png);
  font-weight: bold;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  color: #9b4633;
  display: inline-block;
  margin-right: 90px;
  position: relative;
  top: 6px;
}
.search-box .input-line .fm {
  margin-right: 25px;
}
.search-box .input-line .fm span {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding-right: 0px;
  margin-right: 10px;
}
.search-box .input-line .fm .fm-txt {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 325px;
  border: 1px solid #d8d8d8;
  font-size: 15px;
  margin-right: 0px;
  background-color: #ffffff;
}
.search-box .input-line .fm .fm-txt .list {
  position: relative;
  font-size: 15px;
}
.search-box .input-line .fm .fm-txt .list:after {
  content: "・";
  font-size: 15px;
  position: absolute;
  top: 0;
  right: -13px;
}
.search-box .input-line .fm .fm-txt .list:last-child:after {
  content: none;
  padding-right: 10px;
}
.search-box .input-line .change-btn a {
  background-color: #9f7f5f;
  line-height: 34px;
  display: inline-block;
  color: #ffffff;
  width: 100px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
/*.search-box .select-area,*/
.search-box .select-area-country,
.search-box .select-area-genre {
  display: none;
}
.search-box .select-area .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.chk-country {
  border-left: 1px solid #d5d3ce;
  border-right: 1px none #d5d3ce;
  border-bottom: 1px none #d5d3ce;
  border-top: 1px solid #d5d3ce;
  margin-bottom: 30px;
  overflow: hidden;
}
.chk-country li {
  width: 223px;
  float: left;
  font-size: 12px;
  border-right-color: #d5d3ce;
  border-bottom-color: #d5d3ce;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding-right: 10px;
}
.chk-country li:nth-child(5n) {
  width: 224px;
}
.chk-country li span {
  text-decoration: none;
  color: #000;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;

  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: right 9px;
}
@media (min-width: 1px) {
  .chk-country li input {
    display: none;
    margin: 0;
  }
}
.chk-country li input[type="checkbox"] + label {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 0 0 25px;
}
.chk-country li input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #b3b3b3;
  border-right: 1px none #b3b3b3;
  border-bottom: 1px none #b3b3b3;
  border-top: 1px solid #b3b3b3;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #e1e1e1;
}
.chk-country li input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.chk-country li input[type="checkbox"]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #9b4633;
  border-bottom: 3px solid #9b4633;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-box .select-area .select-box {
  margin-bottom: 15px;
  width: 305px;
}
.search-box .select-area .select-box select {
  width: 100%;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  background: #eee;
  background: url(/_img/side/select_arw.png) right 50% no-repeat,
    -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: right center,
    linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-image: url(/_img/side/select_arw.png);
  background-size: 36px 36px, 100%;
  border-radius: 0px;
  font-size: 15px;
}
.search-box .select-area .btn-submit {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}
.search-box .select-area .btn-submit input {
  background-color: #2e3740;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  display: inline-block;
  padding-left: 140px;
  padding-right: 140px;
  border-radius: 0px;
  border-style: none;
  cursor: pointer;
}
.corp-area {
  background-color: #f8f5f1;
}
.corp-area .inner {
  width: 1172px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.list-corp li {
  position: relative;
  margin-bottom: 10px;
}
.list-corp li a {
  display: block;
  position: relative;
  background-color: #ffffff;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease;
}
.list-corp li a:hover {
  opacity: 0.7;
  background: #fdfce7;
}
.list-corp li.osusume-box a {
  background-color: #fef4f4;
}
.list-corp li .osusume {
  position: absolute;
  top: 13px;
  left: -4px;
}
.list-corp li .basic {
  position: absolute;
  top: -2px;
  right: 20px;
}
.list-corp li .name {
  font-size: 23px;
  border: 1px solid #d8d8d8;
  line-height: 50px;
  padding-left: 20px;
  font-weight: bold;
}
.list-corp li.osusume-box .name {
  border: 1px solid #f2534f;
}
.list-corp li .name.icn {
  padding-left: 90px;
}
.list-corp li .box {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px none #d8d8d8;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  overflow: hidden;
}
.list-corp li.osusume-box .box {
  border-left: 1px solid #f2534f;
  border-right: 1px solid #f2534f;
  border-bottom: 1px solid #f2534f;
  border-top: 1px none #f2534f;
}
.list-corp li .box .logo {
  width: 220px;
  float: left;
  margin-right: 15px;
}
.list-corp li .box .logo figure {
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
  background: white;
}
.list-corp li .box .logo .inq-btn {
  text-align: center;
}
.list-corp li .box .logo .inq-btn a {
  background-color: #9f7f5f;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 25px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}
.list-corp li .box .logo form .btn-submit {
  background-color: #9f7f5f;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  display: block;
  border-style: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.list-corp li.free-box .logo {
  display: none;
}
.list-corp li .detail-box {
  overflow: hidden;
}
.list-corp li .box .detail-box dl dt {
  background-color: #9b4633;
  color: #fdfdfd;
  font-size: 13px;
  line-height: 25px;
  width: 86px;
  text-align: center;
  margin-right: 15px;
  float: left;
  clear: left;
  margin-bottom: 8px;
}
.list-corp li .box .detail-box dl dd {
  line-height: 25px;
  margin-bottom: 8px;
  font-size: 15px;
  overflow: hidden;
}
.list-corp li .box .detail-box dl dd span {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  margin-right: 17px;
}
.list-corp li .box .detail-box dl dd span:after {
  content: "、";
  font-size: 15px;
  position: absolute;
  top: 0;
  right: -17px;
}
.list-corp li .box .detail-box dl dd span:last-child:after {
  content: none;
  padding-right: 10px;
}
.list-corp li .box .detail-box .txt a {
  color: #000000;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.list-corp li .box .detail-box .txt a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #333;
}
.list-corp li .btn-inq {
  display: none;
}
.results-area {
  width: 1172px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.results-area .hit {
  font-size: 26px;
  color: #9b4633;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.results-area .hit img {
  width: 30px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  bottom: 6px;
}
.results-area .hit span {
  font-size: 36px;
  display: inline-block;
  padding-right: 3px;
  padding-left: 8px;
}
.results-area .soudan-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.results-area .arw {
  margin-bottom: 25px;
  text-align: center;
}
.results-area .arw img {
  width: 74px;
  text-align: center;
}
.no-post {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.nohit-block {
  background-image: url(/_img/company-search/no-hit.jpg);
  background-repeat: no-repeat;
  width: 1172px;
  height: 355px;
}
.nohit-block .ttl {
  color: #9b4633;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 30px;
}
.nohit-block .solid {
  text-align: center;
  margin-bottom: 35px;
}
.nohit-block .solid span {
  display: inline-block;
  padding-left: 100px;
  padding-right: 100px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #9b4633;
  color: #9b4633;
  font-size: 26px;
}
.nohit-block .arw {
  text-align: center;
}
.nohit-block .arw img {
  width: 112px;
}
