@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 .header-pc-version {
  display: none;
}

/**
 * 空家バンク共通
 * (アウトライン)
 */
.recruit-body *, .recruit-body *::before, .recruit-body *::after {
  box-sizing: border-box;
}

#contents {
  float: right;
}

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

.side-bnr-area .list li {
  margin-top: 10px;
  text-align: center;
}

.side-bnr-area .list li:first-child {
  margin-top: 0;
}

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

.side-search-box dt.head-title {
  position: relative;
  padding: 15px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-size: 135%;
  font-weight: bold;
  background: #2554a2;
}

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

.side-search-box .in {
  padding: 0 2px 2px 2px;
  border-radius: 0 0 4px 4px;
}

.side-search-box .in .in2 {
  border-radius: 0 0 4px 4px;
  background: #fff;
}

.side-search-box .in dl {
  margin-top: 20px;
}

.side-search-box .in dl:first-child {
  margin-top: 0;
}

.side-search-box .in dl dt {
  padding: 14px 0;
  border: 1px solid #aab9d2;
  border-bottom: 2px solid #ff7da9;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.side-search-box .in dl dd .list {
  margin-top: 10px;
  margin-left: .8em;
}

.side-search-box .in dl dd .list li {
  float: none;
  text-align: left;
  width: auto;
  margin-top: 10px;
}

.side-search-box .in dl dd .list li:first-child {
  margin-top: 0;
}

.side-search-box .in dl dd .list li label {
  display: block;
  margin-left: 1.1em;
  text-indent: -1.3em;
}

.side-search-box .in dl dd .list li label input {
  display: inline-block;
  margin-right: 10px;
}

.keyword-search .input-btn-area {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .keyword-search .input-btn-area {
    margin-bottom: 30px;
  }
}

.keyword-search .input-btn-area button {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 35px;
  color: #333;
  font-size: inherit;
  transition: all 0.3s ease;
  font-weight: bold;
  border: 1px solid #aab9d2;
  border-right-color: #093680;
  border-bottom-color: #093680;
}

.keyword-search .input-btn-area button::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  background: url(../img_common/arrow_common.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .keyword-search .input-btn-area button {
    width: 70%;
  }
}

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

/**
 * リスト
 *
 */
.search-result-main .entry-list-box {
  margin-bottom: 2em;
}

.search-result-main .entry-list-box .head-title {
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 0;
  font-size: 163%;
  line-height: 1.2;
  background-color: #d9ebfc;
  color: #333;
  border-bottom: 5px solid #2554a2;
  border-left: 0;
}

@media screen and (max-width: 768px) {
  .search-result-main .entry-list-box .head-title {
    font-size: 140%;
  }
}

.search-result-main .entry-list-box .head-title .head-title-inner {
  margin-left: 15px;
}

.search-result-main .entry-list-box .head-title .entry-icon {
  margin-right: 5px;
}

@media print, screen and (min-width: 769px) {
  .search-result-main .entry-list-box .head-title .entry-icon img {
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .search-result-main .entry-list-box .head-title .entry-icon img {
    margin-top: 2px;
    width: 76px;
  }
}

.search-result-main .entry-list-box .head-title .bg {
  flex: 1;
  display: block;
  padding: 3px 10px;
}

.search-result-main .entry-list-box .head-title a {
  color: inherit;
}

.search-result-main .entry-list-box .in {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.search-result-main .entry-list-box .entry-image {
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .search-result-main .entry-list-box .entry-image {
    width: 600px;
  }
}

.search-result-main .entry-list-box .entry-image > img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.search-result-main .entry-list-box .entry-image .status-icon {
  position: absolute;
  left: 10px;
  top: 0px;
}

@media print, screen and (min-width: 769px) {
  .search-result-main .entry-list-box .entry-image .status-icon {
    width: 84px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .search-result-main .entry-list-box .entry-image .status-icon img {
    width: 120px;
  }
}

.search-result-main .entry-list-box .entry-info-box {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.search-result-main .entry-list-box .entry-info-box .labels {
  padding: 4px;
  color: #333;
  font-weight: bold;
  border-bottom: 3px solid #a5e8de;
}

.search-result-main .entry-list-box .entry-info-box .entry-status-area {
  overflow: hidden;
  background: #def5d0;
  padding: 9px 19px;
  border-radius: 5px;
  letter-spacing: -0.4em;
}

.search-result-main .entry-list-box .entry-info-box .entry-status-area .item-type {
  letter-spacing: normal;
  display: inline-block;
  margin: .2em 0 .1em .5em;
}

.search-result-main .entry-list-box .entry-info-box .entry-status-area .item-type:nth-child(3n+1) {
  margin-left: 0;
}

@media print, screen and (min-width: 769px) {
  .search-result-main .entry-list-box .entry-info-box .entry-status-area .item-type img {
    width: 120px;
    height: auto;
  }
}

.search-result-main .entry-list-box .entry-info-box .table {
  margin: 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px solid #8babc8;
}

.search-result-main .entry-list-box .entry-info-box .table td, .search-result-main .entry-list-box .entry-info-box .table th {
  border-radius: 0px;
  border: 1px solid #8babc8;
  padding: 5px 10px;
  text-align: left;
  font-weight: normal;
}

.search-result-main .entry-list-box .entry-info-box .table th {
  background-color: #d9ebfc;
  font-weight: bold;
}

.search-result-main .entry-list-box .entry-info-box .table td {
  background-color: #fff;
}

.search-result-main .entry-list-box .entry-info-box .table td a {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .search-result-main .entry-list-box .entry-image {
    float: left;
    width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .search-result-main .entry-list-box .entry-info-box {
    float: left;
  }
  .search-result-main .entry-list-box .entry-image + .entry-info-box {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .search-result-main .entry-list-box .entry-image {
    display: inline-block;
  }
  .search-result-main .entry-list-box .entry-info-box {
    margin-top: 20px;
  }
  .search-result-main .entry-list-box .entry-info-box .table {
    table-layout: fixed;
  }
}

.search-result-main .entry-list-box .entry-comment .title {
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff8de url(../img_sub/vacant_house/comment_icon.png) no-repeat center 17px;
}

.search-result-main .entry-list-box .entry-comment .in {
  text-align: left;
  border-radius: 5px;
  background-color: #fffcf1;
  padding: 1.2em 1.2em;
}

@media print, screen and (min-width: 769px) {
  .search-result-main .entry-list-box .entry-comment {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .search-result-main .entry-list-box .entry-comment .title, .search-result-main .entry-list-box .entry-comment .in {
    display: table-cell;
  }
  .search-result-main .entry-list-box .entry-comment .title {
    text-align: center;
    width: 176px;
    padding-top: 10px;
    vertical-align: middle;
  }
  .search-result-main .entry-list-box .entry-comment .in {
    padding: 20px 18px;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  .search-result-main .entry-list-box .entry-comment .title {
    padding: 1em 1em 1em 3em;
    background-position: 20px center;
    margin-bottom: 10px;
  }
}

.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: 3px 10px;
  border: 1px solid #aab9d2;
  border-right-color: #093680;
  border-bottom-color: #093680;
}

.pagenate .list li span {
  background-color: #2554a2;
  color: #fff;
  font-weight: bold;
}

.pagenate .list li a {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

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

/**
 * 詳細
 *
 */
.container-detail h1.title .entry-icon img {
  vertical-align: middle;
}

#entry-detail {
  margin-top: 20px;
}

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

#entry-detail .return-link a {
  border: 1px solid #aab9d2;
  border-right-color: #093680;
  border-bottom-color: #093680;
  display: inline-block;
  padding: .6em 5em;
  color: #333;
  text-decoration: none;
  background: url(../img_sub/vacant_house/search_arrow.png) right 10px center no-repeat #fff;
}

@media screen and (max-width: 768px) {
  #entry-detail .return-link a {
    background: url(../img_sub/vacant_house/search_arrow.png) right 10px center/50px no-repeat #fff;
  }
}

@media print, screen and (min-width: 769px) {
  #entry-detail .return-link a:hover {
    text-decoration: underline;
  }
}

#entry-detail .return-link a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  background: url(../img_common/arrow_common.png) no-repeat center/contain;
}

#entry-detail .point-comment {
  background-color: #d9ebfc;
  padding: 20px 20px 20px 0;
}

#entry-detail .point-comment .point-comment-in {
  display: flex;
}

#entry-detail .point-comment .point-comment-in .title {
  font-weight: bold;
  width: 220px;
  font-size: 125%;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #entry-detail .point-comment .point-comment-in .title {
    width: 280px;
    font-size: 100%;
  }
}

#entry-detail .point-comment .point-comment-in .in {
  background-color: #fff;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}

#entry-detail-image-area {
  margin: 0 15px 32px;
}

#entry-detail-image-area .in {
  display: flex;
  gap: 20px;
}

#entry-detail-image-area .entry-main-image {
  width: 440px;
}

@media screen and (max-width: 768px) {
  #entry-detail-image-area .entry-main-image {
    margin-top: 10px;
  }
}

#entry-detail-image-area .entry-main-image a {
  position: relative;
  display: block;
}

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

.entry-sub-image {
  flex: 1;
}

.entry-sub-image .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 210px;
}

.entry-sub-image .list li {
  position: relative;
  flex: 1;
}

.entry-sub-image .list li a {
  position: relative;
  display: block;
}

.entry-sub-image .list li img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.entry-main-image a::after {
  content: " ";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img_sub/vacant_house/icon_zoom.png) no-repeat left top/100% auto;
  position: absolute;
  bottom: 0;
  right: 0px;
}

.entry-sub-image a::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img_sub/vacant_house/icon_zoom.png) no-repeat left top/100% auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#entry-detail .entry-comment {
  margin-bottom: 50px;
}

#entry-detail .entry-comment-in .title {
  border-radius: 5px;
  font-weight: bold;
  box-sizing: border-box;
  background: #fff8de url(../img_sub/vacant_house/comment_icon.png) no-repeat center 17px;
}

#entry-detail .entry-comment-in .in {
  border-radius: 5px;
  text-align: left;
  background-color: #fffcf1;
  padding: 1.2em 1.2em;
}

@media print, screen and (min-width: 769px) {
  #entry-detail .entry-comment-in {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  #entry-detail .entry-comment-in .title, #entry-detail .entry-comment-in .in {
    display: table-cell;
  }
  #entry-detail .entry-comment-in .title {
    text-align: center;
    width: 176px;
    padding-top: 10px;
    vertical-align: middle;
  }
  #entry-detail .entry-comment-in .in {
    padding: 20px 18px;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  #entry-detail .entry-comment-in .title {
    padding: 1em 1em 1em 3em;
    background-position: 20px center;
    margin-bottom: 10px;
  }
}

.entry-info-area .type-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 14px 1px;
  width: fit-content;
  background: #2554a2;
  color: #fff;
}

.entry-info-area .table {
  margin-top: 20px;
  border-collapse: separate;
  border: 1px solid #8babc8;
  width: 100%;
}

.entry-info-area .table th, .entry-info-area .table td {
  padding: 5px 5px 5px 10px;
  border: 1px solid #8babc8;
}

.entry-info-area .table th {
  box-sizing: border-box;
  width: 160px;
  text-align: left;
  background-color: #d9ebfc;
  vertical-align: top;
}

.entry-info-area .table td {
  background-color: #fff;
}

.entry-info-area .entry-comment {
  margin-top: 30px;
}

.entry-info-area .entry-comment-in .title {
  background: #fff8de url(../img_sub/vacant_house/icon_point.png) no-repeat center 25px !important;
}

@media screen and (max-width: 768px) {
  .entry-info-area .entry-comment-in .title {
    background-position: 38px center !important;
  }
}

.akiya-image {
  width: 100% !important;
  margin-bottom: 30px;
}

.akiya-image img {
  width: 100%;
}

h1.title {
  padding: 34px 20px !important;
  font-size: 165% !important;
}

h1.title .head-title-inner {
  margin-left: 15px;
}

.detail-title {
  background-color: #fff !important;
}

#search-result-condition {
  display: none;
}
