@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  .recruit-header-area,
  .recruit-footer-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header-area,
  .recruit-footer-area {
    width: 100%;
  }
}

#sp-header .jqs-go-to-pc {
  display: none;
}

/**
 * 空家バンク共通
 */
.recruit-body {
  margin-top: 2em;
}

@media print, screen and (min-width: 769px) {
  .recruit-body {
    display: flex;
    justify-content: space-between;
  }
}

.recruit-main {
  width: 700px;
  padding-bottom: 6em;
}

@media print, screen and (min-width: 769px) {
  #side-nav {
    width: 260px;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (max-width: 768px) {
  input {
    width: 2em;
    height: 2em;
  }
}

.side-search-box dt.head-title {
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #1c8437;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 1.1em;
  font-size: 115%;
  padding: 0.5em;
}

.side-search-box dt.head-title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1c8437;
}

.keyword-search dl {
  margin-bottom: 1em;
}

.keyword-search dl .title {
  background-color: #b6d5b5;
  text-align: center;
  border-bottom: 3px solid #1c8437;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .keyword-search dl .title {
    background: #b6d5b5 url(../img_sub/vacant_house/icon_plus.png) no-repeat right 20px center;
    border-bottom-width: 5px;
  }
}

@media screen and (max-width: 768px) {
  .keyword-search dl .title.on {
    background-image: url(../img_sub/vacant_house/icon_minus.png);
  }
}

.keyword-search dl .box {
  background-color: #fff;
  padding: 0.8em;
}

.keyword-search .input-btn-area {
  margin: 1.5em 1em 4em;
  text-align: center;
}

.keyword-search .input-btn-area button {
  box-sizing: border-box;
  width: 100%;
  padding: .8em 1em;
  border-radius: 3em;
  background: #1c8437 url(../img_sub/vacant_house/button_arrow.png) no-repeat right 1em center;
  color: #fff;
  font-size: inherit;
  transition: all 0.3s ease;
  font-weight: bold;
}

.keyword-search .input-btn-area button:hover {
  opacity: 0.7;
}

.recruit-main .entry-empty-box {
  padding: 1em;
}

.recruit-main .entry-title {
  background-color: #1c8437;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 6px;
  padding: .5em;
}

.recruit-main .entry-title a {
  color: #fff;
}

.recruit-main .entry-title a:active, .recruit-main .entry-title a:focus {
  color: #333;
}

.recruit-main .entry-title .entry-icon {
  display: inline-block;
  border-radius: 4px;
  color: #5b3c2a;
  padding: 0 .5rem;
  margin-right: .5rem;
  background-color: #fff;
  font-size: 83%;
}

.recruit-main .entry-image {
  position: relative;
}

.recruit-main .entry-image img {
  max-width: 100%;
  height: auto;
}

.recruit-main .entry-image .status-icon {
  position: absolute;
  background: #1c8437;
  color: #fff;
  padding: 0 .8em;
  top: 0;
  left: 1em;
}

.recruit-main .entry-image .status-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #1c8437;
}

@media print, screen and (min-width: 769px) {
  .recruit-main .entry-image .status-icon:after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
}

@media screen and (max-width: 768px) {
  .recruit-main .entry-image .status-icon:after {
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
  }
}

.recruit-main .entry-status-area {
  margin-bottom: .8em;
}

@media screen and (max-width: 768px) {
  .recruit-main .entry-status-area {
    margin-top: 0.4em;
  }
}

.recruit-main .entry-status-area .item-type {
  padding: 0 0.5rem;
  color: #5b3c2a;
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #1c8437;
  font-size: 90%;
  font-weight: bold;
}

.recruit-main .entry-recommend {
  display: table;
  width: 100%;
}

.recruit-main .entry-recommend * {
  box-sizing: border-box;
}

.recruit-main .entry-recommend .entry-recommend-title {
  display: table-cell;
  background-color: #b6d5b5;
  padding: 0.5rem 1rem;
  line-height: 1.1;
  font-weight: bold;
  border-radius: 6px 0 0 6px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .recruit-main .entry-recommend .entry-recommend-title {
    width: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit-main .entry-recommend .entry-recommend-title {
    width: 100px;
  }
}

.recruit-main .entry-recommend .entry-recommend-item {
  display: table-cell;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 6px 6px 0;
  line-height: 1.2;
}

.recruit-main .table {
  width: 100%;
  border: 1px solid #b6d5b5;
  box-sizing: border-box;
}

.recruit-main .table * {
  box-sizing: border-box;
}

.recruit-main .table th, .recruit-main .table td {
  border: 1px solid #b6d5b5;
  line-height: 1.2;
}

.recruit-main .table th {
  font-weight: bold;
  color: #5b3c2a;
  background-color: #eff8ec;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .recruit-main .table th {
    width: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit-main .table th {
    width: 100px;
  }
}

.recruit-main .table td {
  background-color: #fff;
}

/**
 * リスト
 *
 */
.recruit-list-header {
  overflow: hidden;
  box-sizing: border-box;
  padding: 21px 15px 21px 47px;
  background-color: #fff;
  font-size: 187.5%;
  border-radius: 6px;
  position: relative;
  font-weight: bold;
}

.recruit-list-header::before {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  content: "";
  border: 4px solid #1c8437;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  box-sizing: border-box;
}

.entry-list-box {
  margin-top: 1em;
  margin-bottom: 4em;
}

@media print, screen and (min-width: 769px) {
  .entry-list-box .in {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .entry-list-box .entry-image {
    flex-basis: 320px;
  }
}

.entry-list-box .entry-image img {
  width: 100%;
}

.entry-list-box .entry-info-box {
  flex-grow: 1;
}

.entry-list-box .entry-info-box .maplink {
  display: block;
}

.entry-list-box .maplink {
  display: block;
}

.pagenate {
  margin-top: 20px;
  text-align: center;
}

.pagenate .list {
  display: inline-block;
}

.pagenate .list li {
  display: inline-block;
  vertical-align: middle;
}

.pagenate .list li > * {
  display: block;
  padding: 0 10px;
  border: 1px solid #1c8437;
}

.pagenate .list li a, .pagenate .list li span {
  border-radius: 5px;
}

.pagenate .list li span {
  background-color: #fff;
}

.pagenate .list li a {
  background-color: #1c8437;
  color: #fff;
}

.pagenate > a, .pagenate .prev {
  display: inline-block;
  vertical-align: middle;
}

/**
 * 詳細
 *
 */
#entry-detail .jqs-apply-fancybox {
  position: relative;
  display: inline-block;
}

#entry-detail .jqs-apply-fancybox::after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img_sub/vacant_house/icon_zoom.png) no-repeat left top/100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

#entry-detail .entry-image .jqs-apply-fancybox::after {
  width: 40px;
  height: 40px;
}

#entry-detail .entry-sub-image {
  margin-top: 1em;
}

#entry-detail .entry-sub-image .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#entry-detail .entry-sub-image .list li {
  flex-grow: 1;
  width: calc((100% - 60px) / 5);
}

#entry-detail .entry-sub-image .list li img {
  width: 100%;
  height: auto;
}

#entry-detail .entry-info-box {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 .5em;
}

#entry-detail .entry-info-box .flie-area a {
  display: inline-block;
  background: #1c8437 url(../img_sub/vacant_house/icon_pdf.png) no-repeat 15px center;
  color: #fff;
  border-radius: 4px;
  padding: 0.3em 1em .2em 2.5em;
  font-weight: bold;
  text-decoration: none;
}

#entry-detail .entry-info-box .flie-area a:hover, #entry-detail .entry-info-box .flie-area a:active, #entry-detail .entry-info-box .flie-area a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #entry-detail .table th {
    width: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  #entry-detail .table th {
    width: 25%;
  }
}

#entry-detail .return-link {
  margin-top: 30px;
  text-align: center;
}

#entry-detail .return-link a {
  box-sizing: border-box;
  width: 100%;
  padding: .8em 6em;
  border-radius: 3em;
  background: #1c8437 url(../img_sub/vacant_house/button_arrow.png) no-repeat right 1em center;
  color: #fff;
  font-size: inherit;
  transition: all 0.3s ease;
  font-weight: bold;
  text-decoration: none;
}

#entry-detail .return-link a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
