@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
#list02 .section-news {
  margin: 0 0 20px; }
#list02 .fixed-footer--a {
  display: none; }
#list02 .fixed-footer--c {
  display: block; }
@media print, screen and (min-width: 800px) {
  #list02 #breadcrumb {
    margin-bottom: 30px; }
  #list02 .section-rent {
    padding-top: 0px; }
  #list02 .section-news {
    margin-top: 40px;
    margin-bottom: 60px; }

  #list02 .rent-form-dl--nopb {
    padding-bottom: 10px; }
  #list02 .container {
    max-width: 700px;
    margin: auto;
    /*max-width: 100%;
    padding:0 20px;*/
    } }

@media print, screen and (min-width: 800px){
  .side-heading02--rent {
      margin-top: 16px;
  }
}

@media print, screen and (min-width: 890px) {
  #list02 .container {
    max-width: 890px;
    padding:0 0 50px;
  }
}

@media print, screen and (min-width: 1050px) {
    #list02 .container {
    max-width: 1050px;
  }
}

@media print, screen and (min-width: 1280px) {
  #list02 .rent-tab-contents li {
    margin-bottom: 8px;
    font-size: 1.5rem;
   /* padding-bottom: 10px;*/
  }


  #list02 .rent-form-dl--nopb {
    /*padding-bottom: 0;*/ }
  #list02 .container {
    max-width: 1300px;
    padding:0 10px 50px;} }

/* 物件 */
.section-residence .main-heading02 {
  display: none; }
@media print, screen and (min-width: 800px) {
  .section-residence {
    padding: 10px 0 0; }
    /* 2018/11/06 irima change
     * タブレットでも表示
     */
    .section-residence .main-heading02 {
      display: block;
      position: absolute;
      top: 5px;
      left: 0; } }
@media print, screen and (min-width: 1280px) {
  .section-residence {
   }
    /* 2018/11/06 irima change
     * タブレットでも表示
    .section-residence .main-heading02 {
      display: block;
      position: absolute;
      top: 5px;
      left: 0; }*/ }

/* residece-header */
.residence-header {
  position: relative; }
  .residence-header .residence-tab-list {
    display: none; }
  /* 2020/08/24 add start
   * 物件一覧の並び替え順ボタン表示対応
   */
  .residence-header .residence-tab-list-article {
    display: block;
    border-bottom: 1px dotted #808080;
    text-align: center;
    font-size: 0;
  }
  .residence-header .residence-tab-list-article li {
    display: inline-block; }
  .residence-header .residence-tab-list-article li a {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.3rem;
    height: 52px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .residence-header .residence-tab-list-article li a.is-current {
    pointer-events: none;
    background: #f2f2f2;
    border-top: 1px dotted #808080;
    border-left: 1px dotted #808080;
    border-right: 1px dotted #808080;
  }
  .residence-header .residence-tab-list-article li a:hover {
    opacity: 1;
    background: #f2f2f2;
    border-top: 1px dotted #808080;
    border-left: 1px dotted #808080;
    border-right: 1px dotted #808080;
  }
  @media print, screen and (max-width: 800px) {
    .residence-header .residence-tab-list-article {
      margin-top: 15px;
    }
  }
  /* 2020/08/24 add end */
  @media print, screen and (min-width: 800px) {
    .residence-header {
      margin-bottom: 30px; }
      .residence-header .residence-tab-list {
        display: block;
        border-bottom: 1px dotted #808080;
        text-align: center;
        font-size: 0; }
        .residence-header .residence-tab-list li {
          display: inline-block; }
        .residence-header .residence-tab-list li a {
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          font-size: 1.3rem;
          height: 52px;
          padding: 0 20px;
          box-sizing: border-box;
          border: 1px solid transparent; }
          .residence-header .residence-tab-list li a.is-current {
            pointer-events: none;
            background: #f2f2f2;
            border-top: 1px dotted #808080;
            border-left: 1px dotted #808080;
            border-right: 1px dotted #808080; }
          .residence-header .residence-tab-list li a:hover {
            opacity: 1;
            background: #f2f2f2;
            border-top: 1px dotted #808080;
            border-left: 1px dotted #808080;
            border-right: 1px dotted #808080; } }
  @media print, screen and (min-width: 1280px) {
    .residence-header .residence-tab-list {
      text-align: left;
      padding-left: 313px; } }

.residence-list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .residence-list .residence-post {
    width: calc(50% - 2px);
    position: relative; }
    .residence-list .residence-post.empty {
      height: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      border: none; }
  .residence-list .new-label {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#143066;
    color:#fff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-style: normal;  }
  .residence-list .newresidence-label {
    width: 32px;
    display: inline-block;
    font-style: normal;
    margin-right: 0px;
    font-size: 1.0rem;
    background: #000;
    color: #fff;
    height: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle; }
  .residence-list .residence-name {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #000044; }
  .residence-list .residence-desc {
    padding: 10px 8px 20px; }
  .residence-list .residence-text {
    /* 2018/12/04 irima changed
    color: #4d4d4d;*/
    color: #333;
    font-size: 1.1rem;
    font-family: "Ubuntu", sans-serif;}
    .residence-list .residence-text li:not(:last-child) {
      margin-bottom: 6px; }

  .topPropDesc{
    font-weight: bold;
    color: #000;
    padding-bottom: 6px;
    font-size: 1.0rem;
  }


  @media print, screen and (min-width: 800px) {
    .residence-list {
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 0; }
      /* 2018/11/06 irima change start
       * タブレットでも表示
      .residence-list .residence-post {
        width: 240px;
        margin: 0 10px; }
      */
        .residence-list .residence-post {
            width: 100%;
            margin: 0 0 30px;
            border-bottom: #e5e5e5 solid 1px; }
        .residence-list .residence-post:last-child {
            margin-bottom: 60px; }
        .residence-list .residence-post a img.thumb {
            display: none; }
        .residence-list .residence-post a .new-label {
            display: none; }
        .residence-list .residence-post .pc-residence-thumb a img.thumb {
            display: block; }
        .residence-list .residence-post .pc-residence-thumb a .new-label {
            display: block;
            z-index: 10; }
        .residence-list .residence-desc {
            width: 275px;
            height: 160px;
            padding: 16px 0 10px;
            position: relative; }
        .residence-list .residence-desc .arrow::after {
            content: "";
            display: block;
            width: 15px;
            height: 15px;
            border-top: 1px solid #5c5c5c;
            border-right: 1px solid #5c5c5c;
            transform: rotate(45deg);
            position: absolute;
            right: 20px;
            bottom: 20px; }
        /* 2018/11/06 irima change end */
      .residence-list .new-label {
    left: 5px;
 }
      .residence-list .residence-name {
        font-size: 1.5rem;
        line-height: 18px;
        margin-bottom: 10px; }
      .residence-list .newresidence-label {
        width: 36px;
        height: 22px;
        font-size: 1.2rem;
        line-height: 22px;
        vertical-align: 1px;
        letter-spacing: 0.05em;
        margin-right: 5px;}
      .residence-list .residence-text {
        font-size: 1.0rem; }
        .residence-list .residence-text li:not(:last-child) {
          margin-bottom: 5px; }
        .residence-list .residence-text li:nth-child(-n + 2) {
          margin-bottom: 5px; } }
  @media print, screen and (min-width: 800px) {
    .residence-list {
      -webkit-justify-content: left;
      justify-content: left;
      display: block;
      margin: 0; }
      /* 2018/11/06 irima change start
       * タブレットでも表示
      .residence-list .residence-post {
        width: 100%;
        margin: 0 0 30px;
        border-bottom: #e5e5e5 solid 1px; }
        .residence-list .residence-post:last-child {
          margin-bottom: 60px; }
        .residence-list .residence-post a img.thumb {
          display: none; }
        .residence-list .residence-post a .new-label {
          display: none; }
        .residence-list .residence-post .pc-residence-thumb a img.thumb {
          display: block;*/
                    /*
					-webkit-transition: all ease-in-out .2s;
				     -moz-transition: all ease-in-out .2s;
				      -ms-transition: all ease-in-out .2s;
				       -o-transition: all ease-in-out .2s;
				          transition: all ease-in-out .2s;
                      &:hover {
					    opacity: .9 !important;
					  }
					  *//* }
        .residence-list .residence-post .pc-residence-thumb a .new-label {
          display: block;
          z-index: 10; }
      .residence-list .residence-desc {
        width: 275px;
        height: 160px;
        padding: 16px 0 10px;
        position: relative; }
        .residence-list .residence-desc .arrow::after {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          border-top: 1px solid #5c5c5c;
          border-right: 1px solid #5c5c5c;
          transform: rotate(45deg);
          position: absolute;
          right: 20px;
          bottom: 20px; }
        */
        /* 2018/11/06 irima change end */
      .residence-list .residence-name {
        font-size: 1.6rem;
        margin-bottom: 0px; }
      .residence-list .newresidence-label {
        width: 36px; }
      .residence-list .residence-text {
        font-size: 0;
        margin-top: 4px;
      }


       .residence-list .residence-text li {
          display: inline-block;
          width: 50%;
          font-size: 1.2rem;
          font-weight: bold;
          margin-bottom: 12px; }

      .residence-list .residence-text li:nth-child(1) {
        width: 100%;
        margin-bottom: 10px;
      }

      .topPropDesc{
        font-size: 1.1rem;
      }


    }

.residence-post-tags-wrap {
  display: none; }
  /* 2018/11/06 irima change
     * タブレットでも表示
  @media print, screen and (min-width: 1280px) {*/
  @media print, screen and (min-width: 800px) {
    .residence-post-tags-wrap {
      display: block;
      background: #f2f2f2; } }

.btn-like {
    /* 2018/11/07 irima change
     * スマホでも表示
  display: none;*/
    display: block;
    width: 20px;
    margin-top:10px;
}
  /* 2018/11/06 irima change
     * タブレットでも表示
  @media print, screen and (min-width: 1280px) {*/
  @media print, screen and (min-width: 800px) {
    .btn-like {
      display: block;
      width: 24px;
      margin-top: 0px; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn-like {
    position: absolute;
    bottom: 7px; }

  *::-ms-backdrop, .btn-like img {
    width: 24px; } }
/* 2018/11/07 irima change
 * 常に表示
.residence-status {
  display: none; }
*/

.residence-status {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 6px;
  }
  /* 2018/12/04 irima add
   * 文字色変更
   */
  .topNbuid {
    color: #b82029;
  }
  /* 2018/11/06 irima change
     * タブレットでも表示
  @media print, screen and (min-width: 1280px) {*/
  @media print, screen and (min-width: 800px) {
    .residence-status {
      display: block;
      margin-bottom: 10px;
      margin-top: 4px;} }

.residence-post-tags {
  font-size: 0; }
  .residence-post-tags li {
    display: inline-block;
    background: #808080;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 1px; }
    .residence-post-tags li.special-tag {
      background: #000; }

.pc-residence-thumb {
  display: none; }
  /* 2018/11/06 irima change
     * タブレットでも表示
  @media print, screen and (min-width: 1280px) {*/
  @media print, screen and (min-width: 800px) {
    .pc-residence-thumb {
      display: flex; }
      .pc-residence-thumb li {
        width: 100%;
        position: relative; }
     .pc-residence-thumb li:nth-child(2),.pc-residence-thumb li:nth-child(3),.pc-residence-thumb li:nth-child(4){
          display:none;
        }
       }

  @media print, screen and (min-width: 890px) {
    .pc-residence-thumb li {
        width: 50%;
      }
       .pc-residence-thumb li:nth-child(2){
          display:block;
        }

  }

  @media print, screen and (min-width: 1050px) {
    .pc-residence-thumb li {
        width: 33.3%;
      }

        .pc-residence-thumb li:nth-child(3){
          display:block;
        }
  }

  @media print, screen and (min-width: 1280px) {
    .pc-residence-thumb li {
        width: 25%;
      }
        .pc-residence-thumb li:nth-child(4){
          display:block;
        }
  }

/* 2018/11/06 irima change
     * タブレットでも表示
@media print, screen and (min-width: 1280px) {
  .pc-residence-row {*/
@media print, screen and (min-width: 800px) {
  .pc-residence-row {
    display: flex; } }
/* pager */
.pager {
  margin: 25px auto 30px;
  text-align: center;
  font-size: 0; }
  @media print, screen and (min-width: 800px) {
    .pager {
      margin: 25px auto 60px;
      position: relative;
      display: table; } }

.pager span:not(.nextpostslink):not(.prevpostslink), .pager a:not(.nextpostslink):not(.prevpostslink) {
  vertical-align: top;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  border: 1px solid transparent;
  background: #fff;
  border: 1px dotted #000;
  margin: 0 5px;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  @media print, screen and (min-width: 800px) {
    .pager span:not(.nextpostslink):not(.prevpostslink), .pager a:not(.nextpostslink):not(.prevpostslink) {
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 800px) {
    .pager span:not(.nextpostslink):not(.prevpostslink), .pager a:not(.nextpostslink):not(.prevpostslink) {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 1.2rem; } }

.pager a:hover, .pager span.is-current, .pager a.is-current {
  opacity: 1;
  background: transparent !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important; }

.pager span.nextpostslink, .pager a.nextpostslink {
  display: inline-block;
  position: relative;
  color: #000;
  height: 30px;
  vertical-align: top;
  margin-left: 20px;
  font-weight: bold; }
  .pager span.nextpostslink::after, .pager a.nextpostslink::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -7px; }
  .pager span.nextpostslink:hover, .pager a.nextpostslink:hover {
    border: none !important;
    opacity: .5 !important; }
  @media print, screen and (min-width: 800px) {
    .pager span.nextpostslink, .pager a.nextpostslink {
      height: 36px; } }

.pager span.prevpostslink, .pager a.prevpostslink {
  vertical-align: top;
  display: inline-block;
  color: #000;
  position: relative;
  font-size: .95rem;
  line-height: 30px;
  height: 30px;
  margin-right: 20px;
  font-weight: bold; }
  .pager span.prevpostslink::after, .pager a.prevpostslink::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -7px; }
  .pager span.prevpostslink:hover, .pager a.prevpostslink:hover {
    border: none !important;
    opacity: .5 !important; }
  @media print, screen and (min-width: 800px) {
    .pager span.prevpostslink, .pager a.prevpostslink {
      height: 36px; } }

/* グレーベースのキャプション */
.residence-caption {
  background: #f6f6f6;
  font-size: 1.3rem;
  line-height: 2;
  padding: 30px 20px; }
  @media print, screen and (min-width: 800px) {
    .residence-caption {
      display: none; } }

.l-side {
  display: none; }
  @media print, screen and (min-width: 800px) {
    .l-side {
      display: block; } }

/* タブレットレイアウト */
@media print, screen and (min-width: 800px) {
  .l-wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
     width:700px;}
    .l-wrapper .l-main {
      width:430px;}
    .l-wrapper .l-side {
      width: 230px; }
    }
@media print, screen and (min-width: 890px) {
  .l-wrapper {
    width:860px;
  }
      .l-wrapper .l-main {
        width:590px;
      }
}

@media print, screen and (min-width: 1050px) {
    .l-wrapper {
    width:1020px;
  }
      .l-wrapper .l-main {
      /*width: calc(100% - 260px);*/
        width:750px;
       }
}

@media print, screen and (min-width: 1280px) {
  .l-wrapper {
    width:1280px;
  }
  .l-wrapper .l-main {
    width: 915px; }
  .l-wrapper .l-side {
    width: 323px; } }

/* 2018/09/20 add start
 * オキニイリ詳細比較
 */
/* 一覧テーブル */
.tbl-favorite-wrap{
  width:100%;
  font-size:100%;
  border-collapse:collapse;
}.tbl-favorite-cmp{
  width:100%;
  font-size:100%;
  border-collapse:collapse;
  text-align:left;
  margin:3px 0 15px;
}

.tbl-favorite-cmp th{
  font-weight:normal;
  vertical-align:top;
  background-color:#d6d6d6;
  border:solid 1px #d6d6d6;
  border-bottom:solid 1px #fff;
  padding:9px 6px;
  text-align:left;
}

.tbl-favorite-cmp th.th-cmp-end{
  font-weight:normal;
  vertical-align:top;
  background-color:#d6d6d6;
  border:solid 1px #d6d6d6;
  border-bottom:solid 1px #d6d6d6;
  padding:9px 6px;
}

.tbl-favorite-cmp td{
  vertical-align:middle;
  border:solid 1px #cfcfcf;
  padding:5px 6px;
  font-size:90%;
}

.tbl-favorite-cmp th.cell-cmp{
  width:109px;
}
.tbl-favorite-cmp td.cell-dtl{
  width:224px;
  text-align:center;
  padding:8px;
  font-weight:normal;
  font-size:12px;
}

/* テーブル詳細 */
.prp-name-cmp{
  font-size:130%;
  font-weight:bold;
}
.prp-name-cmp span{
  display:inline;
  font-size:70%;
  font-weight:normal;
}

.cell-dtl a{
  text-decoration: underline ;
}

.prp-red{
  font-size:11px;
  color:#be2836;
  margin-top:8px;
}

.prp-spacing{letter-spacing:-0.1em;}
/* 2018/09/20 add end */


/*2018 11 04 torii add */

.contents-menu-btm{
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: bold;
  margin:15px;
}

.search_condition{
  font-weight: normal;
}
.serchTltList02 a{
  text-align: center;
  display: block;
  border: 2px solid #000;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 0 8px 0;
  -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin: 10px auto 0;
}


.serchTltList02 br{
  display:none;
}

@media print, screen and (min-width: 800px) {
  .contents-menu-btm{
    margin:0 0 15px 0;
  }
  .serchTltList02 a{
    display: none;
  }
}

@media print, screen and (min-width: 800px) {
    .main-heading02 span {
      display: none;} }

@media print, screen and (min-width: 890px) {
    .main-heading02 span {
      display: block;} }


/* 2018/11/12 irima add start
 * スマホでは条件追加ボタン表示
 */
.sp_addSearch {
  display: block;
}
@media print, screen and (min-width: 800px) {
  .sp_addSearch {
    display: none;
  }
}
/* 2018/11/12 irima add start
 * スマホでは条件追加ボタン表示
 */

/**
 * オキニイリ一覧
 */
/* 2018/11/09 irima add start
 * residence-header 表示
 */


/*common調整用  2018 11 15 torii add*/
.contents-menu-wrap {
    margin-bottom: 0;
}

.pageback--top {
    border-top: none;
    text-align: left;
}

.l-main{
  margin-top: 0px;
}

/*common調整用  2018 11 15 torii add end*/

.residence-header .non-favorite{
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  padding:10px 20px 60px;
}

.section-residence .main-heading02-fav {
    display: block;
}
.main-heading02-fav span {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    padding:20px 0 ;
    border-bottom: 1px dotted #000;
}

.residence-header .residence-tab-list-fav {
    display: block;
}
.residence-header .residence-tab-list-fav li {
    display: inline-block;
    margin:0 0 20px 10px;
}
.residence-header .residence-tab-list-fav li input[type="checkbox"] + label {
    padding: 0 0 0 15px;
}

@media print, screen and (min-width: 800px) {

    .residence-header .non-favorite{
      text-align: left;
      padding:0px 0px 60px;
    }

    .main-heading02-fav span {
      display: block;
      font-size: 1.6rem;
      text-align: left;
      padding:5px 0 0 ;
      border-bottom: none;

    }

    .main-heading02-fav{
      display: block;
    }
    .residence-header .residence-tab-list-fav {
      padding-left: 100px;
      text-align: left;
    }
    .residence-header .residence-tab-list-fav li {
      margin: 0 0 0 10px;
    }
    .residence-header .residence-tab-list-fav li input[type="checkbox"] + label {
        padding: 0 0 0 20px;
    }
}

/* 2018/11/09 irima add end */
.favCount{
   display: none;
}

/*2018 11 15 torii add */

.residence-header .residence-tab-list-fav li.favDelBtn a{
  border: 2px solid #808080;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 9px;
  box-sizing: initial;
  margin-right: 10px;
  height: auto;
  color: #808080;
  font-size: 1.2rem;
  font-weight: bold;
}

.residence-header .residence-tab-list-fav li.favDelBtn a:hover{
  background:#000;
  border: 2px solid #000;
  color: #fff;
}

.residence-desc input[type="checkbox"] {
    display: none;
}
/* 2018/11/14 add start
 * チェックボックスの修飾
 */
.residence-desc input[type="checkbox"] + label {
    padding-left: 0;
}
.residence-desc input[type="checkbox"] + label::before {
    content: none;
}
.residence-desc input[type="checkbox"] + label::after {
    content: none;
}

.residence-desc .favSelectBtn {
    width:70px;
    height: 14px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    -webkit-justify-content: center;
    justify-content: center;
    background: #dcdcdc;
    color:#808080;
    margin-top:10px;
}
.residence-desc .favSelectBtn.is-selected {
    background: #000044;
    color: #fff;
}

.residence-desc .favSelectBtn {
    height: 24px;
    font-size: 1.2rem;
    cursor: pointer;
}

  .favNoProp{
    padding: 0 20px 40px;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
  }

/*2018 11 15 torii add end */


@media print, screen and (min-width: 800px) {

    .favCount{
      display:inline-block;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: left;
      padding:0 0 10px 0;
      border-bottom: 4px solid #000;
      margin-bottom: 20px;
    }

    .residence-header .residence-tab-list-fav li.favDelBtn{
      padding-bottom: 10px;
    }

    .residence-header .residence-tab-list-fav li.favDelBtn a{
      border: 2px solid #515151;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 8px 12px;
      box-sizing: initial;
      margin-right: 10px;
      height: auto;
      color: #515151;
      font-weight: bold;
    }

    .residence-header .residence-tab-list-fav li.favDelBtn a:hover{
      background:#000;
      border: 2px solid #000;
      color: #fff;
    }

    .residence-desc input[type="checkbox"] {
        display: none;
    }
    /* 2018/11/14 add start
     * チェックボックスの修飾
     */
    .residence-desc input[type="checkbox"] + label {
        padding-left: 0;
    }
    .residence-desc input[type="checkbox"] + label::before {
        content: none;
    }
    .residence-desc input[type="checkbox"] + label::after {
        content: none;
    }

    .residence-desc .favSelectBtn {
        width:70px;
        height: 14px;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 0.9rem;
        font-weight: bold;
        -webkit-justify-content: center;
        justify-content: center;
        background: #dcdcdc;
        color:#808080;
        margin-top:0px;
    }
    .residence-desc .favSelectBtn.is-selected {
        background: #000044;
        color: #fff;
    }

    .residence-desc .favSelectBtn {
        height: 24px;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .favNoProp{
      font-size: 1.3rem;
      text-align: left;
      padding: 0 0px 40px;
    }
}


/* 2018/11/14 add end */
.ent{
  padding: 20px;
  font-size: 1.3rem;
}

.rent-tab-ttl li:first-child,
.rent-tab-ttl li:last-child{
	width: 49.6%;
}

/* 2021/03/16 add */
.residence-desc .residence-status-wrapper .residence-status {
  display: inline-block;
}
.residence-desc .residence-status-wrapper .article_3d_url {
  font-size: 1.2rem;
  color: initial;
  text-decoration: underline;
}