<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* p-mypage
----------------------------------------------------------------- */

.p-mypage__btnItem {
  width: 100%;
}

.p-mypage__btn {
  margin-bottom: 15px;
}

.p-mypage__subbtnArea {
  margin-top: 60px;
  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;
}

.p-mypage__subbtnItem {
  margin: 0 10px;
}

.p-mypage__subbtnItem a {
  text-decoration: none;
}

/* p-specialBar
   ----------------------------------------------------------------- */

.p-specialBar {
  border-top: 1px solid #6ec2cd;
  border-bottom: 1px solid #8c917e;
  padding: 20px 0;
}

.p-specialBar__list {
  text-decoration: none;
  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;
}

.p-specialBar__list:hover .p-eventLink__btn {
  color: #6EC2CD;
  background: #fff;
  opacity: 1;
  border: solid 1px #6EC2CD;
}

.p-specialBar__btn {
  width: 160px;
  margin: 10px auto 0;
  color: #fff;
  background: #6EC2CD;
  font-weight: 100;
  line-height: 1;
  position: relative;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 0 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  border: solid 1px #fff;
}

.p-specialBar__link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.p-specialBar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 0px;
}

.p-specialBar__item.images {
  width: 120px;
}

.p-specialBar__warp {
  margin: 0 10%;
}

.p-specialBar__title {
  padding: 0 0;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

.p-specialBar__title .big {
  color: #6EC2CD;
  font-weight: bold;
}

.p-specialBar__text {
  text-align: center;
  font-family: "Exo", sans-serif;
}

.p-specialBar__thumb {
  width: 214px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.p-specialBar__numArea {
  font-family: "Exo", sans-serif;
  border-radius: 100px;
  background: #fff;
  z-index: 100;
  width: 120px;
  height: 120px;
  margin-right: 30px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-specialBar__numArea p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.p-specialBar__numArea p:nth-child(1) {
  font-weight: 500;
}

.p-specialBar__numArea p:nth-child(2) {
  font-weight: 400;
}

.color_bw {
  color: #8C917E;
}

.color_bl {
  color: #6EC2CD;
}

/* p-realestate
-------------------------------------------------------------------------- */

.p-realestate {
  display: block;
  text-decoration: none;
  background-color: #fff;
}

.p-realestate:hover {
  opacity: 0.8;
}

.p-realestate__thumbnail {
  position: relative;
  display: block;
}

.p-realestate__label {
  position: absolute;
  font-weight: bold;
  display: inline-block;
}

.p-realestate__label--new {
  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;
  left: 0;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-weight: 300;
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  background-color: #6ec2cd;
}

.p-realestate__label--event {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: #8c917e;
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

.p-realestate__label--event span {
  text-align: center;
  display: block;
}

.p-realestate__label--event span:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
}

.p-realestate__label--unreleased {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-color: #000;
  font-weight: 300;
}

.p-realestate__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-realestate__category {
  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;
  padding: 0;
  width: 100%;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.p-realestate__category--revenue {
  background: #aea9d2;
}

.p-realestate__category--new {
  background: #dbaa9e;
}

.p-realestate__category--land {
  background: #66ceac;
}

.p-realestate__category--mansion {
  background: #ecb57e;
}

.p-realestate__category--used {
  background: #a9bad2;
}

.p-realestate__category--unreleased {
  background: #000;
}

.p-realestate__price {
  line-height: 1;
  text-align: right;
  padding: 10px 0;
  font-family: "Exo", sans-serif;
  font-weight: 600;
}

.p-realestate__unreleased {
  line-height: 1;
  text-align: right;
  padding: 10px 0;
  font-weight: 600;
}

.p-realestate__unit {
  color: #000;
  line-height: 1;
}

.p-realestate__size {
  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;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: #f0f0f0;
}

.p-realestate__address,
.p-realestate__distance {
  line-height: 1.8;
}

.p-realestate__message {
  display: block;
}

.p-realestate__checkbox {
  margin-top: 10px;
  border-top: solid 1px #e6e6e6;
}

.p-realestate__checkbox &gt; input {
  display: none;
}

.p-realestate__checkbox &gt; input:checked + label::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.p-realestate__checkbox &gt; label {
  position: relative;
  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;
  width: 100%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #e0e0e0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-realestate__checkbox &gt; label::before {
  position: relative;
  top: 0;
  display: inline-block;
  content: "";
  border: 1px solid #d4d4d4;
  background: #fff;
}

.p-realestate__checkbox span.none {
  background: #e0e0e0;
  display: block;
}

/* p-realestateGroup
-------------------------------------------------------------------------- */

.p-realestateGroup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-realestateGroup__list::after,
.p-realestateGroup__list::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 365px;
  height: 0;
}

.p-realestateGroup__list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sort-area {
  color: #fff;
  background: #6EC2CD;
}

.sort-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sort-area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-area__btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-area__btn p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
  border-radius: 5px;
}

.sort-area__btn &gt; span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  text-decoration: none;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-area__btn &gt; span img {
  margin-left: 10px;
  width: 20px;
  height: 12px;
  color: #fff;
}

/* check
-------------------------------------------------------------------------- */

.checkArea {
  background: #F0F0F0;
}

.check-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.check-area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.check-area__btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.check-area__btn p:first-child span {
  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;
}

.check-area__btn p:last-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-area__select {
  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;
}

.check-area__select input[type=checkbox] {
  margin-right: 10px;
  margin-left: 20px;
}

.check-area__select div {
  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;
}

.check-area__select div select {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 30px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-checkBtn__btn--m {
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  border: solid 2px #ddd;
  background: #fff;
}

.allcheck__btn {
  border-radius: 200px;
  margin: 0 5px;
  color: #fff;
  background: #6EC2CD;
  font-weight: 100;
  line-height: 1;
  position: relative;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 20px 9px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 1px #fff;
}

.allcheck__btn.en {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

.allcheck__btn.width300 {
  width: 400px;
}

.allcheck__btn:hover {
  color: #6EC2CD;
  background: #fff;
  opacity: 1;
  border: solid 1px #6EC2CD;
}

.allcheck__btn2 {
  border-radius: 200px;
  margin: 0 5px;
  color: #6EC2CD;
  background: #fff;
  font-weight: 100;
  line-height: 1;
  position: relative;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 20px 9px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 1px #6EC2CD;
}

.allcheck__btn2.en {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

.allcheck__btn2.width300 {
  width: 400px;
}

.allcheck__btn2:hover {
  color: #fff;
  background: #6EC2CD;
  opacity: 1;
  border: solid 1px #6EC2CD;
}

.checkbox-input {
  display: none;
}

.checkbox-input:checked + .checkbox-parts {
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #D2D4E3;
}

.checkbox-input:checked + .checkbox-parts::after {
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 20px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 4px solid #6EC2CD;
  border-bottom: 4px solid #6EC2CD;
}

.checkbox-input:checked + .allcheckbox-parts::after {
  position: absolute;
  top: 3px;
  right: 0;
  left: 15px;
  display: block;
  width: 10px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 4px solid #6EC2CD;
  border-bottom: 4px solid #6EC2CD;
}

.checkbox-parts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkbox-parts::before {
  position: relative;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  content: "";
  border: 1px solid #d4d4d4;
  background: #fff;
}

.allcheckbox-parts {
  line-height: 1.8em;
  position: relative;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.allcheckbox-parts::before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  content: "";
  border: 1px solid #d4d4d4;
  background: #fff;
}

.atentext {
  margin-top: 30px;
  font-weight: 300;
}

/* p-searchBox
   ----------------------------------------------------------------- */

.p-searchBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6EC2CD;
  border-radius: 200px;
}

.p-searchBox__jp {
  position: relative;
  color: #fff;
  text-align: center;
}

.p-searchBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-searchBox__item {
  width: 50%;
  text-align: center;
}

.p-searchBox__link {
  text-decoration: none;
}

/* p-searchBox2
   ----------------------------------------------------------------- */

.p-searchBox2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6EC2CD;
  border-radius: 200px;
}

.p-searchBox2__jp {
  position: relative;
  color: #fff;
  text-align: center;
}

.p-searchBox2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-searchBox2__item {
  width: 25%;
  text-align: center;
}

.p-searchBox2__link {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-specialBar__list {
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-specialBar__btn {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-specialBar__textArea {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-specialBar__title {
    font-size: 55px;
    font-size: 7.33vw;
  }

  .p-specialBar__title .big {
    font-size: 55px;
    font-size: 7.33vw;
  }

  .p-specialBar__text {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-specialBar__numArea p:nth-child(1) {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-specialBar__numArea p:nth-child(2) {
    font-size: 50px;
    font-size: 5rem;
  }

  .p-realestate__thumb img {
    width: 100%;
    height: 260px;
  }

  .p-realestate__label--new {
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    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;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .p-realestate__label--event {
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    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;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-realestate__label--unreleased {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    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;
    font-size: 19px;
    font-size: 1.9rem;
  }

  .p-realestate__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    font-size: 2.1rem;
  }

  .p-realestate__price {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .p-realestate__price--unreleased {
    font-size: 30px;
    font-size: 3rem;
  }

  .p-realestate__unreleased {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .p-realestate__unreleased--unreleased {
    font-size: 30px;
    font-size: 3rem;
  }

  .p-realestate__unit {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-realestate__size {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .p-realestate__information {
    padding-top: 10px;
  }

  .p-realestate__message {
    height: 3em;
  }

  .p-realestate__checkbox &gt; input:checked + label::after {
    width: 10px;
    height: 20px;
    border-right: 3px solid #6EC2CD;
    border-bottom: 3px solid #6EC2CD;
  }

  .p-realestate__checkbox &gt; label {
    height: 30px;
  }

  .p-realestate__checkbox &gt; label::before {
    width: 20px;
    height: 20px;
  }

  .p-realestate__checkbox span.none {
    height: 30px;
  }

  .p-realestateGroup {
    margin-left: auto;
    margin-right: auto;
  }

  .p-realestateGroup__item {
    width: 100%;
    margin-bottom: 50px;
    max-width: 365px;
  }

  .allcheck__btn {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .allcheck__btn2 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .atentext {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-searchBox__title {
    height: 60px;
    margin-bottom: 10px;
  }

  .p-searchBox__jp {
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-searchBox__list {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-searchBox__item:nth-child(1),
  .p-searchBox__item:nth-child(2) {
    border-bottom: 1px solid #C6C8BD;
  }

  .p-searchBox__item:nth-child(1),
  .p-searchBox__item:nth-child(3) {
    border-right: 1px solid #C6C8BD;
  }

  .p-searchBox__link {
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
  }

  .p-searchBox2__title {
    height: 60px;
    margin-bottom: 10px;
  }

  .p-searchBox2__jp {
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-searchBox2__list {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-searchBox2__link {
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-mypage__btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-mypage__btnArea2 {
    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;
  }

  .p-mypage__btnItem {
    width: 49%;
  }

  .p-specialBar__list {
    max-width: none;
  }

  .p-specialBar__textArea {
    margin-left: 60px;
  }

  .p-specialBar__title {
    font-size: 30px;
    font-size: 4vw;
  }

  .p-specialBar__title .big {
    font-size: 30px;
    font-size: 4vw;
  }

  .p-realestate__btnarea {
    margin: 2.67vw 0vw 0vw 0vw;
  }

  .p-realestate__category {
    padding: 6px 0;
    font-size: 21px;
    font-size: 2.1rem;
  }

  .p-realestate__price {
    margin-top: 0;
  }

  .p-realestate__unreleased {
    margin-top: 0;
  }

  .p-realestate__information--unreleased {
    padding-top: 35px;
  }

  .p-realestateGroup__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .allcheck__btn.width300 {
    margin: 0vw auto 4vw auto;
  }

  .allcheck__btn2.width300 {
    margin: 0vw auto 4vw auto;
  }

  .p-searchBox2__item:nth-child(1),
  .p-searchBox2__item:nth-child(2),
  .p-searchBox2__item:nth-child(3) {
    border-right: 1px solid #C6C8BD;
  }
}

@media screen and (min-width: 1280px) {
  .p-specialBar__title {
    font-size: 60px;
    font-size: 6rem;
  }

  .p-specialBar__title .big {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-mypage__btnItem {
    margin-bottom: 30px;
  }

  .p-specialBar__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .p-specialBar__item {
    width: 100%;
    display: block;
    padding: 10px 0;
  }

  .p-searchBox2__item {
    width: 50%;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchBox2__item:nth-child(1),
  .p-searchBox2__item:nth-child(2) {
    border-bottom: 0.2666666667vw solid #C6C8BD;
  }

  .p-searchBox2__item:nth-child(1),
  .p-searchBox2__item:nth-child(3) {
    border-right: 0.2666666667vw solid #C6C8BD;
  }
}

@media screen and (max-width: 767px) {
  .p-specialBar__btn {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .p-specialBar__item {
    width: 100%;
  }

  .p-specialBar__title {
    font-size: 80px;
    font-size: 10.67vw;
  }

  .p-specialBar__title .big {
    font-size: 80px;
    font-size: 10.67vw;
    text-align: center;
  }

  .p-specialBar__text {
    font-size: 40px;
    font-size: 5.33vw;
  }

  .p-specialBar__numArea p:nth-child(1) {
    font-size: 36px;
    font-size: 4.8vw;
  }

  .p-specialBar__numArea p:nth-child(2) {
    font-size: 100px;
    font-size: 13.33vw;
  }

  .p-realestate__thumb img {
    width: 100%;
    height: 66.6666666667vw;
  }

  .p-realestate__label--new {
    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;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 4vw;
    left: 4vw;
  }

  .p-realestate__label--event span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-realestate__label--event {
    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;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 4vw;
    right: 4vw;
  }

  .p-realestate__label--unreleased {
    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;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: 4vw;
    right: 4vw;
  }

  .p-realestate__btnarea {
    margin: 6.67vw 0vw 0vw 0vw;
  }

  .p-realestate__category {
    padding: 5px 0;
    font-size: 40px;
    font-size: 5.33vw;
  }

  .p-realestate__price {
    font-size: 56px;
    font-size: 7.47vw;
  }

  .p-realestate__unreleased {
    font-size: 56px;
    font-size: 7.47vw;
  }

  .p-realestate__unit {
    font-size: 28px;
    font-size: 3.73vw;
    font-weight: normal;
  }

  .p-realestate__size {
    font-size: 42px;
    font-size: 5.6vw;
  }

  .p-realestate__information {
    padding-top: 5.33vw;
  }

  .p-realestate__message {
    margin-top: 1em;
    line-height: 1.8;
    font-size: 32px;
    font-size: 4.27vw;
  }

  .p-realestate__checkbox &gt; input:checked + label::after {
    width: 2.6666666667vw;
    height: 5.3333333333vw;
    border-right: 1.0666666667vw solid #6EC2CD;
    border-bottom: 1.0666666667vw solid #6EC2CD;
  }

  .p-realestate__checkbox &gt; label {
    height: 8vw;
  }

  .p-realestate__checkbox &gt; label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  .p-realestate__checkbox span.none {
    height: 8vw;
  }

  .p-realestateGroup__item {
    margin: 0vw 0vw 5.33vw 0vw;
    display: block;
    width: 100%;
  }

  .p-realestateGroup__item:last-child {
    margin-bottom: 0;
  }

  .sort-area__content {
    height: auto;
    padding: 7.5vw 0;
  }

  .sort-area__btn p {
    width: 100%;
    height: 30px;
    margin-right: 0;
  }

  .sort-area__btn p span {
    width: 100%;
    height: 30px;
  }

  .sort-area__btn &gt; span {
    font-size: 18px;
    font-size: 1.8rem;
    width: 27%;
    margin-top: 20px;
  }

  .check-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 7vw auto 0;
  }

  .check-area__content {
    height: auto;
    margin: 0;
  }

  .check-area__btn {
    width: 100%;
  }

  .check-area__btn p,
  .check-area__btn a {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    width: 100%;
  }

  .check-area__btn p {
    width: 100%;
    margin-right: 0;
  }

  .check-area__btn p span {
    width: 100%;
    height: 30px;
  }

  .check-area__btn p:first-of-type {
    margin-right: 0px;
  }

  .check-area__btn p:last-child span {
    width: 100%;
    margin-top: 20px;
  }

  .check-area__btn p:last-child {
    width: 100%;
    height: auto;
    margin: 0 auto 7.5vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .check-area {
    height: auto;
  }

  .check-area__select div select {
    width: 100%;
    margin: 20px;
  }

  .allcheck__btn {
    font-size: 34px;
    font-size: 4.53vw;
  }

  .allcheck__btn.width300 {
    width: 300px;
  }

  .allcheck__btn.width300 {
    margin: 0vw auto 8vw auto;
  }

  .allcheck__btn2 {
    font-size: 34px;
    font-size: 4.53vw;
  }

  .allcheck__btn2.width300 {
    width: 300px;
  }

  .allcheck__btn2.width300 {
    margin: 0vw auto 8vw auto;
  }

  .atentext {
    font-size: 36px;
    font-size: 4.8vw;
  }

  .p-searchBox__title {
    height: 13.3333333333vw;
    margin-bottom: 2.67vw;
  }

  .p-searchBox__jp {
    width: 100%;
    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;
    font-size: 50px;
    font-size: 6.67vw;
  }

  .p-searchBox__list {
    font-size: 32px;
    font-size: 4.27vw;
  }

  .p-searchBox__item:nth-child(1),
  .p-searchBox__item:nth-child(2) {
    border-bottom: 0.2666666667vw solid #C6C8BD;
  }

  .p-searchBox__item:nth-child(1),
  .p-searchBox__item:nth-child(3) {
    border-right: 0.2666666667vw solid #C6C8BD;
  }

  .p-searchBox__link {
    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;
    height: 13.3333333333vw;
  }

  .p-searchBox2__title {
    height: 13.3333333333vw;
    margin-bottom: 2.67vw;
  }

  .p-searchBox2__jp {
    width: 100%;
    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;
    font-size: 50px;
    font-size: 6.67vw;
  }

  .p-searchBox2__list {
    font-size: 32px;
    font-size: 4.27vw;
  }

  .p-searchBox2__link {
    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;
    height: 13.3333333333vw;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-realestate__btnarea {
    margin: 4vw 0vw 0vw 0vw;
  }

  .p-realestateGroup__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .allcheck__btn.width300 {
    margin: 0vw auto 5.33vw auto;
  }

  .allcheck__btn2.width300 {
    margin: 0vw auto 5.33vw auto;
  }

  .p-searchBox2__item:nth-child(1),
  .p-searchBox2__item:nth-child(2) {
    border-bottom: 1px solid #C6C8BD;
  }

  .p-searchBox2__item:nth-child(1),
  .p-searchBox2__item:nth-child(3) {
    border-right: 1px solid #C6C8BD;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-realestate__information {
    padding-bottom: 30px;
  }

  .p-realestate__information--unreleased {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .p-realestateGroup__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-realestateGroup__item {
    max-width: 49%;
    margin-bottom: 30px;
  }

  .check-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

  .check-area__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .check-area__content__select {
    margin-bottom: 10px;
  }

  .check-area__btn p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .check-area__select {
    margin-bottom: 10px;
  }
}</pre></body></html>