/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.favorite-first {
  background-color: #FCF7EA;
  margin: -100px 0 0 0;
  padding: 150px 0 50px 0;
}
.favorite-first__explain {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
}
.favorite-first__explain small{
  font-weight:normal;
  margin-top:10px;
  display:block;
}
.favorite-first__lists {
  background-color: white;
  border: 5px solid #EDB35D;
  border-radius: 10px;
  padding: 50px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.favorite-first__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 35px;
  border: 2px solid #EDB35D;
  border-radius: 10px;
  color: #EDB35D;
  font-size: 13px;
}
@media (max-width: 780px) {
	.favorite-first__lists {
		padding-left: 5px;		
	}
	.favorite-first__list {
		width: 300px;
		height: 35px;
		margin-top: 10px;
	}
	
}
@media (max-width: 480px) {
	.favorite-first__lists {
		padding-left: 5px;
	}
	.favorite-first__list {
		width: 150px;
		height: 35px;
		font-size: 12px;
		margin-top: 5px;
	}
	
}
.favorite-first__list.selected {
  background-color: #EDB35D;
  color: white;
}
.favorite-first__list:hover {
  background-color: #EDB35D;
  color: white;
}
.favorite-first__title {
  background-color: #EDB35D;
  color: white;
  padding: 15px 30px;
  display: table;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  margin: 30px 0 0 30px;
  font-weight: bold;
}
.favorite-first__title i {
  margin: 0 10px 0 0;
}

.favorite-list {
  
  background-color: #F1F1F2;
  padding: 100px 0;
}
.favorite-list__number {
  font-size: 16px;
  font-weight: bold;
}
.favorite-list__number span {
  color: #EDB35D;
  font-size: 20px;
  margin: 0 5px;
}
.favorite-list__buttons {
  margin: 30px 0;
}
.favorite-list__check-button {
  background-color: #616161;
  color: white;
  text-align: center;
  padding: 10px 30px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.favorite-list__whole-button {
  background-color: #FF523A;
  color: white;
  text-align: center;
  padding: 10px 30px;
  margin: 0 0 0 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.favorite-list__one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.favorite-list__check {
  width: 92px;
  flex-shrink: 0;
  padding: 30px 0 0 0;
  text-align: center;
  border-right: 1px dotted #616161;
}
.favorite-list__check input[type="checkbox"] {
	width:20px;
	height:20px;
}
.list-style {
  width: 100%;
}
.list-style__image {
  width: 135px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.list-style__image img {
  width: 100%;
}
.list-style__upper {
  height: 100px;
}
.list-style__main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  height: 70px;
  float: left;
  align-items: center;
  padding: 5px 20px;
  border-bottom: 1px dotted #616161;
}
.list-style__points {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  height: 30px;
  float: left;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px dotted #616161;
}
.list-style__details {
  margin: 0 0 0 135px;
  padding: 10px 30px;
}
.list-style__detail {
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-style__detail dt {
  font-size: 12px;
  width: 80px;
  color:#999;
}
.list-style__detail dt i {
  margin: 0 5px 0 0;
}
.list-style__detail dd {
  font-size: 13px;
}
.list-style__price {
  color: #FF523A;
}
.list-style__price span {
  color: #FF523A;
  font-size: 20px;
}
.list-style__others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 15px;
}
.list-style__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em;
  margin: 0 20px 0 0;
}
.list-style__other dt {
  font-size: 12px;
  color:#999;
}
.list-style__other dd {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.list-style__last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0 0;
}
.list-style__camera {
  font-size: 12px;
}
.list-style__camera i {
  margin: 0 5px 0 0;
  color: #EDB35D;
}
.list-style__flow {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.list-style__flow i {
  margin: 0 0 0 10px;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icons__icon {
  text-align: center;
  margin: 0 0 0 10px;
}
.icons__icon i {
  font-size: 30px;
  color: #E89F32;
}
.icons__icon div {
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height:1.2;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 0;
}
.tags__tag-new {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F67749;
}
.tags__tag-uhouse {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A8FD8;
}
.tags__tag-nhouse {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A5080;
}
.tags__tag-mansion {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #B58FD8;
}
.tags__tag-land {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #42AD8D;
}
.tags__tag-price {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #EB6C5C;
}
.tags__tag-reform {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #666666;
}
.tags__tag-own {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height:1.5;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F59302;
}

.list-links__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  margin: 30px 0 0 0;
  background-color: white;
}
.list-links__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 30px;
  width: 100%;
  width: 100%;
}
@media (max-width: 740px) {
  .list-links__upper {
    padding:10px 2.5%;
  }
}
.list-links__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-links__icon {
  text-align: center;
  margin: 0 0 0 10px;
}
.list-links__icon i {
  font-size: 30px;
  color: #E89F32;
}
.list-links__icon div {
  margin: 10px 0 0 0;
  font-size: 10px;
}
.list-links__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}
.list-links__model {
  width: 100%;
  width: 100%;
  background-color: #FF523A;
  color: white;
  padding: 10px 0 10px 100px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.list-links__model::before {
  content: "OPEN";
  position: absolute;
  left: -40px;
  top: 5px;
  padding: 5px 0;
  width: 160px;
  text-align: center;
  background-color: white;
  color: #FF523A;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 740px) {
  .list-links__model {
    padding:5px 2.5%;
    line-height:1.2;
  }
  .list-links__model:before {
    display: none;
  }
}
.list-links__copy {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  height:50px;
  margin-left:135px;
  padding: 15px 20px;
  font-size:12px;
  line-height:1.2;
}
@media (max-width: 740px) {
	.list-links__copy {
		width:75%;
		margin-left:25%;
		padding:10px 2.5%;
	}
}
.list-links__photo {
  width: 135px;
  position: relative;
}
.list-links__photo .list-option__style {
  display:none;
}
@media (max-width: 740px) {
  .list-links__photo {
    width: 25%;
  }
  .list-links__photo img {
    width: 100%;
  }
}
.list-links__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
.list-links__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin:-50px 0 0 0;
  border-top: 1px dotted #616161;
}
@media (max-width: 740px) {
  .list-links__details {
    flex-wrap: wrap;
  }
}
.list-links__detail {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  padding: 20px;
  margin:20px 0;
  position: relative;
}
@media (max-width: 740px) {
  .list-links__detail {
    width: 100%;
    padding:5px 2.5% 15px 2.5%;
    margin:0;
    position:relative;
  }
}
.list-links__price {
  color: #FF523A;
}
.list-links__price span {
  color: inherit;
  font-size: 25px;
}
.list-links__data {
  margin: 0 0 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  line-height:1.5;
}
@media (max-width: 740px) {
	.list-links__data {
		margin: 0 0 5px 0;
	}
}
.list-links__data dt {
  width: 15%;
  font-size: 11px;
  color:#999;
}
@media (max-width: 740px) {
	.list-links__data dt {
		width:25%;
	}
}
.list-links__data dt i {
  margin: 0 5px 0 0;
  font-size: 11px;
}
.list-links__data dd {
  width: 85%;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 740px) {
	.list-links__data dd {
		width:75%;
	}
}
.list-links__pieces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
.list-links__piece {
  margin: 0 0 10px 0;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
	.list-links__piece {
		margin:0;
		display:block;
		width:50%;
	}
}
.list-links__piece dt {
  width: 35%;
  font-size: 11px;
  color:#999;
}
@media (max-width: 740px) {
	.list-links__piece dt {
		float:left;
		clear:none;
	}
}
.list-links__piece dd {
  width: 65%;
  clear:none;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 740px) {
	.list-links__piece dd {
		float:left;
		clear:none;
	}
}

.list-links__flow {
  display: block;
  width: 135px;
  margin:-60px 0 0 -155px;
  text-align:center;
}
@media (max-width: 740px) {
	.list-links__flow {
		width:auto;
		position:absolute;
		top:0;
		right:2.5%;
		margin:0;
	}
}
.list-links__pictures {
  font-size: 11px;
}
.list-links__pictures i {
  color: #E89F32;
  margin: 0 5px 0 0;
}
.list-links__watch {
  Display:none;
}
.list-links__watch i {
  margin: 0 0 0 5px;
}
.list-links__tag-new {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F67749;
}
.list-links__tag-uhouse {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A8FD8;
}
.list-links__tag-nhouse {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A5080;
}
.list-links__tag-mansion {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #B58FD8;
}
.list-links__tag-land {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #42AD8D;
}
.list-links__tag-price {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #EB6C5C;
}
.list-links__tag-reform {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #666666;
}
.list-links__tag-own {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F59302;
}

.list-voice {
  background-color: white;
  padding: 50px 0;
  margin: 50px 0 0 0;
}
.list-voice__top {
  text-align: center;
}
@media (max-width: 740px) {
  .list-voice__top img {
    display: none;
  }
}
.list-voice__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  width: 880px;
}
@media (max-width: 740px) {
  .list-voice__photos {
    width: 100%;
    flex-wrap: wrap;
  }
}

.link-to-detail {
  border: 1px solid #616161;
}
@media (max-width: 740px) {
  .link-to-detail {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.link-to-detail__img {
  position: relative;
  width: 285px;
  height: 180px;
}
.link-to-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
@media (max-width: 740px) {
  .link-to-detail__img {
    width: 100%;
    height: auto;
  }
}
.link-to-detail__details {
  padding: 10px;
}
.link-to-detail__date {
  font-size: 11px;
}
.link-to-detail__title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.link-to-detail__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}
.link-to-detail__detail dt {
  font-size: 12px;
}
.link-to-detail__detail dt::after {
  content: ":";
}
.link-to-detail__detail dd {
  font-size: 12px;
  margin: 0;
}
.link-to-detail__flow {
  font-size: 12px;
  text-align: end;
}
.link-to-detail__flow i {
  margin: 0 0 0 5px;
}
.link-to-detail__tag-buy {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #339AB9;
}
.link-to-detail__tag-sell {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #6EB56B;
}
.link-to-detail__tag-reform {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #C97DBD;
}

