/*! 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;
}

.header__link-buy {
	color: #616161;
}
@media (max-width: 740px) {
	.header__link-buy {
	  color: #fff;
	}
}

.extra-header {
  background-color: #E89F32;
  font-size: 18px;
  padding: 20px 0;
}
@media (max-width: 740px) {
  .extra-header {
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
  }
}
.extra-header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.extra-header__link {
  margin: 0 30px 0 0;
  color: white;
}
.extra-header__link i {
  color: white;
}

.two-column, .two-column--area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column--area {
  margin: 100px 0 0 0;
}
.two-column__side {
  width: 304px;
}
.two-column__side .side-sp{
	display:none;
}
@media (max-width: 740px) {
  .two-column__side {
    width: 100%;
  }
  .two-column__side .side-sp{
	display:block;
	width:100%;
	background:#E89F32;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	padding:10px 0;
	border-radius:5px;
  }
  .two-column__side .side-sp i{
  	margin-left:10px;
  }
}
.two-column__main {
  width: 756px;
}
@media (max-width: 740px) {
  .two-column__main {
    width: 100%;
  }
}
@media (max-width: 740px) {
  side-search	{
    display: none;
  }
}
.side-search__inputs {
  background-color: white;
  border: 1px solid #616161;
}
.side-search__wrapper {
  padding: 20px;
  border-bottom: 1px dotted #616161;
}
.side-search__title {
  border-bottom: 1px dotted #616161;
  color: #E89F32;
  font-size: 20px;
  padding: 20px;
  margin: 0;
}
.side-search__area-button {
  color: #E89F32;
  border: 1px solid #E89F32;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
}
.side-search__area-button:hover {
  color: white;
  background-color: #E89F32;
}
.side-search__current-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.side-search__city-button {
  color: #E89F32;
  border: 1px solid #E89F32;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
}
.side-search__city-button:hover {
  color: white;
  background-color: #E89F32;
}
.side-search__types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.side-search__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E89F32;
  border: 1px solid #E89F32;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  width: 125px;
  height: 56px;
  cursor: pointer;
  margin: 0 0 10px 0;
}
.side-search__type:hover {
  color: white;
  background-color: #EDB35D;
}
.side-search__check {
  display: none;
}
.side-search__check:checked + label {
  background-color: #E89F32;
  color: white;
}
.side-search__select {
  outline: none;
  border: none;
  width: 100%;
  background-color: #F1F1F2;
  padding: 10px;
  border-radius: 5px;
  margin:0 0 5px 0;
}
.side-search__mini-title {
  margin: 10px 0;
}
.side-search__tilde {
  margin: 5px 0;
  text-align: center;
}
.side-search__one {
  margin: 0 0 30px 0;
}
.side-search__result {
  text-align: center;
  margin: 30px 0;
}
.side-search__number span {
  font-size: 20px;
  font-weight: bold;
  color: #E89F32;
}
.side-search__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background-color: #FF523A;
  display: block;
  color: white;
  margin: 10px 0 0 0;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.side-search__button i {
  color: white;
}
.side-search__clear {
  color: #2B9FE1;
  margin: 10px 0 0 0;
}

.simple-navi {
  border: 3px solid #E89F32;
}
@media (max-width: 740px) {
  .simple-navi {
    display: none;
  }
}
.simple-navi__upper {
  background-color: #EDB35D;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.simple-navi__area {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-right: 1px dotted #616161;
  color: white;
  width: calc(100% / 5);
}
.simple-navi__area:last-child {
  border: none;
}
.simple-navi__area i {
  color: inherit;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.simple-navi__area.selected {
  position: relative;
  color: #E89F32;
  z-index: 10;
}
.simple-navi__area.selected::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-color: white;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 5px;
  z-index: -1;
}
.simple-navi__area.selected i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.simple-navi__lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
.simple-navi__type {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-right: 1px dotted #616161;
  width: calc(100% / 5);
}
.simple-navi__type:last-child {
  border: none;
}
.simple-navi__type i {
  color: inherit;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.simple-navi__type.selected {
  font-weight: bold;
}
.simple-navi__type.selected i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.simple-detail {
  margin: 10px 0 0 0;
  border: 1px dotted #616161;
}
@media (max-width: 740px) {
  .simple-detail {
    display: none;
  }
}
.simple-detail__text {
  background-color: white;
  padding: 30px;
  line-height: 1.5em;
}
.simple-detail__title {
  margin: 0;
  color: #E89F32;
}
.simple-detail__paragraph {
  margin: 0;
}
.simple-detail__lower {
  background-color: #F3F2F1;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #616161;
}
.simple-detail__conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 66%;
}
.simple-detail__condition {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.simple-detail__condition dt::after {
  content: ":";
}
.simple-detail__condition dd {
  margin: 0 0 0 20px;
}
.simple-detail__save {
  color: #2B9FE1;
}
.simple-detail__save i {
  margin: 0 5px 0 0;
}

.list-option {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.list-option__radio, .list-option__radio--map {
  flex-grow: 1;
}
.list-option__radio.selected, .selected.list-option__radio--map {
  background-color: #E89F32;
  color: white;
}
@media (max-width: 740px) {
  .list-option__radio--map {
    display: none;
  }
}
.list-option__radio span, .list-option__radio--map span {
  font-size: inherit;
  color: inherit;
}
@media (max-width: 740px) {
  .list-option__radio span, .list-option__radio--map span {
    display: none;
  }
}
.list-option__style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E89F32;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.list-option__style div {
  padding: 10px 35px;
  color: #E89F32;
  font-size: 12px;
}
.list-option__style div:last-child {
  border: none;
}
.list-option__style div i {
  margin: 0 5px 0 0;
  font-size: 10px;
}
.list-option__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.list-option__sort dt {
  margin: 0;
}
.list-option__sort dt::after {
  content: ":";
}
@media (max-width: 740px) {
  .list-option__sort dt {
    display: none;
  }
}
.list-option__sort dd {
  margin: 0 0 0 10px;
}
.list-option__select {
  width: 150px;
  color: #E89F32;
  border: 1px solid #E89F32;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}

.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.pagenation__count span {
  font-size: 20px;
  color: #E89F32;
  font-weight: bold;
}
.pagenation__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.pagenation__pages dd {
  margin: 0;
}
.pagenation__pages dd a {
  color: #E89F32;
  margin: 0 0 0 30px;
}

.list-links {
  margin: 30px 0 0 0;
}
.list-links__box {
  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;
}
@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 {
  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 {
    display: none;
  }
}
.list-links__copy {
  padding: 15px 30px;
  border-top: 1px dotted #616161;
  line-height:1.2;
}
@media (max-width: 740px) {
	.list-links__copy {
		padding:15px 2.5%;
		font-size:14px;
	}
}
.list-links__photo {
  width: 400px;
  position: relative;
}
.list-links__photo .list-option__style {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
}
@media (max-width: 740px) {
  .list-links__photo {
    width: 100%;
  }
  .list-links__photo img {
    width: 100%;
  }
}
.list-links__img {
  width: 100%;
  height: 100%;
  -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;
  border-top: 1px dotted #616161;
}
@media (max-width: 740px) {
  .list-links__details {
    flex-wrap: wrap;
  }
}
.list-links__detail {
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px);
  padding: 20px;
  position: relative;
}
@media (max-width: 740px) {
  .list-links__detail {
    width: 100%;
    padding:10px 2.5%;
  }
}
.list-links__price {
  color: #FF523A;
}
.list-links__price span {
  color: inherit;
  font-size: 25px;
}
.list-links__data {
  margin: 0 0 15px 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: 25%;
  font-size: 11px;
  color:#999;
}
.list-links__data dt i {
  margin: 0 5px 0 0;
  font-size: 11px;
}
.list-links__data dd {
  width: 75%;
  margin: 0;
  font-size: 12px;
}
.list-links__pieces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
@media (max-width: 740px) {
	.list-links__pieces {
		margin:0;
	}
}
.list-links__piece {
  margin: 0 0 10px 0;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
	.list-links__piece {
		margin:0;
	}
}
.list-links__piece dt {
  width: 35%;
  font-size: 11px;
  color:#999;
}
.list-links__piece dd {
  width: 65%;
  margin: 0;
  font-size: 12px;
}
.list-links__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
@media (max-width: 740px) {
	.list-links__flow {
		width:100%;
		position:relative;
		bottom:0;
	}
}
.list-links__pictures {
  font-size: 11px;
}
.list-links__pictures i {
  color: #E89F32;
  margin: 0 5px 0 0;
}
.list-links__watch {
  font-size: 11px;
}
.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;
}

.buy-footer {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .buy-footer {
    display: none;
  }
}
.buy-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 5px 0 0 0;
  line-height: 1.5em;
}
.buy-footer__title {
  font-size: 15px;
  font-weight: bold;
}
.buy-footer__separate {
  margin: 0 5px;
  color: #2B9FE1;
  font-size: 13px;
}
.buy-footer__separate:last-child {
  display: none;
}
.buy-footer__link a {
  color: #2B9FE1;
  font-size: 13px;
}
.buy-footer__one {
  margin: 0 0 50px 0;
}

.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;
}
@media (max-width: 740px) {
	.icons__icon i {
		font-size: 20px;
	}
	.icons__icon div {
		letter-spacing:0;
	}
}

.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;
  letter-spacing:0;
  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;
  letter-spacing:0;
  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;
  letter-spacing:0;
  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;
  letter-spacing:0;
  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;
}
@media (max-width: 740px) {
	.tags__tag-new {
		width: 50px;
		font-size: 10px;
	}
	.tags__tag-uhouse {
		width: 80px;
		font-size: 11px;
	}
	.tags__tag-nhouse {
		width: 80px;
		font-size: 11px;
	}
	.tags__tag-mansion {
		width: 80px;
		font-size: 11px;
	}
	.tags__tag-land {
		width: 80px;
		font-size: 11px;
	}
	.tags__tag-price {
		width: 80px;
		font-size: 11px;
	}
	.tags__tag-reform {
		width: 80px;
		font-size: 11px;
	}
	.tags__tag-own {
		width: 80px;
		font-size: 11px;
	}
}

.change	{
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.change__box{
	position:fixed;
	top:20%;
	left:50%;
	margin:0 -540px;
	width:1080px;
	padding:50px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #EDB35D;
}
.change__box input	{
	width:20px;
	height:20px;
	margin-right:10px;
}
.change__box-all	{
	width:100%;
	background:#F0F0F0;
	padding:10px 30px;
	box-sizing:border-box;
}
.change__box-list	{
	width:100%;
	padding:10px 30px;
	box-sizing:border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.change__box-list li	{
  	margin: 0;
	display:block;
}
.change__bar	{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:20px 0;
	background:#333;
	color:#fff;
}
.change__bar-count	{
	margin:0 0 0 100px;
	color:#fff;
}
.change__bar-count strong	{
	margin:0 5px 0 15px;
	font-weight:bold;
	font-size:28px;
	color:#f54;
}
.change__bar-button	{
	margin-right:50px;
	padding:10px 30px;
	background:#f54;
	border:none;
	border-radius:5px;
	color:#fff;
	float:right;
	cursor:pointer;
}
.change__bar-button	:hover{
	opacity:0.7;
}
.change__bar-clear	{
	margin:10px 100px 0 0;
	padding:0;
	background:none;
	border:none;
	color:#fff;
	float:right;
	cursor:pointer;
}
.change__bar-clear	:hover{
	text-decoration:underline;
}
@media (max-width: 740px) {
	.change	{
		position:relative;
		background:none;
	}
	.change__box{
		position:relative;
		top:0;
		left:0;
		margin:0;
		width:100%;
		padding:20px;
		border:none;
	}
	.change__box-list	{
		width:100%;
		margin:10px 0 0 0;
		padding:0;
		box-sizing:border-box;
		display:block;
	}
	.change__box-list li	{
  		width:100%;
  		margin: 0;
		display:block;
	}
	.change__box-list li	 label{
  		width:100%;
  		margin: 0;
		display:block;
		line-height:30px;
	}
	.change__bar-count	{
		margin:0;
		color:#fff;
	}
	.change__bar-button	{
		width:100%;
		margin:10px 0 0 0;
		padding:15px 30px;
	}
	.change__bar-clear	{
		margin:5px 0 0 0;
	}
}

