@charset "UTF-8";
/* Realestate */
.search {
  background: white;
  padding: 5rem 0 6rem;
}
.search .content .search__box {
  margin: 0;
  border: none;
  border-bottom: 1px dashed rgba(77, 77, 77, 0.50);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.search .content .search__box .search__label {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .search .content .search__box .search__label {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
  }
}
.search .content .search__box .search__label legend {
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: 7px;
  border-left: 4px solid #B9B96C;
}
.search .content .search__box .search__label .cap {
  font-size: 1.4rem;
}
.search .content .search__box.search__box__top .search__label {
  margin: 0 0 20px;
}
.search .content .search__box.search__box__bottom .search__label {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .search .content .search__box .search__label legend {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .search .content .search__box.search__box__bottom .search__label {
    margin: 0 0 20px 0;
  }
  .search .content .search__box .search__label .cap {
    font-size: 1.2rem;
    position: relative;
    top: -0.5em;
  }
  .search .content .search__box .search__box__left .search__label {
    margin: 0 0 10px;
  }
}
.search .content .search__box .search__select {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .search .content .search__box .search__select {
    flex-basis: 100%;
  }
}
.search .content .search__box .search__select ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  gap: 5px 20px;
  align-items: center;
}
.search .content .search__box .search__select .search__select02 {
  gap: 12px;
  margin: 0 0 20px 0;
}
.search .content .search__box .search__select .check_box_01 li {
  width: 45%;
}
.search .content .search__box .search__select ul.label li {
  width: min(355px, 100%);
}
.search .content .search__box .search__select ul.label li label {
  display: block;
  border-radius: 10px;
  border: #4d4d4d solid 1px;
  background: white;
  overflow: hidden;
  padding: 15px 15px 15px 46px;
  color: #4d4d4d;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.search .content .search__box .search__select ul.label li label input {
  position: absolute;
  left: -1em;
  visibility: hidden;
}
.search .content .search__box .search__select ul.label li label:before {
  content: "radio_button_unchecked";
  font-family: "Material Icons";
  position: absolute;
  left: 12px !important;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 1.4em;
}
.search .content .search__box .search__select ul.label li label:has(input:checked) {
  background: #f4fcda;
  color: #255d40;
  border: #255d40 solid 1px;
}
.search .content .search__box .search__select ul.label li label:has(input:checked):before {
  content: "radio_button_checked";
  color: #255d40;
}
.search .content .search__box .search__select ul li label {
  display: block;
  overflow: hidden;
  padding: 0 0 0 30px;
  color: #4d4d4d;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}
.search .content .search__box .search__select ul li label input {
  position: absolute;
  left: -1em;
  visibility: hidden;
}
.search .content .search__box .search__select ul li label:has(input[type=radio]):before {
  content: "radio_button_unchecked";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 1.5em;
}
.search .content .search__box .search__select ul li label:has(input[type=radio]:checked):before {
  content: "radio_button_checked";
  color: #255d40;
}
.search .content .search__box .search__select ul li label:has(input[type=checkbox]):before {
  content: "check_box_outline_blank";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 2.5rem;
}
.search .content .search__box .search__select ul li label:has(input[type=checkbox]:checked):before {
  content: "check_box";
  color: #255d40;
}
.search__select02 li select {
  width: 230px;
  height: 52px;
  background: transparent;
  border-radius: 10px;
  font-size: 1.6rem;
  border: 1px solid #4D4D4D;
  padding: 0px 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
.search__select02 .search__input {
  width: 230px;
  height: 52px;
  background: transparent;
  border-radius: 10px;
  font-size: 1.6rem;
  border: 1px solid #4D4D4D;
  padding: 0px 15px;
}
.search .content .btn__box {
  width: 530px;
  margin: 3rem auto 0 auto;
  max-width: 100%;
}
.search .content .btn__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search .content .btn__box ul li {
  flex-basis: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .search .content .btn__box ul li {
    flex-basis: calc((100% - 20px) / 2);
  }
  .search .content .search__box .search__select ul li label {
    font-size: 1.5rem;
  }
  .search .content .search__box .search__select ul {
    gap: 6px 20px;
    margin: 0 0 20px 0;
  }
  .search .content .search__box .search__select .check_box_01 li:nth-of-type(1) {
    width: 100%;
  }
  .search .content .search__box .search__select .search__select02 {
    flex-direction: column;
    gap: 10px;
  }
  .search .content .search__box .search__select .search__select02 li {
    width: 230px;
  }
  .search .content .search__box .search__select .search__select02 .line {
    text-align: center;
    transform: rotate(90deg);
    font-size: 1.6rem;
  }
}
.search .content .btn__box ul li button {
  font-size: 1.6rem;
  text-align: center;
  height: 50px;
  border-radius: 25px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 1rem;
  cursor: pointer;
}
.search .content .btn__box ul li button[type=submit] {
  background: #255d40;
  color: white;
}
.search .content .btn__box ul li button[type=submit]:hover {
  background: #053826;
}
.search .content .btn__box ul li button[type=reset] {
  background: #969696;
  color: white;
}
.search .content .btn__box ul li button[type=reset]:hover {
  background: #707070;
}
.search__result > ul {
  gap: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .search__result > ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .search__result > ul {
    gap: 20px;
  }
}
.search__result > ul > li {
  flex-basis: calc((100% - 90px) / 3);
  background: white;
  padding: 20px 20px 25px;
  color: #4d4d4d;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .search__result > ul > li {
    flex-basis: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .search__result > ul > li {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .search__result > ul > li {
    flex-basis: 100%;
  }
}
.search__estate__box .photo__box {
  margin: 0 0 2rem 0;
}
.search__estate__box .photo__box img {
  border-radius: 7px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}
.estate__status {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
}
.estate__status span {
  color: white;
  display: block;
  padding: 1rem 0.7em 1rem 1em;
  line-height: 1.25;
  font-size: 1.6rem;
  position: relative;
  height: 4rem;
  font-weight: bold;
}
.estate__status span:after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  content: "";
  right: -0.9rem;
  border-width: 2rem 1rem 2rem 0;
  border-style: solid;
}
.estate__status span:nth-of-type(1) {
  z-index: 5;
}
.estate__status span:nth-of-type(2) {
  z-index: 4;
}
.estate__status span:nth-of-type(3) {
  z-index: 3;
}
.estate__status .label__cat_status01 {
  background: #c9500a;
}
.estate__status .label__cat_status01:after {
  background: rgba(201, 80, 10, 0);
  border-color: #c9500a transparent;
}
.estate__status .label__cat_status02 {
  background: #ad2e32;
}
.estate__status .label__cat_status02:after {
  background: rgba(173, 46, 50, 0);
  border-color: #ad2e32 transparent;
}
.estate__status .label__cat_status03 {
  background: #345ca3;
}
.estate__status .label__cat_status03:after {
  background: rgba(52, 92, 163, 0);
  border-color: #345ca3 transparent;
}
.estate__status .label__cat_status04 {
  background: #345CA3;
}
.estate__status .label__cat_status04:after {
  background: rgba(201, 80, 10, 0);
  border-color: #345CA3 transparent;
}
.search__estate__box .estate__title {
  display: flex;
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: #255d40 solid 2px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.search__estate__box .estate__title .estate__name {
  font-size: 2.2rem;
  color: #255d40;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.search__estate__box .estate__title .estate__name span {
  font-family: "BIZ UDPGothic";
  font-weight: bold;
}
.search__estate__box .estate__title .estate__type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  height: 2.3rem;
  border-radius: 1.4rem;
  border: #255d40 solid 1px;
  color: #255D40;
  margin-left: auto;
  width: 74px;
  font-weight: bold;
  padding: 1px 0 0 0;
}
.estate__type[data-color="green"] {
  background: #8ED6B0;
}
.estate__type[data-color="yellow"] {
  background: #EBDF80;  
}
.estate__type[data-color="blue"] {
  background: #add5ff;  
}
.search__estate__box .estate__number {
  border-bottom: #255d40 solid 2px;
  padding: 0 0 10px 0;
  margin: 0 0 1rem 0;
}
.search__estate__box .estate__number dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search__estate__box .estate__number dl dt {
  line-height: 1;
  font-size: 1.6rem;
  color: #255d40;
  font-weight: bold;
  align-self: center;
}
.search__estate__box .estate__number dl dd {
  line-height: 1;
  font-size: 2.2rem;
  color: #255d40;
  font-weight: bold;
  align-self: center;
}
.search__estate__box .estate__spec dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: rgba(77, 77, 77, 0.5019607843) solid 1px;
}
.search__estate__box .estate__spec dl dt {
  margin: 0 auto 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.search__estate__box .estate__spec dl dd {
  margin: 0 0 0 auto;
  font-size: 1.5rem;
  line-height: 1;
}
.search__estate__box .estate__spec dl dd .price {
  font-size: 2.8rem;
  font-weight: bold;
}
.search__estate__box .estate__spec dl dd .unit {
  font-size: 1.8rem;
  font-weight: bold;
}
.search__estate__box .btn__box {
  margin: 3rem 0 0 0;
}
.search__estate__box .btn__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .search__estate__box .btn__box ul {
    gap: 10px;
  }
  .search__estate__box .estate__spec dl dt {
    width: 40%;
  }
  .search__estate__box .estate__spec dl dd {
    width: 58%;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: right;
  }
}
.search__estate__box .btn__box ul li {
  flex-basis: calc((100% - 10px) / 2);
}
.search__estate__box .btn__box ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem 0 1rem;
  border-radius: 10px;
  background: #8f6800;
  color: white;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  font-size: min(1.8rem, 1.4vw);
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .search__estate__box .btn__box ul li a {
    font-size: min(1.8rem, 2.1vw);
  }
}
@media screen and (max-width: 640px) {
  .search__estate__box .btn__box ul li a {
    font-size: min(1.8rem, 4.4vw);
  }
}
@media screen and (max-width: 480px) {
  .search__estate__box .btn__box ul li a {
    font-size: min(1.8rem, 4.4vw);
  }
}
.search__estate__box .btn__box ul li a:after {
  content: "arrow_forward";
  font-family: "Material Icons";
  background: white;
  font-size: min(1.6rem, 1.4vw);
  flex-basis: min(2rem, 1.5vw);
  height: min(2rem, 1.5vw);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #8f6800;
  line-height: 1;
  font-weight: 400;
  padding: 3px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .search__estate__box .btn__box ul li a:after {
    font-size: min(1.6rem, 2vw);
    flex-basis: min(2rem, 2.5vw);
    height: min(2rem, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .search__estate__box .btn__box ul li a {
    position: relative;
  }
  .search__estate__box .btn__box ul li a::after {
    position: absolute;
    right: 5px;
    height: min(1.8rem, 4vw);
    width: min(1.8rem, 4vw);
  }
}
@media screen and (max-width: 640px) {
  .search__estate__box .btn__box ul li a:after {
    font-size: min(1.8rem, 4.4vw);
    flex-basis: min(2rem, 4vw);
    height: min(2rem, 4vw);
  }
  .search__estate__box .btn__box ul li a::after {
    position: absolute;
    right: 5px;
    height: min(2rem, 4vw);
    width: min(2rem, 4vw);
  }
  .search__estate__box .btn__box ul li a::after {
    padding: 1px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .search__estate__box .btn__box ul li a::after {
    height: min(2rem, 4.4vw);
    width: min(2rem, 4.4vw);
  }
}
.search__estate__box .btn__box ul li a:hover {
  background: #5d480d;
}
.search__estate__box .btn__box ul li button {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2em 0 1rem;
  border-radius: 10px;
  background: #255d40;
  color: white;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  font-size: min(1.4rem, 1.2vw);
  text-decoration: none;
  outline: none;
  border: none;
  text-align: left;
  width: 100%;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .search__estate__box .btn__box ul li button {
    font-size: min(1.4rem, 1.8vw);
  }
}
@media screen and (max-width: 640px) {
  .search__estate__box .btn__box ul li button {
    font-size: min(1.4rem, 3.8vw);
  }
}
.search__estate__box .btn__box ul li button:after {
  content: "add";
  font-family: "Material Icons";
  background: white;
  font-size: min(1.8rem, 1.2vw);
  flex-basis: min(1.8rem, 1.2vw);
  height: min(1.8rem, 1.2vw);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #255d40;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 400;
  padding: 1px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .search__estate__box .btn__box ul li button:after {
    font-size: min(1.8rem, 2.2vw);
    flex-basis: min(1.8rem, 2.2vw);
    height: min(1.8rem, 2.2vw);
  }
  .search__estate__box .btn__box ul li button::after {
    right: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .search__estate__box .btn__box ul li button:after {
    font-size: min(1.8rem, 3.8vw);
    flex-basis: min(2rem, 4vw);
    height: min(2rem, 4vw);
    padding: 1px 0 0 0;
  }
}
.search__estate__box .btn__box ul li button:hover {
  background: #053826;
}
.search__estate__box .btn__box ul li button:disabled {
  opacity: 0.3;
}
.search__estate__box .btn__box ul li button:disabled:hover {
  background: #255d40;
}
#buy {
  padding: 0rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  #buy {
    padding: 0rem 0 4rem 0;
    width: calc(100% - 40px);
  }
}
.search__box__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.search__box__wrap .search__box__left {
  grid-row: 1 / 3;
}
.search__box__left .search__box__content .search__label {
  margin: 0 0 2rem;
}
@media screen and (max-width: 1040px) {
  .search__box__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.search__select02 li select, .search__select02 li select option {
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  .search .content .search__box .search__select ul {
    justify-content: flex-start;
  }
  .search__select02 li select {
    width: 100%;
    height: 46px;
    font-size: 1.4rem;
    padding: 6px 15px 3px;
  }
  .search__select02 .search__input {
    width: 150px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.page__navigation .wp-pagenavi span.current {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page__navigation .wp-pagenavi a.previouspostslink, .page__navigation .wp-pagenavi a.nextpostslink {
    font-size: 2rem;
  }
  .page__navigation .wp-pagenavi a.nextpostslink, .page__navigation .wp-pagenavi a.previouspostslink {
    width: 3.4rem;
    height: 3.4rem;
  }
}

/* Floating Box */
.floating__box {
  display: block;
  position: fixed;
  right: 110px;
  bottom: 10px;
  z-index: 100;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .floating__box {
    bottom: calc(17vw + 10px);
    right: 20px;
    max-width: 45vw;
  }
}
.floating__box .close__btn {
  outline: none;
  border: none;
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
  background: #255d40;
  font-size: 1.6rem;
  border-radius: 5px;
  position: absolute;
  z-index: 110;
  top: -15px;
  left: 0;
}
.floating__box ul {
  list-style: none;
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5em 0;
  width: 100%;
  padding: 0;
}
.floating__box ul li {
  flex-basis: 100%;
}
.floating__box ul li button {
  width: 100%;
  text-align: left;
}
.floating__box ul li button.dialog__btn {
  border: #255d40 solid 2px;
  border-radius: 10px;
  background: #e9eac4;
  display: block;
  padding: 0.8em 3em 0.8em 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #255d40;
  position: relative;
}
@media screen and (max-width: 767px) {
  .floating__box ul li button.dialog__btn {
    font-size: min(1.5rem, 3.5vw);
  }
}
.floating__box ul li button.dialog__btn:after {
  content: "arrow_forward";
  font-family: "Material Icons";
  position: absolute;
  right: 2rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: #255d40;
  color: #e9eac4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .floating__box ul li button.dialog__btn:after {
    font-size: min(1.5rem, 3.5vw);
    right: 1em;
    height: max(2rem, 4vw);
    width: max(2rem, 4vw);
  }
}
.floating__box ul li button.list__btn {
  border: #255d40 solid 2px;
  border-radius: 10px;
  background: #255d40;
  display: block;
  padding: 0.8em 3em 0.8em 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .floating__box ul li button.list__btn {
    font-size: min(1.5rem, 3.5vw);
  }
}
.floating__box ul li button.list__btn:after {
  content: "add";
  font-family: "Material Icons";
  position: absolute;
  right: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  background: #e9eac4;
  color: #255d40;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .floating__box ul li button.list__btn:after {
    font-size: min(2.4rem, 4vw);
    right: 0.6em;
    height: min(3rem, 6vw);
    width: min(3rem, 6vw);
  }
}
.floating__box ul li button.list__btn + .list__box {
  display: none;
}
.floating__box ul li button.list__btn.active {
  border-radius: 10px 10px 0 0;
}
.floating__box ul li button.list__btn.active + .list__box {
  display: block;
}
.floating__box ul li button.list__btn.active:after {
  content: "remove";
}
.floating__box ul li .list__box {
  display: none;
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding: 0 0 3rem 0;
  border: 1px solid #255d40;
}
.floating__box ul li .list__box #select__list {
  width: 100%;
  gap: 0;
}
.floating__box ul li .list__box #select__list li {
  width: 100%;
  padding: 1.2rem;
  border-bottom: 1px dotted #4d4d4d;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .floating__box ul li .list__box #select__list li {
    font-size: min(1.5rem, 3.5vw);
  }
}
.floating__box ul li .list__box #select__list li input {
  position: absolute;
  left: -1em;
  visibility: hidden;
}
.floating__box ul li .list__box #select__list li:has(input[type=checkbox]) label:before {
  content: "check_box_outline_blank";
  font-family: "Material Icons";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 2.5rem;
}
.floating__box ul li .list__box #select__list li:has(input[type=checkbox]:checked) label:before {
  content: "check_box";
  color: #255d40;
}
.floating__box ul li .list__box #select__list li label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0 0 30px;
  color: #4d4d4d;
  font-size: 1.6rem;
  gap: 0.5em 1em;
  cursor: pointer;
}
.floating__box ul li .list__box #select__list li label .estate__name, .floating__box ul li .list__box #select__list li label .estate__price, .floating__box ul li .list__box #select__list li label .estate__number {
  display: inline-block;
}
.floating__box ul li .list__box #select__list li label .estate__name:before, .floating__box ul li .list__box #select__list li label .estate__price:before, .floating__box ul li .list__box #select__list li label .estate__number:before {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}
.floating__box ul li .list__box #select__list li label .estate__name {
  font-weight: 600;
}
.floating__box ul li .list__box #select__list li label .estate__name:before {
  content: "物件名：";
}
.floating__box ul li .list__box #select__list li label .estate__price {
  font-weight: 600;
}
.floating__box ul li .list__box #select__list li label .estate__price:before {
  content: "販売価格：";
}
.floating__box ul li .list__box #select__list li label .estate__number {
  font-size: 1.2rem;
}
.floating__box ul li .list__box #select__list li label .estate__number:before {
  content: "登録番号：";
}
.floating__box ul li .list__box .btn__box ul {
  width: calc(100% - 2rem);
  max-width: 260px;
  padding: 2rem 0 0;
  list-style: none;
  margin: 0 auto 0;
}
.floating__box ul li .list__box .btn__box ul li {
  display: block;
  position: relative;
  /* input {
    position: absolute; left: 0; top:50%; transform: translateY(-50%);
  } */
}
.floating__box ul li .list__box .btn__box ul li a, .floating__box ul li .list__box .btn__box ul li button {
  border-radius: calc(infinity * 1px);
  padding: 0.8em 2em 0.8em 1.2em;
  font-size: 1.6rem;
  color: white;
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  border: none;
}
.floating__box ul li .list__box .btn__box ul li a .material-icons, .floating__box ul li .list__box .btn__box ul li button .material-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .floating__box ul li .list__box .btn__box ul li a, .floating__box ul li .list__box .btn__box ul li button {
    font-size: min(1.5rem, 3.5vw);
  }
}
.floating__box ul li .list__box .btn__box ul li a {
  background-color: #255d40;
}
.floating__box ul li .list__box .btn__box ul li a:hover {
  background-color: #053826;
}
.floating__box ul li .list__box .btn__box ul li a .material-icons {
  color: #255d40;
  border-radius: 50%;
  background-color: white;
  font-size: 95%;
}
.floating__box ul li .list__box .btn__box ul li button {
  background-color: #969696;
}
.floating__box ul li .list__box .btn__box ul li button:hover {
  background-color: #707070;
}
.floating__box ul li .list__box .btn__box ul li button .material-icons {
  right: 0.3em;
}
