@charset "UTF-8";

:root {
  --main-colr: #be2b02;
  --main-gradation: linear-gradient(135deg, #be2b02 0%, #a02401 100%);
  --sub-colr: #6abe02;
  --Hiragino: "Hiragino Sans", sans-serif;
  --jost: font-family: "Jost", sans-serif;
  --border-radius: 7px;
  --box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
}


div.contents_s div.contents_box h2 {
  background: inherit;
  border: none;
  padding-left: 0;
}

div.main div.search_table form#search_form {
  margin: 0 auto;
  border-radius: 16px;
  padding: 24px 24px;
}

.kensaku-wrap label {
  display: flex;
  justify-content: center;
}

.kensaku-wrap {
  display: flex;
  flex-direction: column;
}

.kensaku-wrap .find-work {
  width: 100%;
  margin: 0 auto;
  height: 43px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.kensaku-wrap div.on-is {
  display: none;
  max-width: 160px;
  width: 100%;
  height: 23px;
  border: 1px solid var(--main-colr);
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.kensaku-wrap div.on-is .button-text {
  display: none !important;
  line-height: 23px;
  font-size: 12px;
  font-weight: bold;
  color: var(--main-colr);
  position: relative;
}

.kensaku-wrap div.on-is .button-text:before {
  content: "";
  position: absolute;
  top: 48%;
  right: 28%;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: var(--main-colr) transparent transparent var(--main-colr);
  transform: rotate(45deg);
}

.kensaku-wrap div.off-is {
  display: none !important;
  display: block;
  max-width: 160px;
  width: 100%;
  height: 23px;
  border: 1px solid var(--main-colr);
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.kensaku-wrap div.off-is .button-text {
  display: none;
  line-height: 23px;
  font-size: 12px;
  font-weight: bold;
  color: var(--main-colr);
  position: relative;
}

.kensaku-wrap div.off-is .button-text:before {
  content: "";
  position: absolute;
  top: 24%;
  right: 14%;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: var(--main-colr) transparent transparent var(--main-colr);
  transform: rotate(-135deg);
}

.is_active {
  display: block !important;
}

div.find_wrap div.find {
  margin: 0 auto;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

div.find_wrap div.find p.find_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

div.find_wrap div.find p.find_title span.clear {
  font-size: 12px;
  color: var(--main-colr);
  display: none;
}

div.find_wrap div.find div.label3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-left: 10px;
  gap: 10px;
}

div.find_wrap div.find label.client_wrap {
  display: flex;
  justify-content: center;
}

div.find_wrap div.find label.client_wrap input.client_box {
  width: 100%;
  margin: 0 auto;
  height: 43px;
  border-radius: 4px;
}

div.find_wrap div.find .money_up {
  max-width: 200px;
  width: 100%;
  height: 43px;
  border-radius: 4px;
  margin-bottom: 10px;
}

div.find_wrap div.find .money_down {
  max-width: 200px;
  width: 100%;
  height: 43px;
  border-radius: 4px;
}

div.find_wrap div.find_bottom {
  border: none;
  max-width: 545px;
  font-weight: 600;
  margin-bottom: 0;
}

p.button {
  position: relative;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}

p.button .search_img {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 27%;
  right: 7%;
}

p.button .btn_search {
  color: #FFF;
  background: var(--main-colr);
  max-width: 240px;
  width: 100%;
  text-align: left;
  height: 55px;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
}

.hyouji_option {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*案件*/
@media (max-width: 768px) {
  div.sort.clearfix {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  div.sort.clearfix {
    flex-direction: column;
    margin-bottom: 0 !important;
  }

  div.sort.clearfix dl {
    margin-bottom: 10px;
    text-align: left;
    justify-content: flex-start !important;
    /* ここを解除すればカンプ通りに */
  }
}

div.sort.clearfix {
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}

div.sort.clearfix dl {
  display: flex;
  justify-content: center;
  align-items: center;
  float: inherit;
  margin-right: 16px;
}

div.sort.clearfix dl dt {
  margin-bottom: inherit;
  max-width: 100px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-right: 10px;
}

@media (max-width:400px) {
  div.sort.clearfix dl dt {
    height: 18px;
  }
}

div.sort.clearfix dl div.lineup_wrap {
  border: 1px solid #707070;
  max-width: 100px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  position: relative;
}

div.sort.clearfix dl div.lineup_wrap dd {
  border: none;
  width: 100px;
  height: 36px;
  line-height: 36px;
  padding: inherit;
  text-align: left;
  padding-left: 13px;
  color: #707070;
}

div.sort.clearfix dl div.lineup_wrap dd a {
  color: #707070;
  text-decoration: none;
}

div.sort.clearfix dl div.lineup_wrap dd:nth-child(2),
div.sort.clearfix dl div.lineup_wrap dd:nth-child(3) {
  display: none;
}

div.sort.clearfix dl div.lineup_wrap:before {
  content: "";
  position: absolute;
  top: 32%;
  right: 14%;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: transparent #707070 #707070 transparent;
  transform: rotate(45deg);
}

div.sort.clearfix dl div.kensuu {
  border: 1px solid #707070;
  max-width: 100px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  position: relative;
}

div.sort.clearfix dl div.kensuu dd {
  border: none;
  width: 100px;
  height: 36px;
  line-height: 36px;
  padding: inherit;
  text-align: left;
  padding-left: 13px;
}

div.sort.clearfix dl div.kensuu dd a {
  color: #707070;
  text-decoration: none;
}

div.sort.clearfix dl div.kensuu dd:nth-child(2),
div.sort.clearfix dl div.kensuu dd:nth-child(3) {
  display: none;
}

div.sort.clearfix dl div.kensuu:before {
  content: "";
  position: absolute;
  top: 32%;
  right: 14%;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: transparent #707070 #707070 transparent;
  transform: rotate(45deg);
}

div.list {
  border-radius: 16px;
  border: 2px solid var(--main-colr) !important;
}

div.list div.title.clearfix ul.category_anken {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

div.list div.title.clearfix ul.category_anken li.category_syokusyu {
  font-size: 12px;
  color: var(--main-colr);
  border: 1px solid var(--main-colr);
  border-radius: 4px;
  margin-right: 16px;
  padding: 2px 5px;
}

div.list div.title.clearfix ul.category_anken li.category_syubetu {
  font-size: 12px;
  color: var(--main-colr);
}

@media (max-width: 450px) {
  div.list div.title.clearfix ul.category_anken li.category_syokusyu {
    font-size: 8px;
    margin-right: 14px;
  }

  div.list div.title.clearfix ul.category_anken li.category_syubetu {
    font-size: 8px;
  }
}

div.list div.title.clearfix h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #D2D2D2;
  float: inherit;
  font-size: 20px;
  font-weight: 500;
}

div.list div.title.clearfix a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  div.job_container div.anken_detail_wrap div.left_content {
    margin: 40px auto 0 auto !important;
    max-width: 300px !important;
    width: 100%;
  }

  div.job_container div.anken_detail_wrap div.left_content p.button {
    max-width: 300px;
  }
}

div.job_container div.anken_detail_wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
}

div.job_container div.anken_detail_wrap div.left_content {
  width: 100%;
}

div.job_container div.anken_detail_wrap div.left_content div.limits_wrap {
  background: var(--main-colr);
  border-radius: 4px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
}

.job_container .date {
  color: #fff;
}

div.job_container div.anken_detail_wrap div.left_content div.limits_wrap p.limits {
  color: #FFF;
  font-size: 12px;
}

div.job_container div.anken_detail_wrap div.left_content div.limits_wrap p.limits span {
  font-size: 20px;
}

div.job_container div.anken_detail_wrap div.left_content p.button.clearfix {
  width: 100%;
}

div.job_container div.anken_detail_wrap div.left_content p.button.clearfix a.btn_clip {
  width: 100%;
  background: #FFF;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 4px;
  margin-left: -1px;
}

div.job_container div.anken_detail_wrap div.right_content {

  width: 100%;
}

div.job_container div.anken_detail_wrap div.right_content div.info_table table tr th {
  border: none;
  padding: inherit;
  background: inherit;
}

div.job_container div.anken_detail_wrap div.right_content div.info_table table tr th a {
  color: #000;
}

div.job_container div.anken_detail_wrap div.right_content div.info_table table tr th span.cheack {
  color: var(--main-colr);
}

div.job_container div.anken_detail_wrap div.right_content div.info_table table tr td {
  font-size: 16px;
  border: none;
  padding: inherit;
  text-align: right;
  padding-right: 24px;
  max-width: 200px !important;
}

div.job_container div.anken_detail_wrap div.right_content div.info_table table tr td span {
  font-size: 24px;
  color: var(--main-colr);
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width:768px) {
  div.job_container div.anken_detail_wrap div.right_content div.info_table table tr td span {
    font-size: 18px;
  }
}

div.job_container div.anken_detail_wrap div.right_content div.info_table p.anken_detail {
  color: #707070;
  font-size: 14px;
  padding: 4px 10px;
}

.speciality li {
  opacity: .7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  white-space: nowrap;
  padding: 0 10px;
}

div.job_container div.anken_detail_wrap div.right_content div.info_table ul.speciality {
  display: flex;
  gap: 10px;
  height: 25px;
}

div.job_container div.anken_detail_wrap div.right_content div.info_table ul.speciality li.first_spe {
  color: var(--main-colr);
  padding: 2px 5px;
  border: 1px solid var(--main-colr);
  border-radius: 4px;
  margin-right: 8px;
}

div.job_container div.anken_detail_wrap div.right_content div.info_table ul.speciality li.second_spe {
  color: var(--main-colr);
  padding: 2px 5px;
  border: 1px solid var(--main-colr);
  border-radius: 4px;
}

div.job_container p.detail_cheack {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
}

div.nonenot {
  border: none !important;
}

.job_container .add_consider_list {
  display: flex;
  justify-content: flex-end;
}

.job_container .info_owner_wrap p.add_consider_list a {
  display: flex;
  justify-content: center;
  width: 30px !important;
  height: 30px;
  padding: 0 !important;
  background-color: #fff;
}

.unofficial {
  display: none;
}

div.contents_box h2 {
  border-left-color: var(--main-colr);
}

div.contents_box h2 span.more {
  display: none;
}

/*共通  */
div.mv {
  display: none;
}

.contents_m .sort dd,
.contents_m .sort dd+dd {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

@media (max-width:768px) {
  .nobody .contents_inline .list.nonenot {
    padding: 0;
  }
}

.project_nobody div.main div.search_table form#search_form {
  max-width: inherit;
}

.mushimegane {
  padding-top: 14px;
  padding-bottom: 14px;
}

.contents_box.other .modanTitle {
  position: relative;
  border-bottom: 3px solid #ddd;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  background: inherit;
  font-family: var(--Hiragino);
  font-weight: 700;
  padding-left: 0;
  padding-bottom: 15px;
}

.contents_box.other .modanTitle .more a {
  color: var(--main-colr);
  border: 1px solid var(--main-colr);
  padding: 7px 12px 9px;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.contents_box.other .modanTitle .more a:hover {
  transition: .3s;
  background: var(--main-gradation);
  color: #fff;
}

.modanTitle::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: var(--main-colr);
}

.item_img {
  margin-bottom: 10px;
}

.tour_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width:768px) {
  .tour_list {
    flex-wrap: wrap;
    gap: 0;
  }
}

.tour_list .list {
  width: 31.183%;
  padding: 0;
}

@media (max-width:768px) {
  .tour_list .list {
    width: 100%;
  }
}

.project_img img {
  width: 100%;
  object-fit: cover;
  height: 275px;
}

.tour_single_btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  text-decoration: none;
  border-radius: var(--border-radius);
  background: var(--main-colr);
  transition: .3s;
}

.tour_single_btn:hover {
  opacity: .7;
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transition: .3s;
}

.owner_tour {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.info_owner_wrap {
  display: flex;
}

.info_table_reverse {
  display: flex;
  flex-direction: column-reverse;
}

.item_single_owber {
  display: flex;
  align-items: center;
  gap: 10px;
}

.owner_link {
  font-size: 14px;
}

#contents .contents_inline .contents_m .right_content .anken_detail {
  margin-top: 10px;
}

