.contents > *:not(:last-child) {
  margin-bottom: 20px;
}

.side_search_contents h3 {
  font-size: 20px;
  font-weight: bold;
}
.side_search_contents h3 img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .side_search_contents h3 {
    padding: 7px 10px;
    background-color: #FAF5EC;
    background-image: url(../../../img/front/pc/common/arr_s_b_blk.png);
    background-repeat: no-repeat;
    background-position: top 13px right 17px;
  }
}

.side_search_contents h4 {
  position: relative;
  height: 50px;
  padding: 15px 10px 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
.side_search_contents h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #1B85DD;
  border-radius: 20px;
}

.side_search_contents .pdng10 {
  padding: 10px;
}

.search_subcontents {
  background-color: #FAF5EC;
}

.search_subcontents select {
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 3px dotted #FF8B00;
  cursor: pointer;
}

.search_subcontents select:not(:last-child) {
  margin-right: 0;
  margin-bottom: 5px;
}

.search_subcontents .accordion + div {
  padding: 10px;
}

.side_search_contents input[type=submit] {
  max-width: 100%;
  width: 260px;
  height: 50px;
  margin-top: 40px;
  padding-left: 20px;
  background-color: #ffe400;
  background-image: url(../../../img/front/pc/common/icon_search_s_blk.png);
  background-repeat: no-repeat;
  background-position: center left 50px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  line-height: 50px;
}

#contents_inner {
  padding-left: 20px;
}
@media (max-width: 767px) {
  #contents_inner {
    padding-left: 0;
  }
}

#list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #1B85DD;
  padding-bottom: 5px;
}

#selection_title {
  width: 100%;
  padding-bottom: 5px;
}

#list_title h2 {
  font-size: 22px;
  font-weight: bold;
}

#list_title h2 img {
  margin-right: 10px;
}

#list_title > img {
  margin-left: auto;
  margin-right: 5px;
}

#list_title > div {
  color: #1B85DD;
  font-size: 16px;
  font-weight: bold;
}

#list_title > div span {
  font-size: 38px;
  font-weight: bold;
}

#result {
  background-color: #eaeaea;
  align-items: center;
  padding: 10px 0;
  margin: 10px 0 25px;
}

#result div {
  padding: 0 10px;
}

#result div:first-child {
  width: 90px;
}

#result div:last-child {
  color: #8b8b8b;
  width: calc(100% - 90px);
}

.recruit_list section {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.recruit_other_list {
  /*border-top: 1px solid #d0d0d0;*/
  border-bottom: 1px solid #fff;
  margin-top: 20px;
}

.recruit_list section .view_list_img {
  flex-shrink: 0;
  width: 260px;
}
.recruit_list section .view_list_img > img {
  width: 100%;
  aspect-ratio: 260 / 220;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 919px) {
  .recruit_list section .view_list_img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .recruit_list section {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }
  .recruit_list section .view_list_img {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .recruit_list section .view_list_img > img {
    flex-shrink: 0;
    width: 30%;
  }
  .recruit_list section .view_list_img > div {
    width: 100%;
  }
}

.recruit_list section > div {
  width: 100%;
}

.recruit_list h3 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.recruit_list .company_name {
  font-size: 15px;
  margin: 7px 0 4px;
}

.recruit_list .company_name span {
  font-weight: bold;
}

.recruit_list .company_name img {
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.recruit_list .area_category {
  display: none;
}
.recruit_list .area_category span {
  display: inline-block;
  padding: 0 7px 0;
  font-size: 13px;
  margin-bottom: 3px;
}

.recruit_list .company_area {
  background-color: #000;
  color: #fff;
}

.recruit_list .recruit_condition {
  margin-top: 5px;
}

.recruit_list .recruit_condition span {
  border: 1px solid #ff2833;
  border-radius: 7px;
  display: inline-block;
  color: #ff2833;
  font-size: 11px;
  padding: 0 5px;
  margin-bottom: 3px;
}

.recruit_list .company_details {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.6em;
}

.recruit_list .company_details table {
  text-align: left;
}

.recruit_list .company_details table th {
  font-weight: normal;
}

.recruit_list .btn_area {
  gap: 2%;
  margin-top: 10px;
}

.recruit_list .btn_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  height: 47px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: all ease 0.3s;
}

.recruit_list .btn_area a:hover {
  opacity: 0.7;
}

.recruit_list .btn_area .detail_btn {
  background-color: #1B85DD;
  color: #fff;
}

.recruit_list .btn_area .oubo_btn {
  background-color: #FFEB01;
}

.recruit_list .btn_area .oubo_btn:hover {
  color: inherit;
}

.recruit_list .btn_area .disable {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  background-color: #eee;
  color: #fff;
}

.company_list section {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.company_list section .view_list_img {
  flex-shrink: 0;
  width: 260px;
}
.company_list section .view_list_img > img {
  width: 100%;
  aspect-ratio: 260 / 220;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 919px) {
  .company_list section .view_list_img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .company_list section {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }
  .company_list section .view_list_img {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .company_list section .view_list_img > img {
    flex-shrink: 0;
    width: 30%;
  }
  .company_list section .view_list_img > div {
    width: 100%;
  }
}

.company_list section > div {
  width: 100%;
}

.company_list .company_name {
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.company_list .company_name h3 {
  display: inline;
  font-weight: bold;
}

.company_list .area_category span {
  display: inline-block;
  padding: 0 7px 0;
  font-size: 13px;
  margin-bottom: 3px;
}

.company_list .company_area {
  background-color: #000;
  color: #fff;
}

.company_list .recruit_condition {
  margin-top: 5px;
}

.company_list .recruit_condition span {
  border: 1px solid #1049ae;
  border-radius: 5px;
  display: inline-block;
  color: #1049ae;
  font-size: 11px;
  padding: 0 5px;
  margin-bottom: 3px;
}

.company_list .company_details {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.6em;
}

.company_list .btn_area {
  gap: 2%;
  margin-top: 10px;
}

.company_list .btn_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  height: 47px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: all ease 0.3s;
}

.company_list .btn_area a:hover {
  opacity: 0.7;
}

.company_list .btn_area .detail_btn {
  background-color: #eaeaea;
}

.company_list .btn_area .detail_btn:hover {
  color: #333;
}

.company_list .btn_area .request_btn {
  background-color: #379deb;
  color: #fff;
}

.company_list .btn_area .recruit_btn {
  background-color: #1B85DD;
  color: #fff;
}

.company_list .btn_area .disable {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  background-color: #eee;
  color: #fff;
}

.paginate {
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: bold;
}

.paginate > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

.paginate > *.prev::before,
.paginate > *.next::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}

.paginate > *.prev::before {
  border-left: 2px solid;
  border-bottom: 2px solid;
  margin-left: 5px;
}
.paginate > *.next::before {
  border-right: 2px solid;
  border-top: 2px solid;
  margin-right: 5px;
}

.paginate span {
  background-color: #bbb;
  border: 2px solid #bbb;
  color: #fff;
}

.paginate span.current {
  background-color: #1B85DD;
  border: 2px solid #1B85DD;
}

.paginate a {
  border: 2px solid #1B85DD;
  color: #1B85DD;
  text-decoration: none;
  transition: all ease 0.3s;
}

.paginate a:hover {
  background-color: #1B85DD;
  border: 2px solid #1B85DD;
  color: #fff;
}

hr {
  border-top: 1px solid #376bb4;
}

.agent .recruit_list section > div:first-child {
  width: 220px;
  text-align: center;
}
.agent .recruit_list section > div:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 220px;
  height: 146px;
}