@charset "UTF-8";
.contents {
  padding: 32px 0;
  padding: 2rem 0;
}
.contents h1 {
  font-size: 20px;
  font-size: 1.25rem;
  border-left: #0073c4 solid 5px;
  padding: 3.2px 0 0 8px;
  padding: 0.2rem 0 0 0.5rem;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

.list-searching-box {
  margin: 1em 0;
  border: 1px solid #80bae0;
  background-color: #dfeef7;
  padding: 8px;
  padding: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-searching-box .form-group {
  margin-bottom: 0;
}
.list-searching-box label {
  color: #0073c4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 16px;
  margin-right: 1rem;
}
.list-searching-box select {
  min-width: 8em;
  font-size: 16px;
  font-size: 1rem;
}
.list-searching-box button {
  background-color: #0073c4;
  color: #fff;
}

.pagination {
  margin: 0 !important;
}

/* 資料請求ボタン */
.request-check-btn {
  background: #ccddee none repeat scroll 0 0;
  border: medium none;
  border-radius: 40px;
  color: #0073c4;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 9.6px 16px;
  padding: 0.6rem 1rem;
  font-weight: bold;
  margin: 1em auto;
  outline: medium none !important;
}
.request-check-btn i {
  margin-right: 0.5em;
}

.paging {
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 0;
}
.paging span {
  color: #0073c4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.anshinRlist dt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse;
          flex-flow: wrap-reverse;
}
.anshinRlist dd {
  margin-bottom: 0;
}

.anshinRlist {
  margin: 2em 0;
}
.anshinRlist .anshinRinfo dl {
  border: #cccccc solid 1px;
}
.anshinRlist .anshinRinfo dt {
  padding: 0.5em;
}
.anshinRlist .anshinRinfo dt span {
  color: #078d34;
  display: block;
  font-size: 1.3em;
  line-height: 3em;
  font-weight: bold;
}
.anshinRlist .anshinRinfo dt img {
  width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.anshinRlist .anshinRinfo dd {
  font-weight: bold;
  padding: 0.5em;
  background: #c7d43e;
  color: #000;
  font-size: 14.08px;
  font-size: 0.88rem;
  text-align: center;
}
.anshinRlist .anshinRinfo dd small {
  display: block;
  font-size: 0.9em;
}

/*物件一覧*/
.search-item {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.search-item .item-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ccddee;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0.5em;
  margin-bottom: 0;
}
.search-item .item-check > input {
  -ms-flex-item-align: center;
      align-self: center;
  width: 20px;
  height: 20px;
  outline: none;
  margin: 0;
}
.search-item .item-thumb a {
  display: block;
  text-align: center;
}
.search-item .item-thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 335px;
}
.search-item .item-basic h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.search-item .item-basic h3 > a {
  color: #0073c4;
}
.search-item .item-basic p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.search-item .item-basic p strong {
  font-weight: 600;
  color: #CB0003;
  font-size: 18.08px;
  font-size: 1.13rem;
}
.search-item .item-basic .detail-btn {
  background: #0073c4;
  border-radius: 50px;
  text-align: center;
  margin: 0 0 1em;
  padding: 0.5em 1.5em;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border: #0073c4 solid 1px;
}
.search-item .item-basic .detail-btn:hover {
  background: #ffffff;
  color: #0073c4;
}
.search-item .item-icons ul {
  padding: 0;
}
.search-item .item-icons li {
  max-width: 35%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.search-item .item-outline dt {
  font-weight: bold;
  background: #ccddee;
  margin-bottom: 2px;
}
.search-item .item-outline dd {
  background: #EEE;
  margin-bottom: 2px;
}

@media print, screen and (max-width: 991px) {
  .anshinRlist .anshinRinfo dt {
    text-align: left;
  }
  .anshinRlist .anshinRinfo dt span {
    font-size: 1rem;
  }
  .anshinRinfo dd {
    font-size: 0.88rem;
  }
  .container {
    padding: 0 15px;
  }
  .search-item {
    border-bottom: 1px dotted #ccc;
  }
  .search-item .item-check {
    background: #ccddee;
  }
  .search-item .item-basic h3 {
    font-size: 1.25rem;
  }
  .search-item .item-basic h3 > a {
    color: #0073c4;
  }
  .search-item .item-basic p {
    margin-bottom: 0.5rem;
  }
  .search-item .item-basic p strong {
    font-weight: 600;
    color: #CB0003;
    font-size: 1.13rem;
  }
  .search-item .item-basic .detail-btn {
    width: 100%;
  }
  .search-item .item-icons li {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .search-item .item-outline dt {
    font-weight: bold;
    background: #ccddee;
    margin-bottom: 2px;
  }
  .search-item .item-outline dd {
    background: #EEE;
    margin-bottom: 2px;
  }
}
.provision-bnr {
  margin: 1em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.provision-bnr a {
  display: block;
}
.provision-bnr a > img {
  width: 100%;
  height: auto;
}
.provision-bnr .provisionbnr_pc {
  display: block;
}
.provision-bnr .provisionbnr_sp {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .anshinRlist .anshinRinfo dd {
    text-align: left;
  }
  .provision-bnr .provisionbnr_pc {
    display: none;
  }
  .provision-bnr .provisionbnr_sp {
    display: block;
  }
}
@media print, screen and (max-width: 520px) {
  .anshinRlist .anshinRinfo dt img {
    width: 80%;
    height: auto;
  }
  .anshinRlist .anshinRinfo dd {
    text-align: left;
  }
}
.list-beheim-layout {
  background: #f8f8f8;
}
.list-beheim-layout .item-check {
  background: #153043;
}
.list-beheim-layout .beheim-list-upper {
  background: rgb(0, 88, 143);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 88, 143)), to(rgb(59, 149, 202)));
  background: linear-gradient(0deg, rgb(0, 88, 143) 0%, rgb(59, 149, 202) 100%);
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  color: #ffffff;
}
.list-beheim-layout .beheim-list-upper .item-thumb {
  padding-left: 24px;
  padding-left: 1.5rem;
}
.list-beheim-layout .beheim-list-upper .item-basic {
  background: url("/img/buy/beheim_bg.png") no-repeat 15px bottom;
  background-size: auto 60px;
  padding-bottom: 60px;
}
.list-beheim-layout .beheim-list-upper .item-basic h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.list-beheim-layout .beheim-list-upper .item-basic h3 > a {
  color: #ffffff;
}
.list-beheim-layout .beheim-list-upper .item-basic p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.list-beheim-layout .beheim-list-upper .item-basic p strong {
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
}
.list-beheim-layout .beheim-list-upper .item-basic .detail-btn {
  background: #ffffff;
  border-radius: 50px;
  text-align: center;
  margin: 0 0 1em;
  padding: 0.5em 1.5em;
  color: #0073c4;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border: #ffffff solid 1px;
}
.list-beheim-layout .beheim-list-upper .item-basic .detail-btn:hover {
  background: #0073c4;
  color: #ffffff;
}
@media print, screen and (max-width: 991px) {
  .list-beheim-layout .beheim-list-upper .item-thumb {
    padding-right: 1.5rem;
  }
  .list-beheim-layout .beheim-list-upper .item-basic {
    background: url("/img/buy/beheim_bg.png") no-repeat 40px bottom;
    background-size: auto 60px;
    padding-bottom: 60px;
  }
  .list-beheim-layout .beheim-list-upper .item-basic .detail-btn {
    width: 100%;
  }
}
@media print, screen and (min-width: 990px) {
  .list-beheim-layout .beheim-list-lower {
    border-right: #0273bf dotted 2px;
  }
}
.list-beheim-layout .beheim-list-lower .beheim-outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-beheim-layout .beheim-list-lower .beheim-outline dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background: #153043;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  font-weight: normal;
}
.list-beheim-layout .beheim-list-lower .beheim-outline dl dd {
  padding: 0.5em 1em;
  margin: 0;
}

.newprice {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  background-color: #cb0003;
  padding: 8px 16px;
  color: #ffffff;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newprice img {
  margin-left: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*SELECT2*/
.select2-container {
  width: 100% !important;
}